Update NEWS with fixed bugs for 2.23 release
[glibc.git] / ChangeLog
blobc494812b8c8634e26f8e33b060556a4b168d33a4
1 2016-02-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3         * NEWS: Updated fixed bugs.
5 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
6             Wilco Dijkstra  <wdijkstr@arm.com>
8         [BZ #19462]
9         * bits/string.h (_STRING_ARCH_unaligned): Renamed to ...
10         (_STRING_INLINE_unaligned): This.
11         * include/string.h: Include <string_private.h>.
12         * string/bits/string2.h: Replace _STRING_ARCH_unaligned with
13         _STRING_INLINE_unaligned.
14         * sysdeps/aarch64/bits/string.h (_STRING_ARCH_unaligned): Removed.
15         (_STRING_INLINE_unaligned): New.
16         * sysdeps/aarch64/string_private.h: New file.
17         * sysdeps/generic/string_private.h: Likewise.
18         * sysdeps/m68k/m680x0/m68020/string_private.h: Likewise.
19         * sysdeps/s390/string_private.h: Likewise.
20         * sysdeps/x86/string_private.h: Likewise.
21         * sysdeps/m68k/m680x0/m68020/bits/string.h
22         (_STRING_ARCH_unaligned): Renamed to ...
23         (_STRING_INLINE_unaligned): This.
24         * sysdeps/s390/bits/string.h (_STRING_ARCH_unaligned): Renamed
25         to ...
26         (_STRING_INLINE_unaligned): This.
27         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Renamed
28         to ...
29         (_STRING_INLINE_unaligned): This.
30         * sysdeps/x86/bits/string.h (_STRING_ARCH_unaligned): Renamed
31         to ...
32         (_STRING_INLINE_unaligned): This.
34 2016-02-17  Andrew Senkevich  <andrew.senkevich@intel.com>
35             H.J. Lu  <hongjiu.lu@intel.com>
37         [BZ #19590]
38         * sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
39         relocation.
41 2016-02-15  Carlos O'Donell  <carlos@redhat.com>
43         [BZ #18665]
44         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Always set
45         *herrno_p.
46         (gaih_getanswer): Document functional behviour. Return tryagain
47         if any result is tryagain.
48         * resolv/res_query.c (__libc_res_nsearch): Set buffer size to zero
49         when freed.
50         * resolv/res_send.c: Add copyright text.
51         (__libc_res_nsend): Document that MAXPACKET is expected.
52         (send_vc): Document. Remove buffer reuse.
53         (send_dg): Document. Remove buffer reuse. Set *thisanssizp to set the
54         size of the buffer. Add Dprint for truncated UDP buffer.
56 2016-02-14  Carlos O'Donell  <carlos@redhat.com>
58         * manual/install.texi: Latest tested is GCC 5.3, texinfo 6.0, gawk
59         4.1.3, and sed 4.2.2. Remove po2test.sed comments.
60         * INSTALL: Regenerate.
62 2016-02-14  Jakub Jelinek  <jakub@redhat.com>
63             Jonathan Wakely  <jwakely@redhat.com>
64             Carlos O'Donell  <carlos@redhat.com>
66         [BZ 19439]
67         * math/Makefile (tests): Add test-math-isinff.
68         (CFLAGS-test-math-isinff.cc): Use -std=gnu++11.
69         * math/bits/mathcalls.h [__USE_MISC]: Use
70         '|| __MATH_DECLARING_DOUBLE == 0' to relax definition of
71         functions not in C++11 and which don't conflict e.g. isinff,
72         isinfl etc.
73         * math/test-math-isinff.cc: New file.
75 2016-02-12  Florian Weimer  <fweimer@redhat.com>
77         * misc/bug18240.c (do_test): Set RLIMIT_AS.
79 2016-02-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
81         [BZ #19529]
82         * stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables.
84 2016-02-04  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
86         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
88 2016-02-01  Joseph Myers  <joseph@codesourcery.com>
90         [BZ #19550]
91         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: New file.
92         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: Move to ....
93         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: ... here.
94         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: New file.
95         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (mmap64):
96         New syscall entry.
97         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (mmap):
98         New syscall entry.
99         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): Remove
100         syscall entry.
102 2016-01-27  Paul Eggert  <eggert@cs.ucla.edu>
104         [BZ #18240]
105         * misc/hsearch_r.c (isprime, __hcreate_r): Protect against
106         unsigned int wraparound.
108 2016-01-27  Florian Weimer  <fweimer@redhat.com>
110         [BZ #18240]
111         * misc/bug18240.c: New test.
112         * misc/Makefile (tests): Add it.
114 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
115             Joseph Myers  <joseph@codesourcery.com>
117         * sysdeps/mips/memcpy.S (MEMCPY_NAME) [USE_DOUBLE]: Avoid word
118         load in branch delay slot when less than a word of input left.
120 2016-01-27  Andreas Schwab  <schwab@suse.de>
122         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (half): Remove.
123         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (maxlog, big): Remove.
124         * sysdeps/powerpc/fpu/s_cosf.c (one): Remove.
125         * sysdeps/powerpc/fpu/e_hypotf.c (two30): Remove.
127 2016-01-26  David S. Miller  <davem@davemloft.net>
129         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Add _Q_cmp.
131 2016-01-25  David S. Miller  <davem@davemloft.net>
133         * sysdeps/sparc/sparc32/Versions (GLIBC_2.23): Add entry for
134         __sqrtl_finite.
135         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c (__sqrtl_finite): Define
136         instead using versioned_symbol.
137         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Fix ordering
138         of entries.
140         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Move
141         __sqrtl_finite to GLIBC_2.23
143 2016-01-25  Ricchard Henderson  <rth@redhat.com>
145         * sysdeps/alpha/fpu/libm-test-ulps: Update.
147 2016-01-25  Andreas Schwab  <schwab@suse.de>
149         [BZ #17514]
150         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock)
151         <case PTHREAD_MUTEX_ERRORCHECK_NP>: Don't do lock elision.
152         * nptl/Makefile (tests): Add tst-mutex-errorcheck.
153         * nptl/tst-mutex-errorcheck.c: New file.
155 2016-01-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
157         [BZ #18560]
158         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h (__ipc): Remove.
159         (IPCOP_semop): Likewise.
160         (IPCOP_semget): Likewise.
161         (IPCOP_semctl): Likewise.
162         (IPCOP_msgsnd): Likewise.
163         (IPCOP_msgrcv): Likewise.
164         (IPCOP_msgget): Likewise.
165         (IPCOP_msgctl): Likewise.
166         (IPCOP_shmat): Likewise.
167         (IPCOP_shmdt): Likewise.
168         (IPCOP_shmget): Likewise.
169         (IPCOP_shmctl): Likewise.
171 2016-01-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
173         * string/tst-endian.c: Include <libc-internal.h>.
174         (do_test): Ignore tautological-compare warnings around
175         "htobeXX (beXXtoh (i)) != i" and
176         "htoleXX (leXXtoh (i)) != i" if-statements.
178 2016-01-24  David S. Miller  <davem@davemloft.net>
180         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c: New file.
181         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c (__ieee754_sqrtl): Remove
182         alias.
183         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
184         __sqrtl_finite.
186         * sysdeps/sparc/fpu/libm-test-ulps: Update.
188 2016-01-25  Maciej W. Rozycki  <macro@imgtec.com>
190         * sysdeps/unix/sysv/linux/mips/configure.ac: Set
191         `arch_minimum_kernel' to 4.5.0 if 2008 NaN encoding is used.
192         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
194 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
196         * nptl/tst-setuid3.c (is_invalid_barrier_ret): New function.
197         (thread_func): Use new function to simplify barrier check.
198         (do_test): Use new function to simplify checking barrier exit
199         code, and actually join the child thread.
201 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
203         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin): Remove
204         semicolon.
205         (__libc_tend): Likewise.
206         (__libc_tabort): Likewise.
208 2016-01-22  Chung-Lin Tang  <cltang@codesourcery.com>
210         * sysdeps/nios2/libm-test-ulps: Update.
211         * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Add.
212         (__gtsf2): Likewise.
213         (__unorddf2): Likewise.
214         (__unordsf2): Likewise.
215         (__ledf2): Likewise.
217 2016-01-20  Chris Metcalf  <cmetcalf@ezchip.com>
219         * nis/nis_table.c (__follow_path): Disable diagnostic for
220         uninitialized variable that is a false positive for gcc 4.7.
221         * stdio-common/vfscanf.c (_IO_vfwscanf): Likewise.
223 2016-01-20  Roland McGrath  <roland@hack.frob.com>
225         * sysdeps/nacl/lowlevellock-futex.h
226         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake):
227         Always evaluate PRIVATE argument.
229 2016-01-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
231         [BZ #19490]
232         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
233         (pthread_cond_broadcast): Use ENTRY/END
234         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
235         (pthread_cond_signal): Likewise
236         * sysdeps/x86_64/nptl/pthread_spin_lock.S (pthread_spin_lock):
237         Likewise
238         * sysdeps/x86_64/nptl/pthread_spin_trylock.S (pthread_spin_trylock):
239         Likewise
240         * sysdeps/x86_64/nptl/pthread_spin_unlock.S (pthread_spin_unlock):
241         Likewise
243 2016-01-20  Joseph Myers  <joseph@codesourcery.com>
245         * sysdeps/ieee754/dbl-64/s_finite.c
246         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Define
247         compat symbol at version GLIBC_2_1 and use GLIBC_2_1 in
248         SHLIB_COMPAT condition for libm, not GLIBC_2_0.
249         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c
250         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Likewise.
252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
253         (__gtsf2): Add as optional for libc.so.
254         (__unordsf2): Likewise.
255         (__signbit): Remove for libc.so.
256         (__signbitl): Likewise.
258 2016-01-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
260         * iconvdata/bug-iconv11.c (test_ibm93x):
261         Use %zu printf format specifier for size_t argument.
263 2016-01-19  Joseph Myers  <joseph@codesourcery.com>
265         * math/gen-libm-test.pl (parse_ulps): Do not reduce
266         already-recorded ulps.
267         * sysdeps/arm/libm-test-ulps: Regenerated.
268         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
269         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
270         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
272 2016-01-19  Andrew Senkevich  <andrew.senkevich@intel.com>
273             Paul Pluzhnikov  <ppluzhnikov@google.com>
275         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Fixed build with
276         assembler not supporting AVX-512.
278 2016-01-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
280         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
282 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
284         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
285         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
287         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
289         * sysdeps/arm/libm-test-ulps: Regenerated.
291 2016-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
293         [BZ #19451]
294         * math/Makefile (libm-vec-tests): Move libraries after wrappers.o
296 2016-01-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
298         [BZ #19486]
299         * sysdeps/s390/fix-fp-int-convert-overflow.h: New File.
300         * sysdeps/generic/fix-fp-int-convert-overflow.h
301         (FIX_LDBL_LONG_CONVERT_OVERFLOW,
302         FIX_LDBL_LLONG_CONVERT_OVERFLOW): New define.
303         * sysdeps/arm/fix-fp-int-convert-overflow.h: Likewise.
304         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h:
305         Likewise.
306         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl):
307         Avoid conversions to long int where inexact exceptions
308         could be raised.
309         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl):
310         Likewise.
311         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl):
312         Avoid conversions to long long int where inexact exceptions
313         could be raised.
314         * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl):
315         Likewise.
317 2016-01-17  Mike Frysinger  <vapier@gentoo.org>
319         * configure.ac: Rewrite error comment and use AC_MSG_ERROR.
320         * configure: Regenerated.
322 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
324         * sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.
326 2016-01-16  Mike Frysinger  <vapier@gentoo.org>
328         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
329         outside of comment.
331 2016-01-15  Torvald Riegel  <triegel@redhat.com>
333         * nptl/tst-barrier1.c: Add description on first line.
334         * nptl/tst-barrier2.c: Likewise.
335         * nptl/tst-barrier3.c: Likewise.
336         * nptl/tst-barrier4.c: Likewise.
337         * nptl/tst-barrier5.c: Likewise.
339 2016-01-15  Torvald Riegel  <triegel@redhat.com>
341         [BZ #18868]
342         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Apply fix.
344 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
346         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new files.
347         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
348         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: New file.
349         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S: Likewise.
350         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: Likewise.
351         * sysdeps/x86_64/multiarch/memcpy.S: Added new IFUNC branch.
352         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
353         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
354         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
355         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
356         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
358 2016-01-15  Torvald Riegel  <triegel@redhat.com>
360         [BZ #13065]
361         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Replace with
362         new implementation.
363         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy): Likewise.
364         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Adapt.
365         * sysdeps/nptl/internaltypes.h (pthread_barrier): Adapt.
366         (BARRIER_IN_THRESHOLD): New macro.
367         * nptl/pthread_barrierattr_setpshared.c
368         (pthread_barrierattr_setpshared): Clean up.
369         * nptl/tst-barrier4.c: Correct comment.
370         * nptl/tst-barrier5.c: New file.
371         * nptl/Makefile (tests): Add nptl/tst-barrier5.c.
372         (gen-as-const-headers): Remove lowlevelbarrier.sym.
373         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Remove.
374         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Remove.
375         * nptl/lowlevelbarrier.sym: Remove.
376         * nptl/DESIGN-barrier.txt: Remove.
377         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Remove.
378         * sysdeps/sparc/nptl/pthread_barrier_init.c: Remove.
379         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Remove.
380         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: Replace with build
381         error.
382         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: Use generic
383         implementation.
385 2016-01-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
387         * rt/tst-mqueue5.c (thr): Cleanup misleading comment.
388         (do_child): Mask SIGRTMIN while thr is running.
390 2016-01-15  Martin Sebor  <msebor@redhat.com>
392         [BZ #19432]
393         * iconvdata/Makefile: Add bug-iconv11.
394         * iconvdata/bug-iconv11.c: New test.
395         * iconvdata/ibm930.c: Do not reject redundant shift sequences.
396         * iconvdata/ibm933.c: Same.
397         * iconvdata/ibm935.c: Same.
398         * iconvdata/ibm937.c: Same.
399         * iconvdata/ibm939.c: Same.
401 2016-01-15  Martin Sebor  <msebor@redhat.com>
403         [BZ #19443]
404         * crypt/crypt_util.c [DEBUG] (_ufc_prbits): Correct format string.
405         [DEBUG] (_ufc_set_bits): Declare used.
406         * iconv/gconv_dl.c [DEBUG]: Add a missing include directive.
407         [DEBUG] (print_all): Declare used.
408         * resolv/res_send.c [DEBUG] (__libc_res_nsend): Explicitly convert
409         operands of the ternary ?: expression to target type.
410         * stdlib/rshift.c [DEBUG] (mpn_rshift): Use assert() instead of
411         calling the undeclared abort.
412         * time/mktime.c [DEBUG] (DEBUG): Rename to DEBUG_MKTIME.
414 2016-01-15  Martin Sebor  <msebor@redhat.com>
416         [BZ #18755]
417         * iconv/skeleton.c (FUNCTION_NAME): Suppress -Wunused-but-set-variable
418         warnings.
419         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread): Same.
420         (__gai_create_helper_thread): Same.
421         * nscd/nscd.c (do_exit): Suppress -Wunused-variable.
422         * iconvdata/iso-2022-cn-ext.c (BODY): Initialize local variable
423         to suppress -Wmaybe-uninitialized warnings.
425 2016-01-15  H.J. Lu  <hongjiu.lu@intel.com>
427         [BZ #19465]
428         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Call math_opt_barrier
429         inside if.
430         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
431         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
432         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
434 2016-01-14  H.J. Lu  <hongjiu.lu@intel.com>
436         [BZ #19466]
437         * time/tst-mktime2.c (time_t_max): Removed.
438         (time_t_min): Likewise.
439         (TYPE_SIGNED): New.
440         (TYPE_MINIMUM): Likewise.
441         (TYPE_MAXIMUM): Likewise.
442         (TIME_T_MIN): Likewise.
443         (TIME_T_MAX): Likewise.
444         (mktime_test): Replace time_t_max and time_t_min with TIME_T_MAX
445         and TIME_T_MIN.
446         (do_test): Likewise.
448 2016-01-14  Amit Pawar  <amit.pawar@amd.com>
450         [BZ #19467]
451         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
452         index_Fast_Unaligned_Load flag for Excavator family CPUs.
454 2016-01-02  Marcin Kościelnicki  <koriakin@0x04.net>
456         * sysdeps/s390/nptl/tls.h (struct tcbhead_t): Add __private_ss field.
458 2016-01-13  Carlos O'Donell  <carlos@redhat.com>
460         * benchtests/Makefile (PYTHON): Define.
461         (bench-func): Use $(PYTHON) to run python scripts.
462         ($(objpfx)bench-%.c): Likewise.
464 2016-01-13  Flavio Cruz  <flaviocruz@gmail.com>
466         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Do not remove
467         leading slash when `file_name' is "/".
469 2016-01-12  Joseph Myers  <joseph@codesourcery.com>
471         * bits/mman-linux.h [!MCL_CURRENT] (MCL_ONFAULT): New macro.
472         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MCL_ONFAULT):
473         Likewise.
474         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MCL_ONFAULT):
475         Likewise.
476         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT):
477         Likewise.
478         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETSIGMASK): New
479         enum constant and macro.
480         (PTRACE_SETSIGMASK): Likewise.
481         (PTRACE_SECCOMP_GET_FILTER): Likewise.
482         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
483         (PTRACE_GETSIGMASK): Likewise.
484         (PTRACE_SETSIGMASK): Likewise.
485         (PTRACE_SECCOMP_GET_FILTER): Likewise.
486         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_GETSIGMASK):
487         Likewise.
488         (PTRACE_SETSIGMASK): Likewise.
489         (PTRACE_SECCOMP_GET_FILTER): Likewise.
490         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
491         (PTRACE_GETSIGMASK): Likewise.
492         (PTRACE_SETSIGMASK): Likewise.
493         (PTRACE_SECCOMP_GET_FILTER): Likewise.
494         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_GETSIGMASK):
495         Likewise.
496         (PTRACE_SETSIGMASK): Likewise.
497         (PTRACE_SECCOMP_GET_FILTER): Likewise.
498         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_GETSIGMASK):
499         Likewise.
500         (PTRACE_SETSIGMASK): Likewise.
501         (PTRACE_SECCOMP_GET_FILTER): Likewise.
502         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_GETSIGMASK):
503         Likewise.
504         (PTRACE_SETSIGMASK): Likewise.
505         (PTRACE_SECCOMP_GET_FILTER): Likewise.
507 2016-01-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
508             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
510         [BZ #19439]
511         * math/bits/mathcalls.h
512         [!__cplusplus || __cplusplus < 201103L] (isinf): Do not declare
513         prototype.
514         [!__cplusplus || __cplusplus < 201103L] (isnan): Likewise.
516 2016-01-11  Andreas Schwab  <schwab@suse.de>
518         [BZ #19253]
519         * time/tzfile.c (__tzfile_default): Invalidate tzfile attribute
520         cache when TZDEFRULES was used.
521         * time/tst-tzname.c: New file.
522         * time/Makefile (test): Add tst-tzname.
523         (tst-tzname-ENV, CPPFLAGS-tst-tzname.c): Define.
524         * timezone/Makefile (test-zones): Add $(posixrules-file).
525         ($(testdata)/$(posixrules-file)): New rule.
527 2016-01-10  Paul Eggert  <eggert@cs.ucla.edu>
529         Fix doc quoting problems with Texinfo 5
530         Without this change, in the info file output, Texinfo 5 quotes code
531         in text with undirected single quotes 'like this' and generates
532         code examples that with many PDF readers cannot be cut out of PDFs
533         and pasted into code.
534         * manual/libc.texinfo: Configure the libc manual like the GNU
535         Emacs manual, by using @documentencoding and setting
536         txicodequoteundirected and txicodequotebacktick.  This way,
537         Texinfo 5 quotes code in text with directed single quotes ‘like
538         this’ and produces examples that can be cut out of PDFs.  This
539         change causes Texinfo 5 to generate info files that contain UTF-8
540         characters in the set {'‘', '’', '“', '”', 'Ä', 'ä', 'ö', '−',
541         '–', '—', '©', '⇒', '•', '…'}, which is OK nowadays.
543 2016-01-08  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
545         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin,
546         __libc_tabort, __libc_tend): New wrappers that enforce compiler
547         barriers to their respective compiler built-ins.
548         * sysdeps/powerpc/nptl/elide.h (__get_new_count, ELIDE_LOCK,
549         ELIDE_TRYLOCK, __elide_unlock): Use the new wrappers.
550         * sysdeps/powerpc/sysdep.h: Likewise.
551         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: Likewise.
552         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: Likewise.
553         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: Likewise.
555 2016-01-08  Marko Myllynen  <myllynen@redhat.com>
557         * scripts/config.guess: Revert previous shebang change.
558         * scripts/config.sub: Likewise.
559         * scripts/mkinstalldirs: Likewise.
561 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
563         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
564         PPC_FEATURE2_HAS_IEEE128.
565         * sysdeps/powerpc/dl-procinfo.c:
566         (_dl_powerpc_cap_flags): Add corresponding names to new capabilities.
568 2016-01-08  John David Anglin  <danglin@gcc.gnu.org>
570         [BZ #19415]
571         * sysdeps/hppa/dl-fptr.c (_dl_fixup): Declare.
572         (elf_machine_resolve): New.  Return address of _dl_runtime_resolve.
573         (_dl_lookup_address): Rewrite using function resolver trampoline.
574         * sysdeps/hppa/dl-lookupcfg.h (DL_LOOKUP_ADDRESS): Don't clear bottom
575         two bits in address.
577 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
579         * longlong.h: Change !__SHMEDIA__ to
580         (!defined (__SHMEDIA__) || !__SHMEDIA__).
581         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
583 2016-01-07  Daniel Jacobowitz  <dan@codesourcery.com>
584             Joseph Myers  <joseph@codesourcery.com>
585             Mark Shinwell  <shinwell@codesourcery.com>
586             Andrew Stubbs  <ams@codesourcery.com>
587             Rich Felker <dalias@libc.org>
589         * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
591 2016-01-07  Richard Henderson  <rth@redhat.com>
593         * longlong.h [__alpha] (umul_ppmm): Disable for c++.
595 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
597         * sysdeps/unix/sysv/linux/fxstat64.c (___fxstat64): Change
598         __ASSUME_ST_INO_64_BIT == 0 to !defined __ASSUME_ST_INO_64_BIT.
599         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
600         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
601         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat32_conv): Likewise.
603 2016-01-07  Paul Eggert  <eggert@cs.ucla.edu>
604             Joseph Myers  <joseph@codesourcery.com>
606         * timezone/private.h: Update from tzcode 2015g.
607         * timezone/tzfile.h: Likewise.
608         * timezone/tzselect.ksh: Likewise.
609         * timezone/zdump.c: Likewise.
610         * timezone/zic.c: Likewise.
611         * timezone/ialloc.c: Remove file.
612         * timezone/scheck.c: Likewise.
613         * timezone/Makefile (extra-objs): Remove variable.
614         ($(objpfx)zic): Do not depend on scheck.o and ialloc.o.
615         (tz-cflags): Add -DHAVE_GETTEXT -DUSE_LTZ=0
616         -Wno-maybe-uninitialized.
617         (CFLAGS-zdump.c): Remove -fwrapv -DNOID -DHAVE_GETTEXT.
618         (CFLAGS-zic.c): Remove -DNOID -DHAVE_GETTEXT.
619         (CFLAGS-ialloc.c): Remove variable.
620         (CFLAGS-scheck.c): Likewise.
621         * timezone/README: Update list of files from tzcode.
623 2016-01-07  Khem Raj  <raj.khem@gmail.com>
625         * argp/argp-fmtstream.c (__argp_fmtstream_free): Use fwrite_unlocked
626         instead of __fxprintf when _LIBC is undefined.
628 2016-01-07  Marko Myllynen  <myllynen@redhat.com>
630         * catgets/test-gencat.sh: Remove space after shebang.
631         * conform/GlibcConform.pm: Likewise.
632         * conform/check-header-lists.sh: Likewise.
633         * conform/conformtest.pl: Likewise.
634         * conform/linknamespace.pl: Likewise.
635         * conform/list-header-symbols.pl: Likewise.
636         * debug/catchsegv.sh: Likewise.
637         * elf/genrtldtbl.awk: Likewise.
638         * elf/tst-pathopt.sh: Likewise.
639         * elf/tst-rtld-load-self.sh: Likewise.
640         * grp/tst_fgetgrent.sh: Likewise.
641         * iconvdata/gen-8bit-gap-1.sh: Likewise.
642         * iconvdata/gen-8bit-gap.sh: Likewise.
643         * iconvdata/gen-8bit.sh: Likewise.
644         * iconvdata/run-iconv-test.sh: Likewise.
645         * intl/tst-gettext.sh: Likewise.
646         * intl/tst-gettext2.sh: Likewise.
647         * intl/tst-gettext4.sh: Likewise.
648         * intl/tst-gettext6.sh: Likewise.
649         * intl/tst-translit.sh: Likewise.
650         * io/ftwtest-sh: Likewise.
651         * libio/test-freopen.sh: Likewise.
652         * locale/gen-translit.pl: Likewise.
653         * malloc/tst-mtrace.sh: Likewise.
654         * manual/check-safety.sh: Likewise.
655         * manual/libc-texinfo.sh: Likewise.
656         * manual/tsort.awk: Likewise.
657         * manual/xtract-typefun.awk: Likewise.
658         * nptl/tst-cancel-wrappers.sh: Likewise.
659         * nptl/tst-tls6.sh: Likewise.
660         * posix/globtest.sh: Likewise.
661         * posix/tst-getconf.sh: Likewise.
662         * posix/wordexp-tst.sh: Likewise.
663         * scripts/check-c++-types.sh: Likewise.
664         * scripts/check-local-headers.sh: Likewise.
665         * scripts/config.guess: Likewise.
666         * scripts/config.sub: Likewise.
667         * scripts/cpp: Likewise.
668         * scripts/cross-test-ssh.sh: Likewise.
669         * scripts/documented.sh: Likewise.
670         * scripts/evaluate-test.sh: Likewise.
671         * scripts/gen-libc-abis: Likewise.
672         * scripts/gen-sorted.awk: Likewise.
673         * scripts/list-fixed-bugs.py: Likewise.
674         * scripts/merge-test-results.sh: Likewise.
675         * scripts/mkinstalldirs: Likewise.
676         * scripts/rellns-sh: Likewise.
677         * scripts/test-installation.pl: Likewise.
678         * scripts/update-copyrights: Likewise.
679         * stdio-common/tst-printf.sh: Likewise.
680         * stdio-common/tst-unbputc.sh: Likewise.
681         * stdlib/tst-fmtmsg.sh: Likewise.
682         * stdlib/tst-setcontext3.sh: Likewise.
683         * sysdeps/i386/tst-ld-sse-use.sh: Likewise.
684         * sysdeps/unix/make-syscalls.sh: Likewise.
686 2016-01-06  John David Anglin  <dave.anglin@bell.net>
688         * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
689         asm stw with atomic_exchange_rel.  Add explanatory comment.
690         * sysdeps/hppa/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
691         Likewise.
693 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
695         [BZ #19122]
696         * include/unistd.h [IS_IN (rtld)]: Include <dl-unistd.h>.
697         * sysdeps/generic/dl-unistd.h: New file.
698         * sysdeps/mach/hurd/dl-unistd.h: Likewise.
700 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
702          [BZ #19122]
703          * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
704          * sysdeps/generic/dl-mman.h: New file.
705          * sysdeps/mach/hurd/dl-mman.h: Likewise.
707 2016-01-05  Joseph Myers  <joseph@codesourcery.com>
709         * manual/texinfo.tex: Update to version 2016-01-04.21 with
710         trailing whitespace removed.
711         * scripts/config.guess: Update to version 2016-01-01.
712         * scripts/config.sub: Update to version 2016-01-01.
713         * scripts/move-if-change: Update from gnulib.
715 2016-01-04  Anton Blanchard  <anton@samba.org>
717         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Use unsigned int
718         for array indices.
719         * sysdeps/ieee754/dbl-64/e_pow.c (my_log2): Likewise.
721 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
723         * NEWS: Update copyright dates.
724         * catgets/gencat.c (print_version): Likewise.
725         * csu/version.c (banner): Likewise.
726         * debug/catchsegv.sh: Likewise.
727         * debug/pcprofiledump.c (print_version): Likewise.
728         * debug/xtrace.sh (do_version): Likewise.
729         * elf/ldconfig.c (print_version): Likewise.
730         * elf/ldd.bash.in: Likewise.
731         * elf/pldd.c (print_version): Likewise.
732         * elf/sotruss.sh: Likewise.
733         * elf/sprof.c (print_version): Likewise.
734         * iconv/iconv_prog.c (print_version): Likewise.
735         * iconv/iconvconfig.c (print_version): Likewise.
736         * locale/programs/locale.c (print_version): Likewise.
737         * locale/programs/localedef.c (print_version): Likewise.
738         * login/programs/pt_chown.c (print_version): Likewise.
739         * malloc/memusage.sh (do_version): Likewise.
740         * malloc/memusagestat.c (print_version): Likewise.
741         * malloc/mtrace.pl: Likewise.
742         * manual/libc.texinfo: Likewise.
743         * nptl/version.c (banner): Likewise.
744         * nscd/nscd.c (print_version): Likewise.
745         * nss/getent.c (print_version): Likewise.
746         * nss/makedb.c (print_version): Likewise.
747         * posix/getconf.c (main): Likewise.
748         * scripts/test-installation.pl: Likewise.
749         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
751         * All files with FSF copyright notices: Update copyright dates
752         using scripts/update-copyrights.
753         * intl/plural.c: Regenerated.
754         * locale/programs/charmap-kw.h: Likewise.
755         * locale/programs/locfile-kw.h: Likewise.
757 2016-01-02  Helge Deller  <deller@gmx.de>
759         [BZ #19285]
760         * sysdeps/unix/sysv/linux/hppa/bits/mman.h (MAP_STACK): Define.
761         (MAP_HUGETLB, MCL_ONFAULT): Likewise.
762         (MADV_HUGEPAGE, MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): Likewise.
763         (MADV_xxK_PAGES): Remove.
765 2016-01-01  Mike Frysinger  <vapier@gentoo.org>
767         [BZ #15421]
768         * sysdeps/ia64/fpu/w_lgamma_main.c: Include math.h & math_private.h.
769         [BUILD_LGAMMA]: Wrap all code by define.  Re-indent sub-preprocessor.
770         * sysdeps/ia64/fpu/w_lgammaf_main.c: Likewise.
771         * sysdeps/ia64/fpu/w_lgammal_main.c: Likewise.
773 2015-12-30  Dmitry V. Levin  <ldv@altlinux.org>
775         [BZ #19408]
776         * sysdeps/unix/sysv/linux/personality.c: New file.
777         * sysdeps/unix/sysv/linux/sparc/sparc64/personality.c: Likewise.
778         * sysdeps/unix/sysv/linux/tst-personality.c: Likewise.
779         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
780         (sysdep_routines): Add personality.
781         (tests): Add tst-personality.
782         * sysdeps/unix/sysv/linux/syscalls.list (personality): Move ...
783         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ... here.
784         * sysdeps/unix/sysv/linux/arm/syscalls.list (personality): New entry.
785         * sysdeps/unix/sysv/linux/hppa/syscalls.list (personality): Likewise.
786         * sysdeps/unix/sysv/linux/i386/syscalls.list (personality): Likewise.
787         * sysdeps/unix/sysv/linux/m68k/syscalls.list (personality): Likewise.
788         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (personality):
789         Likewise.
790         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (personality):
791         Likewise.
792         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (personality):
793         Likewise.
794         * sysdeps/unix/sysv/linux/sh/syscalls.list (personality): Likewise.
795         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (personality):
796         Likewise.
798 2015-12-30  Aurelien Jarno  <aurelien@aurel32.net>
800         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include <string.h>.
801         (PATH_ARM_SYSTYPE): Remove.
802         (PATH_CPUINFO): Likewise.
803         (IO_BASE_FOOTBRIDGE): Likewise.
804         (IO_SHIFT_FOOTBRIDGE): Likewise.
805         (struct platform): Likewise.
806         (init_iosys): Remove compatibility code for 2.4 kernels.
807         * sysdeps/unix/sysv/linux/arm/localplt.data: Remove fscanf.
809 2015-12-29  Florian Weimer  <fweimer@redhat.com>
811         * malloc/tst-malloc-thread-fail.c: New file.
812         * malloc/Makefile (tests): Add tst-malloc-thread-fail.
813         (tst-malloc-thread-fail): Link against libpthread.
815 2015-12-29  Mike Frysinger  <vapier@gentoo.org>
817         * scripts/list-fixed-bugs.py: Import argparse.  Call main instead.
818         (get_parser): New function.
819         (main): New function.
821 2015-12-29  Rob Wu  <rob@robwu.nl>
823         [BZ #19369]
824         * resolv/res_init.c (__res_vinit): Reset defdname before use.
826 2015-12-29  John David Anglin  <danglin@gcc.gnu.org>
828         [BZ #19270]
829         * sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
831 2015-12-28  Mike Frysinger  <vapier@gentoo.org>
833         [BZ #15421]
834         * sysdeps/ia64/fpu/w_lgamma_main.c: Change gammaf to gamma.
836 2015-12-23  Torvald Riegel  <triegel@redhat.com>
838         [BZ #13690]
839         * sysdeps/nptl/lowlevellock.h (__lll_unlock): Do not access the lock
840         after releasing it.
841         (__lll_robust_unlock): Likewise.
842         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
843         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_unlock): Likewise.
844         (lll_robust_unlock): Likewise.
845         * sysdeps/unix/sysv/linux/lowlevellock-futex.h (__lll_private_flag):
846         Prevent warnings in callers.
848 2015-12-23  Florian Weimer  <fweimer@redhat.com>
850         * malloc/arena.c (list_lock): Update comment.
852 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
854         * sysdeps/powerpc/hwcapinfo.c: Export symbol
855         __parse_hwcap_and_convert_at_platform to libc.a.
857 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
859         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Added
860         platform and feature support for POWER9.
861         * sysdeps/powerpc/dl-procinfo.h: Likewise.
862         * sysdeps/powerpc/powerpc32/power9/Implies: New file.
863         * sysdeps/powerpc/powerpc32/power9/fpu/multiarch/Implies: Likewise.
864         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Likewise.
865         * sysdeps/powerpc/powerpc64/power9/Implies: Likewise, for powerpc64.
866         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
867         * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
868         * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
870 2015-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
872         Harmonize generic stdio-lock support with nptl
874         This fixes build when _IO_funlockfile is a macro, fixes build where
875         _IO_acquire_lock_clear_flags2 is used, and fixes unlocking on unexpected
876         stack unwind.
878         * sysdeps/generic/stdio-lock.h [__EXCEPTIONS] (_IO_acquire_lock,
879         _IO_release_lock ): Use cleanup attribute on new
880         _IO_acquire_lock_file variable instead of assuming that
881         _IO_release_lock will be called.
882         [!__EXCEPTIONS] (_IO_acquire_lock): Define to non-existing
883         _IO_acquire_lock_needs_exceptions_enabled.
884         (_IO_acquire_lock_clear_flags2): New macro.
886 2015-12-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
888         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
890 2015-12-21  Florian Weimer  <fweimer@redhat.com>
892         [BZ #19182]
893         * malloc/arena.c (list_lock): Document lock ordering requirements.
894         (free_list_lock): New lock.
895         (ptmalloc_lock_all): Comment on free_list_lock.
896         (ptmalloc_unlock_all2): Reinitialize free_list_lock.
897         (detach_arena): Update comment.  free_list_lock is now needed.
898         (_int_new_arena): Use free_list_lock around detach_arena call.
899         Acquire arena lock after list_lock.  Add comment, including FIXME
900         about incorrect synchronization.
901         (get_free_list): Switch to free_list_lock.
902         (reused_arena): Acquire free_list_lock around detach_arena call
903         and attached threads counter update.  Add two FIXMEs about
904         incorrect synchronization.
905         (arena_thread_freeres): Switch to free_list_lock.
906         * malloc/malloc.c (struct malloc_state): Update comments to
907         mention free_list_lock.
909 2015-12-21  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
911         * sysdeps/ieee754/dbl-64/s_sin.c (csloww, csloww1, csloww2):
912         Remove functions.
913         (sloww, sloww1): Accept argument to offset quadrant.
914         (sloww, sloww1, sloww2): Call __mpsin or __mpcos based on
915         quadrant.
916         (__sin, __cos): Consolidate common code into new functions.
917         (reduce_sincos_1, do_sincos_1): New functions.
918         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
920         * sysdeps/ieee754/dbl-64/s_sin.c (__sin, __cos): Move common
921         code to new functions.
922         (reduce_sincos_2, do_sincos_2): New functions.
923         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
925         * sysdeps/ieee754/dbl-64/s_sin.c (__sin) [!IN_SINCOS]: Skip
926         common code for sincos.
927         (__cos) [!IN_SINCOS]: Likewise.
928         * sysdeps/ieee754/dbl-64/s_sincos.c (reduce_and_compute_sincos):
929         New function.
930         (__sincos): Use it.
932 2015-12-20  Aurelien Jarno  <aurelien@aurel32.net>
934         * sysdeps/i386/fpu/libm-test-ulps: Move to ....
935         * sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
936         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
938 2015-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
940         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: New file.
941         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new file.
942         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
943         * sysdeps/x86_64/multiarch/memset.S: Added new IFUNC branch.
944         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
945         * sysdeps/x86/cpu-features.h (bit_Prefer_No_VZEROUPPER,
946         index_Prefer_No_VZEROUPPER): New feature.
947         * sysdeps/x86/cpu-features.c (init_cpu_features): Set the
948         Prefer_No_VZEROUPPER for Knights Landing.
950 015-12-18  Torvald Riegel  <triegel@redhat.com>
952         * math/atest-exp2.c (mp_exp_m1): Remove.
954 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
956         * sysdeps/unix/sysdep.h (SYSCALL_CANCEL): Fix macro for zero argument
957         syscalls.
958         (__SYSCALL0): New macro.
959         (__SYSCALL1): Likewise.
960         (__SYSCALL2): Likewise.
961         (__SYSCALL3): Likewise.
962         (__SYSCALL4): Likewise.
963         (__SYSCALL5): Likewise.
964         (__SYSCALL6): Likewise.
965         (__SYSCALL_CONCAT_X): Likewise.
966         (__SYSCALL_CONCAT): Likewise.
967         (__SYSCALL_DIST): Likewise.
968         (__SYSCALL_CALL): Likewise.
970 2015-12-17  H.J. Lu  <hongjiu.lu@intel.com>
972         [BZ #19363]
973         * sysdeps/unix/sysv/linux/x86_64/x32/times.c: New file.
975 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
977         [BZ #19375]
978         * sysdeps/powerpc/power7/fpu/s_logb.c (__logb): Fix return for
979         negative subnormals.
981 2015-12-16  H.J. Lu  <hongjiu.lu@intel.com>
983         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
984         (REGISTERS_CLOBBERED_BY_SYSCALL): New.
985         (INTERNAL_SYSCALL_NCS): Use it.
986         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
988 2015-12-16  Florian Weimer  <fweimer@redhat.com>
990         [BZ #19243]
991         * malloc/arena.c (get_free_list): Remove assert and adjust
992         reference count handling.  Add comment about reused_arena
993         interaction.
994         (reused_arena): Add comments abount get_free_list interaction.
995         * malloc/tst-malloc-thread-exit.c: New file.
996         * malloc/Makefile (tests): Add tst-malloc-thread-exit.
997         (tst-malloc-thread-exit): Link against libpthread.
999 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
1001         [BZ #19367]
1002         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: New file.
1003         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h: Likewise.
1004         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
1005         * sysdeps/x86/cpu-features.h (bit_Prefer_MAP_32BIT_EXEC): New.
1006         (index_Prefer_MAP_32BIT_EXEC): Likewise.
1008 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
1010         * sysdeps/x86/cpu-features.c (init_cpu_features): Enable
1011         Silvermont optimizations for Knights Landing.
1013 2015-12-15  Andreas Schwab  <schwab@suse.de>
1015         [BZ #17197]
1016         * iconvdata/ibm930.c (BODY for TO_LOOP): Record current DBCS state
1017         immediately after emitting SI.
1018         * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise.
1019         * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise.
1020         * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise.
1021         * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise.
1022         * iconvdata/bug-iconv10.c: New file.
1023         * iconvdata/Makefile (tests): Add bug-iconv10.
1024         ($(objpfx)bug-iconv10.out): New rule.
1026 2015-12-15  Florian Weimer  <fweimer@redhat.com>
1028         * dlfcn/tst-rec-dlopen.c (call_func): Cast dlsym result, fixing an
1029         aliasing violation.
1031 2015-12-14  Joseph Myers  <joseph@codesourcery.com>
1033         [BZ #18472]
1034         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Handle entries
1035         for the form NAME@VERSION:OBSOLETED and generate SHLIB_COMPAT
1036         conditionals for them.
1037         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Likewise.
1038         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Remove file.
1039         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1040         sys/kdaemon.h.
1041         * sysdeps/unix/sysv/linux/syscalls.list (bdflush): Make into
1042         compat-only syscall, obsoleted in glibc 2.23.
1043         (create_module): Likewise.
1044         (get_kernel_syms): Likewise.
1045         (query_module): Likewise.
1046         (uselib): Likewise.
1047         * manual/sysinfo.texi (System Parameters): Do not mention bdflush.
1049 2015-12-11  Aurelien Jarno  <aurelien@aurel32.net>
1051         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include
1052         <linux/version.h>.
1053         [LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)]: Remove
1054         conditional code.
1055         (init_iosys): Use CTL_BUS_ISA instead of BUS_ISA in iobase_name
1056         and ioshift_name initialization.
1058 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
1060         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
1061         Fix indentation.
1063 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
1065         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
1067 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
1069         * stdlib/strtol_l.c (__strtol_l): Fix indentation.
1071 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
1072             Jakub Wilk  <jwilk@debian.org>
1074         [BZ #19347]
1075         * sysdeps/unix/grantpt.c [!HAVE_PT_CHOWN] (grantpt): Do not try
1076         to change the group of the device to the tty group.
1078 2015-12-10  Paul Eggert  <eggert@cs.ucla.edu>
1080         Split large string section; add truncation advice
1081         * manual/examples/strncat.c: Remove.
1082         This example was misleading, as the code would have undefined
1083         behavior if "hello" was longer than SIZE.  Anyway, the manual
1084         shouldn't encourage strncpy+strncat for this sort of thing.
1085         * manual/string.texi (Copying Strings and Arrays): Split into
1086         three sections Copying Strings and Arrays, Concatenating Strings,
1087         and Truncating Strings, as this section was way too long.  All
1088         cross-referenced changed.  Add advice about string-truncation
1089         functions.  Remove misleading strncat example.
1091 2015-12-10  Carlos O'Donell  <carlos@redhat.com>
1093         * manual/nss.texi (NSS Modules Interface): Document
1094         NSS_STATUS_NOTFOUND and SUCCESS.
1096 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
1098         [BZ 18568]
1099         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1100         201505L, for Unicode 8.
1102 2015-12-09  Carlos O'Donell  <carlos@redhat.com>
1104         * locale/C-translit.h: Regenerate.
1106 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
1108         * locale/C-translit.h.in: Remove duplicate transliterations for U+0152
1109         and U+0153.
1111 2015-12-09  Joseph Myers  <joseph@codesourcery.com>
1113         [BZ #19351]
1114         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): When
1115         expanding log(1+z), compare z rather than its square with epsilon
1116         to determine when to avoid evaluating the expansion.
1118         [BZ #19350]
1119         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
1120         Increase overflow threshold.
1122         [BZ #19349]
1123         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Return argument
1124         when small.
1126         * sysdeps/unix/sysv/linux/i386/kernel-features.h
1127         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
1128         New macro.
1129         [__LINUX_KERNEL_VERSION >= 0x040300]
1130         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1131         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
1132         Likewise.
1133         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
1134         Likewise.
1135         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
1136         Likewise.
1137         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
1138         Likewise.
1139         [__LINUX_KERNEL_VERSION >= 0x040300]
1140         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
1141         [__LINUX_KERNEL_VERSION >= 0x040300]
1142         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1143         [__LINUX_KERNEL_VERSION >= 0x040300]
1144         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1145         [__LINUX_KERNEL_VERSION >= 0x040300]
1146         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1147         [__LINUX_KERNEL_VERSION >= 0x040300]
1148         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1149         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
1150         Likewise.
1151         [__LINUX_KERNEL_VERSION >= 0x040300]
1152         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
1153         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
1154         Likewise.
1155         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
1156         Likewise.
1157         [__LINUX_KERNEL_VERSION >= 0x040300]
1158         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
1159         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
1160         Likewise.
1161         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
1162         Likewise.
1163         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
1164         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMMSG_SYSCALL):
1165         Likewise.
1166         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMMSG_SYSCALL):
1167         Likewise.
1168         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
1169         Likewise.
1170         [__LINUX_KERNEL_VERSION >= 0x040300]
1171         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1172         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
1173         Likewise.
1174         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
1175         Likewise.
1176         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
1177         Likewise.
1178         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
1179         Likewise.
1180         [__LINUX_KERNEL_VERSION >= 0x040300]
1181         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
1182         [__LINUX_KERNEL_VERSION >= 0x040300]
1183         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1184         [__LINUX_KERNEL_VERSION >= 0x040300]
1185         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1186         [__LINUX_KERNEL_VERSION >= 0x040300]
1187         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1188         [__LINUX_KERNEL_VERSION >= 0x040300]
1189         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1190         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
1191         Likewise.
1192         [__LINUX_KERNEL_VERSION >= 0x040300]
1193         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
1194         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
1195         Likewise.
1196         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
1197         Likewise.
1198         [__LINUX_KERNEL_VERSION >= 0x040300]
1199         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
1200         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
1201         Likewise.
1202         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
1203         Likewise.
1204         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1205         (__ASSUME_SOCKET_SYSCALL): Likewise.
1206         (__ASSUME_BIND_SYSCALL): Likewise.
1207         (__ASSUME_CONNECT_SYSCALL): Likewise.
1208         (__ASSUME_LISTEN_SYSCALL): Likewise.
1209         (__ASSUME_ACCEPT_SYSCALL): Likewise.
1210         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1211         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1212         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1213         (__ASSUME_SEND_SYSCALL): Likewise.
1214         (__ASSUME_SENDTO_SYSCALL): Likewise.
1215         (__ASSUME_RECV_SYSCALL): Likewise.
1216         (__ASSUME_RECVFROM_SYSCALL): Likewise.
1217         (__ASSUME_SHUTDOWN_SYSCALL): Likewise.
1218         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1219         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1220         (__ASSUME_SENDMSG_SYSCALL): Likewise.
1221         (__ASSUME_RECVMSG_SYSCALL): Likewise.
1222         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1223         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SOCKET_SYSCALL):
1224         Likewise.
1225         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_BIND_SYSCALL):
1226         Likewise.
1227         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_CONNECT_SYSCALL):
1228         Likewise.
1229         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_LISTEN_SYSCALL):
1230         Likewise.
1231         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_ACCEPT_SYSCALL):
1232         Likewise.
1233         [__LINUX_KERNEL_VERSION >= 0x020625]
1234         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
1235         [__LINUX_KERNEL_VERSION >= 0x020625]
1236         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
1237         [__LINUX_KERNEL_VERSION >= 0x020625]
1238         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
1239         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SEND_SYSCALL):
1240         Likewise.
1241         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDTO_SYSCALL):
1242         Likewise.
1243         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECV_SYSCALL):
1244         Likewise.
1245         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVFROM_SYSCALL):
1246         Likewise.
1247         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SHUTDOWN_SYSCALL):
1248         Likewise.
1249         [__LINUX_KERNEL_VERSION >= 0x020625]
1250         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
1251         [__LINUX_KERNEL_VERSION >= 0x020625]
1252         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
1253         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDMSG_SYSCALL):
1254         Likewise.
1255         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVMSG_SYSCALL):
1256         Likewise.
1258 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
1260         * sysdeps/unix/sysv/linux/mips/configure.ac (has-mpf64): Define to
1261         record the current if the current ABI and CPU support the FP64
1262         extension.
1263         (has-modd-spreg): Define to record the current if the current ABI and
1264         CPU support 32-bit floating point values in odd FPU registers.
1265         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1266         * sysdeps/mips/Makefile (tst-abi-fpxxomod): Only build when
1267         $(has-modd-spreg) equals yes.
1268         (tst-abi-fp64amod): Only build when $(has-mpf64) equals yes.
1269         (tst-abi-fp64mod): Only build when both $(has-mpf64) and
1270         $(has-modd-spreg) equal yes.
1272 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
1274         * sysdeps/unix/grantpt.c (grantpt): Call__basename instead of
1275         basename.
1277 2015-12-08  Siddhesh Poyarekar  <sid@reserved-bit.com>
1279         * benchtests/Makefile (bench-math): Move ffs and ffsll...
1280         (bench-string): ... here.
1281         (bench): Add bench-string.
1282         (string-bench, wcsmbs-bench, stdlib-bench, stdio-common-bench): Rename
1283         to *-benchset to reflect what they are.
1284         (benchset): Adjust.
1286         * benchtests/sincos-inputs: Add inputs from sin-inputs and
1287         cos-inputs.
1289 2015-12-07  Andrew Senkevich  <andrew.senkevich@intel.com>
1291         * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp use GCC 6.*
1292         __attribute__ ((__simd__)) for vector math function declarations.
1294 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1296         Fix typo in strncat, wcsncat manual entries
1297         * manual/string.texi (Copying and Concatenation): Fix typos in
1298         sample implementations of strncat and wcsncat, by having them use
1299         the old value of the destination length, not the new one.
1301 2015-12-04  Joseph Myers  <joseph@codesourcery.com>
1303         [BZ #16961]
1304         [BZ #16962]
1305         * math/s_nan.c (__nan): Use __strtod_nan instead of constructing a
1306         string on the stack for strtod.
1307         * math/s_nanf.c (__nanf): Use __strtof_nan instead of constructing
1308         a string on the stack for strtof.
1309         * math/s_nanl.c (__nanl): Use __strtold_nan instead of
1310         constructing a string on the stack for strtold.
1311         * stdlib/Versions (libc): Add __strtof_nan, __strtod_nan and
1312         __strtold_nan to GLIBC_PRIVATE.
1313         * math/test-nan-overflow.c: New file.
1314         * math/test-nan-payload.c: Likewise.
1315         * math/Makefile (tests): Add test-nan-overflow and
1316         test-nan-payload.
1318 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1320         Consistency about byte vs character in string.texi
1321         * manual/string.texi (String and Array Utilities):
1322         Distinguish more carefully among bytes, multibyte characters,
1323         and wide characters.  Use "byte" when talking about C 'char',
1324         to distinguish it more clearly from multibyte characters.
1325         Say "wide character" or "multibyte character" instead of
1326         "character", when a wide or multibyte character is intended.
1327         Similarly for "multibyte string" versus "string".
1328         Define these terms more carefully.
1330 2015-12-03  Chris Metcalf  <cmetcalf@ezchip.com>
1332         * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol.
1333         * sysdeps/microblaze/math_private.h (LDBL_CLASSIFY_COMPAT):
1334         Likewise.
1335         * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
1336         * sysdeps/nios2/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
1337         * sysdeps/sh/math_private.h: New file.
1338         * sysdeps/m68k/coldfire/fpu/math_private.h: Likewise.
1339         * sysdeps/ieee754/dbl-64/s_finite.c [defined NO_LONG_DOUBLE &&
1340         defined LDBL_CLASSIFY_COMPAT]: Create compat symbol for internal
1341         long double function name.
1342         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
1343         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
1344         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
1345         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
1346         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
1347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
1348         Remove __finitel, __isinfl, and __isnanl.
1349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
1350         Likewise.
1351         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
1352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
1353         Remove __finitel.
1354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1355         Likewise.
1356         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1358 2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
1360         * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
1361         installed libmvec_nonshared.a.
1363 2015-12-03  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1365         * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo.
1366         (sysdep_routines): Likewise.
1367         (sysdep-rtld-routines): Likewise.
1368         [$(subdir) = nptl](tests): Add test-get_hwcap and test-get_hwcap-static
1369         [$(subdir) = nptl](tests-static): test-get_hwcap-static
1370         * sysdeps/powerpc/Versions: Added new
1371         __parse_hwcap_and_convert_at_platform symbol to GLIBC-2.23.
1372         * sysdeps/powerpc/hwcapinfo.c: New file.
1373         (__tcb_parse_hwcap_and_convert_at_platform): New function to initialize
1374         and parse hwcap, hwcap2 and platform number information.
1375         * sysdeps/powerpc/hwcapinfo.h: New file.  Creates global variables
1376         to store HWCAP+HWCAP2 and platform number.
1377         * sysdeps/powerpc/nptl/tcb-offsets.sym: Added new offsets
1378         for HWCAP+HWCAP2 and platform number in the TCB.
1379         * sysdeps/powerpc/nptl/tls.h: New functionality.  Stores
1380         the HWCAP, HWCAP2 and platform number in the TCB.
1381         (dtv): Added new fields for HWCAP+HWCAP2 and platform number.
1382         (TLS_INIT_TP): Included calls to add the hwcap and
1383         at_platform values in the TCB in TP initialization.
1384         (TLS_DEFINE_INIT_TP): Likewise.
1385         (THREAD_GET_HWCAP): New macro.
1386         (THREAD_SET_HWCAP): Likewise.
1387         (THREAD_GET_AT_PLATFORM): Likewise.
1388         (THREAD_SET_AT_PLATFORM): Likewise.
1389         * sysdeps/powerpc/powerpc32/dl-machine.h:
1390         (dl_platform_init): New function that calls
1391         __parse_hwcap_and_convert_at_platform for the dymanic linking case for
1392         powerpc32.
1393         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise, for powerpc64.
1394         * sysdeps/powerpc/test-get_hwcap-static.c: New file.  Testcase for
1395         this functionality, static linking case.
1396         * sysdeps/powerpc/test-get_hwcap.c: New file.  Likewise, dynamic
1397         linking case.
1398         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Added call to
1399         __parse_hwcap_and_convert_at_platform for the static linking case.
1400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist:
1401         Included the new __parse_hwcap_and_convert_at_platform symbol in the
1402         ABI list for GLIBC 2.23.
1403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist:
1404         Likewise.
1405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist:
1406         Likewise.
1408 2015-12-02  Ludovic Courtès  <ludo@gnu.org>
1410         * configure.ac: Use 'pwd -P' instead of '/bin/pwd'.
1411         * configure: Regenerate.
1412         * io/ftwtest-sh: Use 'pwd -P' instead of '/bin/pwd'.
1413         * scripts/rellns-sh: Likewise.  Remove 'pwd' variable.
1415 2015-12-02  Carlos O'Donell  <carlos@redhat.com>
1417         * iconvdata/ibm930.c: Add comment explaining encoding uses.
1418         * iconvdata/ibm933.c: Likewise.
1419         * iconvdata/ibm935.c: Likewise.
1420         * iconvdata/ibm937.c: Likewise.
1421         * iconvdata/ibm939.c: Likewise.
1423 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1425         * nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
1426         pthread_join.
1427         * nptl/tst-cancel21.c (tf): Likewise.
1429 2015-12-01  H.J. Lu  <hongjiu.lu@intel.com>
1431         [BZ #19313]
1432         * bits/typesizes.h (__CPU_MASK_TYPE): New.
1433         * sysdeps/mach/hurd/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
1434         * sysdeps/nacl/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
1435         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__CPU_MASK_TYPE):
1436         Likewise.
1437         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h (__CPU_MASK_TYPE):
1438         Likewise.
1439         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h (__CPU_MASK_TYPE):
1440         Likewise.
1441         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__CPU_MASK_TYPE):
1442         Likewise.
1443         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h (__CPU_MASK_TYPE):
1444         * sysdeps/unix/sysv/linux/bits/sched.h (__cpu_mask): Replace
1445         unsigned long int with __CPU_MASK_TYPE.
1447 2015-12-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1449         * sysdeps/aarch64/libm-test-ulps: Regenerated.
1451 2015-12-01  Joseph Myers  <joseph@codesourcery.com>
1453         * sysdeps/ieee754/dbl-64/e_sqrt.c: Do not include uroot.h.
1454         (__ieee754_sqrt): Use hex float constants instead of tm256.x and
1455         t512.x.
1456         * sysdeps/ieee754/dbl-64/uroot.h: Remove file.
1458 2015-11-30  Amit Pawar  <amit.pawar@amd.com>
1460         [BZ #19214]
1461         * sysdeps/x86/cpu-features.c (get_common_indeces): Add an
1462         argument to return extended model.  Update family and model
1463         with extended family and model when family == 0x0f.
1464         (init_cpu_features): Updated.
1466 2015-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1468         The RPC interface used by mmap uses the unsigned vm_offset_t, not the
1469         signed off_t, so 32bit bigger than 2GiB values are fine actually.
1471         * sysdeps/mach/hurd/mmap64.c: New file.
1473 2015-11-29  Thomas Schwinge  <thomas@codesourcery.com>
1475         * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send
1476         rights for its main user thread in NEWTASK.
1478 2015-11-28  Maciej W. Rozycki  <macro@imgtec.com>
1480         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Include ABS2008.
1481         (_FPU_DEFAULT, _FPU_IEEE) [__mips_nan2008]: Set ABS2008.
1483 2015-11-27  Carlos O'Donell  <carlos@redhat.com>
1485         [BZ #14259]
1486         * Makeconfig: Rename localedir to complocaledir.
1487         Rename inst_localedir to inst_complocaledir.
1488         * aclocal.m4: Rename libc_cv_localedir to libc_cv_complocaledir.
1489         * config.make.in: Use complocaledir and libc_cv_complocaledir.
1490         * configure.ac: Use libc_cv_complocaledir.
1491         * configure: Regenerate.
1492         * locale/Makefile: Use complocaledir. Rename define -DLOCALEDIR to
1493         -DCOMPLOCALEDIR.
1494         * locale/findlocale.c: Use COMPLOCALEDIR.
1495         * locale/loadarchive.c: Likewise.
1496         * locale/programs/locale.c: Likewise.
1497         * locale/programs/localedef.c: Likewise.
1498         * locale/programs/locarchive.c: Likewise.
1499         * localedata/Makefile: Use inst_complocaledir.
1500         * sysdeps/gnu/configure: Regenerate.
1501         * sysdeps/hppa/configure: Regenerate.
1502         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
1503         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
1505         * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
1506         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
1507         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
1508         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
1510 2015-11-27  Andrew Senkevich  <andrew.senkevich@intel.com>
1512         [BZ #19058]
1513         * math/Makefile ($(inst_libdir)/libm.so): Added libmvec_nonshared.a to
1514         AS_NEEDED.
1515         * sysdeps/x86/fpu/bits/math-vector.h: Removed code with asm aliases
1516         workaround.
1517         * sysdeps/x86_64/fpu/Makefile (libmvec-support,
1518         libmvec-static-only-routines): Added new file.
1519         * sysdeps/x86_64/fpu/svml_finite_alias.S: New file.
1521 2015-11-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1523         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Destroy reply port
1524         of interrupted RPC instead of restoring it.
1526         * sysdeps/i386/setjmp.S (__sigsetjmp): Add hidden_def.
1527         * sysdeps/mach/hurd/accept4.c (__libc_accept4): Remove
1528         libc_hidden_def.
1529         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
1530         into initialized data instead of common. Define rtld_hidden_data_def.
1531         * sysdeps/mach/hurd/fxstatat64.c (__fxstatat64): Add libc_hidden_def.
1532         * sysdeps/mach/hurd/if_index.c (__if_freenameindex): Add
1533         libc_hidden_def.
1534         (if_freenameindex): Add libc_hidden_weak.
1535         (if_nameindex): Add libc_hidden_weak.
1536         * sysdeps/mach/hurd/open.c (_open64): Rename libc_hidden_weak into
1537         __open64.
1538         * sysdeps/mach/hurd/sigwait.c (__sigwait): Add libc_hidden_def.
1539         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Add libc_hidden_def.
1540         * sysdeps/mach/nanosleep.c: Include <time.h>
1541         (__nanosleep): Rename to __libc_nanosleep.
1542         (__nanosleep): Add weak_alias.
1543         (nanosleep): Update alias.
1545 2015-11-24  Joseph Myers  <joseph@codesourcery.com>
1547         * stdlib/strtod_nan.c: New file.
1548         * stdlib/strtod_nan_double.h: Likewise.
1549         * stdlib/strtod_nan_float.h: Likewise.
1550         * stdlib/strtod_nan_main.c: Likewise.
1551         * stdlib/strtod_nan_narrow.h: Likewise.
1552         * stdlib/strtod_nan_wide.h: Likewise.
1553         * stdlib/strtof_nan.c: Likewise.
1554         * stdlib/strtold_nan.c: Likewise.
1555         * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Likewise.
1556         * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Likewise.
1557         * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Likewise.
1558         * wcsmbs/wcstod_nan.c: Likewise.
1559         * wcsmbs/wcstof_nan.c: Likewise.
1560         * wcsmbs/wcstold_nan.c: Likewise.
1561         * stdlib/Makefile (routines): Add strtof_nan, strtod_nan and
1562         strtold_nan.
1563         * wcsmbs/Makefile (routines): Add wcstod_nan, wcstold_nan and
1564         wcstof_nan.
1565         * include/stdlib.h (__strtof_nan): Declare and use
1566         libc_hidden_proto.
1567         (__strtod_nan): Likewise.
1568         (__strtold_nan): Likewise.
1569         (__wcstof_nan): Likewise.
1570         (__wcstod_nan): Likewise.
1571         (__wcstold_nan): Likewise.
1572         * include/wchar.h (____wcstoull_l_internal): Declare.
1573         * stdlib/strtod_l.c: Do not include <ieee754.h>.
1574         (____strtoull_l_internal): Remove declaration.
1575         (STRTOF_NAN): Define macro.
1576         (SET_MANTISSA): Remove macro.
1577         (STRTOULL): Likewise.
1578         (____STRTOF_INTERNAL): Use STRTOF_NAN to parse NaN payload.
1579         * stdlib/strtof_l.c (____strtoull_l_internal): Remove declaration.
1580         (STRTOF_NAN): Define macro.
1581         (SET_MANTISSA): Remove macro.
1582         * sysdeps/ieee754/ldbl-128/strtold_l.c (STRTOF_NAN): Define macro.
1583         (SET_MANTISSA): Remove macro.
1584         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (STRTOF_NAN): Define
1585         macro.
1586         (SET_MANTISSA): Remove macro.
1587         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (STRTOF_NAN): Define
1588         macro.
1589         (SET_MANTISSA): Remove macro.
1590         * sysdeps/ieee754/ldbl-96/strtold_l.c (STRTOF_NAN): Define macro.
1591         (SET_MANTISSA): Remove macro.
1592         * wcsmbs/wcstod_l.c (____wcstoull_l_internal): Remove declaration.
1593         * wcsmbs/wcstof_l.c (____wcstoull_l_internal): Likewise.
1594         * wcsmbs/wcstold_l.c (____wcstoull_l_internal): Likewise.
1596         [BZ #19266]
1597         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check directly for
1598         upper case and lower case letters inside NAN(), not using TOLOWER.
1599         * stdlib/tst-strtod-nan-locale-main.c: New file.
1600         * stdlib/tst-strtod-nan-locale.c: Likewise.
1601         * stdlib/Makefile (tests): Add tst-strtod-nan-locale.
1602         [$(run-built-tests) = yes] ($(objpfx)tst-strtod-nan-locale.out):
1603         Depend on $(gen-locales).
1604         ($(objpfx)tst-strtod-nan-locale): Depend on $(libm).
1605         * wcsmbs/tst-wcstod-nan-locale.c: New file.
1606         * wcsmbs/Makefile (tests): Add tst-wcstod-nan-locale.
1607         [$(run-built-tests) = yes] ($(objpfx)tst-wcstod-nan-locale.out):
1608         Depend on $(gen-locales).
1609         ($(objpfx)tst-wcstod-nan-locale): Depend on $(libm).
1611 2015-11-24  Chris Metcalf  <cmetcalf@ezchip.com>
1613         * misc/tst-tsearch.c (TIMEOUT): Set to 10.
1615         * sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
1616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add
1617         __finitel, __isinfl, and __isnanl.
1618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
1619         Likewise.
1620         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
1621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Add
1622         __finitel.
1623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1624         Likewise.
1625         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1627 2015-11-24  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
1629         * malloc/memusage.c (me): Remove redundant getenv call.
1631 2015-10-24  Florian Weimer  <fweimer@redhat.com>
1633         [BZ #19143]
1634         [BZ #19164]
1635         * nptl/check-cpuset.h: Remove.
1636         * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
1637         Remove CPU set size check.
1638         * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
1639         Likewise.
1640         * sysdeps/unix/sysv/linux/check-cpuset.h: Remove.
1641         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1642         (__kernel_cpumask_size, __determine_cpumask_size): Remove.
1643         (__pthread_setaffinity_new): Remove CPU set size check.
1644         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1645         (__kernel_cpumask_size): Remove.
1646         (__sched_setaffinity_new): Remove CPU set size check.
1647         * manual/threads.texi (Default Thread Attributes): Remove stale
1648         reference to check_cpuset_attr, determine_cpumask_size in comment.
1649         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == posix] (tests):
1650         Remove tst-getcpu.  Add tst-affinity, tst-affinity-pid.
1651         [$(subdir) == nptl] (tests): Add tst-thread-affinity-pthread,
1652         tst-thread-affinity-pthread2, tst-thread-affinity-sched.
1653         * sysdeps/unix/sysv/linux/tst-affinity.c: New file.
1654         * sysdeps/unix/sysv/linux/tst-affinity-pid.c: New file.
1655         * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c: New skeleton test file.
1656         * sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c: New file.
1657         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c: New file.
1658         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c: New file.
1659         * sysdeps/unix/sysv/linux/tst-thread-skeleton-affinity.c: New
1660         skeleton test file.
1661         * sysdeps/unix/sysv/linux/tst-getcpu.c: Remove.  Superseded by
1662         tst-affinity-pid.
1664 2015-11-24  Florian Weimer  <fweimer@redhat.com>
1666         * scripts/update-abilist.sh: New file.
1667         * Makefile (+subdir_targets): Add subdir_update-all-abi.
1668         * Makerules (update-all-abi-%, update-all-abi)
1669         (subdir_update-all-abi): New targets.
1670         * elf/Makefile (update-all-abi): New target.
1672 2015-11-24  Florian Weimer  <fweimer@redhat.com>
1674         Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code.
1675         * sysdeps/mach/hurd/libc-lock.h (_LIBC_LOCK_INITIALIZER): Define.
1676         (__libc_lock_define_initialized): Use it.
1677         * sysdeps/nptl/libc-lockP.h (_LIBC_LOCK_INITIALIZER): Define.
1678         * malloc/arena.c (list_lock): Use _LIBC_LOCK_INITIALIZER.
1679         * malloc/malloc.c (main_arena): Likewise.
1680         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): Remove.
1681         * sysdeps/nptl/malloc-machine.h (MUTEX_INITIALIZER): Remove.
1683 2015-11-23  Joseph Myers  <joseph@codesourcery.com>
1685         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
1686         (PTRACE_O_EXITKILL): New value in enum __ptrace_setoptions.
1687         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1688         (PTRACE_O_MASK): Update value.
1689         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_O_EXITKILL):
1690         New value in enum __ptrace_setoptions.
1691         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1692         (PTRACE_O_MASK): Update value.
1693         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
1694         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1695         (PTRACE_O_MASK): Update value.
1696         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
1697         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1698         (PTRACE_O_MASK): Update value.
1699         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
1700         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1701         (PTRACE_O_MASK): Update value.
1702         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_SUSPEND_SECCOMP):
1703         New value in enum __ptrace_setoptions.
1704         (PTRACE_O_MASK): Update value.
1705         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_O_EXITKILL):
1706         New value in enum __ptrace_setoptions.
1707         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1708         (PTRACE_O_MASK): Update value.
1710         * sysdeps/unix/sysv/linux/netpacket/packet.h (PACKET_COPY_THRESH):
1711         New macro.
1712         (PACKET_AUXDATA): Likewise.
1713         (PACKET_ORIGDEV): Likewise.
1714         (PACKET_VERSION): Likewise.
1715         (PACKET_HDRLEN): Likewise.
1716         (PACKET_RESERVE): Likewise.
1717         (PACKET_TX_RING): Likewise.
1718         (PACKET_LOSS): Likewise.
1719         (PACKET_VNET_HDR): Likewise.
1720         (PACKET_TX_TIMESTAMP): Likewise.
1721         (PACKET_TIMESTAMP): Likewise.
1722         (PACKET_FANOUT): Likewise.
1723         (PACKET_TX_HAS_OFF): Likewise.
1724         (PACKET_QDISC_BYPASS): Likewise.
1725         (PACKET_ROLLOVER_STATS): Likewise.
1726         (PACKET_FANOUT_DATA): Likewise.
1727         (PACKET_MR_UNICAST): Likewise.
1729         [BZ #19242]
1730         * stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.
1731         (TOUPPER): Likewise.
1732         * stdlib/tst-strtol-locale-main.c: New file.
1733         * stdlib/tst-strtol-locale.c: Likewise.
1734         * stdlib/Makefile (tests): Add tst-strtol-locale.
1735         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.ISO-8859-9.
1736         [$(run-built-tests) = yes] ($(objpfx)tst-strtol-locale.out):
1737         Depend on $(gen-locales).
1738         * wcsmbs/tst-wcstol-locale.c: New file.
1739         * wcsmbs/Makefile (tests): Add tst-wcstol-locale.
1740         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.UTF-8 and
1741         tr_TR.ISO-8859-9.
1742         [$(run-built-tests) = yes] ($(objpfx)tst-wcstol-locale.out):
1743         Depend on $(gen-locales).
1745 2015-11-20  Roland McGrath  <roland@hack.frob.com>
1747         * sysdeps/nacl/dl-map-segments.h (_dl_map_segments): Use
1748         __glibc_likely instead of __builtin_expect.  After falling back to
1749         dyncode_create in a non-ET_DYN case, use the allocate_code_data
1750         system interface to register the code pages as occupied.
1752 2015-11-20  Joseph Myers  <joseph@codesourcery.com>
1754         * sysdeps/arm/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1755         [!ARM_MATH_PRIVATE_H].
1756         [!ARM_MATH_PRIVATE_H] (ARM_MATH_PRIVATE_H): Define macro.
1757         * sysdeps/hppa/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1758         [!HPPA_MATH_PRIVATE_H].
1759         [!HPPA_MATH_PRIVATE_H] (HPPA_MATH_PRIVATE_H): Define macro.
1760         * sysdeps/i386/fpu/math_private.h [!_MATH_PRIVATE_H]: Change guard
1761         to [!I386_MATH_PRIVATE_H].
1762         [!I386_MATH_PRIVATE_H] (I386_MATH_PRIVATE_H): Define macro.
1763         * sysdeps/m68k/m680x0/fpu/math_private.h [!_MATH_PRIVATE_H]:
1764         Change guard to [!M68K_MATH_PRIVATE_H].
1765         [!M68K_MATH_PRIVATE_H] (M68K_MATH_PRIVATE_H): Define macro.
1766         * sysdeps/microblaze/math_private.h [!_MATH_PRIVATE_H]: Change
1767         guard to [!MICROBLAZE_MATH_PRIVATE_H].
1768         [!MICROBLAZE_MATH_PRIVATE_H] (MICROBLAZE_MATH_PRIVATE_H): Define
1769         macro.
1770         * sysdeps/mips/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1771         [!MIPS_MATH_PRIVATE_H].
1772         [!MIPS_MATH_PRIVATE_H] (MIPS_MATH_PRIVATE_H): Define macro.
1773         * sysdeps/nios2/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1774         [!NIO2_MATH_PRIVATE_H].
1775         [!NIO2_MATH_PRIVATE_H] (NIO2_MATH_PRIVATE_H): Define macro.
1776         * sysdeps/tile/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1777         [!TILE_MATH_PRIVATE_H].
1778         [!TILE_MATH_PRIVATE_H] (TILE_MATH_PRIVATE_H): Define macro.
1780         [BZ #15421]
1781         * sysdeps/ieee754/s_signgam.c (signgam): Rename to __signgam,
1782         initialize with 0 and define as weak alias of __signgam.
1783         * include/math.h [!_ISOMAC] (__signgam): Declare.
1784         * math/Makefile (libm-calls): Add w_lgamma_compat.
1785         (tests): Add test-signgam-uchar, test-signgam-uchar-init,
1786         test-signgam-uint, test-signgam-uint-init, test-signgam-ullong and
1787         test-signgam-ullong-init.
1788         (tests-static): Add test-signgam-uchar-static,
1789         test-signgam-uchar-init-static, test-signgam-uint-static,
1790         test-signgam-uint-init-static, test-signgam-ullong-static and
1791         test-signgam-ullong-init-static.
1792         (CFLAGS-test-signgam-uchar.c): New variable.
1793         (CFLAGS-test-signgam-uchar-init.c): Likewise.
1794         (CFLAGS-test-signgam-uchar-static.c): Likewise.
1795         (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
1796         (CFLAGS-test-signgam-uint.c): Likewise.
1797         (CFLAGS-test-signgam-uint-init.c): Likewise.
1798         (CFLAGS-test-signgam-uint-static.c): Likewise.
1799         (CFLAGS-test-signgam-uint-init-static.c): Likewise.
1800         (CFLAGS-test-signgam-ullong.c): Likewise.
1801         (CFLAGS-test-signgam-ullong-init.c): Likewise.
1802         (CFLAGS-test-signgam-ullong-static.c): Likewise.
1803         (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
1804         * math/Versions (libm): Add GLIBC_2.23.
1805         * math/lgamma-compat.h: New file.
1806         * math/test-signgam-main.c: Likewise.
1807         * math/test-signgam-uchar-init-static.c: Likewise.
1808         * math/test-signgam-uchar-init.c: Likewise.
1809         * math/test-signgam-uchar-static.c: Likewise.
1810         * math/test-signgam-uchar.c: Likewise.
1811         * math/test-signgam-uint-init-static.c: Likewise.
1812         * math/test-signgam-uint-init.c: Likewise.
1813         * math/test-signgam-uint-static.c: Likewise.
1814         * math/test-signgam-uint.c: Likewise.
1815         * math/test-signgam-ullong-init-static.c: Likewise.
1816         * math/test-signgam-ullong-init.c: Likewise.
1817         * math/test-signgam-ullong-static.c: Likewise.
1818         * math/test-signgam-ullong.c: Likewise.
1819         * math/w_lgamma.c: Rename to w_lgamma_main.c and replace by
1820         wrapper of w_lgamma_main.c.
1821         * math/w_lgamma_compat.c: New file.
1822         * math/w_lgamma_compatf.c: Likewise.
1823         * math/w_lgamma_compatl.c: Likewise.
1824         * math/w_lgamma_main.c: New file.  Based on w_lgamma.c.  Include
1825         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1826         defining compatibility symbols.
1827         (__lgamma): Change to LGFUNC (__lgamma).  Use CALL_LGAMMA.
1828         * math/w_lgammaf.c: Rename to w_lgammaf_main.c and replace by
1829         wrapper of w_lgammaf_main.c.
1830         * math/w_lgammaf_main.c: New file.  Based on w_lgammaf.c.  Include
1831         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1832         defining compatibility symbols.
1833         (__lgammaf): Change to LGFUNC (__lgammaf).  Use CALL_LGAMMA.
1834         * math/w_lgammal.c: Rename to w_lgammal_main.c and replace by
1835         wrapper of w_lgammal_main.c.
1836         * math/w_lgammal_main.c: New file.  Based on w_lgammal.c.  Include
1837         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1838         defining compatibility symbols.
1839         (__lgammal): Change to LGFUNC (__lgammal).  Use CALL_LGAMMA.
1840         * sysdeps/ia64/fpu/lgamma-compat.h: New file.
1841         * sysdeps/ia64/fpu/w_lgamma.c: Move to ....
1842         * sysdeps/ia64/fpu/w_lgamma_main.c: ...here.  Include
1843         <lgamma-compat.h>.
1844         (__ieee754_lgamma): Change to LGFUNC (lgamma).  Use CALL_LGAMMA.
1845         (__ieee754_gamma): Define as alias.
1846         * sysdeps/ia64/fpu/w_lgammaf.c: Move to ....
1847         * sysdeps/ia64/fpu/w_lgammaf_main.c: ...here.  Include
1848         <lgamma-compat.h>.
1849         (__ieee754_lgammaf): Change to LGFUNC (lgammaf).  Use CALL_LGAMMA.
1850         (__ieee754_gammaf): Define as alias.
1851         * sysdeps/ia64/fpu/w_lgammal.c: Move to ....
1852         * sysdeps/ia64/fpu/w_lgammal_main.c: ...here.  Include
1853         <lgamma-compat.h>.
1854         (__ieee754_lgammal): Change to LGFUNC (lgammal).  Use CALL_LGAMMA.
1855         (__ieee754_gammal): Define as alias.
1856         * sysdeps/ieee754/ldbl-opt/w_lgamma.c: Move to ....
1857         * sysdeps/ieee754/ldbl-opt/w_lgamma_compat.c: ...here.  Include
1858         <math/w_lgamma_compat.c>.
1859         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__lgammal_dbl_compat):
1860         Define as alias of __lgamma_compat and use in defining lgammal.
1861         * sysdeps/ieee754/ldbl-opt/w_lgammal.c: Move to ....
1862         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c: ...here.  Include
1863         <math/lgamma-compat.h> and <math/w_lgamma_compatl.c>.
1864         (USE_AS_COMPAT): New macro.
1865         (LGAMMA_OLD_VER): Undefine and redefine.
1866         (lgammal): Do not define here.
1867         (gammal): Only define here if [GAMMA_ALIAS].
1868         * conform/linknamespace.pl (@whitelist): Remove signgam.
1869         * sysdeps/nacl/libm.abilist: Update.
1870         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
1871         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
1872         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
1873         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
1874         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
1875         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
1876         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
1877         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
1878         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
1879         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
1880         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
1881         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
1882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
1883         Likewise.
1884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1885         Likewise.
1886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
1887         Likewise.
1888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
1889         Likewise.
1890         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
1891         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
1892         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
1893         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
1894         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
1895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
1896         Likewise.
1897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1898         Likewise.
1899         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1900         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
1901         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
1903 2015-11-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1905         [BZ #16364]
1906         * sysdeps/unix/sysv/linux/sleep.c: Remove file.
1907         * sysdeps/posix/sleep.c (__sleep): Simplify cancellation handling.
1909 2015-11-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1911         * sysdeps/s390/fpu/bits/mathinline.h:
1912         Use __asm__ [__volatile__] instead of asm [volatile].
1913         * sysdeps/s390/abort-instr.h: Likewise.
1914         * sysdeps/s390/atomic-machine.h: Likewise.
1915         * sysdeps/s390/bits/string.h: Likewise.
1916         * sysdeps/s390/dl-tls.h: Likewise.
1917         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
1918         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
1919         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
1920         * sysdeps/s390/fpu/fesetround.c: Likewise.
1921         * sysdeps/s390/fpu/fpu_control.h: Likewise.
1922         * sysdeps/s390/fpu/s_fma.c: Likewise.
1923         * sysdeps/s390/fpu/s_fmaf.c: Likewise.
1924         * sysdeps/s390/memusage.h: Likewise.
1925         * sysdeps/s390/multiarch/ifunc-resolve.h: Likewise.
1926         * sysdeps/s390/nptl/pthread_spin_lock.c: Likewise.
1927         * sysdeps/s390/nptl/pthread_spin_trylock.c: Likewise.
1928         * sysdeps/s390/nptl/pthread_spin_unlock.c: Likewise.
1929         * sysdeps/s390/nptl/tls.h: Likewise.
1930         * sysdeps/s390/s390-32/__longjmp.c: Likewise.
1931         * sysdeps/s390/s390-32/backtrace.c: Likewise.
1932         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1933         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
1934         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
1935         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
1936         * sysdeps/s390/s390-64/__longjmp.c: Likewise.
1937         * sysdeps/s390/s390-64/backtrace.c: Likewise.
1938         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1939         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Likewise.
1940         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
1941         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
1942         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
1943         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
1944         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
1945         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
1946         * sysdeps/unix/sysv/linux/s390/brk.c: Likewise.
1947         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
1948         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Likewise.
1949         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1950         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: Likewise.
1951         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1952         * sysdeps/unix/sysv/linux/s390/sysconf.c: Likewise.
1954 2015-11-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1955             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1957         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
1958         Add lwarx hint, and use macro for acquire instruction.
1959         * sysdeps/powerpc/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
1960         Likewise.
1961         * sysdep/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Move to ...
1962         * sysdeps/powerpc/nptl/pthread_spin_unlock.c: ... here, and
1963         update to use new atomic macros.
1965 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1967         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
1968         (__lll_trylock_elision): Fix setting of adapt_count.
1969         * sysdeps/unix/sysv/linux/powerpc/htm.h
1970         (_ABORT_PERSISTENT): Define to clarify persistent aborts.
1971         (_ABORT_NESTED_TRYLOCK): Renumber, and make persistent.
1972         (_ABORT_SYSCALL): Renumber, and clarify definition.
1973         (_ABORT_LOCK_BUSY): Renumber, make non-persistent.
1975 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1977         * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers
1978         after system headers to prevent MIN/MAX redefinition.  Define
1979         HAVE_ALLOCA to preserve builtin alloca usage.
1981 2015-11-17  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
1983         * sysdeps/ieee754/dbl-64/s_sin.c (__sin)[IN_SINCOS]: Mark function
1984         static and don't set or restore rounding.
1985         (__cos)[IN_SINCOS]: Likewise.
1986         * sysdeps/ieee754/dbl-64/s_sincos.c: Include s_sin.c.
1987         (__sincos): Set and restore rounding mode.  Remove check for infinite
1988         or NaN input.
1990         * sysdeps/ieee754/dbl-64/s_sin.c: Remove redundant else clauses.
1992         * benchtests/scripts/bench.py (_print_arg_data): Mark output variables
1993         as used.
1995 2015-11-16  Florian Weimer  <fweimer@redhat.com>
1997         * math/test-signgam-finite-c99.c (_Mlong_double_): Undefine.
1999 2015-11-14  H.J. Lu  <hongjiu.lu@intel.com>
2001         * config.make.in (have-glob-dat-reloc): New.
2002         * configure.ac (libc_cv_has_glob_dat): New.  Set to yes if
2003         target supports GLOB_DAT relocaton. AC_SUBST.
2004         * configure: Regenerated.
2005         * elf/Makefile (tests): Add tst-prelink.
2006         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
2007         (tst-prelink-ENV): New.
2008         ($(objpfx)tst-prelink-conflict.out): Likewise.
2009         ($(objpfx)tst-prelink-cmp.out): Likewise.
2010         * sysdeps/x86/tst-prelink.c: Moved to ...
2011         * elf/tst-prelink.c: Here.
2012         * sysdeps/x86/tst-prelink.exp: Moved to ...
2013         * elf/tst-prelink.exp: Here.
2014         * sysdeps/x86/Makefile (tests): Don't add tst-prelink.
2015         (tst-prelink-ENV): Removed.
2016         ($(objpfx)tst-prelink-conflict.out): Likewise.
2017         ($(objpfx)tst-prelink-cmp.out): Likewise.
2018         (tests-special): Don't add $(objpfx)tst-prelink-cmp.out.
2020 2015-11-13  Joseph Myers  <joseph@codesourcery.com>
2022         [BZ #14551]
2023         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Include <errno.h>.
2024         (__mpn_construct_long_double): If high part overflows to infinity,
2025         set errno and recompute overflowed result of the correct sign.
2026         * sysdeps/ieee754/ldbl-128ibm/Makefile
2027         [$(subdir) = stdlib] (tests): Add tst-strtold-ldbl-128ibm.
2028         [$(subdir) = stdlib] ($(objpfx)tst-strtold-ldbl-128ibm): Depend on
2029         $(libm).
2030         * sysdeps/ieee754/ldbl-128ibm/tst-strtold-ldbl-128ibm.c: New file.
2032 2015-11-12  Joseph Myers  <joseph@codesourcery.com>
2034         [BZ #15479]
2035         [BZ #19238]
2036         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Save
2037         floating-point state after first operation on input.  Restore full
2038         state rather than just rounding mode.
2039         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
2040         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
2041         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
2043         [BZ #19235]
2044         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Do not
2045         add 0.5 to integer arguments.
2046         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf):
2047         Likewise.
2048         (.LC2): New object.
2050 2015-11-11  Mike Frysinger  <vapier@gentoo.org>
2052         * scripts/pylintrc (reports): Set to no.
2054 2015-11-10  Roland McGrath  <roland@hack.frob.com>
2056         * elf/dl-load.c (open_verify): Take new argument FD.
2057         Skip __open call if passed FD is not -1.
2058         (_dl_map_object, open_path): Update callers.
2059         * elf/dl-sysdep-open.h: New file.
2060         * elf/dl-load.c: Include it.
2061         (_dl_map_object): Try _dl_sysdep_open_object before ldconfig cache.
2062         * sysdeps/nacl/dl-sysdep.c (_dl_sysdep_open_object): New function.
2063         * sysdeps/nacl/dl-sysdep-open.h: New file.
2064         * sysdeps/nacl/nacl-interface-list.h: Move nacl_irt_resource_open
2065         from libc to rtld.
2067 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
2069         [BZ #19228]
2070         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Save
2071         and restore full floating-point state.
2072         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
2073         Likewise.
2074         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
2075         Likewise.
2076         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
2077         Likewise.
2078         * math/test-nearbyint-except-2.c: New file.
2079         * math/Makefile (tests): Add test-nearbyint-except-2.
2081 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
2083         [BZ #19178]
2084         * sysdeps/x86/Makefile (tests): Add tst-prelink.
2085         (tst-prelink-ENV): New.
2086         ($(objpfx)tst-prelink-conflict.out): Likewise.
2087         ($(objpfx)tst-prelink-cmp.out): Likewise.
2088         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
2089         * sysdeps/x86/tst-prelink.c: New file.
2090         * sysdeps/x86/tst-prelink.exp: Likewise.
2092 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
2094         * math/auto-libm-test-in: Add another test of pow.
2095         * math/auto-libm-test-out: Regenerated.
2096         * math/libm-test.inc (pow_test_data): Add another test.
2098 2015-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2100         [BZ #19219]
2101         * sysdeps/ia64/fpu/s_nearbyintl.S (__nearbyint): Define and
2102         weak_alias to nearbyintl.
2104 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
2106         * sysdeps/aarch64/bits/string.h: New file.
2107         (_STRING_ARCH_unaligned): Define.
2109 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
2111         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Remove __signbit*.
2112         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2113         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2114         * sysdeps/unix/sysv/linux/nios2/localplt.data: Likewise.
2115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data: Likewise.
2117 2015-11-09  Ulrich Drepper  <drepper@gmail.com>
2119         * elf/dl-load.c (_dl_map_object_from_fd): Add additional parameter
2120         for original name of the DSO.  Add it to the name list of the DSO
2121         if it is actually given.
2122         (_dl_map_object): Keep track of whether an audit module rewrote
2123         the file name.  If yes, pass the original name to
2124         _dl_map_object_from_fd in a new parameter, otherwise NULL.  When
2125         debugging is enabled, log the change of the file name.
2126         * sysdeps/mach/hur/dl-sysdep.c: Adjust commented-out call to
2127         _dl_map_object_from_fd.
2128         * elf/Makefile: Build and run tst-audit11 and tst-audit12.
2129         * elf/tst-audit11.c: New file
2130         * elf/tst-auditmod11.c: New file.
2131         * elf/tst-audit11mod1.c: New file.
2132         * elf/tst-audit11mod2.c: New file.
2133         * elf/tst-audit11mod2.map: New file.
2134         * elf/tst-audit12.c: New file
2135         * elf/tst-auditmod12.c: New file.
2136         * elf/tst-audit12mod1.c: New file.
2137         * elf/tst-audit12mod2.c: New file.
2138         * elf/tst-audit12mod2.map: New file.
2139         * elf/tst-audit12mod3.c: New file.
2141 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
2143         * sysdeps/s390/longjmp.c (longjmp, _longjmp, siglongjmp):
2144         Don't create weak aliases,
2145         because versioned symbols are created later.
2146         * sysdeps/s390/s390-32/setjmp.S
2147         (setjmp, _setjmp): Remove weak and rename to an unique name
2148         in SHARED case due to existing versioned symbols.
2149         * sysdeps/s390/s390-64/setjmp.S: Likewise.
2150         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
2151         (getcontext): Create weak alias only in non SHARED case.
2152         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
2154 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
2156         * sysdeps/unix/sysv/linux/s390/kernel-features.h:
2157         (__ASSUME_*_SYSCALL) Define new macros.
2158         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
2159         Remove socketcall syscalls.
2160         * sysdeps/unix/sysv/linux/accept.c (__libc_accept):
2161         Use accept4 if defined __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL.
2162         * sysdeps/unix/sysv/linux/recv.c (__libc_recv):
2163         Use recvfrom if defined __ASSUME_RECVFROM_FOR_RECV_SYSCALL.
2164         * sysdeps/unix/sysv/linux/send.c (__libc_send):
2165         Use sendto if defined __ASSUME_SENDTO_FOR_SEND_SYSCALL.
2167 2015-11-09  Florian Weimer  <fweimer@redhat.com>
2169         [BZ #12926]
2170         Terminate process on invalid netlink response.
2171         * sysdeps/unix/sysv/linux/netlinkaccess.h
2172         (__netlink_assert_response): Declare.
2173         * sysdeps/unix/sysv/linux/netlink_assert_response.c: New file.
2174         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == inet]
2175         (sysdep_routines): Add netlink_assert_response.
2176         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Call
2177         __netlink_assert_response.
2178         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
2179         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
2180         * sysdeps/unix/sysv/linux/Versions (GLIBC_PRIVATE): Add
2181         __netlink_assert_response.
2183 2015-11-07  H.J. Lu  <hongjiu.lu@intel.com>
2185         [BZ #19178]
2186         * elf/dl-lookup.c (RTYPE_CLASS_VALID): New.
2187         (RTYPE_CLASS_PLT): Likewise.
2188         (RTYPE_CLASS_COPY): Likewise.
2189         (RTYPE_CLASS_TLS): Likewise.
2190         (_dl_debug_bindings): Use RTYPE_CLASS_TLS and RTYPE_CLASS_VALID
2191         to set relocation type class for DL_DEBUG_PRELINK.  Keep only
2192         ELF_RTYPE_CLASS_PLT and ELF_RTYPE_CLASS_COPY bits for
2193         DL_DEBUG_PRELINK.
2195 2015-11-06  Joseph Myers  <joseph@codesourcery.com>
2197         * math/test-signgam-finite.c (RUN_TESTS): Correct messages about
2198         calls with argument -0.5.
2199         * math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
2201         * configure.ac (libc_cv_z_nodelete): Remove configure test.
2202         (libc_cv_z_nodlopen): Likewise.
2203         (libc_cv_z_initfirst): Likewise.
2204         * configure: Regenerated.
2206 2015-11-06  Florian Weimer  <fweimer@redhat.com>
2208         Simplify abilist format to be line-based.
2209         * scripts/abilist.awk: Collect descriptors in the descs variable.
2210         (emit): Write descs variable and sort it
2211         externally, with sort.
2212         * sysdeps/**/*.abilist: Convert to new format.
2214 2015-11-06  Mark Wielaard  <mjw@redhat.com>
2216         [BZ #11460]
2217         * io/Makefile (routines): Add fts64.
2218         (tests): Add tst-fts and tst-fts-lfs.
2219         (CFLAGS-fts64.c): New.
2220         * io/Versions (GLIBC_2.23): New.
2221         * io/fts.c: Replace FTS with FTSOBJ, FTSENT with FTSENTRY. Use
2222         function defines FTS_OPEN, FTS_CLOSE, FTS_READ, FTS_SET and
2223         FTS_CHILDREN. Define FTSOBJ, FTSENTRY, FTS_OPEN, FTS_CLOSE,
2224         FTS_READ, FTS_SET, FTS_CHILDREN, INO_T, STAT and LSTAT if necessary.
2225         * io/fts.h (FTS64): New if _USE_LARGEFILE64.
2226         (FTSENT64): Likewise.
2227         (fts64_children): Likewise.
2228         (fts64_close): Likewise.
2229         (fts64_open): Likewise.
2230         (fts64_read): Likewise.
2231         (fts64_set): Likewise.
2232         * io/fts64.c: New file.
2233         * io/tst-fts.c: New test.
2234         * io/tst-fts-lfs.c: Likewise.
2235         * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.23): Add
2236         GLIBC_2.23, fts64_children, fts64_close, fts64_open, fts64_read and
2237         fts64_set.
2238         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
2239         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
2240         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
2241         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
2242         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
2243         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
2244         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
2245         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
2246         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
2247         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
2248         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
2249         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
2250         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
2251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
2252         Likewise.
2253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2254         Likewise.
2255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
2256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
2257         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
2258         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
2259         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
2260         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
2261         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
2262         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
2263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
2264         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
2265         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
2266         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
2267         * sysdeps/wordsize-64/fts.c: New file.
2268         * sysdeps/wordsize-64/fts64.c: Likewise.
2269         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts.c: Likewise.
2270         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts64.c: Likewise.
2271         * sysdeps/unix/sysv/linux/x86_64/x32/fts.c: likewise.
2272         * sysdeps/unix/sysv/linux/x86_64/x32/fts64.c: likewise.
2274 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
2276         * math/libm-test.inc (NON_FINITE): New macro.
2277         (enable_test): Do not run tests flagged NON_FINITE if TEST_FINITE.
2278         * math/gen-libm-test.pl (show_exceptions): Add argument
2279         $non_finite.
2280         (parse_args): Update call to show_exceptions.
2281         * math/test-math-finite.h: New file.
2282         * math/test-math-no-finite.h: Likewise.
2283         * math/test-double-finite.c: Likewise.
2284         * math/test-float-finite.c: Likewise.
2285         * math/test-ldouble-finite.c: Likewise.
2286         * math/test-double.c: Include "test-math-no-finite.h".
2287         * math/test-float.c: Include "test-math-no-finite.h".
2288         * math/test-ldouble.c: Include "test-math-no-finite.h".
2289         * math/test-math-inline.h (TEST_FINITE): New macro.
2290         * math/test-math-vector.h (TEST_FINITE): Likewise.
2291         * math/Makefile (test-longdouble-yes): Add test-ldouble-finite.
2292         (libm-tests): Add test-float-finite and test-double-finite.
2293         ($(objpfx)test-float-finite.o): New dependency on
2294         $(objpfx)libm-test.stmp.
2295         ($(objpfx)test-double-finite.o): Likewise.
2296         ($(objpfx)test-ldouble-finite.o): Likewise.
2297         (libm-test-no-inline-cflags): New variable.
2298         (libm-test-finite-cflags): Likewise.
2299         (CFLAGS-test-float-finite.c): Likewise.
2300         (CFLAGS-test-double-finite.c): Likewise.
2301         (CFLAGS-test-ldouble-finite.c): Likewise.
2302         (CFLAGS-test-float.c): Use $(libm-test-no-inline-cflags).
2303         (CFLAGS-test-double.c): Likewise.
2304         (CFLAGS-test-ldouble.c): Likewise.
2306 2015-11-05  Roland McGrath  <roland@hack.frob.com>
2308         * io/fcntl.c (__fcntl): Add ... to prototype.
2309         * misc/ioctl.c (__ioctl): Likewise.
2310         * misc/syscall.c (syscall): Likewise.
2312 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
2314         * scripts/list-fixed-bugs.py: New file.
2316         [BZ #19213]
2317         * sysdeps/i386/fpu/e_log.S (__log_finite): Ensure +0 is always
2318         returned for argument 1.
2319         * sysdeps/i386/fpu/e_logf.S (__logf_finite): Likewise.
2320         * sysdeps/i386/fpu/e_logl.S (__logl_finite): Likewise.
2321         * sysdeps/i386/i686/fpu/e_logl.S (__logl_finite): Likewise.
2322         * sysdeps/x86_64/fpu/e_log10l.S (__log10l_finite): Likewise.
2323         * sysdeps/x86_64/fpu/e_log2l.S (__log2l_finite): Likewise.
2324         * sysdeps/x86_64/fpu/e_logl.S (__logl_finite): Likewise.
2326         [BZ #19211]
2327         * math/bits/math-finite.h (lgamma): Set signgam if [__USE_MISC ||
2328         __USE_XOPEN], not if [!__USE_ISOC99].
2329         (lgammaf): Likewise.
2330         (lgammal): Likewise.
2331         (gamma): Set signgam unconditionally, not if [!__USE_ISOC99].
2332         (gammaf): Likewise.
2333         (gammal): Likewise.
2334         * math/test-signgam-finite-c11.c: New file.
2335         * math/test-signgam-finite-c99.c: Likewise.
2336         * math/test-signgam-finite.c: Likewise.
2337         * math/Makefile (tests): Add test-signgam-finite,
2338         test-signgam-finite-c99 and test-signgam-finite-c11.
2339         (CFLAGS-test-signgam-finite.c): New variable.
2340         (CFLAGS-test-signgam-finite-c99.c): Likewise.
2341         (CFLAGS-test-signgam-finite-c11.c): Likewise.
2343         [BZ #19212]
2344         * include/features.h [(_XOPEN_SOURCE - 0) >= 500]: Change
2345         conditional to [defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) >=
2346         500].
2347         [_POSIX_C_SOURCE >= 1]: Change conditional to [defined
2348         _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 1].
2349         [(_POSIX_C_SOURCE - 0) >= 199309L]: Change conditional to [defined
2350         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199309L].
2351         [(_POSIX_C_SOURCE - 0) >= 199506L]: Change conditional to [defined
2352         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199506L].
2353         [(_POSIX_C_SOURCE - 0) >= 200112L]: Change conditional to [defined
2354         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200112L].
2355         [(_POSIX_C_SOURCE - 0) >= 200809L]: Change conditional to [defined
2356         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200809L].
2358         [BZ #19209]
2359         * math/bits/math-finite.h (ldexp): Remove declaration.
2360         (ldexpf): Likewise.
2361         (ldexpl): Likewise.
2363         [BZ #19205]
2364         * math/bits/math-finite.h (acosf): Condition declaration on
2365         [__USE_ISOC99].
2366         (acosl): Likewise.
2367         (acoshf): Likewise.
2368         (acoshl): Likewise.
2369         (asinf): Likewise.
2370         (asinl): Likewise.
2371         (atan2f): Likewise.
2372         (atan2l): Likewise.
2373         (atanhf): Likewise.
2374         (atanhl): Likewise.
2375         (coshf): Likewise.
2376         (coshl): Likewise.
2377         (expf): Likewise.
2378         (expl): Likewise.
2379         (fmodf): Likewise.
2380         (fmodl): Likewise.
2381         (hypot): Change condition to [__USE_XOPEN || __USE_ISOC99].
2382         (j0f): Change condition to [__USE_MISC && __USE_ISOC99].
2383         (j0l): Likewise.
2384         (y0f): Likewise.
2385         (y0l): Likewise.
2386         (j1f): Likewise.
2387         (j1l): Likewise.
2388         (y1f): Likewise.
2389         (y1l): Likewise.
2390         (jnf): Likewise.
2391         (jnl): Likewise.
2392         (ynf): Likewise.
2393         (ynl): Likewise.
2394         (lgammaf_r): Condition declaration on [__USE_ISOC99].
2395         (lgammal_r): Likewise.
2396         (__lgamma_r_finite): New declaration.
2397         (__lgammaf_r_finite): Likewise.
2398         (__lgammal_r_finite): Likewise.
2399         (lgamma): Use __lgamma_r_finite.
2400         (lgammaf): Condition definition on [__USE_ISOC99].  Use
2401         __lgammaf_r_finite.
2402         (lgammal): Condition definition on [__USE_ISOC99].  Use
2403         __lgammal_r_finite.
2404         (gamma): Do not define for [!__USE_MISC && __USE_XOPEN2K].  Use
2405         __lgamma_r_finite.
2406         (gammaf): Condition definition on [__USE_ISOC99].  Use
2407         __lgammaf_r_finite.
2408         (gammal): Condition definition on [__USE_ISOC99].  Use
2409         __lgammal_r_finite.
2410         (logf): Condition declaration on [__USE_ISOC99].
2411         (logl): Likewise.
2412         (log10f): Likewise.
2413         (log10l): Likewise.
2414         (ldexpf): Likewise.
2415         (ldexpl): Likewise.
2416         (powf): Likewise.
2417         (powl): Likewise.
2418         (remainder): Condition declaration on [__USE_XOPEN_EXTENDED ||
2419         __USE_ISOC99].
2420         (remainderf): Condition declaration on [__USE_ISOC99].
2421         (remainderl): Likewise.
2422         (scalb): Do not declare for [!__USE_MISC && __USE_XOPEN2K8].
2423         (scalbf): Change condition to [__USE_MISC && __USE_ISOC99].
2424         (scalbl): Likewise.
2425         (sinhf): Condition declaration on [__USE_ISOC99].
2426         (sinhl): Likewise.
2427         (sqrtf): Likewise.
2428         (sqrtl): Likewise.
2430 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
2432         * sysdeps/arm/atomic-machine.h
2433         [__GNUC_PREREQ (4, 7) && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
2434         Change conditional to [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
2435         [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 && !__GNUC_PREREQ (4, 7)]:
2436         Remove conditional code.
2437         [!__GNUC_PREREQ (4, 7) || !__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
2438         Change conditional to [!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
2439         * sysdeps/i386/sysdep.h [__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]:
2440         Change conditional to [__ASSEMBLER__].
2441         [__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
2442         [!__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]: Change conditional to
2443         [!__ASSEMBLER__].
2444         [!__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional
2445         code.
2446         * sysdeps/unix/sysv/linux/sh/atomic-machine.h (rNOSP): Remove
2447         conditional macro definitions.
2448         (__arch_compare_and_exchange_val_8_acq): Use "u" instead of rNOSP.
2449         (__arch_compare_and_exchange_val_16_acq): Likewise.
2450         (__arch_compare_and_exchange_val_32_acq): Likewise.
2451         (atomic_exchange_and_add): Likewise.
2452         (atomic_add): Likewise.
2453         (atomic_add_negative): Likewise.
2454         (atomic_add_zero): Likewise.
2455         (atomic_bit_set): Likewise.
2456         (atomic_bit_test_set): Likewise.
2457         * sysdeps/x86_64/atomic-machine.h [__GNUC_PREREQ (4, 7)]: Make
2458         code unconditional.
2459         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2461         * math/test-math-errno.h: New file.
2462         * math/test-math-inline.h (TEST_INLINE): Define to 1 instead of
2463         empty.
2464         (TEST_ERRNO): New macro.
2465         (TEST_EXCEPTIONS): Likewise.
2466         * math/test-math-no-inline.h (TEST_INLINE): Likewise.
2467         (TEST_EXCEPTIONS): Likewise.
2468         * math/test-math-vector.h (TEST_ERRNO): Likewise.
2469         * math/test-double.c: Include "test-math-errno.h".
2470         * math/test-float.c: Likewise.
2471         * math/test-ldouble.c: Likewise.
2472         * math/libm-test.inc (test_single_exception) [!TEST_INLINE]: Make
2473         code unconditional.
2474         (test_exceptions): Only run code if TEST_EXCEPTIONS.
2475         (test_single_errno) [!TEST_INLINE && !TEST_MATHVEC]: Make code
2476         unconditional.
2477         (test_errno): Only run code if TEST_ERRNO.
2478         (enable_test): Use "if" conditional on TEST_INLINE, not #ifdef.
2480 2015-11-04  Florian Weimer  <fweimer@redhat.com>
2482         * nptl/tst-once5.cc: Remove attribution.
2484 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
2486         * math/auto-libm-test-in: Add more tests of sin, sincos, sinh,
2487         sqrt, tan, tanh, y0, y1 and yn.
2488         * math/auto-libm-test-out: Regenerated.
2489         * math/libm-test.inc (scalb_test_data): Add more tests.
2490         (scalbn_test_data): Likewise.
2491         (scalbln_test_data): Likewise.
2492         (signbit_test_data): Likewise.
2493         (sin_test_data): Likewise.
2494         (sincos_test_data): Likewise.
2495         (sinh_test_data): Likewise.
2496         (sqrt_test_data): Likewise.
2497         (tan_test_data): Likewise.
2498         (tanh_test_data): Likewise.
2499         (tgamma_test_data): Likewise.
2500         (y0_test_data): Likewise.
2501         (y1_test_data): Likewise.
2502         (yn_test_data): Likewise.
2503         (significand_test_data): Likewise.
2504         * sysdeps/i386/fpu/libm-test-ulps: Update.
2506 2015-11-03  David Kastrup  <dak@gnu.org>
2508         [BZ #18604]
2509         * assert/assert.h (assert): Don't macro-expand failed assertion
2510         expression in error message.
2511         * malloc/malloc.c (assert): Likewise.
2513 2015-11-03  Joseph Myers  <joseph@codesourcery.com>
2515         * configure.ac (libc_cv_ld_no_whole_archive): Remove configure
2516         test.
2517         * configure: Regenerated.
2519 2015-11-02  Joseph Myers  <joseph@codesourcery.com>
2521         * math/libm-test.inc (modf_test_data): Add more tests.
2522         (nearbyint_test_data): Likewise.
2523         (nextafter_test_data): Likewise.
2524         (nexttoward_test_data): Likewise.
2525         (pow_test_data): Likewise.
2526         (remainder_test_data): Likewise.
2527         (remquo_test_data): Likewise.
2528         (rint_test_data): Likewise.
2530         [BZ #19201]
2531         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
2532         Check for zero remainder in case of large exponents and ensure
2533         correct sign of result in that case.
2534         * math/libm-test.inc (remainder_test_data): Add more tests.
2536         [BZ #6799]
2537         * math/s_nextafter.c: Include <errno.h>.
2538         (__nextafter): Set errno on overflow and underflow.
2539         * math/s_nexttowardf.c: Include <errno.h>.
2540         (__nexttowardf): Set errno on overflow and underflow.
2541         * sysdeps/i386/fpu/s_nextafterl.c: Include <errno.h>.
2542         (__nextafterl): Set errno on overflow and underflow.
2543         * sysdeps/i386/fpu/s_nexttoward.c: Include <errno.h>.
2544         (__nexttoward): Set errno on overflow and underflow.
2545         * sysdeps/i386/fpu/s_nexttowardf.c: Include <errno.h>.
2546         (__nexttowardf): Set errno on overflow and underflow.
2547         * sysdeps/ieee754/flt-32/s_nextafterf.c: Include <errno.h>.
2548         (__nextafterf): Set errno on overflow and underflow.
2549         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include <errno.h>.
2550         (__nextafterl): Set errno on overflow and underflow.
2551         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Include <errno.h>.
2552         (__nexttoward): Set errno on overflow and underflow.
2553         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Include <errno.h>.
2554         (__nexttowardf): Set errno on overflow and underflow.
2555         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <errno.h>.
2556         (__nextafterl): Set errno on overflow and underflow.
2557         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Include <errno.h>.
2558         (__nexttoward): Set errno on overflow and underflow.
2559         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include <errno.h>.
2560         (__nexttowardf): Set errno on overflow and underflow.
2561         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Include <errno.h>.
2562         (__nexttoward): Set errno on overflow and underflow.
2563         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include <errno.h>.
2564         (__nexttowardf): Set errno on overflow and underflow.
2565         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include <errno.h>.
2566         (__nldbl_nexttowardf): Set errno on overflow and underflow.
2567         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Include <errno.h>.
2568         (__nextafterl): Set errno on overflow and underflow.
2569         * math/libm-test.inc (nextafter_test_data): Do not allow errno
2570         setting to be missing on overflow.  Add more tests.
2571         (nexttoward_test_data): Likewise.
2573         * configure.ac (libc_cv_initfini_array): Remove configure test.
2574         * configure: Regenerated.
2576 2015-10-29  Joseph Myers  <joseph@codesourcery.com>
2578         [BZ #19189]
2579         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Make check for
2580         non-finite argument handle arguments with negative sign.
2582         * math/libm-test.inc (j0_test_data): Do not test sign of zero
2583         result from infinite argument.
2584         (j1_test_data): Likewise.
2585         (jn_test_data): Likewise.
2586         (y0_test_data): Likewise.
2587         (y1_test_data): Likewise.
2588         (yn_test_data): Likewise.
2590         [BZ #16171]
2591         * math/w_remainder.c (drem): Define as weak alias of __remainder.
2592         [NO_LONG_DOUBLE] (dreml): Define as weak alias of __remainder.
2593         * math/w_remainderf.c (dremf): Define as weak alias of
2594         __remainderf.
2595         * math/w_remainderl.c (dreml): Define as weak alias of
2596         __remainderl.
2597         * sysdeps/ia64/fpu/e_remainder.S (drem): Define as weak alias of
2598         __remainder.
2599         * sysdeps/ia64/fpu/e_remainderf.S (dremf): Define as weak alias of
2600         __remainderf.
2601         * sysdeps/ia64/fpu/e_remainderl.S (dreml): Define as weak alias of
2602         __remainderl.
2603         * sysdeps/ieee754/ldbl-opt/nldbl-remainder.c (dreml): Define as
2604         weak alias of remainderl.
2605         * sysdeps/ieee754/ldbl-opt/w_remainder.c
2606         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__drem): Define as strong
2607         alias of __remainder.
2608         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (dreml): Use compat_symbol.
2609         * sysdeps/ieee754/ldbl-opt/w_remainderl.c (__dreml): Define as
2610         strong alias of __remainderl.
2611         (dreml): Use long_double_symbol.
2612         * math/Makefile (libm-calls): Remove w_drem.
2613         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove drem.
2614         (CFLAGS-nldbl-drem.c): Remove variable.
2615         (CFLAGS-nldbl-remainder.c): Add -fno-builtin-dreml.
2616         * math/w_drem.c: Remove file.
2617         * math/w_dremf.c: Likewise.
2618         * math/w_dreml.c: Likewise.
2619         * sysdeps/ieee754/ldbl-opt/nldbl-drem.c: Likewise.
2620         * sysdeps/ieee754/ldbl-opt/w_drem.c: Likewise.
2621         * sysdeps/ieee754/ldbl-opt/w_dreml.c: Likewise.
2623         * sysdeps/i386/configure.ac (cpuid.h): Do not test for header.
2624         * sysdeps/i386/configure: Regenerated.
2625         * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header.
2626         * sysdeps/x86_64/configure: Regenerated.
2628         * configure.ac (libc_cv_asm_protected_directive): Remove configure
2629         test.
2630         (libc_cv_visibility_attribute): Likewise.
2631         (libc_cv_protected_data): Test unconditionally.
2632         (libc_cv_broken_visibility_attribute): Remove configure test.
2633         (libc_cv_have_sdata_section): Test unconditionally.
2634         * configure: Regenerated.
2636         * include/libc-internal.h (libc_max_align_t): Remove typedef.
2637         * include/scratch_buffer.h: Include <stddef.h> instead of
2638         <libc-internal.h>.
2639         (struct scratch_buffer): Use max_align_t instead of
2640         libc_max_align_t.
2642 2015-10-29  Florian Weimer  <fweimer@redhat.com>
2644         * elf/dl-fini.c (_dl_fini): Rewrite to use variable-length array
2645         instead of extend_alloca.  Change control flow to avoid a goto.
2646         Remove assert which is trivially always true.
2648 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2650         [BZ #16068]
2651         * sysdeps/i386/fpu/fesetenv.c: Include <fpu_control.h>.
2652         (FE_ALL_EXCEPT_X86): New macro.
2653         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
2654         FE_ALL_EXCEPT.  Ensure precision control is included in
2655         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
2656         handle "denormal operand exception" and clear FZ and DAZ bits.
2657         * sysdeps/x86_64/fpu/fesetenv.c: Include <fpu_control.h>.
2658         (FE_ALL_EXCEPT_X86): New macro.
2659         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
2660         FE_ALL_EXCEPT.  Ensure precision control is included in
2661         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
2662         handle "denormal operand exception" and clear FZ and DAZ bits.
2663         * sysdeps/x86/fpu/test-fenv-sse-2.c: New file.
2664         * sysdeps/x86/fpu/test-fenv-x87.c: Likewise.
2665         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
2666         test-fenv-x87 and test-fenv-sse-2.
2667         [$(subdir) = math] (CFLAGS-test-fenv-sse-2.c): New variable.
2669         * math/libm-test.inc (BUILD_COMPLEX): Remove macro.
2670         * math/test-double.h (BUILD_COMPLEX): New macro.
2671         * math/test-float.h (BUILD_COMPLEX): Likewise.
2672         * math/test-ldouble.h (BUILD_COMPLEX): Likewise.
2674         * math/libm-test.inc (min_subnorm_value): Use LDBL_TRUE_MIN,
2675         DBL_TRUE_MIN and FLT_TRUE_MIN instead of __LDBL_DENORM_MIN__,
2676         __DBL_DENORM_MIN__ and __FLT_DENORM_MIN__.
2677         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Refer to DBL_TRUE_MIN
2678         instead of DBL_DENORM_MIN in comment.
2679         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Refer to
2680         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
2681         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <float.h>.
2682         (__nextafterl): Use LDBL_TRUE_MIN instead of __LDBL_DENORM_MIN__.
2683         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Refer to
2684         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
2686 2015-10-28  Florian Weimer  <fweimer@redhat.com>
2688         [BZ# 19048]
2689         * malloc/malloc.c (struct malloc_state): Update comment.  Add
2690         attached_threads member.
2691         (main_arena): Initialize attached_threads.
2692         * malloc/arena.c (list_lock): Update comment.
2693         (ptmalloc_lock_all, ptmalloc_unlock_all): Likewise.
2694         (ptmalloc_unlock_all2): Reinitialize arena reference counts.
2695         (deattach_arena): New function.
2696         (_int_new_arena): Initialize arena reference count and deattach
2697         replaced arena.
2698         (get_free_list, reused_arena): Update reference count and deattach
2699         replaced arena.
2700         (arena_thread_freeres): Update arena reference count and only put
2701         unreferenced arenas on the free list.
2703 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2705         [BZ #19181]
2706         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Clear already-raised
2707         SSE exceptions when argument is FE_DFL_ENV or FE_NOMASK_ENV.
2708         * sysdeps/x86_64/fpu/fesetenv.c (__fesetenv): Likewise.
2709         * math/test-fenv-clear-main.c: New file.
2710         * math/test-fenv-clear.c: Likewise.
2711         * math/Makefile (tests): Add test-fenv-clear.
2712         * sysdeps/x86/fpu/test-fenv-clear-sse.c: New file.
2713         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
2714         test-fenv-clear-sse.
2715         [$(subdir) = math] (CFLAGS-test-fenv-clear-sse.c): New variable.
2717         * math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG,
2718         DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__,
2719         __DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__.
2721 2015-10-28  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2723         * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in
2724         static libc.
2726 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2728         * sysdeps/i386/configure.ac (libc_cv_cc_avx2): Remove configure
2729         test.
2730         * sysdeps/i386/configure: Regenerated.
2731         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx2): Remove configure
2732         test.
2733         * sysdeps/x86_64/configure: Regenerated.
2734         * config.h.in (HAVE_AVX2_SUPPORT): Remove #undef.
2735         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2736         memset-avx2 unconditionally instead of conditionally on
2737         [$(config-cflags-avx2) = yes].
2738         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2739         (__libc_ifunc_impl_list) [HAVE_AVX2_SUPPORT]: Make code
2740         unconditional.
2741         * sysdeps/x86_64/multiarch/memset.S [HAVE_AVX2_SUPPORT]: Likewise.
2742         * sysdeps/x86_64/multiarch/memset_chk.S
2743         [IS_IN (libc) && SHARED && HAVE_AVX2_SUPPORT]: Change conditional
2744         to [IS_IN (libc) && SHARED].
2746 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2748         * sysdeps/arm/configure.ac (libc_cv_arm_tls_desc): Remove
2749         configure test.
2750         * sysdeps/arm/configure: Regenerated.
2751         * sysdeps/arm/Makefile [!have-arm-tls-desc] (have-arm-tls-desc):
2752         Define variable if not already defined.
2754         [BZ #17404]
2755         * sysdeps/mips/atomic-machine.h
2756         [__GNUC_PREREQ (4, 8) || (__mips16 && __GNUC_PREREQ (4, 7))]:
2757         Change conditional to [__GNUC_PREREQ (4, 8) || __mips16].
2758         [__mips16 && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
2760         * resolv/res_send.c (send_vc) [__GNUC_PREREQ (4, 7)]: Make code
2761         unconditional.
2762         * soft-fp/fmadf4.c [__GNUC_PREREQ (4, 7)]: Likewise.
2763         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2764         * soft-fp/fmasf4.c [__GNUC_PREREQ (4, 7)]: Make code
2765         unconditional.
2766         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2767         * soft-fp/fmatf4.c [__GNUC_PREREQ (4, 7)]: Make code
2768         unconditional.
2769         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2770         * stdlib/setenv.c
2771         [((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7)]: Make
2772         code unconditional.
2773         [!(((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7))]:
2774         Remove conditional code.
2775         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
2776         (__ieee754_lgamma_r) [__GNUC_PREREQ (4, 7)]: Make code
2777         unconditional.
2778         (__ieee754_lgamma_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2779         code.
2780         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
2781         (__ieee754_lgammaf_r) [__GNUC_PREREQ (4, 7)]: Make code
2782         unconditional.
2783         (__ieee754_lgammaf_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2784         code.
2785         * sysdeps/ieee754/ldbl-128/k_tanl.c
2786         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2787         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2788         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
2789         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2790         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2791         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
2792         (__ieee754_lgammal_r) [__GNUC_PREREQ (4, 7)]: Make code
2793         unconditional.
2794         (__ieee754_lgammal_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2795         code.
2796         * sysdeps/ieee754/ldbl-96/k_tanl.c
2797         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2798         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2800         * nptl/tst-initializers1-c11.c: New file.
2801         * nptl/tst-initializers1-gnu11.c: Likewise.
2802         * nptl/Makefile (tests): Add these new tests.
2803         (CFLAGS-tst-initializers1-c11.c): New variable.
2804         (CFLAGS-tst-initializers1-gnu11.c): Likewise.
2806         * Makeconfig (CFLAGS): Use -std=gnu11 instead of -std=gnu99.
2807         * Makefile ($(objpfx)c++-types-check.out): Filter out -std=gnu11
2808         instead of -std=gnu99.
2809         * configure.ac (systemtap): Test with -std=gnu11 instead of
2810         -std=gnu99.
2811         * configure: Regenerated.
2812         * math/gen-auto-libm-tests.c: Use -std=gnu11 instead of -std=gnu99
2813         in compilation command in comment.
2815         * sysdeps/nptl/configure.ac: Remove file.
2816         * sysdeps/nptl/configure: Remove generated file.
2817         * configure.ac (libc_cv_forced_unwind): Do not substitute.
2818         * configure: Regenerated.
2819         * config.h.in (HAVE_FORCED_UNWIND): Remove #undef.
2820         * config.make.in (have-forced-unwind): Remove variable.
2821         * nptl/Makefile [$(have-forced-unwind) = yes]: Make code
2822         unconditional.
2823         * nptl/descr.h [HAVE_FORCED_UNWIND]: Likewise.
2824         * nptl/unwind.c [HAVE_FORCED_UNWIND]: Likewise.
2825         (__pthread_unwind) [!HAVE_FORCED_UNWIND]: Remove conditional code.
2826         * nptl/version.c [HAVE_FORCED_UNWIND]: Make code unconditional.
2827         * sysdeps/nptl/Makefile [$(have-forced-unwind) = yes]: Make code
2828         unconditional.
2830 2015-10-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2832         [BZ #19174]
2833         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Fix usage of
2834         .skip_lock_out_of_tbegin_retries.
2835         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
2836         (__lll_lock_elision): Likewise, and respect a value of
2837         try_tbegin <= 0.
2839 2015-10-27  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2841         * elf/dl-support.c (_dl_aux_init): Added AT_PLATFORM to the case
2842         statement.
2844 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2846         * conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove
2847         variable.
2848         (test-xfail-ISO11/stdalign.h/conform): Likewise.
2849         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
2851         * conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead
2852         of -std=c1x -D_ISOC11_SOURCE.
2854         * configure.ac (libc_cv_compiler_ok): Require GCC 4.7 or later.
2855         * configure: Regenerated.
2856         * manual/install.texi (Tools for Compilation): Document
2857         requirement for GCC 4.7 or later.
2858         * INSTALL: Regenerated.
2860 2015-10-27  Ludovic Courtès  <ludo@gnu.org>
2862         * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
2863         on CNT to a conditional jump to 'puntdata'.
2865 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2867         * configure.ac (libc_cv_gcc___thread): Remove configure test.
2868         (libc_cv_gcc_tls_model_attr): Likewise.
2869         * configure: Regenerated.
2871         * configure.ac (libc_cv_need_minus_P): Remove configure test.
2872         * configure: Regenerated.
2873         * Makeconfig (asm-CPPFLAGS): Remove reference to -P in comment.
2875 2015-10-26  Joseph Myers  <joseph@codesourcery.com>
2877         * configure.ac (old_glibc_headers): Remove configure test.
2878         * configure: Regenerated.
2879         * config.make.in (old-glibc-headers): Remove variable.
2880         * Makefile [!$(install_root) && $(old-glibc-headers) = yes]
2881         (install): Remove dependency on remove-old-headers.
2882         (headers2_0): Remove variable.
2883         (remove-old-headers): Remove rule.
2885         * configure.ac (libc_cv_dot_text): Remove configure test.
2886         (libc_cv_asm_set_directive): Use .text instead of
2887         ${libc_cv_dot_text} in configure test.
2888         * configure: Regenerated.
2890 2015-10-26  Florian Weimer  <fweimer@redhat.com>
2892         [BZ #19168]
2893         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2895 2015-10-26  Florian Weimer  <fweimer@redhat.com>
2897         * configure.ac (CXX): Clear the variable if the C++ toolchain does
2898         not support static linking.
2899         * configure: Regenerate.
2901 2015-10-23  Joseph Myers  <joseph@codesourcery.com>
2903         * math/libm-test.inc (check_float_internal): Do not special-case
2904         errors up to 0.5 ulp.
2906         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
2907         log2.
2908         * math/auto-libm-test-out: Regenerated.
2909         * math/libm-test.inc (MAX_EXP): New macro.
2910         (ilogb_test_data): Add more tests.
2911         (isfinite_test_data): Likewise.
2912         (isgreater_test_data): Likewise.
2913         (isgreaterequal_test_data): Likewise.
2914         (isinf_test_data): Likewise.
2915         (isless_test_data): Likewise.
2916         (islessequal_test_data): Likewise.
2917         (islessgreater_test_data): Likewise.
2918         (isnan_test_data): Likewise.
2919         (isnormal_test_data): Likewise.
2920         (issignaling_test_data): Likewise.
2921         (isunordered_test_data): Likewise.
2922         (j0_test_data): Likewise.
2923         (j1_test_data): Likewise.
2924         (jn_test_data): Likewise.
2925         (lgamma_test_data): Likewise.
2926         (log_test_data): Likewise.
2927         (log10_test_data): Likewise.
2928         (log1p_test_data): Likewise.
2929         (log2_test_data): Likewise.
2930         (logb_test_data): Likewise.
2931         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2933         [BZ #18611]
2934         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Set errno and
2935         avoid excess range and precision on underflow.
2936         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
2937         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
2938         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
2939         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Set errno on
2940         underflow.
2941         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
2942         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
2943         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
2944         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
2945         * math/auto-libm-test-in: Do not allow missing errno setting for
2946         tests of j1 and jn.
2947         * math/auto-libm-test-out: Regenerated.
2949 2015-10-22  Joseph Myers  <joseph@codesourcery.com>
2951         [BZ #15491]
2952         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Save and restore
2953         floating-point environment instead of clearing all exceptions.
2954         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
2955         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise,
2956         merging in "invalid" exceptions from frndint.
2957         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
2958         * math/test-nearbyint-except.c: New file.
2959         * math/Makefile (tests): Add test-nearbyint-except.
2961 2015-10-22  Chris Metcalf  <cmetcalf@ezchip.com>
2963         * NEWS: Mention bug 18699 fixed by commit fe8c2b33aed0.
2965         * sysdeps/tile/libm-test-ulps: Regenerated.
2967 2015-10-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
2970         (__NR_sync_file_range2): Assume it is always defined.
2971         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
2972         (__NR_sync_file_range): Assume it is always defined.
2974 2015-10-22  Andreas Schwab  <schwab@suse.de>
2976         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
2977         INTERNAL_SYSCALL_ERRNO.
2978         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
2979         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
2980         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2981         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
2982         Likewise.
2983         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2985 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
2987         * io/tst-fcntl.c (fd): New static variable.
2988         (do_prepare): Open temporary file here....
2989         (do_test): ...not here.
2991         * io/ftwtest-sh: Also trap on exit to remove temporary files.
2993 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
2995         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: Replace
2996         __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
2997         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
2998         Moved before "#ifdef __ASSEMBLER__".
3000 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
3002         [BZ #19156]
3003         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Return 1 for
3004         arguments very close to 0.
3006 2015-10-21  Chris Metcalf  <cmetcalf@ezchip.com>
3008         * sysdeps/unix/sysv/linux/tile/sysdep.h (PSEUDO_END)
3009         (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO): Undef before defining.
3011 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
3013         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
3014         New.  Defined for GCC 5 and above when not compiling for
3015         profiling.
3016         Replace __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
3018         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
3019         Renamed to ...
3020         (CFLAGS-epoll_pwait.o): This.
3021         (CFLAGS-mmap.c): Renamed to ...
3022         (CFLAGS-mmap.o): This.
3023         (CFLAGS-mmap64.c): Renamed to ...
3024         (CFLAGS-mmap64.o): This.
3025         (CFLAGS-epoll_pwait.os): New.
3026         (CFLAGS-mmap.os): Likewise.
3027         (CFLAGS-mmap64.os): Likewise.
3028         (CFLAGS-semtimedop.os): Likewise.
3029         (CFLAGS-semtimedop.c): Renamed to ...
3030         (CFLAGS-semtimedop.o): This.
3032 2015-10-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3034         * debug/tst-backtrace4.c (handle_signal): Fix a comment and
3035         warning message.
3037 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
3039         * Makeconfig (+gccwarn-c): Add -Wold-style-definition.
3040         * Makefile ($(objpfx)c++-types-check.out): Filter out
3041         $(+gccwarn-c) instead of -Wstrict-prototypes.
3043         * io/fts.c (fts_open): Convert to prototype-style function
3044         definition.
3045         * malloc/mcheck.c (mcheck): Likewise.
3046         (mcheck_pedantic): Likewise.
3047         * posix/regexec.c (re_search_2_stub): Likewise.  Use
3048         internal_function.
3049         (re_search_internal): Likewise.
3050         * resolv/res_init.c [RESOLVSORT] (net_mask): Convert to
3051         prototype-style function definition.
3052         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
3053         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
3054         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Likewise.
3055         (xdr_utmpptr): Likewise.
3056         (xdr_utmparr): Likewise.
3057         (xdr_utmpidle): Likewise.
3058         (xdr_utmpidleptr): Likewise.
3059         (xdr_utmpidlearr): Likewise.
3061         * math/auto-libm-test-in: Add more tests of hypot, j0, j1, jn,
3062         log, log10 and log2.
3063         * math/auto-libm-test-out: Regenerated.
3064         * math/libm-test.inc (fmod_test_data): Add more tests.
3065         (fpclassify_test_data): Likewise.
3066         (frexp_test_data): Likewise.
3067         (hypot_test_data): Likewise.
3068         (ilogb_test_data): Likewise.
3070 2015-10-20  Joseph Myers  <joseph@codesourcery.com>
3072         * debug/fortify_fail.c (__fortify_fail): Convert to
3073         prototype-style function definition.  Use internal_function.
3074         * libio/genops.c (save_for_backup): Convert to prototype-style
3075         function definition.
3076         * libio/wgenops.c (save_for_wbackup): Likewise.
3077         * login/grantpt.c (grantpt): Likewise.
3078         * login/ptsname.c (ptsname): Likewise.
3079         (__ptsname_r): Likewise.
3080         * login/unlockpt.c (unlockpt): Likewise.
3081         * mach/msgserver.c (__mach_msg_server): Likewise.
3082         * misc/efgcvt.c (__APPEND (FUNC_PREFIX, fcvt)): Likewise.
3083         (__APPEND (FUNC_PREFIX, ecvt)): Likewise.
3084         (__APPEND (FUNC_PREFIX, gcvt)): Likewise.
3085         * misc/efgcvt_r.c (__APPEND (FUNC_PREFIX, fcvt_r)): Likewise.
3086         (__APPEND (FUNC_PREFIX, ecvt_r)): Likewise.
3087         * nptl/cleanup_compat.c (_pthread_cleanup_push): Likewise.
3088         * nptl/cleanup_defer_compat.c (_pthread_cleanup_push_defer):
3089         Likewise.
3090         * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.  Use
3091         internal_function.
3092         * nptl/pthread_atfork.c (__pthread_atfork): Convert to
3093         prototype-style function definition.
3094         * nptl/pthread_create.c (__pthread_create_2_1): Likewise.
3095         [SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)]
3096         (__pthread_create_2_0): Likewise.
3097         * nptl/pthread_key_create.c (__pthread_key_create): Likewise.
3098         * nptl/register-atfork.c (__register_atfork): Likewise.
3099         * posix/glob.c (glob): Likewise.
3100         * posix/regcomp.c (re_comp): Likewise.
3101         * posix/regexec.c (re_exec): Likewise.
3102         * stdlib/add_n.c [__STDC__]: Make code unconditional.
3103         [!__STDC__]: Remove conditional code.
3104         * stdlib/cmp.c [__STDC__]: Make code unconditional.
3105         [!__STDC__]: Remove conditional code.
3106         * stdlib/divmod_1.c [__STDC__]: Make code unconditional.
3107         [!__STDC__]: Remove conditional code.
3108         * stdlib/divrem.c [__STDC__]: Make code unconditional.
3109         [!__STDC__]: Remove conditional code.
3110         * stdlib/lshift.c [__STDC__]: Make code unconditional.
3111         [!__STDC__]: Remove conditional code.
3112         * stdlib/mod_1.c [__STDC__]: Make code unconditional.
3113         [!__STDC__]: Remove conditional code.
3114         * stdlib/mul.c [__STDC__]: Make code unconditional.
3115         [!__STDC__]: Remove conditional code.
3116         * stdlib/mul_n.c [__STDC__]: Make code unconditional.
3117         [!__STDC__]: Remove conditional code.
3118         * stdlib/rshift.c [__STDC__]: Make code unconditional.
3119         [!__STDC__]: Remove conditional code.
3120         * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
3121         function definition.
3122         (STRTOF): Likewise.
3123         * stdlib/strtod_l.c (__STRTOF): Likewise.
3124         * stdlib/strtol.c (INTERNAL (strtol)): Likewise.
3125         * stdlib/strtol_l.c (INTERNAL (__strtol_l)): Likewise.
3126         (__strtol_l): Likewise.
3127         * stdlib/sub_n.c [__STDC__]: Make code unconditional.
3128         [!__STDC__]: Remove conditional code.
3129         * string/memrchr.c (MEMRCHR): Convert to prototype-style function
3130         definition.
3131         * string/strcasecmp.c (LOCALE_PARAM_DECL): Remove macro.
3132         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3133         type.
3134         (__strcasecmp): Convert to prototype-style function definition.
3135         * string/strncase.c (LOCALE_PARAM_DECL): Remove macro.
3136         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3137         type.
3138         (__strncasecmp): Convert to prototype-style function definition.
3139         * sunrpc/pm_getport.c (__libc_rpc_getport): Likewise.
3140         * sunrpc/xdr.c (xdr_union): Likewise.
3141         * sunrpc/xdr_array.c (xdr_array): Likewise.
3142         * sunrpc/xdr_ref.c (xdr_reference): Likewise.
3143         * sysdeps/m68k/m680x0/fpu/s_atan.c (__CONCATX(__,FUNC)): Likewise.
3144         * sysdeps/m68k/m680x0/fpu/s_isinf.c (__CONCATX(__,FUNC)):
3145         Likewise.
3146         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(__scalbn,suffix):
3147         Likewise.
3148         * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
3149         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
3150         Likewise.
3151         * time/strftime_l.c (LOCALE_PARAM_DECL): Remove macro.
3152         (LOCALE_PARAM_PROTO): Likewise.
3153         [_LIBC && USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include
3154         argument type.
3155         (ut_argument_spec): Remove macro.
3156         (ut_argument_spec_iso): Rename to ut_argument_spec.
3157         (memcpy_lowcase): Use LOCALE_PARAM in declaration.  Convert to
3158         prototype-style function definition.
3159         (memcpy_uppcase): Likewise.
3160         (__strftime_internal): Likewise.
3161         (my_strftime): Likewise.
3162         * time/strptime_l.c (LOCALE_PARAM_PROTO): Remove macro.
3163         (LOCALE_PARAM_DECL): Likewise.
3164         [_LIBC] (LOCALE_PARAM): Include argument type.
3165         (__strptime_internal): Convert to prototype-style function
3166         definition.
3167         (strptime): Likewise.
3168         * wcsmbs/wcscasecmp.c (LOCALE_PARAM_DECL): Remove macro.
3169         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3170         type.
3171         (__wcscasecmp): Convert to prototype-style function definition.
3172         * wcsmbs/wcsncase.c (LOCALE_PARAM_DECL): Remove macro.
3173         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
3174         type.
3175         (__wcsncasecmp): Convert to prototype-style function definition.
3177         * crypt/md5-crypt.c (__md5_crypt_r): Convert to prototype-style
3178         function definition.
3179         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
3180         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
3181         * debug/backtracesyms.c (__backtrace_symbols): Likewise.
3182         * elf/dl-minimal.c (_itoa): Likewise.
3183         * hurd/hurdmalloc.c (malloc): Likewise.
3184         (free): Likewise.
3185         (realloc): Likewise.
3186         * inet/inet6_option.c (inet6_option_space): Likewise.
3187         (inet6_option_init): Likewise.
3188         (inet6_option_append): Likewise.
3189         (inet6_option_alloc): Likewise.
3190         (inet6_option_next): Likewise.
3191         (inet6_option_find): Likewise.
3192         * io/ftw.c (FTW_NAME): Likewise.
3193         (NFTW_NAME): Likewise.
3194         (NFTW_NEW_NAME): Likewise.
3195         (NFTW_OLD_NAME): Likewise.
3196         * libio/iofwide.c (_IO_fwide): Likewise.
3197         * libio/strops.c (_IO_str_init_static_internal): Likewise.
3198         (_IO_str_init_static): Likewise.
3199         (_IO_str_init_readonly): Likewise.
3200         (_IO_str_overflow): Likewise.
3201         (_IO_str_underflow): Likewise.
3202         (_IO_str_count): Likewise.
3203         (_IO_str_seekoff): Likewise.
3204         (_IO_str_pbackfail): Likewise.
3205         (_IO_str_finish): Likewise.
3206         * libio/wstrops.c (_IO_wstr_init_static): Likewise.
3207         (_IO_wstr_overflow): Likewise.
3208         (_IO_wstr_underflow): Likewise.
3209         (_IO_wstr_count): Likewise.
3210         (_IO_wstr_seekoff): Likewise.
3211         (_IO_wstr_pbackfail): Likewise.
3212         (_IO_wstr_finish): Likewise.
3213         * locale/programs/localedef.c (normalize_codeset): Likewise.
3214         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
3215         (add_locales_to_archive): Likewise.
3216         (delete_locales_from_archive): Likewise.
3217         * malloc/malloc.c (__libc_mallinfo): Likewise.
3218         * math/gen-auto-libm-tests.c (init_fp_formats): Likewise.
3219         * misc/tsearch.c (__tfind): Likewise.
3220         * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Likewise.
3221         * nptl/pthread_attr_getdetachstate.c
3222         (__pthread_attr_getdetachstate): Likewise.
3223         * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
3224         Likewise.
3225         * nptl/pthread_attr_getinheritsched.c
3226         (__pthread_attr_getinheritsched): Likewise.
3227         * nptl/pthread_attr_getschedparam.c
3228         (__pthread_attr_getschedparam): Likewise.
3229         * nptl/pthread_attr_getschedpolicy.c
3230         (__pthread_attr_getschedpolicy): Likewise.
3231         * nptl/pthread_attr_getscope.c (__pthread_attr_getscope):
3232         Likewise.
3233         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack):
3234         Likewise.
3235         * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
3236         Likewise.
3237         * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
3238         Likewise.
3239         * nptl/pthread_attr_init.c (__pthread_attr_init_2_1): Likewise.
3240         (__pthread_attr_init_2_0): Likewise.
3241         * nptl/pthread_attr_setdetachstate.c
3242         (__pthread_attr_setdetachstate): Likewise.
3243         * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
3244         Likewise.
3245         * nptl/pthread_attr_setinheritsched.c
3246         (__pthread_attr_setinheritsched): Likewise.
3247         * nptl/pthread_attr_setschedparam.c
3248         (__pthread_attr_setschedparam): Likewise.
3249         * nptl/pthread_attr_setschedpolicy.c
3250         (__pthread_attr_setschedpolicy): Likewise.
3251         * nptl/pthread_attr_setscope.c (__pthread_attr_setscope):
3252         Likewise.
3253         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack):
3254         Likewise.
3255         * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
3256         Likewise.
3257         * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
3258         Likewise.
3259         * nptl/pthread_condattr_setclock.c (pthread_condattr_setclock):
3260         Likewise.
3261         * nptl/pthread_create.c (__find_in_stack_list): Likewise.
3262         * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
3263         * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Define to
3264         use internal_function.
3265         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Convert to
3266         prototype-style function definition.
3267         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
3268         (__pthread_mutex_cond_lock_adjust): Likewise.  Use
3269         internal_function.
3270         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock):
3271         Convert to prototype-style function definition.
3272         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
3273         Likewise.
3274         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
3275         Likewise.
3276         (__pthread_mutex_unlock): Likewise.
3277         * nptl_db/td_ta_clear_event.c (td_ta_clear_event): Likewise.
3278         * nptl_db/td_ta_set_event.c (td_ta_set_event): Likewise.
3279         * nptl_db/td_thr_clear_event.c (td_thr_clear_event): Likewise.
3280         * nptl_db/td_thr_event_enable.c (td_thr_event_enable): Likewise.
3281         * nptl_db/td_thr_set_event.c (td_thr_set_event): Likewise.
3282         * nss/makedb.c (process_input): Likewise.
3283         * posix/fnmatch.c (__strchrnul): Likewise.
3284         (__wcschrnul): Likewise.
3285         (fnmatch): Likewise.
3286         * posix/fnmatch_loop.c (FCT): Likewise.
3287         * posix/glob.c (globfree): Likewise.
3288         (__glob_pattern_type): Likewise.
3289         (__glob_pattern_p): Likewise.
3290         * posix/regcomp.c (re_compile_pattern): Likewise.
3291         (re_set_syntax): Likewise.
3292         (re_compile_fastmap): Likewise.
3293         (regcomp): Likewise.
3294         (regerror): Likewise.
3295         (regfree): Likewise.
3296         * posix/regexec.c (regexec): Likewise.
3297         (re_match): Likewise.
3298         (re_search): Likewise.
3299         (re_match_2): Likewise.
3300         (re_search_2): Likewise.
3301         (re_search_stub): Likewise.  Use internal_function
3302         (re_copy_regs): Likewise.
3303         (re_set_registers): Convert to prototype-style function
3304         definition.
3305         (prune_impossible_nodes): Likewise.  Use internal_function.
3306         * resolv/inet_net_pton.c (inet_net_pton): Convert to
3307         prototype-style function definition.
3308         (inet_net_pton_ipv4): Likewise.
3309         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
3310         * sysdeps/pthread/aio_cancel.c (aio_cancel): Likewise.
3311         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
3312         * sysdeps/pthread/timer_delete.c (timer_delete): Likewise.
3313         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
3314         Make variadic.
3315         * time/strptime_l.c (localtime_r): Convert to prototype-style
3316         function definition.
3317         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3318         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3319         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3320         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3322         * crypt/crypt.c (_ufc_doit_r): Convert to prototype-style function
3323         definition.
3324         (_ufc_doit_r): Likewise.
3325         * crypt/crypt_util.c (_ufc_copymem): Likewise.
3326         (_ufc_output_conversion_r): Likewise.
3327         * inet/inet_mkadr.c (__inet_makeaddr): Likewise.
3328         * inet/rcmd.c (rcmd_af): Likewise.
3329         (rcmd): Likewise.
3330         (ruserok_af): Likewise.
3331         (ruserok): Likewise.
3332         (ruserok2_sa): Likewise.
3333         (ruserok_sa): Likewise.
3334         (iruserok_af): Likewise.
3335         (iruserok): Likewise.
3336         (__ivaliduser): Likewise.
3337         (__validuser2_sa): Likewise.
3338         * inet/rexec.c (rexec_af): Likewise.
3339         (rexec): Likewise.
3340         * inet/ruserpass.c (ruserpass): Likewise.
3341         * locale/programs/xmalloc.c (xcalloc): Likewise.
3342         * manual/examples/timeval_subtract.c (timeval_subtract): Likewise.
3343         * math/w_drem.c (__drem): Likewise.
3344         * math/w_dremf.c (__dremf): Likewise.
3345         * math/w_dreml.c (__dreml): Likewise.
3346         * misc/daemon.c (daemon): Likewise.
3347         * resolv/res_debug.c (p_fqnname): Likewise.
3348         * stdlib/div.c (div): Likewise.
3349         * string/memcmp.c (memcmp_bytes): Likewise.
3350         * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
3351         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
3353         * crypt/cert.c (main): Convert to prototype-style function
3354         definition.
3355         * io/pipe.c (__pipe): Likewise.
3356         * io/pipe2.c (__pipe2): Likewise.
3357         * misc/futimesat.c (futimesat): Likewise.
3358         * misc/utimes.c (__utimes): Likewise.
3359         * posix/execve.c (__execve): Likewise.
3360         * posix/execvp.c (execvp): Likewise.
3361         * posix/execvpe.c (__execvpe): Likewise.
3362         * posix/fexecve.c (fexecve): Likewise.
3363         * socket/socketpair.c (socketpair): Likewise.
3364         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
3365         * stdlib/erand48.c (erand48): Likewise.
3366         * stdlib/erand48_r.c (__erand48_r): Likewise.
3367         * stdlib/jrand48.c (jrand48): Likewise.
3368         * stdlib/jrand48_r.c (__jrand48_r): Likewise.
3369         * stdlib/lcong48.c (lcong48): Likewise.
3370         * stdlib/lcong48_r.c (__lcong48_r): Likewise.
3371         * stdlib/nrand48.c (nrand48): Likewise.
3372         * stdlib/nrand48_r.c (__nrand48_r): Likewise.
3373         * stdlib/seed48.c (seed48): Likewise.
3374         * stdlib/seed48_r.c (__seed48_r): Likewise.
3375         * sysdeps/mach/hurd/execve.c (__execve): Likewise.
3376         * sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
3377         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
3379 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
3381         * configure.ac (libc_cv_asm_unique_object): Remove configure test.
3382         * configure: Regenerated.
3383         * config.h.in (HAVE_ASM_UNIQUE_OBJECT): Remove #undef.
3384         * elf/tst-unique1.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Make code
3385         unconditional.
3386         * elf/tst-unique1mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3387         * elf/tst-unique1mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3388         * elf/tst-unique2.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3389         (do_test) [!HAVE_ASM_UNIQUE_OBJECT]: Remove conditional code.
3390         * elf/tst-unique2mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Make code
3391         unconditional.
3392         * elf/tst-unique2mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
3394         * posix/Makefile (CFLAGS-regex.c): Remove variable.
3395         * resolv/Makefile (+cflags): Do not use -Wno-strict-prototypes.
3397         * crypt/crypt-entry.c (__crypt_r): Convert to prototype-style
3398         function definition.
3399         * crypt/crypt_util.c (__encrypt_r): Likewise.
3400         * libio/genops.c (_IO_no_init): Likewise.
3401         * libio/iofopncook.c (_IO_fopencookie): Likewise.
3402         (_IO_old_fopencookie): Likewise.
3403         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3404         * libio/iogetline.c (_IO_getline): Likewise.
3405         (_IO_getline_info): Likewise.
3406         * libio/iogetwline.c (_IO_getwline): Likewise.
3407         (_IO_getwline_info): Likewise.
3408         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
3409         * libio/vswprintf.c (_IO_vswprintf): Likewise.
3410         * locale/programs/simple-hash.c (insert_entry_2): Likewise.
3411         (find_entry): Likewise.
3412         (iterate_table): Likewise.
3413         (lookup): Likewise.
3414         * login/forkpty.c (forkpty): Likewise.
3415         * misc/hsearch_r.c (__hsearch_r): Likewise.
3416         * misc/select.c (__select): Likewise.
3417         * nptl/cleanup_defer_compat.c (_pthread_cleanup_pop_restore):
3418         Likewise.
3419         * nptl/old_pthread_cond_init.c (__pthread_cond_init_2_0):
3420         Likewise.
3421         * nptl/old_pthread_cond_timedwait.c
3422         (__pthread_cond_timedwait_2_0): Likewise.
3423         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
3424         * nptl/pthread_barrierattr_getpshared.c
3425         (pthread_barrierattr_getpshared): Likewise.
3426         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
3427         Likewise.
3428         * nptl/pthread_mutex_setprioceiling.c
3429         (pthread_mutex_setprioceiling): Likewise.
3430         * nptl/pthread_mutexattr_getprioceiling.c
3431         (pthread_mutexattr_getprioceiling): Likewise.
3432         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
3433         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3434         Likewise.
3435         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3436         Likewise.
3437         * nptl/pthread_setschedparam.c (__pthread_setschedparam):
3438         Likewise.
3439         * socket/recvfrom.c (__recvfrom): Likewise.
3440         * socket/sendto.c (__sendto): Likewise.
3441         * socket/setsockopt.c (__setsockopt): Likewise.
3442         * stdio-common/_itoa.c (_itoa): Likewise.
3443         * stdio-common/_itowa.c (_itowa): Likewise.
3444         * stdio-common/reg-printf.c (__register_printf_specifier):
3445         Likewise.
3446         (__register_printf_function): Likewise.
3447         * stdio-common/tempname.c (__path_search): Likewise.
3448         * stdlib/addmul_1.c (mpn_addmul_1): Likewise.
3449         * stdlib/mul_1.c (mpn_mul_1): Likewise.
3450         * stdlib/random_r.c (__initstate_r): Likewise.
3451         * stdlib/setenv.c (__add_to_environ): Likewise.
3452         * stdlib/submul_1.c (mpn_submul_1): Likewise.
3453         * streams/getpmsg.c (getpmsg): Likewise.
3454         * streams/putmsg.c (putmsg): Likewise.
3455         * streams/putpmsg.c (putpmsg): Likewise.
3456         * sunrpc/clnt_raw.c (clntraw_call): Likewise.
3457         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
3458         * sunrpc/clnt_udp.c (clntudp_create): Likewise.
3459         * sunrpc/clnt_unix.c (clntunix_call): Likewise.
3460         * sunrpc/pm_getport.c (pmap_getport): Likewise.
3461         * sunrpc/svc_udp.c (cache_get): Likewise.
3462         * sunrpc/xdr_array.c (xdr_vector): Likewise.
3463         * sysdeps/mach/hurd/getcwd.c
3464         (__canonicalize_directory_name_internal): Likewise.
3465         * sysdeps/mach/hurd/pselect.c (__pselect): Likewise.
3466         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
3467         * sysdeps/mach/hurd/select.c (__select): Likewise.
3468         * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
3469         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
3470         * sysdeps/sparc/nptl/pthread_barrier_init.c
3471         (__pthread_barrier_init): Likewise.
3472         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c
3473         (__pthread_cond_timedwait): Likewise.
3474         * sysdeps/unix/sysv/linux/i386/putmsg.c (putmsg): Likewise.
3475         * sysdeps/unix/sysv/linux/s390/semtimedop.c (semtimedop):
3476         Likewise.
3477         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Likewise.
3478         * sysdeps/unix/sysv/linux/timer_settime.c (timer_settime):
3479         Likewise.
3480         * sysvipc/semtimedop.c (semtimedop): Likewise.
3481         * time/setitimer.c (__setitimer): Likewise.
3482         * time/strftime_l.c (emacs_strftime): Likewise.
3484 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
3486         * config.make.in (have-ssp): Delete.
3487         (stack-protector): New variable.
3488         * configure.ac: Delete libc_cv_ssp export.  Add libc_cv_ssp_strong
3489         cache test for -fstack-protector-strong.  Export stack_protector to
3490         the best ssp flag.
3491         * configure: Regenerated.
3492         * login/Makefile (pt_chown-cflags): Always add $(stack-protector).
3493         * nscd/Makefile (CFLAGS-nscd): Likewise.
3494         * resolv/Makefile (CFLAGS-libresolv): Likewise.
3496 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
3498         [BZ #19122]
3499         * include/sys/stat.h [IS_IN (rtld)] (__fxstatat64): Add
3500         attribute_hidden.
3502 2015-10-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3504         [BZ #18743]
3505         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Move most of this
3506         code to...
3507         (ELIDE_LOCK): ...here.
3508         (__get_new_count): New function with part of the code from
3509         __elide_lock that updates the value of adapt_count after a
3510         transaction abort.
3511         (__elided_trylock): Moved this code to...
3512         (ELIDE_TRYLOCK): ...here.
3514 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
3516         * configure.ac (AC_ARG_ENABLE(timezone-tools)): Tweak help phrasing.
3517         * configure: Regenerate.
3518         * INSTALL: Regenerate.
3519         * manual/install.texi (--disable-timezone-tools): Use @theglibc{}
3520         and tweak grammar.
3522 2015-10-19  Geoffrey Thomas  <geofft@ldpreload.com>
3524         * login/programs/pt_chown.c: Include signal.h
3525         (main): Clear any signal mask from the parent process.
3527 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
3529         * configure.ac (libc_cv_gnu89_inline): Remove configure test.
3530         * configure: Regenerated.
3531         * config.make.in (gnu89-inline-CFLAGS): Remove variable.
3532         * Makeconfig (CFLAGS): Use -fgnu89-inline instead of
3533         $(gnu89-inline-CFLAGS).
3535         * configure.ac (libc_cv_asm_weak_directive): Remove configure
3536         test.
3537         (libc_cv_asm_weakext_directive): Likewise.
3538         * configure: Regenerated.
3539         * config.h.in (HAVE_ASM_WEAK_DIRECTIVE): Remove #undef.
3540         (HAVE_ASM_WEAKEXT_DIRECTIVE): Likewise.
3541         * include/libc-symbols.h
3542         [!HAVE_ASM_WEAK_DIRECTIVE && !HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove
3543         #error.
3544         [HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove conditional code.
3545         [!HAVE_ASM_WEAKEXT_DIRECTIVE]: Make code unconditional.
3547         * sysdeps/arm/backtrace.c (__backtrace): Convert to
3548         prototype-style function definition.
3549         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
3550         * sysdeps/i386/ffs.c (__ffs): Likewise.
3551         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
3552         * sysdeps/ia64/nptl/pthread_spin_lock.c (pthread_spin_lock):
3553         Likewise.
3554         * sysdeps/ia64/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
3555         Likewise.
3556         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
3557         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3558         Likewise.
3559         * sysdeps/m68k/ffs.c (__ffs): Likewise.
3560         * sysdeps/m68k/m680x0/fpu/e_acos.c (FUNC): Likewise.
3561         * sysdeps/m68k/m680x0/fpu/e_fmod.c (FUNC): Likewise.
3562         * sysdeps/mach/adjtime.c (__adjtime): Likewise.
3563         * sysdeps/mach/gettimeofday.c (__gettimeofday): Likewise.
3564         * sysdeps/mach/hurd/_exit.c (_exit): Likewise.
3565         * sysdeps/mach/hurd/access.c (__access): Likewise.
3566         * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
3567         * sysdeps/mach/hurd/chdir.c (__chdir): Likewise.
3568         * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
3569         * sysdeps/mach/hurd/chown.c (__chown): Likewise.
3570         * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Likewise.
3571         (cthread_getspecific): Likewise.
3572         (cthread_setspecific): Likewise.
3573         (__libc_getspecific): Likewise.
3574         * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Likewise.
3575         * sysdeps/mach/hurd/faccessat.c (faccessat): Likewise.
3576         * sysdeps/mach/hurd/fchdir.c (__fchdir): Likewise.
3577         * sysdeps/mach/hurd/fchmod.c (__fchmod): Likewise.
3578         * sysdeps/mach/hurd/fchmodat.c (fchmodat): Likewise.
3579         * sysdeps/mach/hurd/fchown.c (__fchown): Likewise.
3580         * sysdeps/mach/hurd/fchownat.c (fchownat): Likewise.
3581         * sysdeps/mach/hurd/flock.c (__flock): Likewise.
3582         * sysdeps/mach/hurd/fsync.c (fsync): Likewise.
3583         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Likewise.
3584         * sysdeps/mach/hurd/getgroups.c (__getgroups): Likewise.
3585         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
3586         * sysdeps/mach/hurd/getitimer.c (__getitimer): Likewise.
3587         * sysdeps/mach/hurd/getlogin_r.c (__getlogin_r): Likewise.
3588         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3589         * sysdeps/mach/hurd/getrusage.c (__getrusage): Likewise.
3590         * sysdeps/mach/hurd/getsockname.c (__getsockname): Likewise.
3591         * sysdeps/mach/hurd/group_member.c (__group_member): Likewise.
3592         * sysdeps/mach/hurd/isatty.c (__isatty): Likewise.
3593         * sysdeps/mach/hurd/lchown.c (__lchown): Likewise.
3594         * sysdeps/mach/hurd/link.c (__link): Likewise.
3595         * sysdeps/mach/hurd/linkat.c (linkat): Likewise.
3596         * sysdeps/mach/hurd/listen.c (__listen): Likewise.
3597         * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
3598         * sysdeps/mach/hurd/mkdirat.c (mkdirat): Likewise.
3599         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
3600         * sysdeps/mach/hurd/poll.c (__poll): Likewise.
3601         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
3602         * sysdeps/mach/hurd/readlinkat.c (readlinkat): Likewise.
3603         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
3604         * sysdeps/mach/hurd/rename.c (rename): Likewise.
3605         * sysdeps/mach/hurd/renameat.c (renameat): Likewise.
3606         * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
3607         * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Likewise.
3608         * sysdeps/mach/hurd/rmdir.c (__rmdir): Likewise.
3609         * sysdeps/mach/hurd/seekdir.c (seekdir): Likewise.
3610         * sysdeps/mach/hurd/send.c (__send): Likewise.
3611         * sysdeps/mach/hurd/setdomain.c (setdomainname): Likewise.
3612         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3613         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3614         * sysdeps/mach/hurd/setgid.c (__setgid): Likewise.
3615         * sysdeps/mach/hurd/setgroups.c (setgroups): Likewise.
3616         * sysdeps/mach/hurd/sethostid.c (sethostid): Likewise.
3617         * sysdeps/mach/hurd/sethostname.c (sethostname): Likewise.
3618         * sysdeps/mach/hurd/setlogin.c (setlogin): Likewise.
3619         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3620         * sysdeps/mach/hurd/setregid.c (__setregid): Likewise.
3621         * sysdeps/mach/hurd/setreuid.c (__setreuid): Likewise.
3622         * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
3623         * sysdeps/mach/hurd/setuid.c (__setuid): Likewise.
3624         * sysdeps/mach/hurd/shutdown.c (shutdown): Likewise.
3625         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3626         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
3627         * sysdeps/mach/hurd/sigpending.c (sigpending): Likewise.
3628         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
3629         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3630         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
3631         * sysdeps/mach/hurd/symlink.c (__symlink): Likewise.
3632         * sysdeps/mach/hurd/symlinkat.c (symlinkat): Likewise.
3633         * sysdeps/mach/hurd/telldir.c (telldir): Likewise.
3634         * sysdeps/mach/hurd/truncate.c (__truncate): Likewise.
3635         * sysdeps/mach/hurd/umask.c (__umask): Likewise.
3636         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
3637         * sysdeps/mach/hurd/unlinkat.c (unlinkat): Likewise.
3638         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
3639         * sysdeps/posix/alarm.c (alarm): Likewise.
3640         * sysdeps/posix/cuserid.c (cuserid): Likewise.
3641         * sysdeps/posix/dirfd.c (dirfd): Likewise.
3642         * sysdeps/posix/dup.c (__dup): Likewise.
3643         * sysdeps/posix/dup2.c (__dup2): Likewise.
3644         * sysdeps/posix/euidaccess.c (euidaccess): Likewise.
3645         (main): Likewise.
3646         * sysdeps/posix/flock.c (__flock): Likewise.
3647         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
3648         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
3649         * sysdeps/posix/gethostname.c (__gethostname): Likewise.
3650         * sysdeps/posix/gettimeofday.c (__gettimeofday): Likewise.
3651         * sysdeps/posix/isatty.c (__isatty): Likewise.
3652         * sysdeps/posix/killpg.c (killpg): Likewise.
3653         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
3654         * sysdeps/posix/mkfifoat.c (mkfifoat): Likewise.
3655         * sysdeps/posix/raise.c (raise): Likewise.
3656         * sysdeps/posix/remove.c (remove): Likewise.
3657         * sysdeps/posix/rename.c (rename): Likewise.
3658         * sysdeps/posix/rewinddir.c (__rewinddir): Likewise.
3659         * sysdeps/posix/seekdir.c (seekdir): Likewise.
3660         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
3661         * sysdeps/posix/sigignore.c (sigignore): Likewise.
3662         * sysdeps/posix/sigintr.c (siginterrupt): Likewise.
3663         * sysdeps/posix/signal.c (__bsd_signal): Likewise.
3664         * sysdeps/posix/sigset.c (sigset): Likewise.
3665         * sysdeps/posix/sigsuspend.c (__sigsuspend): Likewise.
3666         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
3667         * sysdeps/posix/sysv_signal.c (__sysv_signal): Likewise.
3668         * sysdeps/posix/time.c (time): Likewise.
3669         * sysdeps/posix/ttyname.c (getttyname): Likewise.
3670         (ttyname): Likewise.
3671         * sysdeps/posix/ttyname_r.c (__ttyname_r): Likewise.
3672         * sysdeps/posix/utime.c (utime): Likewise.
3673         * sysdeps/powerpc/fpu/s_isnan.c (__isnan): Likewise.
3674         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
3675         Likewise.
3676         * sysdeps/powerpc/nptl/pthread_spin_trylock.c
3677         (pthread_spin_trylock): Likewise.
3678         * sysdeps/pthread/aio_error.c (aio_error): Likewise.
3679         * sysdeps/pthread/aio_read.c (aio_read): Likewise.
3680         * sysdeps/pthread/aio_read64.c (aio_read64): Likewise.
3681         * sysdeps/pthread/aio_write.c (aio_write): Likewise.
3682         * sysdeps/pthread/aio_write64.c (aio_write64): Likewise.
3683         * sysdeps/pthread/flockfile.c (__flockfile): Likewise.
3684         * sysdeps/pthread/ftrylockfile.c (__ftrylockfile): Likewise.
3685         * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.
3686         * sysdeps/pthread/timer_create.c (timer_create): Likewise.
3687         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
3688         * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
3689         * sysdeps/s390/ffs.c (__ffs): Likewise.
3690         * sysdeps/s390/nptl/pthread_spin_lock.c (pthread_spin_lock):
3691         Likewise.
3692         * sysdeps/s390/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
3693         Likewise.
3694         * sysdeps/sh/nptl/pthread_spin_lock.c (pthread_spin_lock):
3695         Likewise.
3696         * sysdeps/sparc/nptl/pthread_barrier_destroy.c
3697         (pthread_barrier_destroy): Likewise.
3698         * sysdeps/sparc/nptl/pthread_barrier_wait.c
3699         (__pthread_barrier_wait): Likewise.
3700         * sysdeps/sparc/sparc32/e_sqrt.c (__ieee754_sqrt): Likewise.
3701         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
3702         (__pthread_barrier_wait): Likewise.
3703         * sysdeps/sparc/sparc32/sem_init.c (__old_sem_init): Likewise.
3704         * sysdeps/tile/memcmp.c (memcmp_common_alignment): Likewise.
3705         (memcmp_not_common_alignment): Likewise.
3706         (MEMCMP): Likewise.
3707         * sysdeps/tile/wordcopy.c (_wordcopy_fwd_aligned): Likewise.
3708         (_wordcopy_fwd_dest_aligned): Likewise.
3709         (_wordcopy_bwd_aligned): Likewise.
3710         (_wordcopy_bwd_dest_aligned): Likewise.
3711         * sysdeps/unix/bsd/ftime.c (ftime): Likewise.
3712         * sysdeps/unix/bsd/gtty.c (gtty): Likewise.
3713         * sysdeps/unix/bsd/stty.c (stty): Likewise.
3714         * sysdeps/unix/bsd/tcflow.c (tcflow): Likewise.
3715         * sysdeps/unix/bsd/tcflush.c (tcflush): Likewise.
3716         * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Likewise.
3717         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3718         * sysdeps/unix/bsd/tcsendbrk.c (tcsendbreak): Likewise.
3719         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3720         * sysdeps/unix/bsd/tcsetpgrp.c (tcsetpgrp): Likewise.
3721         * sysdeps/unix/bsd/ualarm.c (ualarm): Likewise.
3722         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
3723         * sysdeps/unix/getlogin_r.c (__getlogin_r): Likewise.
3724         * sysdeps/unix/sockatmark.c (sockatmark): Likewise.
3725         * sysdeps/unix/stime.c (stime): Likewise.
3726         * sysdeps/unix/sysv/linux/_exit.c (_exit): Likewise.
3727         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue):
3728         Likewise.  Use internal_function.
3729         * sysdeps/unix/sysv/linux/arm/sigaction.c (__libc_sigaction):
3730         Convert to prototype-style function definition.
3731         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
3732         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
3733         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Likewise.
3734         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
3735         Likewise.  Use internal_function.
3736         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Convert to
3737         prototype-style function definition
3738         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
3739         Likewise.
3740         (__getlogin_r): Likewise.
3741         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Likewise.
3742         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c
3743         (__pthread_cond_broadcast): Likewise.
3744         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c
3745         (__pthread_cond_destroy): Likewise.
3746         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c
3747         (__pthread_cond_init): Likewise.
3748         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c
3749         (__pthread_cond_signal): Likewise.
3750         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
3751         (__pthread_cond_wait): Likewise.
3752         * sysdeps/unix/sysv/linux/i386/getmsg.c (getmsg): Likewise.
3753         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3754         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__libc_sigaction):
3755         Likewise.
3756         * sysdeps/unix/sysv/linux/ia64/sigpending.c (sigpending):
3757         Likewise.
3758         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
3759         Likewise.
3760         * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
3761         Likewise.
3762         * sysdeps/unix/sysv/linux/msgget.c (msgget): Likewise.
3763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
3764         (__ftruncate64): Likewise.
3765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
3766         (truncate64): Likewise.
3767         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Likewise.
3768         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
3769         (pthread_getcpuclockid): Likewise.
3770         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
3771         Likewise.
3772         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
3773         Likewise.
3774         * sysdeps/unix/sysv/linux/pthread_sigmask.c (pthread_sigmask):
3775         Likewise.
3776         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
3777         Likewise.
3778         * sysdeps/unix/sysv/linux/raise.c (raise): Likewise.
3779         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c
3780         (__libc_sigaction): Likewise.
3781         * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c (sigpending):
3782         Likewise.
3783         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
3784         (__sigprocmask): Likewise.
3785         * sysdeps/unix/sysv/linux/semget.c (semget): Likewise.
3786         * sysdeps/unix/sysv/linux/semop.c (semop): Likewise.
3787         * sysdeps/unix/sysv/linux/setrlimit64.c (setrlimit64): Likewise.
3788         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
3789         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
3790         * sysdeps/unix/sysv/linux/shmget.c (shmget): Likewise.
3791         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
3792         Likewise.
3793         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
3794         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
3795         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
3796         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
3797         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c (sigpending):
3798         Likewise.
3799         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
3800         (__sigprocmask): Likewise.
3801         * sysdeps/unix/sysv/linux/speed.c (cfgetospeed): Likewise.
3802         (cfgetispeed): Likewise.
3803         (cfsetospeed): Likewise.
3804         (cfsetispeed): Likewise.
3805         * sysdeps/unix/sysv/linux/tcflow.c (tcflow): Likewise.
3806         * sysdeps/unix/sysv/linux/tcflush.c (tcflush): Likewise.
3807         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
3808         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3809         * sysdeps/unix/sysv/linux/time.c (time): Likewise.
3810         * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Likewise.
3811         * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Likewise.
3812         * sysdeps/unix/sysv/linux/timer_getoverr.c (timer_getoverrun):
3813         Likewise.
3814         * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime):
3815         Likewise.
3816         * sysdeps/unix/sysv/linux/x86_64/sigpending.c (sigpending):
3817         Likewise.
3818         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
3819         Likewise.
3820         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
3822 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3824         sunrpc: Rewrite with explicit TLS access using __thread.
3825         * sunrpc/rpc_thread.c (thread_rpc_vars): New TLS variable.
3826         (__rpc_thread_destroy, rpc_thread_multi): Access thread_rpc_vars
3827         directly.
3828         (__rpc_thread_variables): Access thread_rpc_vars directly.
3829         Eliminate redundant assignment of the tvp variable.
3831 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3833         malloc: Rewrite with explicit TLS access using __thread.
3834         * sysdeps/generic/malloc-machine.h (tsd_key_t, tsd_key_create)
3835         (tsd_setspecific, tsd_getspecific): Remove.
3836         * sysdeps/mach/hurd/malloc-machine.h (tsd_key_t, tsd_key_create)
3837         (tsd_setspecific, tsd_getspecific): Likewise.
3838         * sysdeps/nptl/malloc-machine.h (tsd_key_t, tsd_key_create)
3839         (tsd_setspecific, tsd_getspecific): Likewise.
3840         * malloc/arena.c (thread_arena): New TLS variable.
3841         (arena_key): Remove variable.
3842         (arena_get): Use thread_arena.
3843         (arena_lookup): Remove macro.
3844         (malloc_atfork, free_atfork, ptmalloc_lock_all)
3845         (ptmalloc_unlock_all, ptmalloc_unlock_all2, ptmalloc_init)
3846         (_int_new_arena, get_free_list, reused_arena)
3847         (arena_thread_freeres): Use thread_arena.
3848         * manual/memory.texi (Basic Allocation): Remove arena_lookup,
3849         tsd_getspecific, tsd_setspecific from safety annotations.
3850         (Allocating Cleared Space): Remove arena_lookup from safety
3851         annotations.
3853 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3855         * stdio-common/vfprintf.c (printf_positional): Rewrite to use
3856         struct scratch_buffer instead of extend_alloca.
3858 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3860         * sysdeps/unix/sysv/linux/kernel-features.h
3861         (__ASSUME_SOCK_CLOEXEC): Remove.
3862         * include/sys/socket.h (__have_sock_cloexec): Remove declaration.
3863         (__have_paccept): Remove unused macro.
3864         * include/unistd.h (__have_sock_cloexec): Remove declaration.
3865         * misc/syslog.c (openlog_internal): Remove fallback code for
3866         !__ASSUME_SOCK_CLOEXEC.
3867         * nis/ypclnt.c (yp_bind_client_create): Remove fallback code for
3868         missing SOCK_CLOEXEC.
3869         * nscd/connections.c (have_sock_cloexec): Remove definition.
3870         (nscd_init): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
3871         * nscd/nscd_helper.c (open_socket): Remove fallback code for
3872         !__ASSUME_SOCK_CLOEXEC.
3873         * resolv/res_send.c (__have_o_nonblock): Remove definition.
3874         (reopen): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
3875         * socket/have_sock_cloexec.c (__have_sock_cloexec): Remove
3876         definition.
3877         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Remove fallback
3878         code for !__ASSUME_SOCK_CLOEXEC.
3880 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3882         [BZ #18982]
3883         * manual/stdio.texi (Variable Arguments Output): Add portability
3884         note, explaining that vfprintf clobbers the va_list pointer.
3886 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
3888         * math/libm-test.inc (fabs_test_data): Add more tests.
3889         (fdim_test_data): Likewise.
3890         (fma_test_data): Likewise.
3891         (fmax_test_data): Likewise.
3892         (fmin_test_data): Likewise.
3893         (fmod_test_data): Likewise.
3895 2015-10-16  Steve Ellcey  <sellcey@imgtec.com>
3897         * sysdeps/mips/memcpy.S (memcpy):  Add word copies for small aligned
3898         data.
3900 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
3902         * math/libm-test.inc (ceil_test_data): Add more tests and more
3903         expectations for "inexact".
3904         (floor_test_data): Add more tests.
3905         (round_test_data): Likewise.
3906         (trunc_test_data): Likewise.
3908         * crypt/cert.c (good_bye): Convert to prototype-style function
3909         definition.
3910         (get8): Likewise.
3911         (put8): Likewise.
3912         * crypt/crypt-entry.c (crypt): Likewise.
3913         (__fcrypt): Likewise.
3914         * crypt/crypt_util.c (_ufc_prbits): Likewise.
3915         (_ufc_set_bits): Likewise.
3916         (_ufc_clearmem): Likewise.
3917         (__init_des_r): Likewise.
3918         (shuffle_sb): Likewise.
3919         (shuffle_sb): Likewise.
3920         (_ufc_setup_salt_r): Likewise.
3921         (_ufc_mk_keytab_r): Likewise.
3922         (_ufc_dofinalperm_r): Likewise.
3923         (encrypt): Likewise.
3924         (__setkey_r): Likewise.
3925         (setkey): Likewise.
3926         * crypt/md5.c (md5_init_ctx): Likewise.
3927         (md5_read_ctx): Likewise.
3928         (md5_finish_ctx): Likewise.
3929         (md5_stream): Likewise.
3930         (md5_buffer): Likewise.
3931         (md5_process_bytes): Likewise.
3932         * crypt/sha256.c (__sha256_init_ctx): Likewise.
3933         (__sha256_finish_ctx): Likewise.
3934         (__sha256_process_bytes): Likewise.
3935         * crypt/sha512.c (__sha512_init_ctx): Likewise.
3936         (__sha512_finish_ctx): Likewise.
3937         (__sha512_process_bytes): Likewise.
3938         * ctype/isctype.c (__isctype): Likewise.
3939         * debug/backtrace.c (__backtrace): Likewise.
3940         * debug/backtracesymsfd.c (__backtrace_symbols_fd): Likewise.
3941         * debug/fgets_chk.c (__fgets_chk): Likewise.
3942         * debug/fgets_u_chk.c (__fgets_unlocked_chk): Likewise.
3943         * debug/memcpy_chk.c (__memcpy_chk): Likewise.
3944         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
3945         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
3946         * debug/memset_chk.c (__memset_chk): Likewise.
3947         * debug/strcat_chk.c (__strcat_chk): Likewise.
3948         * debug/strncat_chk.c (__strncat_chk): Likewise.
3949         * debug/strncpy_chk.c (__strncpy_chk): Likewise.
3950         * debug/vsprintf_chk.c (_IO_str_chk_overflow): Likewise.
3951         * dirent/dirfd.c (dirfd): Likewise.
3952         * dirent/getdents.c (__getdirentries): Likewise.
3953         * dirent/getdents64.c (getdirentries64): Likewise.
3954         * dirent/rewinddir.c (__rewinddir): Likewise.
3955         * dirent/seekdir.c (seekdir): Likewise.
3956         * dirent/telldir.c (telldir): Likewise.
3957         * elf/sln.c (makesymlinks): Likewise.
3958         (makesymlink): Likewise.
3959         * gmon/gmon.c (__moncontrol): Likewise.
3960         (__monstartup): Likewise.
3961         (write_hist): Likewise.
3962         (write_call_graph): Likewise.
3963         (write_bb_counts): Likewise.
3964         * grp/setgroups.c (setgroups): Likewise.
3965         * inet/inet_lnaof.c (inet_lnaof): Likewise.
3966         * inet/inet_net.c (inet_network): Likewise.
3967         * inet/inet_netof.c (inet_netof): Likewise.
3968         * inet/rcmd.c (rresvport_af): Likewise.
3969         (rresvport): Likewise.
3970         * io/access.c (__access): Likewise.
3971         * io/chdir.c (__chdir): Likewise.
3972         * io/chmod.c (__chmod): Likewise.
3973         * io/chown.c (__chown): Likewise.
3974         * io/close.c (__close): Likewise.
3975         * io/creat.c (creat): Likewise.
3976         * io/creat64.c (creat64): Likewise.
3977         * io/dup.c (__dup): Likewise.
3978         * io/dup2.c (__dup2): Likewise.
3979         * io/dup3.c (__dup3): Likewise.
3980         * io/euidaccess.c (__euidaccess): Likewise.
3981         * io/faccessat.c (faccessat): Likewise.
3982         * io/fchmod.c (__fchmod): Likewise.
3983         * io/fchmodat.c (fchmodat): Likewise.
3984         * io/fchown.c (__fchown): Likewise.
3985         * io/fchownat.c (fchownat): Likewise.
3986         * io/fcntl.c (__fcntl): Likewise.
3987         * io/flock.c (__flock): Likewise.
3988         * io/fts.c (fts_load): Likewise.
3989         (fts_close): Likewise.
3990         (fts_read): Likewise.
3991         (fts_set): Likewise.
3992         (fts_children): Likewise.
3993         (fts_build): Likewise.
3994         (fts_stat): Likewise.
3995         (fts_sort): Likewise.
3996         (fts_alloc): Likewise.
3997         (fts_lfree): Likewise.
3998         (fts_palloc): Likewise.
3999         (fts_padjust): Likewise.
4000         (fts_maxarglen): Likewise.
4001         (fts_safe_changedir): Likewise.
4002         * io/getwd.c (getwd): Likewise.
4003         * io/isatty.c (__isatty): Likewise.
4004         * io/lchown.c (__lchown): Likewise.
4005         * io/link.c (__link): Likewise.
4006         * io/linkat.c (linkat): Likewise.
4007         * io/lseek.c (__libc_lseek): Likewise.
4008         * io/mkdir.c (__mkdir): Likewise.
4009         * io/mkdirat.c (mkdirat): Likewise.
4010         * io/mkfifo.c (mkfifo): Likewise.
4011         * io/mkfifoat.c (mkfifoat): Likewise.
4012         * io/open.c (__libc_open): Likewise.
4013         * io/open64.c (__libc_open64): Likewise.
4014         * io/readlink.c (__readlink): Likewise.
4015         * io/readlinkat.c (readlinkat): Likewise.
4016         * io/rmdir.c (__rmdir): Likewise.
4017         * io/symlink.c (__symlink): Likewise.
4018         * io/symlinkat.c (symlinkat): Likewise.
4019         * io/ttyname.c (ttyname): Likewise.
4020         * io/ttyname_r.c (__ttyname_r): Likewise.
4021         * io/umask.c (__umask): Likewise.
4022         * io/unlink.c (__unlink): Likewise.
4023         * io/unlinkat.c (unlinkat): Likewise.
4024         * io/utime.c (utime): Likewise.
4025         * libio/clearerr.c (clearerr): Likewise.
4026         * libio/clearerr_u.c (clearerr_unlocked): Likewise.
4027         * libio/feof.c (_IO_feof): Likewise.
4028         * libio/feof_u.c (feof_unlocked): Likewise.
4029         * libio/ferror.c (_IO_ferror): Likewise.
4030         * libio/ferror_u.c (ferror_unlocked): Likewise.
4031         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
4032         * libio/fileno.c (__fileno): Likewise.
4033         * libio/fputc.c (fputc): Likewise.
4034         * libio/fputc_u.c (fputc_unlocked): Likewise.
4035         * libio/fputwc.c (fputwc): Likewise.
4036         * libio/fputwc_u.c (fputwc_unlocked): Likewise.
4037         * libio/freopen.c (freopen): Likewise.
4038         * libio/freopen64.c (freopen64): Likewise.
4039         * libio/fseek.c (fseek): Likewise.
4040         * libio/fseeko.c (fseeko): Likewise.
4041         * libio/fseeko64.c (fseeko64): Likewise.
4042         * libio/ftello.c (__ftello): Likewise.
4043         * libio/ftello64.c (ftello64): Likewise.
4044         * libio/fwide.c (fwide): Likewise.
4045         * libio/genops.c (_IO_un_link): Likewise.
4046         (_IO_link_in): Likewise.
4047         (_IO_least_marker): Likewise.
4048         (_IO_switch_to_main_get_area): Likewise.
4049         (_IO_switch_to_backup_area): Likewise.
4050         (_IO_switch_to_get_mode): Likewise.
4051         (_IO_free_backup_area): Likewise.
4052         (_IO_switch_to_put_mode): Likewise.
4053         (__overflow): Likewise.
4054         (__underflow): Likewise.
4055         (__uflow): Likewise.
4056         (_IO_setb): Likewise.
4057         (_IO_doallocbuf): Likewise.
4058         (_IO_default_underflow): Likewise.
4059         (_IO_default_uflow): Likewise.
4060         (_IO_default_xsputn): Likewise.
4061         (_IO_sgetn): Likewise.
4062         (_IO_default_xsgetn): Likewise.
4063         (_IO_sync): Likewise.
4064         (_IO_default_setbuf): Likewise.
4065         (_IO_default_seekpos): Likewise.
4066         (_IO_default_doallocate): Likewise.
4067         (_IO_init): Likewise.
4068         (_IO_old_init): Likewise.
4069         (_IO_default_sync): Likewise.
4070         (_IO_default_finish): Likewise.
4071         (_IO_default_seekoff): Likewise.
4072         (_IO_sputbackc): Likewise.
4073         (_IO_sungetc): Likewise.
4074         (_IO_set_column): Likewise.
4075         (_IO_set_column): Likewise.
4076         (_IO_adjust_column): Likewise.
4077         (_IO_get_column): Likewise.
4078         (_IO_init_marker): Likewise.
4079         (_IO_remove_marker): Likewise.
4080         (_IO_marker_difference): Likewise.
4081         (_IO_marker_delta): Likewise.
4082         (_IO_seekmark): Likewise.
4083         (_IO_unsave_markers): Likewise.
4084         (_IO_nobackup_pbackfail): Likewise.
4085         (_IO_default_pbackfail): Likewise.
4086         (_IO_default_seek): Likewise.
4087         (_IO_default_stat): Likewise.
4088         (_IO_default_read): Likewise.
4089         (_IO_default_write): Likewise.
4090         (_IO_default_showmanyc): Likewise.
4091         (_IO_default_imbue): Likewise.
4092         (_IO_iter_next): Likewise.
4093         (_IO_iter_file): Likewise.
4094         * libio/getc.c (_IO_getc): Likewise.
4095         * libio/getwc.c (_IO_getwc): Likewise.
4096         * libio/iofclose.c (_IO_new_fclose): Likewise.
4097         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
4098         * libio/iofflush.c (_IO_fflush): Likewise.
4099         * libio/iofflush_u.c (__fflush_unlocked): Likewise.
4100         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
4101         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
4102         * libio/iofgets.c (_IO_fgets): Likewise.
4103         * libio/iofgets_u.c (__fgets_unlocked): Likewise.
4104         * libio/iofgetws.c (fgetws): Likewise.
4105         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
4106         * libio/iofopen64.c (_IO_fopen64): Likewise.
4107         * libio/iofopncook.c (_IO_cookie_read): Likewise.
4108         (_IO_cookie_write): Likewise.
4109         (_IO_cookie_seek): Likewise.
4110         (_IO_cookie_close): Likewise.
4111         (_IO_cookie_seekoff): Likewise.
4112         (_IO_old_cookie_seek): Likewise.
4113         * libio/iofputs.c (_IO_fputs): Likewise.
4114         * libio/iofputs_u.c (__fputs_unlocked): Likewise.
4115         * libio/iofputws.c (fputws): Likewise.
4116         * libio/iofputws_u.c (fputws_unlocked): Likewise.
4117         * libio/iofread.c (_IO_fread): Likewise.
4118         * libio/iofread_u.c (__fread_unlocked): Likewise.
4119         * libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
4120         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
4121         * libio/ioftell.c (_IO_ftell): Likewise.
4122         * libio/iofwrite.c (_IO_fwrite): Likewise.
4123         * libio/iogetdelim.c (_IO_getdelim): Likewise.
4124         * libio/iogets.c (_IO_gets): Likewise.
4125         * libio/iopadn.c (_IO_padn): Likewise.
4126         * libio/iopopen.c (_IO_new_proc_open): Likewise.
4127         (_IO_new_popen): Likewise.
4128         (_IO_new_proc_close): Likewise.
4129         * libio/ioputs.c (_IO_puts): Likewise.
4130         * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise.
4131         (_IO_seekoff): Likewise.
4132         * libio/ioseekpos.c (_IO_seekpos_unlocked): Likewise.
4133         (_IO_seekpos): Likewise.
4134         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
4135         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
4136         * libio/ioungetc.c (_IO_ungetc): Likewise.
4137         * libio/ioungetwc.c (ungetwc): Likewise.
4138         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
4139         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
4140         * libio/iowpadn.c (_IO_wpadn): Likewise.
4141         * libio/libc_fatal.c (__libc_fatal): Likewise.
4142         * libio/memstream.c (__open_memstream): Likewise.
4143         (_IO_mem_sync): Likewise.
4144         (_IO_mem_finish): Likewise.
4145         * libio/oldfileops.c (_IO_old_file_init): Likewise.
4146         (_IO_old_file_close_it): Likewise.
4147         (_IO_old_file_finish): Likewise.
4148         (_IO_old_file_fopen): Likewise.
4149         (_IO_old_file_attach): Likewise.
4150         (_IO_old_file_setbuf): Likewise.
4151         (_IO_old_do_write): Likewise.
4152         (old_do_write): Likewise.
4153         (_IO_old_file_underflow): Likewise.
4154         (_IO_old_file_overflow): Likewise.
4155         (_IO_old_file_sync): Likewise.
4156         (_IO_old_file_seekoff): Likewise.
4157         (_IO_old_file_write): Likewise.
4158         (_IO_old_file_xsputn): Likewise.
4159         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
4160         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
4161         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
4162         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
4163         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
4164         * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
4165         * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
4166         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
4167         (_IO_old_popen): Likewise.
4168         (_IO_old_proc_close): Likewise.
4169         * libio/oldpclose.c (__old_pclose): Likewise.
4170         * libio/pclose.c (__new_pclose): Likewise.
4171         * libio/peekc.c (_IO_peekc_locked): Likewise.
4172         * libio/putc.c (_IO_putc): Likewise.
4173         * libio/putc_u.c (putc_unlocked): Likewise.
4174         * libio/putchar.c (putchar): Likewise.
4175         * libio/putchar_u.c (putchar_unlocked): Likewise.
4176         * libio/putwc.c (putwc): Likewise.
4177         * libio/putwc_u.c (putwc_unlocked): Likewise.
4178         * libio/putwchar.c (putwchar): Likewise.
4179         * libio/putwchar_u.c (putwchar_unlocked): Likewise.
4180         * libio/rewind.c (rewind): Likewise.
4181         * libio/setbuf.c (setbuf): Likewise.
4182         * libio/setlinebuf.c (setlinebuf): Likewise.
4183         * libio/vasprintf.c (_IO_vasprintf): Likewise.
4184         * libio/vscanf.c (_IO_vscanf): Likewise.
4185         * libio/vsnprintf.c (_IO_strn_overflow): Likewise.
4186         * libio/vswprintf.c (_IO_wstrn_overflow): Likewise.
4187         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
4188         * libio/wgenops.c (_IO_least_wmarker): Likewise.
4189         (_IO_switch_to_main_wget_area): Likewise.
4190         (_IO_switch_to_wbackup_area): Likewise.
4191         (_IO_wsetb): Likewise.
4192         (_IO_wdefault_pbackfail): Likewise.
4193         (_IO_wdefault_finish): Likewise.
4194         (_IO_wdefault_uflow): Likewise.
4195         (__woverflow): Likewise.
4196         (__wuflow): Likewise.
4197         (__wunderflow): Likewise.
4198         (_IO_wdefault_xsputn): Likewise.
4199         (_IO_wdefault_xsgetn): Likewise.
4200         (_IO_wdoallocbuf): Likewise.
4201         (_IO_wdefault_doallocate): Likewise.
4202         (_IO_switch_to_wget_mode): Likewise.
4203         (_IO_free_wbackup_area): Likewise.
4204         (_IO_switch_to_wput_mode): Likewise.
4205         (_IO_sputbackwc): Likewise.
4206         (_IO_sungetwc): Likewise.
4207         (_IO_adjust_wcolumn): Likewise.
4208         (_IO_init_wmarker): Likewise.
4209         (_IO_wmarker_delta): Likewise.
4210         (_IO_seekwmark): Likewise.
4211         (_IO_unsave_wmarkers): Likewise.
4212         * libio/wmemstream.c (open_wmemstream): Likewise.
4213         (_IO_wmem_sync): Likewise.
4214         (_IO_wmem_finish): Likewise.
4215         * locale/nl_langinfo.c (nl_langinfo): Likewise.
4216         * locale/nl_langinfo_l.c (__nl_langinfo_l): Likewise.
4217         * locale/programs/simple-hash.c (init_hash): Likewise.
4218         (delete_hash): Likewise.
4219         (insert_entry): Likewise.
4220         (set_entry): Likewise.
4221         (next_prime): Likewise.
4222         (is_prime): Likewise.
4223         * locale/programs/xmalloc.c (fixup_null_alloc): Likewise.
4224         (xmalloc): Likewise.
4225         (xrealloc): Likewise.
4226         * locale/programs/xstrdup.c (xstrdup): Likewise.
4227         * localedata/collate-test.c (xstrcoll): Likewise.
4228         * localedata/xfrm-test.c (xstrcmp): Likewise.
4229         * login/getlogin_r.c (__getlogin_r): Likewise.
4230         * login/getpt.c (__posix_openpt): Likewise.
4231         * login/login_tty.c (login_tty): Likewise.
4232         * login/setlogin.c (setlogin): Likewise.
4233         * mach/msg-destroy.c (__mach_msg_destroy): Likewise.
4234         (mach_msg_destroy_port): Likewise.
4235         (mach_msg_destroy_memory): Likewise.
4236         * malloc/mcheck.c (flood): Likewise.
4237         * misc/acct.c (acct): Likewise.
4238         * misc/brk.c (__brk): Likewise.
4239         * misc/chflags.c (chflags): Likewise.
4240         * misc/chroot.c (chroot): Likewise.
4241         * misc/fchflags.c (fchflags): Likewise.
4242         * misc/fstab.c (getfsspec): Likewise.
4243         (getfsfile): Likewise.
4244         * misc/fsync.c (fsync): Likewise.
4245         * misc/ftruncate.c (__ftruncate): Likewise.
4246         * misc/ftruncate64.c (__ftruncate64): Likewise.
4247         * misc/getdomain.c (getdomainname): Likewise.
4248         (getdomainname): Likewise.
4249         * misc/gethostname.c (__gethostname): Likewise.
4250         * misc/getpass.c (getpass): Likewise.
4251         * misc/getttyent.c (skip): Likewise.
4252         (value): Likewise.
4253         * misc/gtty.c (gtty): Likewise.
4254         * misc/hsearch.c (hsearch): Likewise.
4255         (hcreate): Likewise.
4256         * misc/hsearch_r.c (__hcreate_r): Likewise.
4257         (__hdestroy_r): Likewise.
4258         * misc/ioctl.c (__ioctl): Likewise.
4259         * misc/mkdtemp.c (mkdtemp): Likewise.
4260         * misc/mkostemp.c (mkostemp): Likewise.
4261         * misc/mkostemp64.c (mkostemp64): Likewise.
4262         * misc/mkostemps.c (mkostemps): Likewise.
4263         * misc/mkostemps64.c (mkostemps64): Likewise.
4264         * misc/mkstemp.c (mkstemp): Likewise.
4265         * misc/mkstemp64.c (mkstemp64): Likewise.
4266         * misc/mkstemps.c (mkstemps): Likewise.
4267         * misc/mkstemps64.c (mkstemps64): Likewise.
4268         * misc/mktemp.c (__mktemp): Likewise.
4269         * misc/preadv.c (preadv): Likewise.
4270         * misc/preadv64.c (preadv64): Likewise.
4271         * misc/pwritev.c (pwritev): Likewise.
4272         * misc/pwritev64.c (pwritev64): Likewise.
4273         * misc/readv.c (__readv): Likewise.
4274         * misc/revoke.c (revoke): Likewise.
4275         * misc/setdomain.c (setdomainname): Likewise.
4276         * misc/setegid.c (setegid): Likewise.
4277         * misc/seteuid.c (seteuid): Likewise.
4278         * misc/sethostid.c (sethostid): Likewise.
4279         * misc/sethostname.c (sethostname): Likewise.
4280         * misc/setregid.c (__setregid): Likewise.
4281         * misc/setreuid.c (__setreuid): Likewise.
4282         * misc/sstk.c (sstk): Likewise.
4283         * misc/stty.c (stty): Likewise.
4284         * misc/syscall.c (syscall): Likewise.
4285         * misc/syslog.c (setlogmask): Likewise.
4286         * misc/truncate.c (__truncate): Likewise.
4287         * misc/truncate64.c (truncate64): Likewise.
4288         * misc/ualarm.c (ualarm): Likewise.
4289         * misc/usleep.c (usleep): Likewise.
4290         * misc/ustat.c (ustat): Likewise.
4291         * misc/writev.c (__writev): Likewise.
4292         * nptl/cleanup_compat.c (_pthread_cleanup_pop): Likewise.
4293         * nptl/old_pthread_cond_broadcast.c
4294         (__pthread_cond_broadcast_2_0): Likewise.
4295         * nptl/old_pthread_cond_destroy.c (__pthread_cond_destroy_2_0):
4296         Likewise.
4297         * nptl/old_pthread_cond_signal.c (__pthread_cond_signal_2_0):
4298         Likewise.
4299         * nptl/old_pthread_cond_wait.c (__pthread_cond_wait_2_0):
4300         Likewise.
4301         * nptl/pt-raise.c (raise): Likewise.
4302         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy):
4303         Likewise.
4304         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Likewise.
4305         * nptl/pthread_barrierattr_destroy.c
4306         (pthread_barrierattr_destroy): Likewise.
4307         * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
4308         Likewise.
4309         * nptl/pthread_barrierattr_setpshared.c
4310         (pthread_barrierattr_setpshared): Likewise.
4311         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
4312         Likewise.
4313         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
4314         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
4315         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
4316         * nptl/pthread_condattr_destroy.c (__pthread_condattr_destroy):
4317         Likewise.
4318         * nptl/pthread_condattr_getclock.c (pthread_condattr_getclock):
4319         Likewise.
4320         * nptl/pthread_condattr_getpshared.c
4321         (pthread_condattr_getpshared): Likewise.
4322         * nptl/pthread_condattr_init.c (__pthread_condattr_init):
4323         Likewise.
4324         * nptl/pthread_condattr_setpshared.c
4325         (pthread_condattr_setpshared): Likewise.
4326         * nptl/pthread_detach.c (pthread_detach): Likewise.
4327         * nptl/pthread_equal.c (__pthread_equal): Likewise.
4328         * nptl/pthread_getcpuclockid.c (pthread_getcpuclockid): Likewise.
4329         * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise.
4330         * nptl/pthread_key_delete.c (pthread_key_delete): Likewise.
4331         * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent):
4332         Likewise.
4333         * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
4334         Likewise.
4335         * nptl/pthread_mutex_getprioceiling.c
4336         (pthread_mutex_getprioceiling): Likewise.
4337         * nptl/pthread_mutexattr_destroy.c (__pthread_mutexattr_destroy):
4338         Likewise.
4339         * nptl/pthread_mutexattr_getprotocol.c
4340         (pthread_mutexattr_getprotocol): Likewise.
4341         * nptl/pthread_mutexattr_getpshared.c
4342         (pthread_mutexattr_getpshared): Likewise.
4343         * nptl/pthread_mutexattr_getrobust.c
4344         (pthread_mutexattr_getrobust): Likewise.
4345         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
4346         Likewise.
4347         * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init):
4348         Likewise.
4349         * nptl/pthread_mutexattr_setprioceiling.c
4350         (pthread_mutexattr_setprioceiling): Likewise.
4351         * nptl/pthread_mutexattr_setprotocol.c
4352         (pthread_mutexattr_setprotocol): Likewise.
4353         * nptl/pthread_mutexattr_setpshared.c
4354         (pthread_mutexattr_setpshared): Likewise.
4355         * nptl/pthread_mutexattr_setrobust.c
4356         (pthread_mutexattr_setrobust): Likewise.
4357         * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype):
4358         Likewise.
4359         * nptl/pthread_rwlock_destroy.c (__pthread_rwlock_destroy):
4360         Likewise.
4361         * nptl/pthread_rwlockattr_destroy.c (pthread_rwlockattr_destroy):
4362         Likewise.
4363         * nptl/pthread_rwlockattr_getkind_np.c
4364         (pthread_rwlockattr_getkind_np): Likewise.
4365         * nptl/pthread_rwlockattr_getpshared.c
4366         (pthread_rwlockattr_getpshared): Likewise.
4367         * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init):
4368         Likewise.
4369         * nptl/pthread_rwlockattr_setkind_np.c
4370         (pthread_rwlockattr_setkind_np): Likewise.
4371         * nptl/pthread_rwlockattr_setpshared.c
4372         (pthread_rwlockattr_setpshared): Likewise.
4373         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate):
4374         Likewise.
4375         * nptl/pthread_setcanceltype.c (__pthread_setcanceltype):
4376         Likewise.
4377         * nptl/pthread_setconcurrency.c (pthread_setconcurrency):
4378         Likewise.
4379         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
4380         * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise.
4381         * nptl/pthread_spin_destroy.c (pthread_spin_destroy): Likewise.
4382         * nptl/pthread_tryjoin.c (pthread_tryjoin_np): Likewise.
4383         * nptl/sem_close.c (sem_close): Likewise.
4384         * nptl/sem_destroy.c (__new_sem_destroy): Likewise.
4385         * nptl/sem_init.c (__old_sem_init): Likewise.
4386         * nptl/sigaction.c (__sigaction): Likewise.
4387         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
4388         * posix/_exit.c (_exit): Likewise.
4389         * posix/alarm.c (alarm): Likewise.
4390         * posix/confstr.c (confstr): Likewise.
4391         * posix/fpathconf.c (__fpathconf): Likewise.
4392         * posix/getgroups.c (__getgroups): Likewise.
4393         * posix/getpgid.c (__getpgid): Likewise.
4394         * posix/group_member.c (__group_member): Likewise.
4395         * posix/pathconf.c (__pathconf): Likewise.
4396         * posix/sched_getaffinity.c (sched_getaffinity): Likewise.
4397         * posix/sched_setaffinity.c (sched_setaffinity): Likewise.
4398         * posix/setgid.c (__setgid): Likewise.
4399         * posix/setpgid.c (__setpgid): Likewise.
4400         * posix/setuid.c (__setuid): Likewise.
4401         * posix/sleep.c (__sleep): Likewise.
4402         * posix/sysconf.c (__sysconf): Likewise.
4403         * posix/times.c (__times): Likewise.
4404         * posix/uname.c (__uname): Likewise.
4405         * posix/waitid.c (__waitid): Likewise.
4406         * pwd/getpw.c (__getpw): Likewise.
4407         * resolv/base64.c (b64_pton): Likewise.
4408         * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
4409         * resolv/gethnamaddr.c (Dprintf): Likewise.
4410         (gethostbyname): Likewise.
4411         (gethostbyname2): Likewise.
4412         (gethostbyaddr): Likewise.
4413         (_sethtent): Likewise.
4414         (_gethtbyname): Likewise.
4415         (_gethtbyname2): Likewise.
4416         (_gethtbyaddr): Likewise.
4417         (map_v4v6_address): Likewise.
4418         (map_v4v6_hostent): Likewise.
4419         (addrsort): Likewise.
4420         (ht_sethostent): Likewise.
4421         (ht_gethostbyname): Likewise.
4422         (ht_gethostbyaddr): Likewise.
4423         * resolv/inet_net_ntop.c (inet_net_ntop): Likewise.
4424         (inet_net_ntop_ipv4): Likewise.
4425         * resolv/inet_neta.c (inet_neta): Likewise.
4426         * resolv/inet_ntop.c (inet_ntop): Likewise.
4427         (inet_ntop4): Likewise.
4428         (inet_ntop6): Likewise.
4429         * resolv/inet_pton.c (__inet_pton): Likewise.
4430         (inet_pton4): Likewise.
4431         (inet_pton6): Likewise.
4432         * resolv/res_debug.c (loc_aton): Likewise.
4433         (loc_ntoa): Likewise.
4434         * resource/getpriority.c (__getpriority): Likewise.
4435         * resource/getrusage.c (__getrusage): Likewise.
4436         * resource/nice.c (nice): Likewise.
4437         * resource/setpriority.c (__setpriority): Likewise.
4438         * resource/setrlimit64.c (setrlimit64): Likewise.
4439         * resource/vlimit.c (vlimit): Likewise.
4440         * resource/vtimes.c (vtimes): Likewise.
4441         * rt/aio_error.c (aio_error): Likewise.
4442         * rt/aio_return.c (aio_return): Likewise.
4443         * rt/aio_sigqueue.c (__aio_sigqueue): Likewise.
4444         * signal/kill.c (__kill): Likewise.
4445         * signal/killpg.c (killpg): Likewise.
4446         * signal/raise.c (raise): Likewise.
4447         * signal/sigaction.c (__sigaction): Likewise.
4448         * signal/sigaddset.c (sigaddset): Likewise.
4449         * signal/sigaltstack.c (sigaltstack): Likewise.
4450         * signal/sigandset.c (sigandset): Likewise.
4451         * signal/sigblock.c (__sigblock): Likewise.
4452         * signal/sigdelset.c (sigdelset): Likewise.
4453         * signal/sigempty.c (sigemptyset): Likewise.
4454         * signal/sigfillset.c (sigfillset): Likewise.
4455         * signal/sighold.c (sighold): Likewise.
4456         * signal/sigignore.c (sigignore): Likewise.
4457         * signal/sigintr.c (siginterrupt): Likewise.
4458         * signal/sigisempty.c (sigisemptyset): Likewise.
4459         * signal/sigismem.c (sigismember): Likewise.
4460         * signal/signal.c (signal): Likewise.
4461         * signal/sigorset.c (sigorset): Likewise.
4462         * signal/sigpause.c (__sigpause): Likewise.
4463         * signal/sigpending.c (sigpending): Likewise.
4464         * signal/sigprocmask.c (__sigprocmask): Likewise.
4465         * signal/sigrelse.c (sigrelse): Likewise.
4466         * signal/sigreturn.c (__sigreturn): Likewise.
4467         * signal/sigset.c (sigset): Likewise.
4468         * signal/sigsetmask.c (__sigsetmask): Likewise.
4469         * signal/sigstack.c (sigstack): Likewise.
4470         * signal/sigsuspend.c (__sigsuspend): Likewise.
4471         * signal/sigvec.c (sigvec_wrapper_handler): Likewise.
4472         * signal/sysv_signal.c (__sysv_signal): Likewise.
4473         * socket/accept.c (accept): Likewise.
4474         * socket/accept4.c (__libc_accept4): Likewise.
4475         * socket/bind.c (__bind): Likewise.
4476         * socket/connect.c (__connect): Likewise.
4477         * socket/getpeername.c (getpeername): Likewise.
4478         * socket/getsockname.c (__getsockname): Likewise.
4479         * socket/getsockopt.c (getsockopt): Likewise.
4480         * socket/listen.c (__listen): Likewise.
4481         * socket/recv.c (__recv): Likewise.
4482         * socket/recvmsg.c (__recvmsg): Likewise.
4483         * socket/send.c (__send): Likewise.
4484         * socket/sendmsg.c (__sendmsg): Likewise.
4485         * socket/shutdown.c (shutdown): Likewise.
4486         * socket/sockatmark.c (sockatmark): Likewise.
4487         * socket/socket.c (__socket): Likewise.
4488         * stdio-common/ctermid.c (ctermid): Likewise.
4489         * stdio-common/cuserid.c (cuserid): Likewise.
4490         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4491         * stdio-common/remove.c (remove): Likewise.
4492         * stdio-common/rename.c (rename): Likewise.
4493         * stdio-common/renameat.c (renameat): Likewise.
4494         * stdio-common/tempname.c (__gen_tempname): Likewise.
4495         * stdio-common/xbug.c (InitBuffer): Likewise.
4496         (AppendToBuffer): Likewise.
4497         (ReadFile): Likewise.
4498         * stdlib/a64l.c (a64l): Likewise.
4499         * stdlib/drand48_r.c (drand48_r): Likewise.
4500         * stdlib/getcontext.c (getcontext): Likewise.
4501         * stdlib/getenv.c (getenv): Likewise.
4502         * stdlib/l64a.c (l64a): Likewise.
4503         * stdlib/llabs.c (llabs): Likewise.
4504         * stdlib/lldiv.c (lldiv): Likewise.
4505         * stdlib/lrand48_r.c (lrand48_r): Likewise.
4506         * stdlib/mrand48_r.c (mrand48_r): Likewise.
4507         * stdlib/putenv.c (putenv): Likewise.
4508         * stdlib/random.c (__srandom): Likewise.
4509         (__initstate): Likewise.
4510         (__setstate): Likewise.
4511         * stdlib/random_r.c (__srandom_r): Likewise.
4512         (__setstate_r): Likewise.
4513         (__random_r): Likewise.
4514         * stdlib/secure-getenv.c (__libc_secure_getenv): Likewise.
4515         * stdlib/setcontext.c (setcontext): Likewise.
4516         * stdlib/setenv.c (setenv): Likewise.
4517         (unsetenv): Likewise.
4518         * stdlib/srand48.c (srand48): Likewise.
4519         * stdlib/srand48_r.c (__srand48_r): Likewise.
4520         * stdlib/swapcontext.c (swapcontext): Likewise.
4521         * stdlib/system.c (__libc_system): Likewise.
4522         * stdlib/tst-strtod.c (expand): Likewise.
4523         * stdlib/tst-strtol.c (expand): Likewise.
4524         * stdlib/tst-strtoll.c (expand): Likewise.
4525         * streams/fattach.c (fattach): Likewise.
4526         * streams/fdetach.c (fdetach): Likewise.
4527         * streams/getmsg.c (getmsg): Likewise.
4528         * streams/isastream.c (isastream): Likewise.
4529         * string/ffs.c (__ffs): Likewise.
4530         * string/ffsll.c (ffsll): Likewise.
4531         * string/memcmp.c (memcmp_common_alignment): Likewise.
4532         (memcmp_not_common_alignment): Likewise.
4533         (MEMCMP): Likewise.
4534         * string/memcpy.c (memcpy): Likewise.
4535         * string/memmove.c (MEMMOVE): Likewise.
4536         * string/memset.c (memset): Likewise.
4537         * string/rawmemchr.c (RAWMEMCHR): Likewise.
4538         * string/strchrnul.c (STRCHRNUL): Likewise.
4539         * string/strerror.c (strerror): Likewise.
4540         * string/strndup.c (__strndup): Likewise.
4541         * string/strverscmp.c (__strverscmp): Likewise.
4542         * sunrpc/clnt_raw.c (clntraw_freeres): Likewise.
4543         * sunrpc/clnt_tcp.c (clnttcp_geterr): Likewise.
4544         (clnttcp_freeres): Likewise.
4545         * sunrpc/clnt_unix.c (clntunix_freeres): Likewise.
4546         * sunrpc/pmap_prot.c (xdr_pmap): Likewise.
4547         * sunrpc/pmap_prot2.c (xdr_pmaplist): Likewise.
4548         * sunrpc/pmap_rmt.c (xdr_rmtcallres): Likewise.
4549         * sunrpc/rpc_prot.c (xdr_replymsg): Likewise.
4550         (xdr_callhdr): Likewise.
4551         * sunrpc/rpcinfo.c (udpping): Likewise.
4552         (tcpping): Likewise.
4553         (pstatus): Likewise.
4554         (pmapdump): Likewise.
4555         (brdcst): Likewise.
4556         (deletereg): Likewise.
4557         (getprognum): Likewise.
4558         (getvers): Likewise.
4559         (get_inet_address): Likewise.
4560         * sunrpc/svc_raw.c (svcraw_recv): Likewise.
4561         * sunrpc/svc_udp.c (svcudp_create): Likewise.
4562         (svcudp_stat): Likewise.
4563         (svcudp_recv): Likewise.
4564         (svcudp_reply): Likewise.
4565         (svcudp_getargs): Likewise.
4566         (svcudp_freeargs): Likewise.
4567         (svcudp_destroy): Likewise.
4568         * sunrpc/xdr.c (xdr_bytes): Likewise.
4569         (xdr_netobj): Likewise.
4570         (xdr_string): Likewise.
4571         (xdr_wrapstring): Likewise.
4572         * sunrpc/xdr_float.c (xdr_float): Likewise.
4573         (xdr_double): Likewise.
4574         * sunrpc/xdr_mem.c (xdrmem_setpos): Likewise.
4575         * sunrpc/xdr_ref.c (xdr_pointer): Likewise.
4576         * sysvipc/ftok.c (ftok): Likewise.
4577         * sysvipc/msgctl.c (msgctl): Likewise.
4578         * sysvipc/msgget.c (msgget): Likewise.
4579         * sysvipc/msgrcv.c (msgrcv): Likewise.
4580         * sysvipc/msgsnd.c (msgsnd): Likewise.
4581         * sysvipc/semget.c (semget): Likewise.
4582         * sysvipc/semop.c (semop): Likewise.
4583         * sysvipc/shmat.c (shmat): Likewise.
4584         * sysvipc/shmctl.c (shmctl): Likewise.
4585         * sysvipc/shmdt.c (shmdt): Likewise.
4586         * sysvipc/shmget.c (shmget): Likewise.
4587         * termios/cfmakeraw.c (cfmakeraw): Likewise.
4588         * termios/speed.c (cfgetospeed): Likewise.
4589         (cfgetispeed): Likewise.
4590         (cfsetospeed): Likewise.
4591         (cfsetispeed): Likewise.
4592         * termios/tcflow.c (tcflow): Likewise.
4593         * termios/tcflush.c (tcflush): Likewise.
4594         * termios/tcgetattr.c (__tcgetattr): Likewise.
4595         * termios/tcgetpgrp.c (tcgetpgrp): Likewise.
4596         * termios/tcgetsid.c (tcgetsid): Likewise.
4597         * termios/tcsendbrk.c (tcsendbreak): Likewise.
4598         * termios/tcsetpgrp.c (tcsetpgrp): Likewise.
4599         * time/adjtime.c (__adjtime): Likewise.
4600         * time/dysize.c (dysize): Likewise.
4601         * time/ftime.c (ftime): Likewise.
4602         * time/getitimer.c (__getitimer): Likewise.
4603         * time/gettimeofday.c (__gettimeofday): Likewise.
4604         * time/gmtime.c (__gmtime_r): Likewise.
4605         (gmtime): Likewise.
4606         * time/localtime.c (__localtime_r): Likewise.
4607         (localtime): Likewise.
4608         * time/offtime.c (__offtime): Likewise.
4609         * time/settimeofday.c (__settimeofday): Likewise.
4610         * time/stime.c (stime): Likewise.
4611         * time/strftime_l.c (tm_diff): Likewise.
4612         (iso_week_days): Likewise.
4613         * time/strptime.c (strptime): Likewise.
4614         * time/time.c (time): Likewise.
4615         * time/timespec_get.c (timespec_get): Likewise.
4616         * time/tzset.c (tzset_internal): Likewise.
4617         (compute_change): Likewise.
4618         (__tz_compute): Likewise.
4619         * wcsmbs/btowc.c (__btowc): Likewise.
4620         * wcsmbs/mbrlen.c (__mbrlen): Likewise.
4621         * wcsmbs/mbsinit.c (__mbsinit): Likewise.
4622         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
4623         * wcsmbs/wcpcpy.c (__wcpcpy): Likewise.
4624         * wcsmbs/wcpncpy.c (__wcpncpy): Likewise.
4625         * wcsmbs/wcscat.c (__wcscat): Likewise.
4626         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
4627         * wcsmbs/wcscmp.c (WCSCMP): Likewise.
4628         * wcsmbs/wcscpy.c (WCSCPY): Likewise.
4629         * wcsmbs/wcscspn.c (wcscspn): Likewise.
4630         * wcsmbs/wcsdup.c (wcsdup): Likewise.
4631         * wcsmbs/wcslen.c (__wcslen): Likewise.
4632         * wcsmbs/wcsncat.c (WCSNCAT): Likewise.
4633         * wcsmbs/wcsncmp.c (WCSNCMP): Likewise.
4634         * wcsmbs/wcsncpy.c (__wcsncpy): Likewise.
4635         * wcsmbs/wcsnlen.c (__wcsnlen): Likewise.
4636         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
4637         * wcsmbs/wcsrchr.c (WCSRCHR): Likewise.
4638         * wcsmbs/wcsspn.c (wcsspn): Likewise.
4639         * wcsmbs/wcsstr.c (wcsstr): Likewise.
4640         * wcsmbs/wcstok.c (wcstok): Likewise.
4641         * wcsmbs/wctob.c (wctob): Likewise.
4642         * wcsmbs/wmemchr.c (__wmemchr): Likewise.
4643         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
4644         * wcsmbs/wmemcpy.c (__wmemcpy): Likewise.
4645         * wcsmbs/wmemmove.c (__wmemmove): Likewise.
4646         * wcsmbs/wmempcpy.c (__wmempcpy): Likewise.
4647         * wcsmbs/wmemset.c (__wmemset): Likewise.
4648         * wctype/wcfuncs.c (__towlower): Likewise.
4649         (__towupper): Likewise.
4651         * sysdeps/unix/sysv/linux/i386/lowlevellock.h
4652         (lll_unlock_elision): Add adapt_count parameter.
4654 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
4656         * sysdeps/nptl/configure.ac: Do not give errors based on the
4657         results of top-level configure tests.
4658         * sysdeps/nptl/configure: Regenerated.
4660         * configure.ac (libc_cv_Bgroup): Remove configure test.
4661         * configure: Regenerated.
4662         * config.make.in (have-Bgroup): Remove variable.
4664         * configure.ac (sizeof_long_double): Remove configure test.
4665         * configure: Regenerated.
4666         * config.make.in (sizeof-long-double): Remove variable.
4668         * configure.ac (libc_cv_gcc_exceptions): Remove configure test.
4669         * configure: Regenerated.
4670         * sysdeps/arm/configure.ac (libc_cv_gcc_exceptions): Do not set
4671         variable.
4672         (exceptions): Likewise.
4673         * sysdeps/arm/configure: Regenerated.
4674         * config.make.in (exceptions): Remove variable.
4675         * Makeconfig (uses-callbacks): Use -fexceptions instead of
4676         $(exceptions).
4677         * debug/Makefile (CFLAGS-dprintf_chk.c): Likewise.
4678         (CFLAGS-vdprintf_chk.c): Likewise.
4679         (CFLAGS-printf_chk.c): Likewise.
4680         (CFLAGS-fprintf_chk.c): Likewise.
4681         (CFLAGS-vprintf_chk.c): Likewise.
4682         (CFLAGS-vfprintf_chk.c): Likewise.
4683         (CFLAGS-gets_chk.c): Likewise.
4684         (CFLAGS-fgets_chk.c): Likewise.
4685         (CFLAGS-fgets_u_chk.c): Likewise.
4686         (CFLAGS-fread_chk.c): Likewise.
4687         (CFLAGS-fread_u_chk.c): Likewise.
4688         (CFLAGS-wprintf_chk.c): Likewise.
4689         (CFLAGS-fwprintf_chk.c): Likewise.
4690         (CFLAGS-vwprintf_chk.c): Likewise.
4691         (CFLAGS-vfwprintf_chk.c): Likewise.
4692         (CFLAGS-fgetws_chk.c): Likewise.
4693         (CFLAGS-fgetws_u_chk.c): Likewise.
4694         * libio/Makefile (CFLAGS-fileops.c): Likewise.
4695         (CFLAGS-fputc.c): Likewise.
4696         (CFLAGS-fputwc.c): Likewise.
4697         (CFLAGS-freopen64.c): Likewise.
4698         (CFLAGS-freopen.c): Likewise.
4699         (CFLAGS-fseek.c): Likewise.
4700         (CFLAGS-fseeko64.c): Likewise.
4701         (CFLAGS-fseeko.c): Likewise.
4702         (CFLAGS-ftello64.c): Likewise.
4703         (CFLAGS-ftello.c): Likewise.
4704         (CFLAGS-fwide.c): Likewise.
4705         (CFLAGS-genops.c): Likewise.
4706         (CFLAGS-getc.c): Likewise.
4707         (CFLAGS-getchar.c): Likewise.
4708         (CFLAGS-getwc.c): Likewise.
4709         (CFLAGS-getwchar.c): Likewise.
4710         (CFLAGS-iofclose.c): Likewise.
4711         (CFLAGS-iofflush.c): Likewise.
4712         (CFLAGS-iofgetpos64.c): Likewise.
4713         (CFLAGS-iofgetpos.c): Likewise.
4714         (CFLAGS-iofgets.c): Likewise.
4715         (CFLAGS-iofgetws.c): Likewise.
4716         (CFLAGS-iofputs.c): Likewise.
4717         (CFLAGS-iofputws.c): Likewise.
4718         (CFLAGS-iofread.c): Likewise.
4719         (CFLAGS-iofsetpos64.c): Likewise.
4720         (CFLAGS-iofsetpos.c): Likewise.
4721         (CFLAGS-ioftell.c): Likewise.
4722         (CFLAGS-iofwrite.c): Likewise.
4723         (CFLAGS-iogetdelim.c): Likewise.
4724         (CFLAGS-iogetline.c): Likewise.
4725         (CFLAGS-iogets.c): Likewise.
4726         (CFLAGS-iogetwline.c): Likewise.
4727         (CFLAGS-ioputs.c): Likewise.
4728         (CFLAGS-ioseekoff.c): Likewise.
4729         (CFLAGS-ioseekpos.c): Likewise.
4730         (CFLAGS-iosetbuffer.c): Likewise.
4731         (CFLAGS-iosetvbuf.c): Likewise.
4732         (CFLAGS-ioungetc.c): Likewise.
4733         (CFLAGS-ioungetwc.c): Likewise.
4734         (CFLAGS-oldfileops.c): Likewise.
4735         (CFLAGS-oldiofclose.c): Likewise.
4736         (CFLAGS-oldiofgetpos64.c): Likewise.
4737         (CFLAGS-oldiofgetpos.c): Likewise.
4738         (CFLAGS-oldiofsetpos64.c): Likewise.
4739         (CFLAGS-oldiofsetpos.c): Likewise.
4740         (CFLAGS-peekc.c): Likewise.
4741         (CFLAGS-putc.c): Likewise.
4742         (CFLAGS-putchar.c): Likewise.
4743         (CFLAGS-putwc.c): Likewise.
4744         (CFLAGS-putwchar.c): Likewise.
4745         (CFLAGS-rewind.c): Likewise.
4746         (CFLAGS-wfileops.c): Likewise.
4747         (CFLAGS-wgenops.c): Likewise.
4748         (CFLAGS-oldiofopen.c): Likewise.
4749         (CFLAGS-iofopen.c): Likewise.
4750         (CFLAGS-iofopen64.c): Likewise.
4751         (CFLAGS-oldtmpfile.c): Likewise.
4752         * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
4753         (CFLAGS-fprintf.c): Likewise.
4754         (CFLAGS-printf.c): Likewise.
4755         (CFLAGS-vfwprintf.c): Likewise.
4756         (CFLAGS-vfscanf.c): Likewise.
4757         (CFLAGS-vfwscanf.c): Likewise.
4758         (CFLAGS-fscanf.c): Likewise.
4759         (CFLAGS-scanf.c): Likewise.
4760         (CFLAGS-isoc99_vfscanf.c): Likewise.
4761         (CFLAGS-isoc99_vscanf.c): Likewise.
4762         (CFLAGS-isoc99_fscanf.c): Likewise.
4763         (CFLAGS-isoc99_scanf.c): Likewise.
4764         * wcsmbs/Makefile (CFLAGS-isoc99_wscanf.c): Likewise.
4765         (CFLAGS-isoc99_fwscanf.c): Likewise.
4766         (CFLAGS-isoc99_vwscanf.c): Likewise.
4767         (CFLAGS-isoc99_vfwscanf.c): Likewise.
4769         * io/test-lfs.c (do_prepare): Do not call add_temp_file until
4770         after mkstemp64.
4771         * login/tst-utmp.c (do_prepare): Likewise.
4772         * rt/tst-aio.c (do_prepare): Likewise.
4773         * rt/tst-aio64.c (do_prepare): Likewise.
4775 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4777         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
4778         (__lll_lock_elision): Remove adapt_count decrement...
4779         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
4780         (__lll_trylock_elision): Likewise.
4781         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
4782         (__lll_unlock_elision): ... to here. And utilize
4783         new adapt_count parameter.
4784         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4785         (__lll_unlock_elision): Update to include adapt_count
4786         parameter.
4787         (lll_unlock_elision): Pass pointer to adapt_count
4788         variable.
4790 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4792         * nptl/pthread_mutex_unlock.c (lll_unlock_elision):
4793         Add elision adapt_count parameter to list of arguments.
4794         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4795         (lll_unlock_elision): Update with new parameter list
4796         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
4797         (lll_unlock_elision): Likewise
4798         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
4799         (lll_unlock_elision): Likewise
4801 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4803         [BZ #19122]
4804         * include/sys/utsname.h [IS_IN (rtld)] (__uname): Add
4805         attribute_hidden.
4807         * include/string.h [IS_IN (rtld)] (__stpcpy): Add
4808         attribute_hidden.
4809         [IS_IN (rtld)] (__strdup): Likewise.
4810         [IS_IN (rtld)] (__strerror_r): Likewise.
4811         [IS_IN (rtld)] (__strsep_g): Likewise.
4812         [IS_IN (rtld)] (memchr): Likewise.
4813         [IS_IN (rtld)] (memcmp): Likewise.
4814         [IS_IN (rtld)] (memcpy): Likewise.
4815         [IS_IN (rtld)] (memmove): Likewise.
4816         [IS_IN (rtld)] (memset): Likewise.
4817         [IS_IN (rtld)] (rawmemchr): Likewise.
4818         [IS_IN (rtld)] (stpcpy): Likewise.
4819         [IS_IN (rtld)] (strchr): Likewise.
4820         [IS_IN (rtld)] (strcmp): Likewise.
4821         [IS_IN (rtld)] (strlen): Likewise.
4822         [IS_IN (rtld)] (strnlen): Likewise.
4823         [IS_IN (rtld)] (strsep): Likewise.
4825         * include/stdlib.h [IS_IN (rtld)] (unsetenv): Add
4826         attribute_hidden.
4827         [IS_IN (rtld)] (__strtoul_internal): Likewise.
4829         * include/signal.h [IS_IN (rtld)] (__sigaction): Add
4830         attribute_hidden.
4831         [IS_IN (rtld)] (__libc_sigaction): Likewise.
4833         * include/setjmp.h (__longjmp): Add attribute_hidden.
4834         [IS_IN (rtld)] (__sigsetjmp): Likewise.
4836         * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
4837         Add attribute_hidden.
4839         * include/fcntl.h (__libc_fcntl): Add attribute_hidden.
4840         [IS_IN (rtld)] (__open): Likewise.
4841         [IS_IN (rtld)] (__fcntl): Likewise.
4843         * include/dirent.h (__opendirat): Add attribute_hidden.
4844         (__getdents): Likewise.
4845         (__getdents64): Likewise.
4846         (__alloc_dir): Likewise.
4847         [IS_IN (rtld)] (__closedir): Likewise.
4848         [IS_IN (rtld)] (__fdopendir): Likewise.
4849         [IS_IN (rtld)] (__readdir): Likewise.
4850         [IS_IN (rtld)] (__readdir64): Likewise.
4851         [IS_IN (rtld)] (__rewinddir): Likewise.
4853         * include/dlfcn.h (_dl_catch_error): Moved to ...
4854         * sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
4855         attribute_hidden.
4857         * sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
4858         (_itoa_word): Likewise.
4860         * elf/dl-runtime.c (_dl_fixup): Add attribute_hidden.
4861         * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
4862         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
4863         * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Likewise.
4864         (_dl_higher_prime_number): Likewise.
4865         (_dl_debug_printf_c): Likewise.
4866         (_dl_signal_cerror): Likewise.
4867         (_dl_receive_error): Likewise.
4868         (_dl_reloc_bad_type): Likewise.
4869         (_dl_resolve_conflicts): Likewise.
4870         (_dl_check_all_versions): Likewise.
4871         (_dl_check_map_versions): Likewise.
4872         (_dl_sort_fini): Likewise.
4873         (_dl_debug_initialize): Likewise.
4874         (_dl_init_paths): Likewise.
4875         (_dl_show_auxv): Likewise.
4876         (_dl_next_ld_env_entry): Likewise.
4877         (_dl_important_hwcaps): Likewise.
4878         (_dl_load_cache_lookup): Likewise.
4879         (_dl_update_slotinfo): Likewise.
4880         (_dl_show_scope): Likewise.
4882         * sysdeps/generic/memcopy.h (_wordcopy_fwd_aligned): Add
4883         attribute_hidden.
4884         (_wordcopy_fwd_dest_aligned): Likewise.
4885         (_wordcopy_bwd_aligned): Likewise.
4886         (_wordcopy_bwd_dest_aligned): Likewise.
4888         * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
4889         * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
4890         Likewise.
4891         * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
4892         Likewise.
4893         * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
4895 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4897         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add comments for
4898         GCC 5 requirement.
4900 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
4902         * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure
4903         test.
4904         * sysdeps/i386/configure: Regenerated.
4905         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make
4906         code unconditional.
4908         * configure.ac (libc_cv_asm_previous_directive): Remove configure
4909         test.
4910         (libc_cv_asm_popsection_directive): Likewise.
4911         * configure: Regenerated.
4912         * config.h.in (HAVE_ASM_PREVIOUS_DIRECTIVE): Remove #undef.
4913         (HAVE_ASM_POPSECTION_DIRECTIVE): Likewise.
4914         * include/libc-symbols.h [HAVE_ASM_PREVIOUS_DIRECTIVE]
4915         (__make_section_unallocated): Make definition unconditional.
4916         [HAVE_ASM_POPSECTION_DIRECTIVE] (__make_section_unallocated):
4917         Remove conditional definition.
4918         [!HAVE_ASM_PREVIOUS_DIRECTIVE && !HAVE_ASM_POPSECTION_DIRECTIVE]
4919         (__make_section_unallocated): Likewise.
4921         * configure.ac (libc_cv_gcc_static_libgcc): Remove configure test.
4922         * configure: Regenerated.
4923         * config.make.in (static-libgcc): Remove variable.
4924         * Makerules (build-shlib-helper): Use -static-libgcc instead of
4925         $(static-libgcc).
4926         (build-module-helper): Likewise.
4928         * configure.ac (libc_cv_friendly_stddef): Remove configure test.
4929         * configure: Regenerated.
4931 2015-10-15  Florian Weimer  <fweimer@redhat.com>
4933         * stdio-common/vfscanf.c (MEMCPY): Remove macro.
4934         (struct char_buffer): New type.
4935         (char_buffer_start, char_buffer_size, char_buffer_error)
4936         (char_buffer_rewind, char_buffer_add): New functions.
4937         (ADDW): Remove macro, replaced by the char_buffer_add function.
4938         (_IO_vfscanf_internal): Rewrite using struct char_buffer instead
4939         of extend_alloca.  Make control flow more explicit.
4941 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4943         [BZ #19137]
4944         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
4945         Add -fomit-frame-pointer.
4946         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Remove file.
4948 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4950         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
4951         (__libc_do_syscall): Defined only if !__GNUC_PREREQ (5,0).
4952         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define assembler macros
4953         only if !__GNUC_PREREQ (5,0).
4954         (INTERNAL_SYSCALL_MAIN_6): Optimize for GCC 5.
4955         (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
4956         (INTERNAL_SYSCALL_NCS): Likewise.
4957         (LOADREGS_0): New macro for GCC 5.
4958         (ASMARGS_0): Likewise.
4959         (LOADREGS_1): Likewise.
4960         (ASMARGS_1): Likewise.
4961         (LOADREGS_2): Likewise.
4962         (ASMARGS_2): Likewise.
4963         (LOADREGS_3): Likewise.
4964         (ASMARGS_3): Likewise.
4965         (LOADREGS_4): Likewise.
4966         (ASMARGS_4): Likewise.
4967         (LOADREGS_5): Likewise.
4968         (ASMARGS_5): Likewise.
4969         (LOADREGS_6): Likewise.
4970         (ASMARGS_6): Likewise.
4972 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4974         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-mmap.c): Add
4975         -fomit-frame-pointer.
4976         (CFLAGS-mmap64.c): Likewise.
4977         (CFLAGS-semtimedop.c): Likewise.
4978         * sysdeps/unix/sysv/linux/i386/mmap.c: New file.
4979         * sysdeps/unix/sysv/linux/i386/mmap.S: Remove file.
4980         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4981         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
4983 2015-10-15  Florian Weimer  <fweimer@redhat.com>
4985         [BZ #18928]
4986         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
4987         _dl_pointer_guard member.
4988         * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
4989         initializer.
4990         (security_init): Always set up pointer guard.
4991         (process_envvars): Do not process LD_POINTER_GUARD.
4993 2015-10-14  Joseph Myers  <joseph@codesourcery.com>
4995         [BZ #19134]
4996         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (.LC1): New object.
4997         (.LC2): Likewise.
4998         (.LC3): Likewise.
4999         (__lround): Do not add 0.5 to integer or out-of-range arguments.
5001 2015-10-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5003         [BZ #19129]
5004         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save and restore
5005         r0 and r1.
5007 2015-10-14  Namhyung Kim  <namhyung@gmail.com>
5009         * manaual/argp.texi (Specifying Argp Parsers): Fix typo.
5011 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
5013         * include/stap-probe.h: Fix macro definition formatting.
5015 2015-10-14  Florian Weimer  <fweimer@redhat.com>
5017         [BZ #19074]
5018         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to
5019         load and store num_ifs.
5021 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
5023         [BZ #18822]
5024         * sysdeps/unix/sysv/linux/sched_getaffinity.c
5025         (__sched_getaffinity_new): Add libc_hidden_proto and
5026         libc_hidden_def.
5028 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
5030         [BZ #19007]
5031         * scripts/localplt.awk: Also allow GOT references.
5032         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark
5033         _Unwind_Find_FDE, calloc, memalign, realloc and __libc_memalign
5034         with "+ REL R_386_GLOB_DAT".
5035         * sysdeps/x86_64/localplt.data: Mark calloc, memalign, realloc
5036         and __libc_memalign with "+ RELA R_X86_64_GLOB_DAT".
5038 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
5040         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use
5041         INLINE_SYSCALL_ERROR_RETURN_VALUE.
5042         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat):
5043         Likewise.
5044         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
5045         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
5046         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
5047         INTERNAL_SYSCALLINTERNAL_SYSCALL and
5048         INLINE_SYSCALL_ERROR_RETURN_VALUE.
5049         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
5050         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
5051         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
5052         Likewise.
5053         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
5055 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
5057         [BZ #19125]
5058         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include <limits.h>,
5059         <math_private.h> and <stdint.h>.
5060         (__llround): Avoid conversions to and from long long int, and
5061         subtractions, where those might raise spurious exceptions.
5062         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
5063         <math_private.h> and <stdint.h>.
5064         (__llroundf): Avoid conversions to and from long long int, and
5065         subtractions, where those might raise spurious exceptions.
5067 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
5069         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use
5070         INLINE_SYSCALL_ERROR_RETURN_VALUE.
5071         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
5072         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Likewise.
5073         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
5074         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
5075         * sysdeps/unix/sysv/linux/fcntl.c (do_fcntl): Likewise.
5076         * sysdeps/unix/sysv/linux/futimens.c (futimens): Likewise.
5077         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
5078         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
5079         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
5080         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
5081         * sysdeps/unix/sysv/linux/lutimes.c (lutimes): Likewise.
5082         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
5083         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
5084         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Likewise.
5085         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Likewise.
5086         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
5087         * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Likewise.
5088         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Likewise.
5089         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
5090         * sysdeps/unix/sysv/linux/signalfd.c (signalfd): Likewise.
5091         * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Likewise.
5092         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
5093         * sysdeps/unix/sysv/linux/ustat.c (ustat): Likewise.
5094         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
5095         * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise.
5096         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
5097         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
5098         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Likewise.
5099         (__xstat64_conv): Likewise.
5100         (__xstat32_conv): Likewise.
5102 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
5104         * sysdeps/unix/sysv/linux/sysdep.h: New file.
5105         * sysdeps/unix/sysv/linux/i386/sysdep.c: Likewise.
5106         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include
5107         <sysdeps/unix/sysv/linux/sysdep.h>.
5108         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5109         * sysdeps/unix/sysv/linux/generic/sysdep.h: Likewise.
5110         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
5111         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5112         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5113         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.
5114         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
5115         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
5116         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
5117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5119         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5120         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5121         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5122         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
5123         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5124         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == csu]
5125         (sysdep-dl-routines): Add sysdep.
5126         [$(subdir) == nptl] (libpthread-routines): Likewise.
5127         [$(subdir) == rt] (librt-routines): Likewise.
5128         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Don't check
5129         PIC when branching to SYSCALL_ERROR_LABEL.
5130         * sysdeps/unix/sysv/linux/i386/sysdep.S: Removed.
5131         * sysdeps/unix/sysv/linux/i386/sysdep.h: Include
5132         <sysdeps/unix/sysv/linux/sysdep.h>.
5133         (SYSCALL_ERROR_LABEL): Changed to __syscall_error.
5134         (SYSCALL_ERROR_ERRNO): Removed.
5135         (SYSCALL_ERROR_HANDLER): Changed to empty.
5136         (SYSCALL_ERROR_HANDLER_TLS_STORE): Likewise.
5137         (__syscall_error): New prototype.
5138         [IS_IN (libc)] (INLINE_SYSCALL): New macro.
5139         (INLINE_SYSCALL_ERROR_RETURN_VALUE): Likewise.
5141 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
5143         [BZ #19124]
5144         * sysdeps/x86_64/dl-trampoline.S [!HAVE_AVX512_ASM_SUPPORT]
5145         (_dl_runtime_resolve_avx512): Make it a hidden alias of
5146         _dl_runtime_resolve_avx.
5147         (_dl_runtime_profile_avx512): Make it a hidden alias of
5148         _dl_runtime_profile_avx.
5150 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
5152         * sysdeps/powerpc/fpu/s_llround.c: Move to ....
5153         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
5154         * sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
5155         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
5157         [BZ #16422]
5158         * sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
5159         New configure test.
5160         * sysdeps/powerpc/powerpc32/fpu/configure: Regenerated.
5161         * config.h.in [_LIBC] (HAVE_PPC_FCTIDZ): New macro.
5162         * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include <limits.h>,
5163         <math_private.h> and <stdint.h>.
5164         (__llrint): Avoid conversions to long long int where those might
5165         raise spurious exceptions.
5166         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
5167         <math_private.h> and <stdint.h>.
5168         (__llrintf): Avoid conversions to long long int where those might
5169         raise spurious exceptions.
5171 2015-10-12  Andreas Schwab  <schwab@suse.de>
5173         [BZ #18969]
5174         * debug/Makefile (LOCALES): Define.  Include gen-locales.mk.
5175         ($(objpfx)tst-chk1.out): Depend on $(gen-locales).
5176         * iconvdata/Makefile (LOCALES): Define.  Include gen-locales.mk.
5177         ($(objpfx)bug-iconv6.out, $(objpfx)tst-iconv7.out): Depend on
5178         $(gen-locales).
5179         * intl/Makefile (LOCALES): Define.  Include gen-locales.mk.
5180         ($(objpfx)tst-codeset.out, $(objpfx)tst-gettext.out)
5181         ($(objpfx)tst-gettext2.out, $(objpfx)tst-gettext3.out)
5182         ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext5.out)
5183         ($(objpfx)tst-gettext6.out, $(objpfx)tst-translit.out): Depend on
5184         $(gen-locales).
5185         * libio/Makefile (LOCALES): Define.  Include gen-locales.mk.
5186         ($(objpfx)bug-ftell.out, $(objpfx)bug-ungetwc1.out)
5187         ($(objpfx)bug-ungetwc2.out, $(objpfx)tst-fgetwc.out)
5188         ($(objpfx)tst-fgetws.out, $(objpfx)tst-fopenloc.out)
5189         ($(objpfx)tst-fputws.out, $(objpfx)tst-fseek.out)
5190         ($(objpfx)tst-ftell-active-handler.out)
5191         ($(objpfx)tst-ftell-append.out)
5192         ($(objpfx)tst-ftell-partial-wide.out, $(objpfx)tst-setvbuf1.out)
5193         ($(objpfx)tst-swscanf.out, $(objpfx)tst-ungetwc1.out)
5194         ($(objpfx)tst-ungetwc2.out, $(objpfx)tst-widetext.out)
5195         ($(objpfx)tst_wprintf2.out): Depend on $(gen-locales).
5196         * posix/Makefile (LOCALES): Define.  Include gen-locales.mk.
5197         ($(objpfx)bug-regex1.out, $(objpfx)bug-regex4.out)
5198         ($(objpfx)bug-regex5.out, $(objpfx)bug-regex6.out)
5199         ($(objpfx)bug-regex17.out, $(objpfx)bug-regex18.out)
5200         ($(objpfx)bug-regex19.out, $(objpfx)bug-regex20.out)
5201         ($(objpfx)bug-regex22.out, $(objpfx)bug-regex23.out)
5202         ($(objpfx)bug-regex25.out, $(objpfx)bug-regex26.out)
5203         ($(objpfx)bug-regex30.out, $(objpfx)bug-regex32.out)
5204         ($(objpfx)bug-regex33.out, $(objpfx)bug-regex34.out)
5205         ($(objpfx)bug-regex35.out, $(objpfx)tst-fnmatch.out)
5206         ($(objpfx)tst-fnmatch4.out, $(objpfx)tst-fnmatch5.out)
5207         ($(objpfx)tst-regex.out, $(objpfx)tst-regex2.out)
5208         ($(objpfx)tst-regexloc.out, $(objpfx)tst-rxspencer.out)
5209         ($(objpfx)tst-rxspencer-no-utf8.out): Depend on $(gen-locales).
5210         * stdio-common/Makefile (LOCALES): Define.  Include gen-locales.mk.
5211         ($(objpfx)bug14.out, $(objpfx)scanf13.out)
5212         ($(objpfx)test-vfprintf.out, $(objpfx)tst-grouping.out)
5213         ($(objpfx)tst-sprintf.out, $(objpfx)tst-sscanf.out)
5214         ($(objpfx)tst-swprintf.out): Depend on $(gen-locales).
5215         * stdlib/Makefile (LOCALES): Define.  Include gen-locales.mk.
5216         ($(objpfx)bug-strtod2.out, $(objpfx)testmb2.out)
5217         ($(objpfx)tst-strtod.out, $(objpfx)tst-strtod3.out)
5218         ($(objpfx)tst-strtod4.out, $(objpfx)tst-strtod5.out): Depend on
5219         $(gen-locales).
5220         * time/Makefile (LOCALES): Define.  Include gen-locales.mk.
5221         ($(objpfx)tst-ftime_l.out, $(objpfx)tst-strptime.out): Depend on
5222         $(gen-locales).
5223         * wcsmbs/Makefile (LOCALES): Define.  Include gen-locales.mk.
5224         ($(objpfx)tst-btowc.out, $(objpfx)tst-c16c32-1.out)
5225         ($(objpfx)tst-mbrtowc.out, $(objpfx)tst-mbrtowc2.out)
5226         ($(objpfx)tst-wcrtomb.out, $(objpfx)wcsmbs-tst1.out): Depend on
5227         $(gen-locales).
5228         * libio/tst_wprintf2.c (main): Use explicit locale.
5229         * wcsmbs/wcsmbs-tst1.c (main): Likewise.
5231 2015-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5233         * hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by
5234         __msg_sig_post.
5235         * hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.
5237 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
5239         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5240         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5242         * sysdeps/arm/libm-test-ulps: Regenerated.
5244         [BZ #15470]
5245         * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.
5247         [BZ #16399]
5248         * sysdeps/generic/fix-fp-int-convert-overflow.h: New file.
5249         * sysdeps/ieee754/dbl-64/s_llrint.c: Include <fenv.h>, <limits.h>
5250         and <fix-fp-int-convert-overflow.h>.
5251         (__llrint) [FE_INVALID]: Force FE_INVALID exception as needed if
5252         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5253         * sysdeps/ieee754/dbl-64/s_llround.c: Include <fenv.h>, <limits.h>
5254         and <fix-fp-int-convert-overflow.h>.
5255         (__llround) [FE_INVALID]: Force FE_INVALID exception as needed if
5256         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5257         * sysdeps/ieee754/dbl-64/s_lrint.c: Include
5258         <fix-fp-int-convert-overflow.h>.
5259         (__lrint) [FE_INVALID]: Force FE_INVALID exception as needed if
5260         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5261         * sysdeps/ieee754/dbl-64/s_lround.c: Include
5262         <fix-fp-int-convert-overflow.h>.
5263         (__lround) [FE_INVALID]: Force FE_INVALID exception as needed if
5264         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5265         * sysdeps/ieee754/flt-32/s_llrintf.c: Include <fenv.h>, <limits.h>
5266         and <fix-fp-int-convert-overflow.h>.
5267         (__llrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
5268         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5269         * sysdeps/ieee754/flt-32/s_llroundf.c: Include <fenv.h>,
5270         <limits.h> and <fix-fp-int-convert-overflow.h>.
5271         (__llroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
5272         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5273         * sysdeps/ieee754/flt-32/s_lrintf.c: Include <fenv.h>, <limits.h>
5274         and <fix-fp-int-convert-overflow.h>.
5275         (__lrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
5276         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5277         * sysdeps/ieee754/flt-32/s_lroundf.c: Include <fenv.h>, <limits.h>
5278         and <fix-fp-int-convert-overflow.h>.
5279         (__lroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
5280         FIX_DBL_LLONG_CONVERT_OVERFLOW.
5281         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h: New file.
5283 2015-10-09  Carlos O'Donell  <carlos@redhat.com>
5285         [BZ #18589]
5286         * string/bug-strcoll2.c: Adjust copyright, and remove contributed by.
5287         * string/Makefile ($(objpfx)bug-strcoll2.out): Depend on
5288         $(gen-locales).
5290 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5291             Phil Blundell <pb@pbcl.net>
5293         * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c.
5294         * nptl/tst-cancel26.c: New file.
5295         * nptl/tst-cancel27.c: Likewise.
5297 2015-10-09  H.J. Lu  <hongjiu.lu@intel.com>
5299         * sysdeps/x86_64/fpu/s_llrint.S (__lrint): Add alias only if
5300         __ILP32__ isn't defined.
5301         (lrint): Likewise.
5302         * sysdeps/x86_64/fpu/s_llrintf.S (__lrintf): Likewise.
5303         (lrintf): Likewise.
5304         * sysdeps/x86_64/fpu/s_llrintl.S (__lrintl): Likewise.
5305         (lrintl): Likewise.
5306         * sysdeps/x86_64/x32/fpu/s_lrint.S: New file.
5307         * sysdeps/x86_64/x32/fpu/s_lrintf.S: Likewise.
5308         * sysdeps/x86_64/x32/fpu/s_lrintl.S: Likewise.
5310 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5312         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
5313         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
5315         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Remove
5316         file.
5317         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Likewise.
5318         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
5320 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
5322         * sysdeps/i386/configure.ac (libc_cv_cc_novzeroupper): Remove
5323         configure test.
5324         * sysdeps/i386/configure: Regenerated.
5325         * sysdeps/x86_64/configure.ac (libc_cv_cc_novzeroupper): Remove
5326         configure test.
5327         * sysdeps/x86_64/configure: Regenerated.
5328         * sysdeps/x86_64/Makefile [$(config-cflags-novzeroupper) = yes]:
5329         Make code unconditional.
5331         * sysdeps/i386/configure.ac (libc_cv_cc_fma4): Remove configure
5332         test.
5333         * sysdeps/i386/configure: Regenerated.
5334         * sysdeps/x86_64/configure.ac (libc_cv_cc_fma4): Remove configure
5335         test.
5336         * sysdeps/x86_64/configure: Regenerated.
5337         * sysdeps/x86_64/fpu/multiarch/Makefile [$(have-mfma4) = yes]:
5338         Make code unconditional.
5339         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
5340         Likewise.
5341         * sysdeps/x86_64/fpu/multiarch/e_atan2.c [HAVE_FMA4_SUPPORT]:
5342         Likewise.
5343         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5344         * sysdeps/x86_64/fpu/multiarch/e_exp.c [HAVE_FMA4_SUPPORT]: Make
5345         code unconditional.
5346         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5347         * sysdeps/x86_64/fpu/multiarch/e_log.c [HAVE_FMA4_SUPPORT]: Make
5348         code unconditional.
5349         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5350         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]: Make
5351         code unconditional.
5352         * sysdeps/x86_64/fpu/multiarch/s_atan.c [HAVE_FMA4_SUPPORT]: Make
5353         code unconditional.
5354         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5355         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_FMA4_SUPPORT]: Make
5356         code unconditional.
5357         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5358         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_FMA4_SUPPORT]: Make
5359         code unconditional.
5360         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5361         * sysdeps/x86_64/fpu/multiarch/s_sin.c [HAVE_FMA4_SUPPORT]: Make
5362         code unconditional.
5363         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5364         * sysdeps/x86_64/fpu/multiarch/s_tan.c [HAVE_FMA4_SUPPORT]: Make
5365         code unconditional.
5366         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
5367         * config.h.in (HAVE_FMA4_SUPPORT): Remove #undef.
5369         [BZ #19095]
5370         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Cast low part of
5371         mantissa to long int before shifting left.
5373 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
5375         [BZ #19094]
5376         * sysdeps/ieee754/dbl-64/s_lrint.c: Include <fenv.h> and
5377         <limits.h>.
5378         (__lrint) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5379         when result overflows but exception would not result from cast.
5380         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include <fenv.h> and
5381         <limits.h>.
5382         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5383         when result overflows but exception would not result from cast.
5384         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include <fenv.h> and
5385         <limits.h>.
5386         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5387         when result overflows but exception would not result from cast.
5388         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include <fenv.h> and
5389         <limits.h>.
5390         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5391         when result overflows but exception would not result from cast.
5392         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include <fenv.h> and
5393         <limits.h>.
5394         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
5395         when result overflows but exception would not result from cast.
5396         * math/libm-test.inc (lrint_test_data): Add more tests.
5397         (llrint_test_data): Likewise.
5399 2015-10-08  Roland McGrath  <roland@hack.frob.com>
5401         [BZ #18872]
5402         * stdio-common/Makefile ($(objpfx)tst-unbputc.out):
5403         Move out from under [$(run-built-tests) = yes] conditional.
5404         ($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
5405         ($(objpfx)tst-printf-bz18872-mem.out): Likewise.
5407 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
5409         [BZ #18589]
5410         * string/Makefile (tests): Add bug-strcoll2.
5411         (LOCALES): Add cs_CZ.UTF-8.
5412         * string/bug-strcoll2.c (test_cs_CZ): Fix typo in FAIL string.
5414         [BZ #18589]
5415         * string/bug-strcoll2.c: New file.
5416         * locale/categories.def: Revert commit
5417         f13c2a8dff2329c6692a80176262ceaaf8a6f74e.
5418         * locale/langinfo.h: Likewise.
5419         * locale/localeinfo.h: Likewise.
5420         * locale/C-collate.c: Likewise.
5421         * locale/programs/ld-collate.c (collate_output): Likewise.
5422         * string/strcoll_l.c (STRDIFF): Likewise.
5423         (STRCOLL): Likewise.
5424         * wcsmbs/wcscoll_l.c: Likewise.
5426 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
5428         * math/libm-test.inc (lround_test_data): Do not expect the absence
5429         of "inexact" for some tests with non-integer arguments.
5430         (llround_test_data): Likewise.
5432         * sysdeps/i386/configure.ac (libc_cv_cc_avx): Remove configure
5433         test.
5434         (libc_cv_cc_sse2avx): Likewise.
5435         * sysdeps/i386/configure: Regenerated.
5436         * sysdeps/i386/i686/multiarch/Makefile
5437         [$(subdir)$(config-cflags-avx) = mathyes]: Change conditional to
5438         [$(subdir) = math].
5439         * sysdeps/i386/i686/multiarch/s_fma-fma.c [HAVE_AVX_SUPPORT]: Make
5440         code unconditional.
5441         * sysdeps/i386/i686/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
5442         Likewise.
5443         * sysdeps/i386/i686/multiarch/s_fmaf-fma.c [HAVE_AVX_SUPPORT]:
5444         Likewise.
5445         * sysdeps/i386/i686/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
5446         Likewise.
5447         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx): Remove configure
5448         test.
5449         (libc_cv_cc_sse2avx): Likewise.
5450         * sysdeps/x86_64/configure: Regenerated.
5451         * sysdeps/x86_64/Makefile [$(config-cflags-avx) = yes]: Make code
5452         unconditional.
5453         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile)
5454         [HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT]: Make code
5455         unconditional.
5456         (_dl_runtime_profile)
5457         [!(HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT)]: Remove
5458         conditional code.
5459         * sysdeps/x86_64/fpu/multiarch/Makefile
5460         [$(config-cflags-sse2avx) = yes]: Make code unconditional.
5461         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
5462         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5463         * sysdeps/x86_64/fpu/multiarch/e_exp.c
5464         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5465         * sysdeps/x86_64/fpu/multiarch/e_log.c
5466         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5467         * sysdeps/x86_64/fpu/multiarch/s_atan.c
5468         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5469         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
5470         Likewise.
5471         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
5472         Likewise.
5473         * sysdeps/x86_64/fpu/multiarch/s_sin.c
5474         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5475         * sysdeps/x86_64/fpu/multiarch/s_tan.c
5476         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5477         * sysdeps/x86_64/multiarch/strcmp.S [HAVE_AVX_SUPPORT]: Likewise.
5478         * config.h.in (HAVE_AVX_SUPPORT): Remove #undef.
5479         (HAVE_SSE2AVX_SUPPORT): Likewise.
5481 2015-10-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
5483         * stdio-common/tst-printf-bz18872.sh: Use attribute optimize
5484         instead of #pragma optimize.
5486 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
5488         [BZ #17195]
5489         * malloc/arena.c (heap_trim): Apply trim_treshold to top_chunck size,
5490         as is similarly done in systrim and _int_free already.
5492 2015-10-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5494         * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
5496 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5498         [BZ #19088]
5499         * sysdeps/ieee754/dbl-64/s_lround.c: Include <fenv.h> and
5500         <limits.h>.
5501         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
5502         overflows but exception would not result from cast.
5503         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include <fenv.h>
5504         and <limits.h>.
5505         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
5506         overflows but exception would not result from cast.
5507         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include <fenv.h> and
5508         <limits.h>.
5509         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
5510         overflows but exception would not result from cast.
5511         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include <fenv.h> and
5512         <limits.h>.
5513         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
5514         overflows but exception would not result from cast.
5515         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include <fenv.h> and
5516         <limits.h>.
5517         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
5518         overflows but exception would not result from cast.
5519         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include <fenv.h> and
5520         <limits.h>.
5521         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
5522         overflows but exception would not result from cast.
5523         * math/libm-test.inc (lround_test_data): Add more tests.
5524         (llround_test_data): Likewise.
5526 2015-10-07  Steve Ellcey  <sellcey@imgtec.com>
5528         * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable.
5529         (CFLAGS-ialloc.c): Ditto.
5530         (CFLAGS-scheck.c): Ditto.
5532 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
5534         [BZ #19086]
5535         * manual/filesys.texi (Storage Allocation): Fix argument order for
5536         posix_fallocate64.
5538 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5540         [BZ #19085]
5541         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Move test for
5542         exponent below 48 inside case for non-overflowing exponent.
5543         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
5545 2015-10-07  Florian Weimer  <fweimer@redhat.com>
5547         * iconvdata/cp737.h (from_idx): Add const.
5548         * iconvdata/cp775.h (from_idx): Likewise.
5550 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5552         * sysdeps/mips/mips64/Implies: Use ieee754/dbl-64/wordsize-64.
5553         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
5554         (__issignaling) [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Remove #error.
5556         [BZ #19079]
5557         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Restore previous
5558         file, conditioned on [!_LP64].
5559         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
5560         [!_LP64] (__lround): Do not define as function or alias.
5561         [!_LP64] (lround): Likewise.
5562         [!_LP64] (__lroundl): Likewise.
5563         [!_LP64] (lroundl): Likewise.
5564         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Remove
5565         macro.
5566         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
5567         Likewise.
5569 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
5571         * math/libm-test.inc (lrint_test_data): Add more tests.
5572         (llrint_test_data): Likewise.
5573         (lround_test_data): Likewise.
5574         (llround_test_data): Likewise.
5576         * math/libm-test.inc (lrint_test_data): Add tests used for llrint.
5577         (llrint_test_data): Add tests used for lrint.
5579         * sysdeps/i386/configure.ac (libc_cv_cc_sse4): Remove configure
5580         test.
5581         * sysdeps/i386/configure: Regenerated.
5582         * sysdeps/i386/i686/multiarch/Makefile
5583         [$(config-cflags-sse4) = yes]: Make code unconditional.
5584         * sysdeps/i386/i686/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
5585         Likewise.
5586         * sysdeps/i386/i686/multiarch/strspn.S [HAVE_SSE4_SUPPORT]:
5587         Likewise.
5588         * sysdeps/x86_64/configure.ac (libc_cv_cc_sse4): Remove configure
5589         test.
5590         * sysdeps/x86_64/configure: Regenerated.
5591         * sysdeps/x86_64/multiarch/Makefile [$(config-cflags-sse4) = yes]:
5592         Make code unconditional.
5593         * sysdeps/x86_64/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
5594         Likewise.
5595         * sysdeps/x86_64/multiarch/strspn.S [HAVE_SSE4_SUPPORT]: Likewise.
5596         * config.h.in (HAVE_SSE4_SUPPORT): Remove #undef.
5598         * scripts/rpm2dynsym.sh: Remove file.
5600 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5602         * configure.ac (libc_cv_cxx_thread_local): Define.
5603         * configure: Regenerate.
5604         * config.make.in (have-cxx-thread_local): Define.
5605         * nptl/Makefile (CFLAGS-tst-thread_local1.o):
5606         (LDLIBS-tst-thread_local1): Define.
5607         (tests): Add tst-thread_local1.
5608         [have-cxx-thread_local != yes] (tests-unsupported): Add
5609         tst-thread_local1.
5610         * nptl/tst-thread_local1.cc: New file.
5612 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
5614         [BZ #19078]
5615         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (o_thres): Remove variable.
5616         (u_thres): Likewise.
5617         (__expl): Determine whether to call __kernel_standard_l based on
5618         value of result, not argument.
5620         * math/libm-test.inc (scalb_test_data): Add more expectations for
5621         the "inexact" exception.
5623         [BZ #19077]
5624         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Return
5625         0.0L for argument 1.0L.
5627         [BZ #19076]
5628         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Divide by
5629         constant 0.0L when computing infinite result.
5631 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5633         [BZ #10432]
5634         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Remove call to
5635         malloc_usable_size.
5637 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5639         [BZ #19018]
5640         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
5641         Mangle function pointer before storing it.
5642         (__call_tls_dtors): Demangle function pointer before calling it.
5644 2015-10-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5646         [BZ #19012]
5647         * iconv/gconv_db.c (gen_steps): Check for additional errors.
5648         Clean up on failure.
5650 2015-10-05  Joseph Myers  <joseph@codesourcery.com>
5652         [BZ #19071]
5653         * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Use unsigned
5654         long int variable to store possibly incremented high part of
5655         mantissa.
5656         * math/libm-test.inc (lround_test_data): Add tests used for
5657         llround.  Use [LONG_MAX > 0x7fffffff] consistently as condition
5658         for tests requiring 64-bit long.  Do not condition tests on
5659         [TEST_FLOAT] unnecessarily.
5660         (llround_test_data): Add tests used for lround.  Add another
5661         expectation for the "inexact" exception.  Do not condition tests
5662         on [TEST_FLOAT] unnecessarily.
5664         [BZ #887]
5665         [BZ #19049]
5666         [BZ #19050]
5667         * sysdeps/generic/fix-int-fp-convert-zero.h: New file.
5668         * sysdeps/ieee754/dbl-64/e_log10.c: Include
5669         <fix-int-fp-convert-zero.h>.
5670         (__ieee754_log10): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5671         * sysdeps/ieee754/dbl-64/e_log2.c: Include
5672         <fix-int-fp-convert-zero.h>.
5673         (__ieee754_log2): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5674         * sysdeps/ieee754/dbl-64/s_erf.c: Include
5675         <fix-int-fp-convert-zero.h>.
5676         (__erfc): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5677         * sysdeps/ieee754/dbl-64/s_logb.c: Include
5678         <fix-int-fp-convert-zero.h>.
5679         (__logb): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5680         * sysdeps/ieee754/flt-32/e_log10f.c: Include
5681         <fix-int-fp-convert-zero.h>.
5682         (__ieee754_log10f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5683         * sysdeps/ieee754/flt-32/e_log2f.c: Include
5684         <fix-int-fp-convert-zero.h>.
5685         (__ieee754_log2f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5686         * sysdeps/ieee754/flt-32/s_erff.c: Include
5687         <fix-int-fp-convert-zero.h>.
5688         (__erfcf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5689         * sysdeps/ieee754/flt-32/s_logbf.c: Include
5690         <fix-int-fp-convert-zero.h>.
5691         (__logbf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5692         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include
5693         <fix-int-fp-convert-zero.h>.
5694         (__erfcl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5695         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Include
5696         <fix-int-fp-convert-zero.h>.
5697         (__logbl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5698         * sysdeps/powerpc/powerpc32/fpu/configure.ac: New file.
5699         * sysdeps/powerpc/powerpc32/fpu/configure: New generated file.
5700         * sysdeps/powerpc/powerpc32/fpu/fix-int-fp-convert-zero.h: New
5701         file.
5702         * config.h.in [_LIBC] (HAVE_PPC_FCFID): New macro.
5704 2015-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
5706         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5708 2015-10-02  Joseph Myers  <joseph@codesourcery.com>
5710         [BZ #19059]
5711         * math/s_nexttowardf.c (__nexttowardf): Do not return value from
5712         overflowing computation.
5713         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
5714         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
5715         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
5716         Likewise.
5717         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
5718         Likewise.
5719         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
5720         Likewise.
5721         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
5722         Likewise.
5723         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
5724         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
5725         Likewise.
5726         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
5727         Likewise.
5728         * math/libm-test.inc (nexttoward_test_data): Add more tests.
5730         * nss/rewrite_field.c (__nss_rewrite_field): Use
5731         internal_function.
5732         * nss/valid_field.c (__nss_valid_field): Likewise.
5733         * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
5735 2015-10-02  Florian Weimer  <fweimer@redhat.com>
5737         [BZ #18724]
5738         * include/nss.h (NSS_INVALID_FIELD_CHARACTERS): Define.
5739         (__nss_invalid_field_characters, __nss_valid_field)
5740         (__nss_valid_list_field, __nss_rewrite_field): Declare.
5741         * nss/valid_field.c, nss/valid_list_field, nss/rewrite_field.c,
5742         tst-field.c: New file.
5743         * nss/Makefile (routines): Add valid_field, rewrite_field.
5744         (tests-static): Define unconditionally.
5745         (tests): Include tests-static.
5746         [build-static-nss] (tests-static): Use append.
5747         [build-static-nss] (tests): Remove modification.
5748         * nss/getent.c (print_group): Call putgrent.  Report error.
5749         (print_gshadow): Call putsgent.  Report error.
5750         (print_passwd): Call putpwent.  Report error.
5751         (print_shadow): Call putspent.  Report error.
5752         * include/pwd.h: Include <nss.h> instead of <nss/nss.h>.
5753         * pwd/pwd.h (putpwent): Remove incorrect nonnull attribute.
5754         * pwd/putpwent.c (putpwent): Use ISO function definition.  Check
5755         name, password, directory, shell fields for valid syntax.  Rewrite
5756         GECOS field to match syntax.
5757         * pwd/Makefile (tests): Add tst-putpwent.
5758         * pwd/tst-putpwent.c: New file.
5759         * grp/putgrent.c (putgrent): Convert to ISO function definition.
5760         Check grName, grpasswd, gr_mem fields for valid syntax.
5761         Change loop variable i to size_t.
5762         * grp/Makefile (tests): Add tst-putgrent.
5763         * grp/tst-putgrent.c: New file.
5764         * shadow/putspent.c (putspent): Check sp_namp, sp_pwdp fields for
5765         valid syntax.
5766         * shadow/Makefile (tests): Add tst-putspent.
5767         * shadow/tst-putspent.c: New file.
5768         * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,
5769         sg_mem fields for valid syntax.
5770         * gshadow/Makefile (tests): Add tst-putsgent.
5771         * gshadow/tst-putsgent.c: New file.
5773 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5775         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Added comments to some
5776         assembly instructions.
5778 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5780         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Remove or add register
5781         prefix from operands.
5783 2015-10-01  Joseph Myers  <joseph@codesourcery.com>
5785         [BZ #16347]
5786         [BZ #19046]
5787         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Do not include
5788         <libc-internal.h>.
5789         (MAXLGM): Do not use diagnostic control macros.
5790         [LDBL_MANT_DIG == 106] (MAXLGM): Change value to overflow
5791         threshold for ldbl-128ibm.
5792         (__ieee754_lgammal_r): For large arguments, multiply by log - 1
5793         instead of multiplying by log then subtracting.
5794         * math/auto-libm-test-in: Add more tests of lgamma.
5795         * math/auto-libm-test-out: Regenerated.
5797         * math/libm-test.inc (TYPE_DECIMAL_DIG): New macro.
5798         (TYPE_HEX_DIG): Likewise.
5799         (print_float): Use TYPE_DECIMAL_DIG - 1 and TYPE_HEX_DIG - 1 as
5800         precisions when printing floating-point numbers.
5801         (check_float_internal): Likewise.
5803 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
5805         [BZ #16620]
5806         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (log10_high): Use value
5807         of log (10) rounded downward to 48 bits.
5808         (log10_low): Use corresponding low part of log (10).
5810         [BZ #19032]
5811         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): For arguments < 1,
5812         compute result as (x - x) / (x - x) not as 0 / 0.
5813         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5814         * math/libm-test.inc (acosh_test_data): Add another test of acosh.
5816         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
5817         atan, atan2, atanh, cbrt, cos, cosh, erf, erfc, exp, exp10, exp2
5818         and expm1.
5819         * math/auto-libm-test-out: Regenerated.
5820         * math/libm-test.inc (acos_test_data): Add more tests.
5821         (asin_test_data): Likewise.
5822         (asinh_test_data): Likewise.
5823         (atan_test_data): Likewise.
5824         (atanh_test_data): Likewise.
5825         (atan2_test_data): Likewise.
5826         (cbrt_test_data): Likewise.
5827         (ceil_test_data): Likewise.
5828         (copysign_test_data): Likewise.
5829         (cos_test_data): Likewise.
5830         (cosh_test_data): Likewise.
5831         (erf_test_data): Likewise.
5832         (erfc_test_data): Likewise.
5833         (exp_test_data): Likewise.
5834         (exp10_test_data): Likewise.
5835         (exp2_test_data): Likewise.
5836         (expm1_test_data): Likewise.
5837         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5839 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
5841         [BZ #19006]
5842         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved
5843         to ...
5844         * sysdeps/unix/sysv/linux/i386/libc-lowlevellock.S: Here.
5845         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: Moved
5846         to ...
5847         * sysdeps/unix/sysv/linux/i386/lll_timedlock_wait.c: Here.
5848         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: Moved
5849         to ...
5850         * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Here.
5851         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved to ...
5852         * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Here.
5853         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved
5854         to ...
5855         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Here.
5856         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5857         Moved to ...
5858         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Here.
5859         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5860         Moved to ...
5861         * sysdeps/unix/sysv/linux/i386/pthread_cond_broadcast.S: Here.
5862         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Moved
5863         to ...
5864         * sysdeps/unix/sysv/linux/i386/pthread_cond_signal.S: Here.
5865         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5866         Moved to ...
5867         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Here.
5868         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved
5869         to ...
5870         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Here.
5871         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S:
5872         Removed.
5873         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c:
5874         Likewise.
5875         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c:
5876         Likewise.
5877         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Likewise.
5878         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S:
5879         Likewise.
5880         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5881         Likewise.
5882         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5883         Likewise.
5884         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5885         Likewise.
5886         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5887         Likewise.
5888         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S:
5889         Likewise.
5890         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S:
5891         Likewise.
5892         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c:
5893         Likewise.
5894         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c:
5895         Likewise.
5896         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Likewise.
5897         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S:
5898         Likewise.
5899         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5900         Likewise.
5901         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5902         Likewise.
5903         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5904         Likewise.
5905         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S:
5906         Likewise.
5907         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5908         Replace ../i486/pthread_cond_timedwait.S with
5909         ../pthread_cond_timedwait.S.
5911 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
5913         * math/libm-test.inc (acos_test_data): Refine expectations for
5914         errno and "inexact" exceptions.
5915         (acosh_test_data): Likewise.
5916         (asin_test_data): Likewise.
5917         (asinh_test_data): Likewise.
5918         (atan_test_data): Likewise.
5919         (atanh_test_data): Likewise.
5920         (atan2_test_data): Likewise.
5921         (cbrt_test_data): Likewise.
5922         (ceil_test_data): Likewise.
5923         (copysign_test_data): Likewise.
5924         (cosh_test_data): Likewise.
5925         (erf_test_data): Likewise.
5926         (erfc_test_data): Likewise.
5927         (exp_test_data): Likewise.
5928         (exp10_test_data): Likewise.
5929         (exp2_test_data): Likewise.
5930         (expm1_test_data): Likewise.
5931         (fabs_test_data): Likewise.
5932         (floor_test_data): Likewise.
5933         (fma_test_data): Likewise.
5934         (fmax_test_data): Likewise.
5935         (fmin_test_data): Likewise.
5936         (fmod_test_data): Likewise.
5937         (fpclassify_test_data): Likewise.
5938         (frexp_test_data): Likewise.
5939         (hypot_test_data): Likewise.
5940         (ilogb_test_data): Likewise.
5941         (isgreater_test_data): Likewise.
5942         (isgreaterequal_test_data): Likewise.
5943         (isinf_test_data): Likewise.
5944         (isless_test_data): Likewise.
5945         (islessequal_test_data): Likewise.
5946         (islessgreater_test_data): Likewise.
5947         (isnan_test_data): Likewise.
5948         (isnormal_test_data): Likewise.
5949         (issignaling_test_data): Likewise.
5950         (isunordered_test_data): Likewise.
5951         (j0_test_data): Likewise.
5952         (j1_test_data): Likewise.
5953         (jn_test_data): Likewise.
5954         (lgamma_test_data): Likewise.
5955         (lrint_test_data): Likewise.
5956         (llrint_test_data): Likewise.
5957         (log_test_data): Likewise.
5958         (log10_test_data): Likewise.
5959         (log1p_test_data): Likewise.
5960         (log2_test_data): Likewise.
5961         (logb_test_data): Likewise.
5962         (lround_test_data): Likewise.
5963         (llround_test_data): Likewise.
5964         (modf_test_data): Likewise.
5965         (nearbyint_test_data): Likewise.
5966         (nextafter_test_data): Likewise.
5967         (nexttoward_test_data): Likewise.
5968         (pow_test_data): Likewise.
5969         (remainder_test_data): Likewise.
5970         (remquo_test_data): Likewise.
5971         (rint_test_data): Likewise.
5972         (round_test_data): Likewise.
5973         (signbit_test_data): Likewise.
5974         (sinh_test_data): Likewise.
5975         (sqrt_test_data): Likewise.
5976         (tanh_test_data): Likewise.
5977         (tgamma_test_data): Likewise.
5978         (trunc_test_data): Likewise.
5979         (y0_test_data): Likewise.
5980         (y1_test_data): Likewise.
5981         (yn_test_data): Likewise.
5982         (significand_test_data): Likewise.
5984 2015-09-29  Carlos O'Donell  <carlos@redhat.com>
5986         * manual/filesys.texi (Storage Allocation): Document that
5987         posix_fallocate emulation fails when fd is open with O_WRONLY.
5989 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
5991         [BZ #19016]
5992         * sysdeps/generic/math_private.h (__x2y2m1f): Update comment to
5993         allow more cases with X^2 + Y^2 >= 0.5.
5994         * sysdeps/ieee754/dbl-64/x2y2m1.c (__x2y2m1): Likewise.  Add -1 as
5995         normal element in sum instead of special-casing based on values of
5996         arguments.
5997         * sysdeps/ieee754/dbl-64/x2y2m1f.c (__x2y2m1f): Update comment.
5998         * sysdeps/ieee754/ldbl-128/x2y2m1l.c (__x2y2m1l): Likewise.  Add
5999         -1 as normal element in sum instead of special-casing based on
6000         values of arguments.
6001         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c (__x2y2m1l): Likewise.
6002         * sysdeps/ieee754/ldbl-96/x2y2m1.c [FLT_EVAL_METHOD != 0]
6003         (__x2y2m1): Update comment.
6004         * sysdeps/ieee754/ldbl-96/x2y2m1l.c (__x2y2m1l): Likewise.  Add -1
6005         as normal element in sum instead of special-casing based on values
6006         of arguments.
6007         * math/s_clog.c (__clog): Handle more cases using log1p without
6008         hypot.
6009         * math/s_clog10.c (__clog10): Likewise.
6010         * math/s_clog10f.c (__clog10f): Likewise.
6011         * math/s_clog10l.c (__clog10l): Likewise.
6012         * math/s_clogf.c (__clogf): Likewise.
6013         * math/s_clogl.c (__clogl): Likewise.
6014         * math/auto-libm-test-in: Add more tests of clog and clog10.
6015         * math/auto-libm-test-out: Regenerated.
6016         * sysdeps/i386/fpu/libm-test-ulps: Update.
6017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6019 2015-09-28  Martin Sebor  <msebor@redhat.com>
6021         [BZ #18969]
6022         * string/Makefile (LOCALES): Define.
6023         (gen-locales.mk): Include.
6024         (test-strcasecmp.out, test-strncasecmp.out, tst-strxfrm.out)
6025         (tst-strxfrm2.out): Add deppendency on $(gen-locales).
6026         * string/tst-strxfrm2.c (do_test): Print the name of the locale
6027         on setlocale failure.
6029 2015-09-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
6031         [BZ #18985]
6032         * time/strftime_l.c (a_wkday, f_wkday, a_month, f_month): Range check.
6033         (__strftime_internal): Likewise.
6034         * time/tst-strftime.c (do_bz18985): New test.
6035         (do_test): Call it.
6037 2015-09-26  Joseph Myers  <joseph@codesourcery.com>
6039         [BZ #18956]
6040         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Add 0x00400000
6041         not 0x0040000 for high bit of mantissa.  Mask with 0xfffff000 when
6042         extracting high part.
6043         * math/auto-libm-test-in: Add another test of pow.
6044         * math/auto-libm-test-out: Regenerated.
6045         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6047 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
6049         [BZ #18825]
6050         * sysdeps/i386/fpu/i386-math-asm.h (FLT_NARROW_EVAL_UFLOW_NONNAN):
6051         New macro.
6052         (DBL_NARROW_EVAL_UFLOW_NONNAN): Likewise.
6053         (LDBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
6054         * sysdeps/i386/fpu/e_pow.S: Use DEFINE_DBL_MIN.
6055         (__ieee754_pow): Use DBL_NARROW_EVAL_UFLOW_NONNAN instead of
6056         DBL_NARROW_EVAL, reloading the PIC register as needed.
6057         * sysdeps/i386/fpu/e_powf.S: Use DEFINE_FLT_MIN.
6058         (__ieee754_powf): Use FLT_NARROW_EVAL_UFLOW_NONNAN instead of
6059         FLT_NARROW_EVAL.  Use separate return path for case when first
6060         argument is NaN.
6061         * sysdeps/i386/fpu/e_powl.S: Include <i386-math-asm.h>.  Use
6062         DEFINE_LDBL_MIN.
6063         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN, reloading the
6064         PIC register.
6065         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use
6066         math_check_force_underflow_nonneg.
6067         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Force
6068         underflow for subnormal result.
6069         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
6070         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Use
6071         math_check_force_underflow_nonneg.
6072         * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Use
6073         math_check_force_underflow.
6074         * sysdeps/x86_64/fpu/x86_64-math-asm.h
6075         (LDBL_CHECK_FORCE_UFLOW_NONNAN): New macro.
6076         * sysdeps/x86_64/fpu/e_powl.S: Include <x86_64-math-asm.h>.  Use
6077         DEFINE_LDBL_MIN.
6078         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN.
6079         * math/auto-libm-test-in: Add more tests of pow.
6080         * math/auto-libm-test-out: Regenerated.
6082 2015-09-25  Florian Weimer  <fweimer@redhat.com>
6084         * nss/bug17079.c (init_test_items): Add diagnostic for
6085         inconsistent entries.
6086         (test_buffer_size): Skip inconsistent entries.
6088 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
6090         [BZ #13304]
6091         * sysdeps/m68k/coldfire/nofpu/s_fma.c: New file.
6092         * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
6093         * sysdeps/m68k/coldfire/nofpu/sfp-machine.h: Likewise.
6095         [BZ #13304]
6096         * sysdeps/microblaze/s_fma.c: New file.
6097         * sysdeps/microblaze/s_fmaf.c: Likewise.
6098         * sysdeps/microblaze/sfp-machine.h: Likewise.
6100 2015-09-25  Maciej W. Rozycki  <macro@imgtec.com>
6102         [BZ #17250]
6103         * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
6104         member.
6106 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
6108         [BZ #18803]
6109         * sysdeps/i386/fpu/e_hypot.S: Use DEFINE_DBL_MIN.
6110         (MO): New macro.
6111         (__ieee754_hypot) [PIC]: Load PIC register.
6112         (__ieee754_hypot): Use DBL_NARROW_EVAL_UFLOW_NONNEG instead of
6113         DBL_NARROW_EVAL.
6114         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Use
6115         math_check_force_underflow_nonneg in case where result might be
6116         tiny.
6117         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
6118         Likewise.
6119         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
6120         Likewise.
6121         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
6122         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
6123         * math/auto-libm-test-in: Add more tests of hypot.
6124         * math/auto-libm-test-out: Regenerated.
6126 2015-09-24  Steve Ellcey  <sellcey@imgtec.com>
6128         * sysdeps/mips/math_private.h (libc_fesetenv_mips): Mark cw as unused.
6130 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
6132         * sysdeps/x86_64/fpu/x86_64-math-asm.h: New file.
6133         * sysdeps/x86_64/fpu/e_exp2l.S: Include <x86_64-math-asm.h>.
6134         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
6135         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
6136         * sysdeps/x86_64/fpu/e_expl.S: Include <x86_64-math-asm.h>.
6137         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
6138         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
6140         * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use
6141         LOAD_PIC_REG.
6143         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_LDBL_MIN): New macro.
6144         (FLT_CHECK_FORCE_UFLOW): Likewise.
6145         (DBL_CHECK_FORCE_UFLOW): Likewise.
6146         (FLT_CHECK_FORCE_UFLOW_NARROW): Likewise.
6147         (DBL_CHECK_FORCE_UFLOW_NARROW): Likewise.
6148         (LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN): Likewise.
6149         (FLT_CHECK_FORCE_UFLOW_NONNAN): Likewise.
6150         (DBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
6151         (FLT_CHECK_FORCE_UFLOW_NONNEG): Likewise.
6152         (DBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
6153         (LDBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
6154         * sysdeps/i386/fpu/e_asin.S: Include <i386-math-asm.h>.
6155         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6156         (__ieee754_asin): Use DBL_CHECK_FORCE_UFLOW.
6157         * sysdeps/i386/fpu/e_asinf.S: Include <i386-math-asm.h>.
6158         (flt_min): Replace with use of DEFINE_FLT_MIN.
6159         (__ieee754_asinf): Use FLT_CHECK_FORCE_UFLOW.
6160         * sysdeps/i386/fpu/e_atan2.S: Include <i386-math-asm.h>.
6161         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6162         (__ieee754_atan2): Use DBL_CHECK_FORCE_UFLOW_NARROW.
6163         * sysdeps/i386/fpu/e_atan2f.S: Include <i386-math-asm.h>.
6164         (flt_min): Replace with use of DEFINE_FLT_MIN.
6165         (__ieee754_atan2f): Use FLT_CHECK_FORCE_UFLOW_NARROW.
6166         * sysdeps/i386/fpu/e_atanh.S: Include <i386-math-asm.h>.
6167         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6168         (__ieee754_atanh): Use DBL_CHECK_FORCE_UFLOW_NONNEG.
6169         * sysdeps/i386/fpu/e_atanhf.S: Include <i386-math-asm.h>.
6170         (flt_min): Replace with use of DEFINE_FLT_MIN.
6171         (__ieee754_atanhf): Use FLT_CHECK_FORCE_UFLOW_NONNEG.
6172         * sysdeps/i386/fpu/e_exp2l.S: Include <i386-math-asm.h>.
6173         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
6174         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
6175         * sysdeps/i386/fpu/e_expl.S: Include <i386-math-asm.h>.
6176         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
6177         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
6178         * sysdeps/i386/fpu/s_atan.S: Include <i386-math-asm.h>.
6179         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6180         (__atan): Use DBL_CHECK_FORCE_UFLOW.
6181         * sysdeps/i386/fpu/s_atanf.S: Include <i386-math-asm.h>.
6182         (flt_min): Replace with use of DEFINE_FLT_MIN.
6183         (__atanf): Use FLT_CHECK_FORCE_UFLOW.
6184         * sysdeps/i386/fpu/s_expm1.S: Include <i386-math-asm.h>.
6185         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6186         (__expm1): Use DBL_CHECK_FORCE_UFLOW.  Move underflow check after
6187         main computation.
6188         * sysdeps/i386/fpu/s_expm1f.S: Include <i386-math-asm.h>.
6189         (flt_min): Replace with use of DEFINE_FLT_MIN.
6190         (__expm1f): Use FLT_CHECK_FORCE_UFLOW.  Move underflow check after
6191         main computation.
6192         * sysdeps/i386/fpu/s_log1p.S: Include <i386-math-asm.h>.
6193         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6194         (MO): New macro.
6195         (__log1p): Use MO.  Use DBL_CHECK_FORCE_UFLOW_NONNAN.
6196         * sysdeps/i386/fpu/s_log1pf.S: Include <i386-math-asm.h>.
6197         (flt_min): Replace with use of DEFINE_FLT_MIN.
6198         (MO): New macro.
6199         (__log1pf): Use MO.  Use FLT_CHECK_FORCE_UFLOW_NONNAN.
6200         * sysdeps/i386/fpu/s_log1pl.S (MO): New macro.
6201         (__log1pl): Use MO.
6203         [BZ #19003]
6204         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add
6205         $(config-cflags-nofma).
6207 2015-09-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6209         * sysdeps/aarch64/libm-test-ulps: Regenerated.
6211 2015-09-23  Joseph Myers  <joseph@codesourcery.com>
6213         * sysdeps/ieee754/flt-32/e_exp2f.c (TWOM100): Remove volatile.
6214         (TWO127): Likewise.
6216         * sysdeps/generic/math_private.h (fabs_tg): New macro.
6217         (min_of_type): Likewise.
6218         (math_check_force_underflow): Likewise.
6219         (math_check_force_underflow_nonneg): Likewise.
6220         (math_check_force_underflow_complex): Likewise.
6221         * math/e_exp2l.c (__ieee754_exp2l): Use
6222         math_check_force_underflow_nonneg.
6223         * math/k_casinh.c (__kernel_casinh): Likewise.
6224         * math/k_casinhf.c (__kernel_casinhf): Likewise.
6225         * math/k_casinhl.c (__kernel_casinhl): Likewise.
6226         * math/s_catan.c (__catan): Use
6227         math_check_force_underflow_complex.
6228         * math/s_catanf.c (__catanf): Likewise.
6229         * math/s_catanh.c (__catanh): Likewise.
6230         * math/s_catanhf.c (__catanhf): Likewise.
6231         * math/s_catanhl.c (__catanhl): Likewise.
6232         * math/s_catanl.c (__catanl): Likewise.
6233         * math/s_ccosh.c (__ccosh): Likewise.
6234         * math/s_ccoshf.c (__ccoshf): Likewise.
6235         * math/s_ccoshl.c (__ccoshl): Likewise.
6236         * math/s_cexp.c (__cexp): Likewise.
6237         * math/s_cexpf.c (__cexpf): Likewise.
6238         * math/s_cexpl.c (__cexpl): Likewise.
6239         * math/s_clog.c (__clog): Use math_check_force_underflow_nonneg.
6240         * math/s_clog10.c (__clog10): Likewise.
6241         * math/s_clog10f.c (__clog10f): Likewise.
6242         * math/s_clog10l.c (__clog10l): Likewise.
6243         * math/s_clogf.c (__clogf): Likewise.
6244         * math/s_clogl.c (__clogl): Likewise.
6245         * math/s_csin.c (__csin): Use math_check_force_underflow_complex.
6246         * math/s_csinf.c (__csinf): Likewise.
6247         * math/s_csinh.c (__csinh): Likewise.
6248         * math/s_csinhf.c (__csinhf): Likewise.
6249         * math/s_csinhl.c (__csinhl): Likewise.
6250         * math/s_csinl.c (__csinl): Likewise.
6251         * math/s_csqrt.c (__csqrt): Use math_check_force_underflow.
6252         * math/s_csqrtf.c (__csqrtf): Likewise.
6253         * math/s_csqrtl.c (__csqrtl): Likewise.
6254         * math/s_ctan.c (__ctan): Use math_check_force_underflow_complex.
6255         * math/s_ctanf.c (__ctanf): Likewise.
6256         * math/s_ctanh.c (__ctanh): Likewise.
6257         * math/s_ctanhf.c (__ctanhf): Likewise.
6258         * math/s_ctanhl.c (__ctanhl): Likewise.
6259         * math/s_ctanl.c (__ctanl): Likewise.
6260         * stdlib/strtod_l.c (round_and_return): Use math_force_eval
6261         instead of volatile.
6262         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use
6263         math_check_force_underflow.
6264         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
6265         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Do not use
6266         volatile when forcing underflow.
6267         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
6268         math_check_force_underflow_nonneg.
6269         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
6270         Likewise.
6271         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Use
6272         math_check_force_underflow.
6273         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
6274         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
6275         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
6276         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Use
6277         math_check_force_underflow_nonneg.
6278         * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Use
6279         math_check_force_underflow.
6280         * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
6281         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval
6282         instead of volatile.
6283         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Use
6284         math_check_force_underflow.
6285         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
6286         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
6287         math_check_force_underflow_nonneg.
6288         * sysdeps/ieee754/dbl-64/s_tanh.c (__tanh): Use
6289         math_check_force_underflow.
6290         * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
6291         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
6292         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Use
6293         math_check_force_underflow_nonneg.
6294         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6295         Likewise.
6296         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Use
6297         math_check_force_underflow.
6298         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
6299         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
6300         * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
6301         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Likewise.
6302         * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
6303         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Likewise.
6304         * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
6305         * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
6306         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6307         * sysdeps/ieee754/flt-32/s_tanhf.c (__tanhf): Likewise.
6308         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
6309         * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
6310         Likewise.
6311         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Use
6312         math_check_force_underflow_nonneg.
6313         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6314         Likewise.
6315         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Use
6316         math_check_force_underflow.
6317         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
6318         * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
6319         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
6320         Likewise.
6321         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
6322         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernel_tanl): Likewise.
6323         * sysdeps/ieee754/ldbl-128/s_asinhl.c (__asinhl): Likewise.
6324         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Likewise.
6325         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Likewise.
6326         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
6327         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use math_force_eval
6328         instead of volatile.
6329         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Use
6330         math_check_force_underflow.
6331         * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
6332         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Use
6333         math_check_force_underflow.
6334         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl):
6335         Likewise.
6336         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6337         Use math_check_force_underflow_nonneg.
6338         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Use
6339         math_check_force_underflow.
6340         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
6341         Likewise.
6342         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
6343         Likewise.
6344         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
6345         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
6346         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
6347         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
6348         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Likewise.
6349         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
6350         * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
6351         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
6352         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Use
6353         math_check_force_underflow_nonneg.
6354         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Use
6355         math_check_force_underflow.
6356         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
6357         * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
6358         * sysdeps/ieee754/ldbl-96/k_sinl.c (__kernel_sinl): Likewise.
6359         * sysdeps/ieee754/ldbl-96/k_tanl.c (__kernel_tanl): Use
6360         math_check_force_underflow_nonneg.
6361         * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Use
6362         math_check_force_underflow.
6363         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
6364         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Use math_force_eval
6365         instead of volatile.
6366         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Use
6367         math_check_force_underflow.
6369         * math/s_nexttowardf.c (__nexttowardf): Use math_narrow_eval.
6370         * stdlib/strtod_l.c: Include <math_private.h>.
6371         (overflow_value): Use math_narrow_eval.
6372         (underflow_value): Likewise.
6373         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
6374         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
6375         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
6376         (__ieee754_gamma_r): Likewise.
6377         * sysdeps/ieee754/dbl-64/gamma_productf.c (__gamma_productf):
6378         Likewise.
6379         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
6380         Likewise.
6381         * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
6382         * sysdeps/ieee754/dbl-64/s_erf.c (__erfc): Likewise.
6383         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
6384         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
6385         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
6386         (__ieee754_gammaf_r): Likewise.
6387         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
6388         Likewise.
6389         * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
6390         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Likewise.
6391         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
6392         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
6393         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Do not use
6394         volatile.
6395         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
6396         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Use
6397         math_narrow_eval.
6398         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6399         Likewise.
6400         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
6401         Likewise.
6402         * sysdeps/ieee754/ldbl-96/gamma_product.c (__gamma_product):
6403         Likewise.
6404         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Do not use
6405         volatile.
6406         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
6407         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Use
6408         math_narrow_eval.
6409         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
6410         Likewise.
6411         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
6412         Likewise.
6414 2015-09-22  H.J. Lu  <hongjiu.lu@intel.com>
6416         * nptl/Versions: Remove ignored symbols.
6418 2015-09-22  Florian Weimer  <fweimer@redhat.com>
6420         * nss/bug17079.c: Renamed from nss/bug18287.c.  Add description.
6421         * nss/Makefile (tests): Update.
6423 2015-09-22  Florian Weimer  <fweimer@redhat.com>
6425         * nss/bug18287.c: New file.
6426         * nss/Makefile (tests): Add bug18287.
6428 2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6430         * mach/Versions (__mach_host_self_): Add symbol.
6432 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6434         * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
6435         vm_page_size.
6437 2015-09-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6439         Really fix sysdeps/i386/fpu/s_scalbn.S build
6441         * math/Versions (libc: GLIBC_2_20): New (empty) version set.
6442         (libc: GLIBC_2_22): Remove unused version set.
6444 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
6446         * config.make.in (enable-timezone-tools): New variable.
6447         * configure.ac (AC_ARG_ENABLE(timezone-tools)): New configure flag.
6448         (enable_timezone_tools): Export to generated files.
6449         * configure: Regenerate.
6450         * INSTALL: Regenerate.
6451         * manual/install.texi (--disable-timezone-tools): Document new flag.
6452         * timezone/Makefile (install-sbin, install-bin-script): Wrap in a
6453         ifeq ($(enable-timezone-tools),yes) check.
6455 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6457         * timezone/Makefile: Revert previous change.
6459         [BZ #18980]
6460         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
6461         (DEFINE_DBL_MIN): Likewise.
6462         (FLT_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
6463         (DBL_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
6464         (FLT_NARROW_EVAL_UFLOW_NONNEG): Likewise.
6465         (DBL_NARROW_EVAL_UFLOW_NONNEG): Likewise.
6466         * sysdeps/i386/fpu/e_exp.S: Include <i386-math-asm.h>.
6467         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6468         (__ieee754_exp): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6469         (__exp_finite): Use DBL_NARROW_EVAL_UFLOW_NONNEG.
6470         * sysdeps/i386/fpu/e_exp10.S: Include <i386-math-asm.h>.
6471         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6472         (__ieee754_exp10): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6473         * sysdeps/i386/fpu/e_exp10f.S: Include <i386-math-asm.h>.
6474         (flt_min): Replace with use of DEFINE_FLT_MIN.
6475         (__ieee754_exp10f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6476         * sysdeps/i386/fpu/e_exp2.S: Include <i386-math-asm.h>.
6477         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6478         (__ieee754_exp2): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6479         * sysdeps/i386/fpu/e_exp2f.S: Include <i386-math-asm.h>.
6480         (flt_min): Replace with use of DEFINE_FLT_MIN.
6481         (__ieee754_exp2f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6482         * sysdeps/i386/fpu/e_expf.S: Include <i386-math-asm.h>.
6483         (flt_min): Replace with use of DEFINE_FLT_MIN.
6484         (__ieee754_expf): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6485         (__expf_finite): Use FLT_NARROW_EVAL_UFLOW_NONNEG.
6486         * sysdeps/i386/fpu/e_hypot.S: Include <i386-math-asm.h>.
6487         (__ieee754_hypot): Use DBL_NARROW_EVAL.
6488         * sysdeps/i386/fpu/e_hypotf.S: Include <i386-math-asm.h>.
6489         (__ieee754_hypotf): Use FLT_NARROW_EVAL.
6490         * sysdeps/i386/fpu/e_pow.S: Include <i386-math-asm.h>.
6491         (__ieee754_pow): Use DBL_NARROW_EVAL.
6492         * sysdeps/i386/fpu/e_powf.S: Include <i386-math-asm.h>.
6493         (__ieee754_powf): Use FLT_NARROW_EVAL.
6494         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S
6495         (__ieee754_expf_sse2): Convert double-precision result to single
6496         precision.
6497         * sysdeps/i386/fpu/libm-test-ulps: Update.
6499 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6501         * timezone/Makefile: Ignore unused variable errors due to private.h
6502         (time_t_min) and (time_t_max).
6503         * timezone/private.h (time_t_min): Revert removal.  (time_t_max):
6504         Likewise.
6506 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6508         [BZ #18981]
6509         * sysdeps/i386/fpu/i386-math-asm.h: New file.
6510         * sysdeps/i386/fpu/e_scalb.S: Include <i386-math-asm.h>.
6511         (__ieee754_scalb): Use DBL_NARROW_EVAL.
6512         * sysdeps/i386/fpu/e_scalbf.S: Include <i386-math-asm.h>.
6513         (__ieee754_scalbf): Use FLT_NARROW_EVAL.
6514         * sysdeps/i386/fpu/s_scalbn.S: Include <i386-math-asm.h>.
6515         (__scalbn): Use DBL_NARROW_EVAL.
6516         * sysdeps/i386/fpu/s_scalbnf.S: Include <i386-math-asm.h>.
6517         (__scalbnf): Use FLT_NARROW_EVAL.
6519 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6521         * math/w_tgamma.c (__ieee754_gamma_r): Use explicit sign check.
6522         * math/w_tgammaf.c (__ieee754_gammaf_r): Likewise.
6523         * math/w_tgammal.c (__ieee754_gammal_r): Likewise.
6524         * stdio-common/printf_fp.c (___printf_fp):
6525         Use signbit to get the sign. Use isinf macro to allow inlining.
6526         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.
6527         * stdio-common/printf_size.c (__printf_size): Likewise.
6529 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
6531         * timezone/Makefile ($(testdata)/XT%): Call $(make-target-directory).
6533 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6535         [BZ #18980]
6536         * sysdeps/generic/math_private.h: Include <float.h>.
6537         (math_narrow_eval): New macro.
6538         [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
6539         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Use
6540         math_narrow_eval on overflowing return value.
6541         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r):
6542         Likewise.
6543         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
6544         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Likewise.
6545         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r):
6546         Likewise.
6547         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
6549 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6551         * include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
6552         * math/Makefile: Remove isinf_ns.c.
6553         * math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
6554         * math/multc3.c (__multc3): Likewise.
6555         * math/s_casin.c (__casin): Likewise.
6556         * math/s_casinf.c (__casinf): Likewise.
6557         * math/s_casinl.c (__casinl): Likewise.
6558         * math/s_cproj.c (__cproj): Likewise.
6559         * math/s_cprojf.c (__cprojf): Likewise.
6560         * math/s_cprojl.c (__cprofl): Likewise.
6561         * math/s_ctan.c (__ctan): Likewise.
6562         * math/s_ctanf.c (__ctanf): Likewise.
6563         * math/s_ctanh.c (__ctanh): Likewise.
6564         * math/s_ctanhf.c (__ctanhf): Likewise.
6565         * math/s_ctanhl.c (__ctanhl): Likewise.
6566         * math/s_ctanl.c (__ctanl): Likewise.
6567         * math/w_fmod.c (__fmod): Likewise.
6568         * math/w_fmodf.c (__fmodf): Likewise.
6569         * math/w_fmodl.c (_fmodl): Likewise.
6570         * math/w_remainder.c (__remainder): Likewise.
6571         * math/w_remainderf.c (__remainderf): Likewise.
6572         * math/w_remainderl.c (__remainderl): Likewise.
6573         * math/w_scalb.c (__scalb): Likewise.
6574         * math/w_scalbf.c (__scalbf): Likewise.
6575         * math/w_scalbl.c (__scalbl): Likewise.
6576         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Deleted file.
6577         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Replace __isinf_ns
6578         with isinf.
6579         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Deleted file.
6580         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Deleted file.
6581         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Replace
6582         __isinf_nsf with isinf.
6583         * sysdeps/ieee754/flt-32/math_private.h: Deleted file.
6584         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Deleted file.
6585         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Deleted file.
6586         * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Replace __isinf_nsl
6587         with isinf.
6588         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c(__cprojll): Replace
6589         __isinf_nsl with isinf.
6590         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c(__ctanl): Replace __isinf_nsl
6591         with isinf.
6592         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Deleted file.
6593         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Replace
6594         __isinf_nsl with isinf.
6595         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Deleted file.
6596         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Replace __isinf_nsl
6597         with isinf.
6599 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6601         * resolv/base64.c (rcsid): Remove unused static.
6602         * sysdeps/ieee754/dbl-64/atnat2.h (qpi1): Remove unused
6603         static.  (tqpi1): Likewise.
6604         * sysdeps/ieee754/dbl-64/uexp.h (one): Likewise.
6605         * sysdeps/ieee754/dbl-64/upow.h (sqrt_2): Likewise.
6606         * sysdeps/ieee754/flt-32/e_log10f.c (one): Likewise.
6607         * sysdeps/ieee754/flt-32/s_cosf.c (one): Likewise.
6608         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (zero): Likewise.
6609         * sysdeps/ieee754/ldbl-128/s_erfl.c (half): Likewise.
6610         * sysdeps/ieee754/ldbl-128/s_log1pl.c (maxlog): Likewise.
6611         * timezone/private.h (time_t_min): Likewise.  (time_t_max):
6612         Likewise.
6614 2015-09-18  H.J. Lu  <hongjiu.lu@intel.com>
6616         * sysdeps/nptl/jmp-unwind.c: Include <libc-lock.h> instead of
6617         <nptl/pthreadP.h>.
6618         (_longjmp_unwind): Use __libc_ptf_call.
6619         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
6621 2015-09-18  David Lamparter  <equinox-gentoo@diac24.net>
6623         * sysdeps/arm/setjmp.S: Change PIC to SHARED.
6624         * sysdeps/arm/__longjmp.S: Likewise
6626 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6628         * sysdeps/ieee754/dbl-64/s_signbit.c (__signbit):
6629         Use __builtin_signbit.
6630         * sysdeps/ieee754/flt-32/s_signbitf.c (__signbitf):
6631         Use __builtin_signbitf.
6632         * sysdeps/ieee754/ldbl-128/s_signbitl.c (__signbitl):
6633         Use __builtin_signbitl.
6634         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
6635         * sysdeps/ieee754/ldbl-96/s_signbitl.c (__signbitl): Likewise.
6637 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6639         [BZ #15367]
6640         [BZ #17441]
6642         * math/Makefile: Build test-snan.c with -fsignaling-nans.
6643         * math/math.h (fpclassify): Use __builtin_fpclassify when
6644         available.  (signbit): Use __builtin_signbit(f/l).
6645         (isfinite): Use__builtin_isfinite.  (isnormal): Use
6646         __builtin_isnormal.  (isnan): Use __builtin_isnan.
6647         (isinf): Use __builtin_isinf_sign.
6649 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6651         * benchtests/Makefile: Add bench-math-inlines, link with libm.
6652         * benchtests/bench-math-inlines.c: New benchmark.
6653         * benchtests/bench-util.h: New file.
6654         * benchtests/bench-util.c: New file.
6655         * benchtests/bench-skeleton.c: Add include of bench-util.c/h.
6657 2015-09-18  Carlos O'Donell  <carlos@redhat.com>
6659         * elf/tst-dlmopen1.c: Define TEST_SO.
6660         (do_test): Use TEST_SO.
6662         * elf/dl-load.c: Include libc-internal.h.
6663         (_dl_map_object_from_fd): Use ALIGN_UP and ALIGN_DOWN.
6665 2015-09-18  Vincent Bernat  <vincent@bernat.im>
6667         [BZ #17887]
6668         * time/strptime_l.c (__strptime_internal): Make %z accept
6669         [+-]HH:MM time zones.
6671 2015-09-18  Vincent Bernat  <vincent@bernat.im>
6673         [BZ #17886]
6674         * time/strptime_l.c (__strptime_internal): Make %z accept Z as a
6675         valid time zone.
6677 2015-09-17  Mike Frysinger  <vapier@gentoo.org>
6679         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Delete.
6680         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Delete.
6681         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6682         (__ASSUME_FDATASYNC): Delete.
6684 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6686         * conform/linknamespace.pl: Require weak undefined symbols to be
6687         in the standard namespace.
6688         (%strong_syms): Rename to %seen_syms.
6689         (%strong_seen): Rename to %seen_where.
6691 2015-09-17  H.J. Lu  <hongjiu.lu@intel.com>
6693         [BZ #18970]
6694         * misc/error.c (error): Replace pthread_setcancelstate with
6695         __pthread_setcancelstate.
6696         (error_at_line): Likewise.
6697         * posix/wordexp.c (parse_comm): Likewise.
6698         * stdlib/fmtmsg.c (fmtmsg): Likewise.
6699         * nptl/forward.c (pthread_setcancelstate): Renamed to ...
6700         (__pthread_setcancelstate): This.
6701         (pthread_setcancelstate): Add an alias.
6702         * nptl/nptl-init.c (pthread_functions): Replace
6703         ptr_pthread_setcancelstate with ptr___pthread_setcancelstate.
6704         * sysdeps/nptl/pthread-functions.h (pthread_functions): Likewise.
6705         * nptl/pthreadP.h (__pthread_setcancelstate): Mark it with
6706         hidden_proto.
6707         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Mark
6708         it with hidden_def.
6709         * sysdeps/nptl/libc-lockP.h (__pthread_setcancelstate): New.
6710         (pthread_setcancelstate): Renamed to ...
6711         (__pthread_setcancelstate): This.
6712         * sysdeps/unix/sysv/linux/fatal-prepare.h (FATAL_PREPARE): Use
6713         __libc_ptf_call with __pthread_setcancelstate.
6715 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6716             Andreas Schwab  <schwab@suse.de>
6718         [BZ #17118]
6719         * math/s_ctan.c (__ctan): Determine sign of zero real part of
6720         result when imaginary part of argument is infinite using sine and
6721         cosine.
6722         * math/s_ctanf.c (__ctanf): Likewise.
6723         * math/s_ctanl.c (__ctanl): Likewise.
6724         * math/s_ctanh.c (__ctanh): Determine sign of zero imaginary part
6725         of result when real part of argument is infinite using sine and
6726         cosine.
6727         * math/s_ctanhf.c (__ctanhf): Likewise.
6728         * math/s_ctanhl.c (__ctanhl): Likewise.
6729         * math/libm-test.inc (ctan_test_data): Add more tests of ctan.
6730         (ctanh_test_data): Add more tests of ctanh.
6732 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6734         [BZ #15384]
6735         * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Use same constant as
6736         bit-mask as in subtraction.
6737         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c (__finite):
6738         Likewise.
6739         * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
6740         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
6741         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (__finitel): Likewise.
6743         [BZ #18951]
6744         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Force
6745         underflow exception for small results.
6746         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6747         Likewise.
6748         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6749         Likewise.
6750         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6751         Likewise.
6752         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6753         Likewise.
6754         * math/auto-libm-test-in: Add more tests of tgamma.
6755         * math/auto-libm-test-out: Regenerated.
6757 2015-09-17  Andreas Schwab  <schwab@suse.de>
6759         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Readd.
6761 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
6763         [BZ #18977]
6764         * math/bits/mathcalls.h
6765         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j0): Do
6766         not declare.
6767         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j1):
6768         Likewise.
6769         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (jn):
6770         Likewise.
6771         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y0):
6772         Likewise.
6773         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y1):
6774         Likewise.
6775         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (yn):
6776         Likewise.
6777         * conform/data/math.h-data
6778         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0f): Do not expect
6779         function.
6780         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1f): Likewise.
6781         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnf): Likewise.
6782         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0f): Likewise.
6783         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1f): Likewise.
6784         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynf): Likewise.
6785         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0l): Likewise.
6786         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1l): Likewise.
6787         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnl): Likewise.
6788         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0l): Likewise.
6789         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1l): Likewise.
6790         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynl): Likewise.
6792         [BZ #6803]
6793         * math/s_ldexp.c (scalbn): Define as weak alias of __ldexp.
6794         [NO_LONG_DOUBLE] (scalbnl): Define as weak alias of __ldexp.
6795         * math/s_ldexpf.c (scalbnf): Define as weak alias of __ldexpf.
6796         * math/s_ldexpl.c (scalbnl): Define as weak alias of __ldexpl.
6797         * sysdeps/i386/fpu/s_scalbn.S (scalbn): Remove alias.
6798         * sysdeps/i386/fpu/s_scalbnf.S (scalbnf): Likewise.
6799         * sysdeps/i386/fpu/s_scalbnl.S (scalbnl): Likewise.
6800         * sysdeps/ieee754/dbl-64/s_scalbn.c (scalbn): Likewise.
6801         [NO_LONG_DOUBLE] (scalbnl): Likewise.
6802         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (scalbn):
6803         Likewise.
6804         [NO_LONG_DOUBLE] (scalbnl): Likewise.
6805         * sysdeps/ieee754/flt-32/s_scalbnf.c (scalbnf): Likewise.
6806         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (scalbnl): Likewise.
6807         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (scalbnl): Remove
6808         long_double_symbol calls.
6809         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c (scalbnl): Likewise.
6810         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (__ldexpl_2): Define as
6811         strong alias of __ldexpl.
6812         (scalbnl): Define using long_double_symbol.
6813         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(scalbn,suffix)):
6814         Remove alias.
6815         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c (scalbnl): Likewise.
6816         * sysdeps/x86_64/fpu/s_scalbnl.S (scalbnl): Likewise.
6817         * math/libm-test.inc (scalbn_test_data): Add errno expectations.
6818         (scalbln_test_data): Add more errno expectations.
6820 2015-09-16  Justus Winter  <4winter@informatik.uni-hamburg.de>
6822         Cache the host port like we cache the task port.  This way we do not
6823         need to call the kernel just to get the port.  Furthermore, we no
6824         longer increase the reference count on every invocation of
6825         `mach_host_self'.
6827         * mach/mach/mach_traps.h (__mach_host_self, mach_host_self):
6828         Protect declarations against the macro expansion.
6829         * mach/mach_init.c (__mach_host_self_): New variable.
6830         (mach_init): Initialize `__mach_host_self_'.
6831         * mach/mach_init.h (__mach_host_self_): New declaration.
6832         (__mach_host_self, mach_host_self): New macros.
6833         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup):
6834         Release reference.
6836 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
6838         [BZ #4404]
6839         * po/de.po: Update from Translation Project.
6841         [BZ #16415]
6842         * sysdeps/ieee754/ldbl-128/s_expm1l.c (maxlog): Remove variable.
6843         (__expm1l): Remove code to handle positive infinity and overflow.
6844         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (maxlog): Remove
6845         variable.
6846         (__expm1l): Remove code to handle positive infinity and overflow.
6848 2015-09-16  Paul Eggert  <eggert@cs.ucla.edu>
6849             Paul Pluzhnikov  <ppluzhnikov@google.com>
6851         [BZ #18872]
6852         * stdio-common/Makefile (tst-printf-bz18872): New test.
6853         (tst-printf-bz18872-mem.out): Likewise.
6854         * stdio-common/tst-printf-bz18872.sh: Generate new test.
6855         * stdio-common/vfprintf.c: Fix memory leaks.
6857 2015-09-16  Andreas Schwab  <schwab@suse.de>
6859         [BZ #17244]
6860         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6861         Remove extra va_start/va_end calls.
6863         [BZ #17243]
6864         * posix/execl.c (execl): Add missing va_end.
6865         * posix/execle.c (execle): Likewise.
6866         * posix/execlp.c (execlp): Likewise.
6868 2015-09-15  Roland McGrath  <roland@hack.frob.com>
6870         * misc/sys/param.h [!MAXHOSTNAMELEN && HOST_NAME_MAX]
6871         (MAXHOSTNAMELEN): Define it to HOST_NAME_MAX.
6873 2015-09-15  Joseph Myers  <joseph@codesourcery.com>
6875         [BZ #18967]
6876         * math/math.h (__MATH_DECLARING_DOUBLE): New macro.  Define and
6877         undefine around includes of <bits/mathcalls.h>.
6878         * math/bits/mathcalls.h [!__USE_MISC && __USE_XOPEN2K] (isnan): Do
6879         not declare function.
6880         [!__USE_MISC && __USE_XOPEN2K] (gamma): Likewise.
6881         [!__USE_MISC && (!__MATH_DECLARING_DOUBLE || __USE_XOPEN2K8)]
6882         (scalb): Likewise.
6883         * math/tgmath.h [!__USE_MISC && __USE_XOPEN_EXTENDED] (scalb): Do
6884         not define macro.
6885         * conform/Makefile (test-xfail-XOPEN2K/math.h/conform): Remove
6886         variable.
6887         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
6888         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
6889         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
6891         [BZ #18857]
6892         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Just
6893         return non-finite argument without doing ordered comparisons on
6894         it.
6896         [BZ #16296]
6897         * math/fenv.h (fegetround): Use __attribute_pure__.
6898         * include/fenv.h (__fegetround): Likewise.
6900         [BZ #18595]
6901         * math/s_ctan.c (__ctan): Force underflow exception for results
6902         whose real or imaginary part has small absolute value.
6903         * math/s_ctanf.c (__ctanf): Likewise.
6904         * math/s_ctanh.c (__ctanh): Likewise.
6905         * math/s_ctanhf.c (__ctanhf): Likewise.
6906         * math/s_ctanhl.c (__ctanhl): Likewise.
6907         * math/s_ctanl.c (__ctanl): Likewise.
6908         * math/auto-libm-test-in: Do not allow missing underflow for ctan
6909         and ctanh.  Add more tests of ctan and ctanh.
6911         [BZ #15918]
6912         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Simplify
6913         handling of cases where one argument is an infinity.
6915         [BZ #18875]
6916         [BZ #18966]
6917         * sysdeps/i386/fpu/e_exp10.S (dbl_min): New object.
6918         (MO): New macro.
6919         (__ieee754_exp10): For small results, force underflow exception
6920         and remove excess range and precision from return value.
6921         * sysdeps/i386/fpu/e_exp10f.S (flt_min): New object.
6922         (MO): New macro.
6923         (__ieee754_exp10f): For small results, force underflow exception
6924         and remove excess range and precision from return value.
6925         * math/auto-libm-test-in: Add more tests of exp10.
6926         * math/auto-libm-test-out: Regenerated.
6928 2015-09-14  Joseph Myers  <joseph@codesourcery.com>
6930         [BZ #18875]
6931         [BZ #18961]
6932         * sysdeps/i386/fpu/e_exp.S (dbl_min): New object.
6933         (MO): New macro.
6934         (__ieee754_exp): For small results, force underflow exception and
6935         remove excess range and precision from return value.
6936         (__exp_finite): Likewise.
6937         * sysdeps/i386/fpu/e_expf.S (flt_min): New object.
6938         (MO): New macro.
6939         (__ieee754_expf): For small results, force underflow exception and
6940         remove excess range and precision from return value.
6941         (__expf_finite): Likewise.
6942         * math/auto-libm-test-in: Add more tests of exp.
6943         * math/auto-libm-test-out: Regenerated.
6945         [BZ #16521]
6946         [BZ #18875]
6947         * math/e_exp2l.c (__ieee754_exp2l): Force underflow exception for
6948         small results.
6949         * sysdeps/i386/fpu/e_exp2.S (dbl_min): New object.
6950         (MO): New macro.
6951         (__ieee754_exp2): For small results, force underflow exception and
6952         remove excess range and precision from return value.
6953         * sysdeps/i386/fpu/e_exp2f.S (flt_min): New object.
6954         (MO): New macro.
6955         (__ieee754_exp2f): For small results, force underflow exception
6956         and remove excess range and precision from return value.
6957         * sysdeps/i386/fpu/e_exp2l.S (ldbl_min): New object.
6958         (MO): New macro.
6959         (__ieee754_exp2l): Force underflow exception for small results.
6960         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
6961         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
6962         * sysdeps/x86_64/fpu/e_exp2l.S (ldbl_min): New object.
6963         (MO): New macro.
6964         (__ieee754_exp2l): Force underflow exception for small results.
6965         * math/auto-libm-test-in: Add more tests or exp2.
6966         * math/auto-libm-test-out: Regenerated.
6968 2015-09-14  Carlos O'Donell  <carlos@redhat.com>
6970         * malloc/malloc.c (systrim): Use ALIGN_DOWN.
6972         * Makefile ($(objpfx)check-local-headers.out): Redirect stdin from
6973         /dev/null.
6975 2015-09-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6977         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
6978         io fs process)): Drop spurious backslash.
6980 2015-09-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6982         * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages):
6983         Use sysinfo system call instead of parsing /proc/meminfo.
6984         * sysdeps/unix/sysv/linux/getsysstats.c (__get_avphys_pages):
6985         Likewise.
6987 2015-09-11  Mike Frysinger  <vapier@gentoo.org>
6989         [BZ #16985]
6990         * programs/localedef.c (main): Display argv[remaining] when
6991         output_path is NULL.
6993 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
6995         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
6996         asinh, atan, atan2, atanh, cabs, carg, cos, csqrt, erfc, exp,
6997         exp10, exp2, log, log1p, log2, pow, sin, sincos, sinh, tan and
6998         tanh.
6999         * math/auto-libm-test-out: Regenerated.
7000         * sysdeps/i386/fpu/libm-test-ulps: Update.
7001         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
7002         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7005 2015-09-11  Roland McGrath  <roland@hack.frob.com>
7007         * sysdeps/nacl/Makefile [$(subdir) = misc] (sysdep_headers):
7008         Use 'override' keyword to freeze the value here, preventing
7009         the addition of sys/mtio.h by sysdeps/gnu/Makefile.
7011 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
7013         [BZ #14912]
7014         * sysdeps/aarch64/bits/atomic.h: Move to ...
7015         * sysdeps/aarch64/atomic-machine.h: ...here.
7016         (_AARCH64_BITS_ATOMIC_H): Rename macro to
7017         _AARCH64_ATOMIC_MACHINE_H.
7018         * sysdeps/alpha/bits/atomic.h: Move to ...
7019         * sysdeps/alpha/atomic-machine.h: ...here.
7020         * sysdeps/arm/bits/atomic.h: Move to ...
7021         * sysdeps/arm/atomic-machine.h: ...here.  Update comments.
7022         * bits/atomic.h: Move to ...
7023         * sysdeps/generic/atomic-machine.h: ...here.
7024         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7025         * sysdeps/i386/bits/atomic.h: Move to ...
7026         * sysdeps/i386/atomic-machine.h: ...here.
7027         * sysdeps/ia64/bits/atomic.h: Move to ...
7028         * sysdeps/ia64/atomic-machine.h: ...here.
7029         * sysdeps/m68k/coldfire/bits/atomic.h: Move to ...
7030         * sysdeps/m68k/coldfire/atomic-machine.h: ...here.
7031         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7032         * sysdeps/m68k/m680x0/m68020/bits/atomic.h: Move to ...
7033         * sysdeps/m68k/m680x0/m68020/atomic-machine.h: ...here.
7034         * sysdeps/microblaze/bits/atomic.h: Move to ...
7035         * sysdeps/microblaze/atomic-machine.h: ...here.
7036         * sysdeps/mips/bits/atomic.h: Move to ...
7037         * sysdeps/mips/atomic-machine.h: ...here.
7038         (_MIPS_BITS_ATOMIC_H): Rename macro to _MIPS_ATOMIC_MACHINE_H.
7039         * sysdeps/powerpc/bits/atomic.h: Move to ...
7040         * sysdeps/powerpc/atomic-machine.h: ...here.  Update comments.
7041         * sysdeps/powerpc/powerpc32/bits/atomic.h: Move to ...
7042         * sysdeps/powerpc/powerpc32/atomic-machine.h: ...here.  Update
7043         comments.  Include <atomic-machine.h> instead of <bits/atomic.h>.
7044         * sysdeps/powerpc/powerpc64/bits/atomic.h: Move to ...
7045         * sysdeps/powerpc/powerpc64/atomic-machine.h: ...here.  Include
7046         <atomic-machine.h> instead of <bits/atomic.h>.
7047         * sysdeps/s390/bits/atomic.h: Move to ...
7048         * sysdeps/s390/atomic-machine.h: ...here.
7049         * sysdeps/sparc/sparc32/bits/atomic.h: Move to ...
7050         * sysdeps/sparc/sparc32/atomic-machine.h: ...here.
7051         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7052         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Move to ...
7053         * sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: ...here.
7054         * sysdeps/sparc/sparc64/bits/atomic.h: Move to ...
7055         * sysdeps/sparc/sparc64/atomic-machine.h: ...here.
7056         * sysdeps/tile/bits/atomic.h: Move to ...
7057         * sysdeps/tile/atomic-machine.h: ...here.
7058         * sysdeps/tile/tilegx/bits/atomic.h: Move to ...
7059         * sysdeps/tile/tilegx/atomic-machine.h: ...here.  Include
7060         <sysdeps/tile/atomic-machine.h> instead of
7061         <sysdeps/tile/bits/atomic.h>.
7062         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7063         * sysdeps/tile/tilepro/bits/atomic.h: Move to ...
7064         * sysdeps/tile/tilepro/atomic-machine.h: ...here.  Include
7065         <sysdeps/tile/atomic-machine.h> instead of
7066         <sysdeps/tile/bits/atomic.h>.
7067         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7068         * sysdeps/unix/sysv/linux/arm/bits/atomic.h: Move to ...
7069         * sysdeps/unix/sysv/linux/arm/atomic-machine.h: ...here.  Include
7070         <sysdeps/arm/atomic-machine.h> instead of
7071         <sysdeps/arm/bits/atomic.h>.
7072         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Move to ...
7073         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: ...here.
7074         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7075         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Move to ...
7076         * sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: ...here.
7077         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
7078         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: Move to ...
7079         * sysdeps/unix/sysv/linux/nios2/atomic-machine.h: ...here.
7080         (_NIOS2_BITS_ATOMIC_H): Rename macro to _NIOS2_ATOMIC_MACHINE_H.
7081         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: Move to ...
7082         * sysdeps/unix/sysv/linux/sh/atomic-machine.h: ...here.
7083         * sysdeps/x86_64/bits/atomic.h: Move to ...
7084         * sysdeps/x86_64/atomic-machine.h: ...here.
7085         * include/atomic.h: Include <atomic-machine.h> instead of
7086         <bits/atomic.h>.
7088         * sysdeps/mips/mips32/libm-test-ulps: Update.
7089         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7091         [BZ #18952]
7092         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Do
7093         not convert non-integer negative arguments to int to determine the
7094         value of signgam.
7095         * math/auto-libm-test-in: Add more tests of lgamma.
7096         * math/auto-libm-test-out: Regenerated.
7098         * math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
7099         cosh, csqrt, erfc, expm1 and lgamma.
7100         * math/auto-libm-test-out: Regenerated.
7101         * sysdeps/i386/fpu/libm-test-ulps: Update.
7102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7104 2015-09-10  Joseph Myers  <joseph@codesourcery.com>
7106         [BZ #2542]
7107         [BZ #2543]
7108         [BZ #2558]
7109         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Call
7110         __lgamma_neg for arguments from -28.0 to -2.0.
7111         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Call
7112         __lgamma_negf for arguments from -15.0 to -2.0.
7113         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7114         Call __lgamma_negl for arguments from -48.0 or -50.0 to -2.0.
7115         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
7116         Call __lgamma_negl for arguments from -33.0 to -2.0.
7117         * sysdeps/ieee754/dbl-64/lgamma_neg.c: New file.
7118         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
7119         * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
7120         * sysdeps/ieee754/flt-32/lgamma_productf.c: Likewise.
7121         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
7122         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
7123         * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
7124         * sysdeps/ieee754/ldbl-128ibm/lgamma_productl.c: Likewise.
7125         * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
7126         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
7127         * sysdeps/ieee754/ldbl-96/lgamma_productl.c: Likewise.
7128         * sysdeps/generic/math_private.h (__lgamma_negf): New prototype.
7129         (__lgamma_neg): Likewise.
7130         (__lgamma_negl): Likewise.
7131         (__lgamma_product): Likewise.
7132         (__lgamma_productl): Likewise.
7133         * math/Makefile (libm-calls): Add lgamma_neg and lgamma_product.
7134         * math/auto-libm-test-in: Add more tests of lgamma.
7135         * math/auto-libm-test-out: Regenerated.
7136         * sysdeps/i386/fpu/libm-test-ulps: Update.
7137         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7139 2015-09-09  Justin Maggard  <jmaggard@netgear.com>
7141         [BZ #18675]
7142         * sysdeps/posix/fpathconf.c (__fpathconf): Use __fstatvfs64.
7144 2015-09-08  Joseph Myers  <joseph@codesourcery.com>
7146         [BZ #14912]
7147         * bits/libc-lock.h: Move to ...
7148         * sysdeps/generic/libc-lock.h: ...here.
7149         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7150         * sysdeps/mach/hurd/bits/libc-lock.h: Move to ...
7151         * sysdeps/mach/hurd/libc-lock.h: ...here.
7152         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7153         [_LIBC]: Include <libc-lockP.h> instead of <bits/libc-lockP.h>.
7154         * sysdeps/mach/bits/libc-lock.h: Move to ...
7155         * sysdeps/mach/libc-lock.h: ...here.
7156         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7157         * sysdeps/nptl/bits/libc-lock.h: Move to ...
7158         * sysdeps/nptl/libc-lock.h: ...here.
7159         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
7160         * sysdeps/nptl/bits/libc-lockP.h: Move to ...
7161         * sysdeps/nptl/libc-lockP.h: ...here.
7162         (_BITS_LIBC_LOCKP_H): Rename macro to _LIBC_LOCKP_H.
7163         * crypt/crypt_util.c: Include <libc-lock.h> instead of
7164         <bits/libc-lock.h>.
7165         * dirent/scandir-tail.c: Likewise.
7166         * dlfcn/dlerror.c: Likewise.
7167         * elf/dl-close.c: Likewise.
7168         * elf/dl-iteratephdr.c: Likewise.
7169         * elf/dl-lookup.c: Likewise.
7170         * elf/dl-open.c: Likewise.
7171         * elf/dl-support.c: Likewise.
7172         * elf/dl-writev.h: Likewise.
7173         * elf/rtld.c: Likewise.
7174         * grp/fgetgrent.c: Likewise.
7175         * gshadow/fgetsgent.c: Likewise.
7176         * gshadow/sgetsgent.c: Likewise.
7177         * iconv/gconv_conf.c: Likewise.
7178         * iconv/gconv_db.c: Likewise.
7179         * iconv/gconv_dl.c: Likewise.
7180         * iconv/gconv_int.h: Likewise.
7181         * iconv/gconv_trans.c: Likewise.
7182         * include/link.h: Likewise.
7183         * inet/getnameinfo.c: Likewise.
7184         * inet/getnetgrent.c: Likewise.
7185         * inet/getnetgrent_r.c: Likewise.
7186         * intl/bindtextdom.c: Likewise.
7187         * intl/dcigettext.c: Likewise.
7188         * intl/finddomain.c: Likewise.
7189         * intl/gettextP.h: Likewise.
7190         * intl/loadmsgcat.c: Likewise.
7191         * intl/localealias.c: Likewise.
7192         * intl/textdomain.c: Likewise.
7193         * libidn/idn-stub.c: Likewise.
7194         * libio/libioP.h: Likewise.
7195         * locale/duplocale.c: Likewise.
7196         * locale/freelocale.c: Likewise.
7197         * locale/newlocale.c: Likewise.
7198         * locale/setlocale.c: Likewise.
7199         * login/getutent_r.c: Likewise.
7200         * login/getutid_r.c: Likewise.
7201         * login/getutline_r.c: Likewise.
7202         * login/utmp-private.h: Likewise.
7203         * login/utmpname.c: Likewise.
7204         * malloc/mtrace.c: Likewise.
7205         * misc/efgcvt.c: Likewise.
7206         * misc/error.c: Likewise.
7207         * misc/fstab.c: Likewise.
7208         * misc/getpass.c: Likewise.
7209         * misc/mntent.c: Likewise.
7210         * misc/syslog.c: Likewise.
7211         * nis/nis_call.c: Likewise.
7212         * nis/nis_callback.c: Likewise.
7213         * nis/nss-default.c: Likewise.
7214         * nis/nss_compat/compat-grp.c: Likewise.
7215         * nis/nss_compat/compat-initgroups.c: Likewise.
7216         * nis/nss_compat/compat-pwd.c: Likewise.
7217         * nis/nss_compat/compat-spwd.c: Likewise.
7218         * nis/nss_nis/nis-alias.c: Likewise.
7219         * nis/nss_nis/nis-ethers.c: Likewise.
7220         * nis/nss_nis/nis-grp.c: Likewise.
7221         * nis/nss_nis/nis-hosts.c: Likewise.
7222         * nis/nss_nis/nis-network.c: Likewise.
7223         * nis/nss_nis/nis-proto.c: Likewise.
7224         * nis/nss_nis/nis-pwd.c: Likewise.
7225         * nis/nss_nis/nis-rpc.c: Likewise.
7226         * nis/nss_nis/nis-service.c: Likewise.
7227         * nis/nss_nis/nis-spwd.c: Likewise.
7228         * nis/nss_nisplus/nisplus-alias.c: Likewise.
7229         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7230         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7231         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7232         * nis/nss_nisplus/nisplus-initgroups.c: Likewise.
7233         * nis/nss_nisplus/nisplus-network.c: Likewise.
7234         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7235         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7236         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7237         * nis/nss_nisplus/nisplus-service.c: Likewise.
7238         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7239         * nis/ypclnt.c: Likewise.
7240         * nptl/libc_pthread_init.c: Likewise.
7241         * nss/getXXbyYY.c: Likewise.
7242         * nss/getXXent.c: Likewise.
7243         * nss/getXXent_r.c: Likewise.
7244         * nss/nss_db/db-XXX.c: Likewise.
7245         * nss/nss_db/db-netgrp.c: Likewise.
7246         * nss/nss_db/nss_db.h: Likewise.
7247         * nss/nss_files/files-XXX.c: Likewise.
7248         * nss/nss_files/files-alias.c: Likewise.
7249         * nss/nsswitch.c: Likewise.
7250         * posix/regex_internal.h: Likewise.
7251         * posix/wordexp.c: Likewise.
7252         * pwd/fgetpwent.c: Likewise.
7253         * resolv/res_hconf.c: Likewise.
7254         * resolv/res_libc.c: Likewise.
7255         * shadow/fgetspent.c: Likewise.
7256         * shadow/lckpwdf.c: Likewise.
7257         * shadow/sgetspent.c: Likewise.
7258         * socket/opensock.c: Likewise.
7259         * stdio-common/reg-modifier.c: Likewise.
7260         * stdio-common/reg-printf.c: Likewise.
7261         * stdio-common/reg-type.c: Likewise.
7262         * stdio-common/vfprintf.c: Likewise.
7263         * stdio-common/vfscanf.c: Likewise.
7264         * stdlib/abort.c: Likewise.
7265         * stdlib/cxa_atexit.c: Likewise.
7266         * stdlib/fmtmsg.c: Likewise.
7267         * stdlib/random.c: Likewise.
7268         * stdlib/setenv.c: Likewise.
7269         * string/strsignal.c: Likewise.
7270         * sunrpc/auth_none.c: Likewise.
7271         * sunrpc/bindrsvprt.c: Likewise.
7272         * sunrpc/create_xid.c: Likewise.
7273         * sunrpc/key_call.c: Likewise.
7274         * sunrpc/rpc_thread.c: Likewise.
7275         * sysdeps/arm/backtrace.c: Likewise.
7276         * sysdeps/generic/ldsodefs.h: Likewise.
7277         * sysdeps/generic/stdio-lock.h: Likewise.
7278         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
7279         * sysdeps/i386/backtrace.c: Likewise.
7280         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
7281         * sysdeps/m68k/backtrace.c: Likewise.
7282         * sysdeps/mach/hurd/cthreads.c: Likewise.
7283         * sysdeps/mach/hurd/dirstream.h: Likewise.
7284         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
7285         * sysdeps/nptl/malloc-machine.h: Likewise.
7286         * sysdeps/nptl/stdio-lock.h: Likewise.
7287         * sysdeps/posix/dirstream.h: Likewise.
7288         * sysdeps/posix/getaddrinfo.c: Likewise.
7289         * sysdeps/posix/system.c: Likewise.
7290         * sysdeps/pthread/aio_suspend.c: Likewise.
7291         * sysdeps/s390/s390-32/backtrace.c: Likewise.
7292         * sysdeps/s390/s390-64/backtrace.c: Likewise.
7293         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7294         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7295         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: Likewise.
7296         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: Likewise.
7297         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: Likewise.
7298         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
7299         * sysdeps/unix/sysv/linux/system.c: Likewise.
7300         * sysdeps/x86_64/backtrace.c: Likewise.
7301         * time/alt_digit.c: Likewise.
7302         * time/era.c: Likewise.
7303         * time/tzset.c: Likewise.
7304         * wcsmbs/wcsmbsload.c: Likewise.
7305         * nptl/tst-initializers1.c (do_test): Refer to <libc-lock.h>
7306         instead of <bits/libc-lock.h> in comment.
7308 2015-09-08  Andrew Bennett  <andrew.bennett@imgtec.com>
7310         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIO32] (MIPS_PUSH_MIPS2):
7311         Only use .set mips2 if the current ISA is below mips2.
7312         * sysdeps/mips/sys/tas.h [_MIPS_SIM == _ABIO32] (_test_and_set):
7313         Likewise.
7314         * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER): Only use .set
7315         mips32r2 if the current ISA is below mips32r2.
7316         * sysdeps/mips/tls-macros.h (TLS_RDHWR): New define.
7317         (TLS_IE): Updated to use the TLD_RDHWR macro.
7318         (TLS_LE): Likewise.
7319         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Moved out of #ifdef
7320         __ASSEMBLER__ condition.
7322 2015-09-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7324         Fix parallel build of before-compile targets.
7326         * sysdeps/mach/Makefile ($(patsubst
7327         mach%,m\%h%,$(mach-before-compile))): Move rule to dedicated
7328         mach-before-compile target.
7329         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
7330         io fs process)): Move rule to dedicated hurd-before-compile target.
7332 2015-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7334         Fix rules generating headers in hurd/ and mach/ when initial make call
7335         has subdir= explicitly set.
7337         * sysdeps/mach/Makefile ($(patsubst
7338         mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when
7339         calling $(MAKE).
7340         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
7341         io fs process)): Force subdir to hurd when calling $(MAKE).
7342         ($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force
7343         subdir to mach when calling $(MAKE).
7345 2015-09-06  Manolis Ragkousis  <manolis837@gmail.com>
7347         Check sysheaders when looking for Mach and Hurd headers
7349         * sysdeps/mach/configure.ac: Add sysheaders check.
7350         * sysdeps/mach/configure: Regenerate.
7351         * sysdeps/mach/hurd/configure.ac: Add sysheaders check.
7352         * sysdeps/mach/hurd/configure: Regenerate.
7354 2015-09-04  Roland McGrath  <roland@hack.frob.com>
7356         [BZ #18921]
7357         * sysdeps/posix/opendir.c (need_isdir_precheck) [O_DIRECTORY]:
7358         Fix inverted sense of test of 'o_directory_works' value.
7359         Reported by Pádraig Brady <P@draigBrady.com>, diagnosed by
7360         Bernhard Voelker <mail@bernhard-voelker.de>.
7362 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
7364         [BZ #14912]
7365         * bits/linkmap.h: Move to ...
7366         * sysdeps/generic/linkmap.h: ...here.
7367         * sysdeps/aarch64/bits/linkmap.h: Move to ...
7368         * sysdeps/aarch64/linkmap.h: ...here.
7369         * sysdeps/arm/bits/linkmap.h: Move to ...
7370         * sysdeps/arm/linkmap.h: ...here.
7371         * sysdeps/hppa/bits/linkmap.h: Move to ...
7372         * sysdeps/hppa/linkmap.h: ...here.
7373         * sysdeps/ia64/bits/linkmap.h: Move to ...
7374         * sysdeps/ia64/linkmap.h: ...here.
7375         * sysdeps/mips/bits/linkmap.h: Move to ...
7376         * sysdeps/mips/linkmap.h: ...here.
7377         * sysdeps/s390/bits/linkmap.h: Move to ...
7378         * sysdeps/s390/linkmap.h: ...here.
7379         * sysdeps/sh/bits/linkmap.h: Move to ...
7380         * sysdeps/sh/linkmap.h: ...here.
7381         * sysdeps/x86/bits/linkmap.h: Move to ...
7382         * sysdeps/x86/linkmap.h: ...here.
7383         * include/link.h: Include <linkmap.h> instead of <bits/linkmap.h>.
7385 2015-09-04  Andreas Schwab  <schwab@suse.de>
7387         [BZ #18635]
7388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7389         (__makecontext): Terminate FDE before return label.
7390         (__novec_makecontext): Likewise.
7392 2015-09-04  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7394         * sysdeps/unix/sysv/linux/socketpair.c: Use the address of the
7395         first member of struct sv in syscall macro.
7397 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
7399         [BZ #14912]
7400         * bits/stdio-lock.h: Move to ...
7401         * sysdeps/generic/stdio-lock.h: ...here.
7402         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
7403         * sysdeps/nptl/bits/stdio-lock.h: Move to ...
7404         * sysdeps/nptl/stdio-lock.h: ...here.
7405         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
7406         * include/libio.h: Include <stdio-lock.h> instead of
7407         <bits/stdio-lock.h>.
7408         * sysdeps/nptl/fork.c: Likewise.
7409         * sysdeps/pthread/flockfile.c: Likewise.
7410         * sysdeps/pthread/ftrylockfile.c: Likewise.
7411         * sysdeps/pthread/funlockfile.c: Likewise.
7413         [BZ #14912]
7414         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
7415         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
7416         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
7417         <m68k-vdso.h> instead of <bits/m68k-vdso.h>.
7418         * sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
7419         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
7420         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
7422 2015-09-03  Roland McGrath  <roland@hack.frob.com>
7424         * elf/Makefile (test-xfail-tst-protected1a): New variable.
7425         (test-xfail-tst-protected1b): New variable.
7427 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
7429         [BZ #14912]
7430         * bits/libc-tsd.h: Move to ...
7431         * sysdeps/generic/libc-tsd.h: ...here.
7432         (_GENERIC_BITS_LIBC_TSD_H): Rename macro to _GENERIC_LIBC_TSD_H.
7433         * sysdeps/mach/hurd/bits/libc-tsd.h: Move to ...
7434         * sysdeps/mach/hurd/libc-tsd.h: ...here.
7435         (_BITS_LIBC_TSD_H): Rename macro to _LIBC_TSD_H.
7436         * include/ctype.h: Include <libc-tsd.h> instead of
7437         <bits/libc-tsd.h>.
7438         * include/rpc/rpc.h: Likewise.
7439         * locale/localeinfo.h: Likewise.
7440         * sunrpc/rpc_thread.c: Likewise.
7441         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
7442         * sysdeps/nptl/malloc-machine.h: Likewise.
7444         * Makefile (headers): Remove bits/libc-lock.h.
7445         * libio/Makefile (headers): Remove bits/stdio-lock.h.
7447         * libio/libio.h [_IO_MTSAFE_IO]: Remove include of
7448         <bits/stdio-lock.h> and commented-out include of <comthread.h>.
7449         * include/libio.h [!_ISOMAC && _IO_MTSAFE_IO]: Include
7450         <bits/stdio-lock.h>.
7451         * stdio-common/scanf15.c (_IO_MTSAFE_IO): Undefine.
7452         * stdio-common/scanf17.c (_IO_MTSAFE_IO): Likewise.
7454 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
7456         [BZ #18757]
7457         * libio/iofopncook.c (_IO_fopencookie): Set errno on failure.
7458         * libio/test-fmemopen.c (do_bz18820): Extend the test to cover
7459         BZ #18757.
7461 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
7463         * malloc/mtrace.pl: Filter out NULL entries.
7465 2015-09-01  Joseph Myers  <joseph@codesourcery.com>
7467         * inet/netinet/in.h (IPPROTO_MPLS): New enum value and macro.
7468         * sysdeps/unix/sysv/linux/bits/in.h (IP_BIND_ADDRESS_NO_PORT): New
7469         macro.
7471         * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro.
7472         (TCP_CC_INFO): Likewise.
7473         (TCP_SAVE_SYN): Likewise.
7474         (TCP_SAVED_SYN): Likewise.
7476 2015-08-31  Brett Neumeier <brett@neumeier.us>
7478         [BZ #18870]
7479         * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
7481 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7483         [BZ #18873]
7484         Fix broken overflow check in posix_fallocate
7485         * sysdeps/posix/posix_fallocate.c (posix_fallocate):
7486         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
7487         Fix parenthesization typo.
7489 2015-08-28  Mike Frysinger  <vapier@gentoo.org>
7491         [BZ #18887]
7492         * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
7493         tst-mntent-blank-passno.
7494         * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
7495         * misc/tst-mntent-blank-corrupt.c: New test.
7496         * misc/tst-mntent-blank-passno.c: New test ripped from ...
7497         * misc/tst-mntent.c (do_test): ... here.
7499 2015-08-29  Mike Frysinger  <vapier@gentoo.org>
7501         [BZ #4404]
7502         * po/de.po: Fix SIGALRM typo.
7504 2015-08-28  James Perkins  <james@loowit.net>
7506         * time/tst-strptime2.c (tests): Replace short list of test
7507         strings for strptime %z specifier with code which exhaustively
7508         tests every combination of sign and 0 to 5 digits. Tests for
7509         rejection of invalid strings.
7511 2015-08-28  James Perkins  <james@loowit.net>
7513         [BZ #16141]
7514         * time/strptime_l.c (__strptime_internal): Fix %z minutes
7515         calculation, removing incorrect decimal time rounding, so that
7516         all minute values result in a valid seconds value.
7517         * time/strptime_l.c (__strptime_internal): Extend %z time zone
7518         offset range limits to UTC-99:59 through UTC+99:59 to parse
7519         current and historical use cases.
7520         * time/tst-strptime2.c (tests): Modify and add tests for the
7521         strptime %z input field descriptor, specifically conversion of
7522         minutes to seconds and validating an offset range of -9959 to
7523         +9959.
7525 2015-08-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7526             Dmitry V. Levin  <ldv@altlinux.org>
7528         [BZ #18877]
7529         * posix/Makefile (tests): Add tst-mmap-offset.
7530         * posix/tst-mmap.c: New file.
7531         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (__mmap): Fix
7532         offset calculation for negative values.
7534 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7536         * sysdeps/i386/init-arch.h: New file.
7537         * sysdeps/i386/i586/init-arch.h: Likewise.
7538         * sysdeps/i386/i686/init-arch.h: Likewise.
7539         * sysdeps/x86/cpu-features.c (init_cpu_features): Set bit_I586
7540         bit if CX8 is available.  Set bit_I686 bit if CMOV is available.
7541         * sysdeps/x86/cpu-features.h (bit_I586): New.
7542         (bit_I686): Likewise.
7543         (bit_CX8): Likewise.
7544         (bit_CMOV): Likewise.
7545         (index_CX8): Likewise.
7546         (index_CMOV): Likewise.
7547         (index_I586): Likewise.
7548         (index_I686): Likewise.
7549         (reg_CX8): Likewise.
7550         (reg_CMOV): Likewise.
7551         (HAS_I586): Defined as HAS_ARCH_FEATURE (I586) if i586 isn't
7552         available at compile-time.
7553         (HAS_I686): Defined as HAS_ARCH_FEATURE (I686) if i686 isn't
7554         available at compile-time.
7555         * sysdeps/x86/init-arch.h (USE_I586): New macro.
7556         (USE_I686): Likewise.
7558 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7560         * sysdeps/i386/bcopy.S: New file.
7561         * sysdeps/i386/bzero.S: Likewise.
7562         * sysdeps/i386/memcpy.S: Likewise.
7563         * sysdeps/i386/memmove.S: Likewise.
7564         * sysdeps/i386/mempcpy.S: Likewise.
7565         * sysdeps/i386/memset.S: Likewise.
7566         * sysdeps/i386/bzero.c: Removed.
7567         * sysdeps/i386/memset.c: Likewise.
7568         * sysdeps/i386/i586/memcpy_chk.S: Likewise.
7569         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7570         * sysdeps/i386/i586/memset_chk.S: Likewise.
7571         * sysdeps/i386/i686/memcpy_chk.S: Moved to ...
7572         * sysdeps/i386/memcpy_chk.S: Here.
7573         * sysdeps/i386/i686/memmove_chk.S: Moved to ...
7574         * sysdeps/i386/memmove_chk.S: Here.
7575         * sysdeps/i386/i686/mempcpy_chk.S: Moved to ...
7576         * sysdeps/i386/mempcpy_chk.S: Likewise.
7577         * sysdeps/i386/i686/memset_chk.S: Moved to ...
7578         * sysdeps/i386/memset_chk.S: Likewise.
7580 2015-08-27  Steve Ellcey  <sellcey@imgtec.com>
7582         * soft-fp/fmasf4.c: Add include of sys/cdefs.h.
7583         Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
7584         file, move DIAG_POP_NEEDS_COMMENT to end of file.
7585         * soft-fp/fmadf4.c: Ditto.
7586         * soft-fp/fmatf4.c: Ditto.
7588 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7590         * sysdeps/i386/i586/Implies: Removed.
7591         * sysdeps/i386/i686/Implies: Likewise.
7593 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7595         * sysdeps/i386/i486/strlen.S: Moved to ...
7596         * sysdeps/i386/strlen.S: Here.
7598 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7600         * sysdeps/i386/i486/strcat.S: Moved to ...
7601         * sysdeps/i386/strcat.S: Here.
7603 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7605         * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
7606         * sysdeps/i386/pthread_spin_trylock.S: Here.
7607         * sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
7608         * sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
7610 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7612         * sysdeps/i386/i486/string-inlines.c: Moved to ...
7613         * sysdeps/i386/string-inlines.c: Here.
7615 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7617         * sysdeps/i386/i486/htonl.S: Moved ...
7618         * sysdeps/i386/htonl.S: here.
7620 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7622         * sysdeps/i386/i486/bits/atomic.h: Moved to ...
7623         * sysdeps/i386/bits/atomic.h: Here.
7625 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7627         * sysdeps/i386/i486/Versions: Removed.
7629 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
7631         [BZ #2898]
7632         * misc/mktemp.c: Add mkdtemp to the link_warning message.
7633         Based on patch by Aurelien Jarno.
7635 2015-08-26  Stan Shebs  <stanshebs@google.com>
7637         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
7638         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
7640 2015-08-26  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7642         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC.
7643         * sysdeps/powerpc/dl-procinfo.c:
7644         (_dl_powerpc_cap_flags): Added descriptor for this hwcap
7645         feature so it shows when LD_SHOW_AUXV=1.
7647 2015-08-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
7649         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
7650         (__arch_compare_and_exchange_val_32_acq): Remove and use common
7651         definition.  ISA 2.07B no longer requires full sync.
7653 2015-08-26  Mike Frysinger  <vapier@gentoo.org>
7655         [BZ #18863]
7656         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add _sigsys.
7657         (si_call_addr): Define.
7658         (si_syscall): Define.
7659         (si_arch): Define.
7661 2015-08-26  H.J. Lu  <hongjiu.lu@intel.com>
7663         * sysdeps/i386/i586/bzero.S (USE_AS_BZERO): New.
7664         * sysdeps/i386/i686/bzero.S (USE_AS_BZERO): Likewise.
7665         * sysdeps/i386/i586/memset.S (BZERO_P): Removed.
7666         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
7667         (__memset_zero_constant_len_parameter): New.
7668         * sysdeps/i386/i686/memset.S (BZERO_P): Removed.
7669         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
7670         (__memset_zero_constant_len_parameter): Don't define if
7671         __memset_chk or USE_AS_BZERO are defined.
7673         * sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed.
7674         Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC.
7675         * sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New.
7677         * sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os,
7678         tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ...
7679         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os,
7680         tests-special, $(objpfx)tst-ld-sse-use.out): Here.  Update
7681         comments.
7682         * sysdeps/x86_64/Makefile [$(subdir) == elf] (CFLAGS-.os): Add
7683         -mno-mmx for $(all-rtld-routines).
7684         * sysdeps/x86/tst-ld-sse-use.sh: Moved to ...
7685         * sysdeps/i386/tst-ld-sse-use.sh: Here.  Replace x86-64 with
7686         i386.
7688 2015-08-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
7690         * sysdeps/generic/unwind.h
7691         (_Unwind_Word): Use __mode__(__unwind_word__)
7692         instead of __mode__(__word__).
7693         (_Unwind_Sword): Likewise.
7695         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7696         (MAX_NEEDED_INPUT): New define.
7697         (MAX_NEEDED_OUTPUT): New define.
7699         * NEWS: New item for IBM z13 string optimizations.
7701         * sysdeps/s390/multiarch/memrchr-c.c: New File.
7702         * sysdeps/s390/multiarch/memrchr-vx.S: Likewise.
7703         * sysdeps/s390/multiarch/memrchr.c: Likewise.
7704         * sysdeps/s390/multiarch/Makefile
7705         (sysdep_routines): Add memrchr functions.
7706         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7707         (__libc_ifunc_impl_list_common): Add ifunc test for memrchr.
7709         * sysdeps/s390/multiarch/wmemcmp-c.c: New File.
7710         * sysdeps/s390/multiarch/wmemcmp-vx.S: Likewise.
7711         * sysdeps/s390/multiarch/wmemcmp.c: Likewise.
7712         * sysdeps/s390/multiarch/Makefile
7713         (sysdep_routines): Add wmemcmp functions.
7714         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7715         (__libc_ifunc_impl_list_common): Add ifunc test for wmemcmp.
7716         * benchtests/bench-wmemcmp.c: New File.
7717         * benchtests/Makefile (wcsmbs-bench): Add wmemcmp.
7719         * sysdeps/s390/multiarch/wmemset-c.c: New File.
7720         * sysdeps/s390/multiarch/wmemset-vx.S: Likewise.
7721         * sysdeps/s390/multiarch/wmemset.c: Likewise.
7722         * sysdeps/s390/multiarch/Makefile
7723         (sysdep_routines): Add wmemset functions.
7724         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7725         (__libc_ifunc_impl_list_common): Add ifunc test for wmemset.
7726         * wcsmbs/wmemset.c: Use WMEMSET if defined.
7727         * string/test-memset.c: Add wmemset support.
7728         * wcsmbs/test-wmemset.c: New File.
7729         * wcsmbs/Makefile (strop-tests): Add wmemset.
7730         * benchtests/bench-memset.c: Add wmemset support.
7731         * benchtests/bench-wmemset.c: New File.
7732         * benchtests/Makefile (wcsmbs-bench): Add wmemset.
7734         * sysdeps/s390/multiarch/memccpy-c.c: New File.
7735         * sysdeps/s390/multiarch/memccpy-vx.S: Likewise.
7736         * sysdeps/s390/multiarch/memccpy.c: Likewise.
7737         * sysdeps/s390/multiarch/Makefile
7738         (sysdep_routines): Add memccpy functions.
7739         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7740         (__libc_ifunc_impl_list_common): Add ifunc test for memccpy.
7741         * string/memccpy.c: Use MEMCCPY if defined.
7743         * sysdeps/s390/multiarch/memchr-vx.S: New File.
7744         * sysdeps/s390/multiarch/memchr.c: Likewise.
7745         * sysdeps/s390/multiarch/rawmemchr-c.c: Likewise.
7746         * sysdeps/s390/multiarch/rawmemchr-vx.S: Likewise.
7747         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
7748         * sysdeps/s390/multiarch/wmemchr-c.c: Likewise.
7749         * sysdeps/s390/multiarch/wmemchr-vx.S: Likewise.
7750         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
7751         * sysdeps/s390/s390-32/multiarch/memchr.c: Likewise.
7752         * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
7753         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memchr, wmemchr
7754         and rawmemchr functions.
7755         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7756         (__libc_ifunc_impl_list_common): Add ifunc test for memchr, rawmemchr
7757         and wmemchr.
7758         * wcsmbs/wmemchr.c: Use WMEMCHR if defined.
7759         * string/test-memchr.c: Add wmemchr support.
7760         * wcsmbs/test-wmemchr.c: New File.
7761         * wcsmbs/Makefile (strop-tests): Add wmemchr.
7762         * benchtests/bench-memchr.c: Add wmemchr support.
7763         * benchtests/bench-wmemchr.c: New File.
7764         * benchtests/Makefile (wcsmbs-bench): wmemchr.
7766         * sysdeps/s390/multiarch/strcspn-c.c: New File.
7767         * sysdeps/s390/multiarch/strcspn-vx.S: Likewise.
7768         * sysdeps/s390/multiarch/strcspn.c: Likewise.
7769         * sysdeps/s390/multiarch/wcscspn-c.c: Likewise.
7770         * sysdeps/s390/multiarch/wcscspn-vx.S: Likewise.
7771         * sysdeps/s390/multiarch/wcscspn.c: Likewise.
7772         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcspn and
7773         wcscspn functions.
7774         * sysdeps/s390/multiarch/ifunc-impl-list.c
7775         (__libc_ifunc_impl_list): Add ifunc test for strcspn, wcscspn.
7776         * wcsmbs/wcscspn.c: Use WCSCSPN if defined.
7777         * string/test-strcspn.c: Add wcscspn support.
7778         * wcsmbs/test-wcscspn.c: New File.
7779         * wcsmbs/Makefile (strop-tests): Add wcscspn.
7780         * benchtests/bench-strcspn.c: Add wcscspn support.
7781         * benchtests/bench-wcscspn.c: New File.
7782         * benchtests/Makefile (wcsmbs-bench): Add wcscspn.
7784         * sysdeps/s390/multiarch/strpbrk-c.c: New File.
7785         * sysdeps/s390/multiarch/strpbrk-vx.S: Likewise.
7786         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
7787         * sysdeps/s390/multiarch/wcspbrk-c.c: Likewise.
7788         * sysdeps/s390/multiarch/wcspbrk-vx.S: Likewise.
7789         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
7790         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strpbrk and
7791         wcspbrk functions.
7792         * sysdeps/s390/multiarch/ifunc-impl-list.c
7793         (__libc_ifunc_impl_list): Add ifunc test for strpbrk, wcspbrk.
7794         * wcsmbs/wcspbrk.c: Use WCSPBRK if defined.
7795         * string/test-strpbrk.c: Add wcspbrk support.
7796         * wcsmbs/test-wcspbrk.c: New File.
7797         * wcsmbs/Makefile (strop-tests): Add wcspbrk.
7798         * benchtests/bench-strpbrk.c: Add wcspbrk support.
7799         * benchtests/bench-wcspbrk.c: New File.
7800         * benchtests/Makefile (wcsmbs-bench): Add wcspbrk.
7802         * sysdeps/s390/multiarch/strspn-c.c: New File.
7803         * sysdeps/s390/multiarch/strspn-vx.S: Likewise.
7804         * sysdeps/s390/multiarch/strspn.c: Likewise.
7805         * sysdeps/s390/multiarch/wcsspn-c.c: Likewise.
7806         * sysdeps/s390/multiarch/wcsspn-vx.S: Likewise.
7807         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
7808         * wcsmbs/wcsspn.c: Use WCSSPN if defined.
7809         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strspn and
7810         wcsspn functions.
7811         * sysdeps/s390/multiarch/ifunc-impl-list.c
7812         (__libc_ifunc_impl_list): Add ifunc test for strspn, wcsspn.
7813         * string/test-strspn.c: Add wcsspn support.
7814         * wcsmbs/test-wcsspn.c: New File.
7815         * wcsmbs/Makefile (strop-tests): Add wcsspn.
7816         * benchtests/bench-strspn.c: Add wcsspn support.
7817         * benchtests/bench-wcsspn.c: New File.
7818         * benchtests/Makefile (wcsmbs-bench): Add wcsspn.
7820         * sysdeps/s390/multiarch/strrchr-c.c: New File.
7821         * sysdeps/s390/multiarch/strrchr-vx.S: Likewise.
7822         * sysdeps/s390/multiarch/strrchr.c: Likewise.
7823         * sysdeps/s390/multiarch/wcsrchr-c.c: Likewise.
7824         * sysdeps/s390/multiarch/wcsrchr-vx.S: Likewise.
7825         * sysdeps/s390/multiarch/wcsrchr.c: Likewise.
7826         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strrchr and
7827         wcsrchr functions.
7828         * sysdeps/s390/multiarch/ifunc-impl-list.c
7829         (__libc_ifunc_impl_list): Add ifunc test for strrchr, wcsrchr.
7830         * benchtests/bench-wcsrchr.c: New File.
7831         * benchtests/Makefile (wcsmbs-bench): Add wcsrchr.
7833         * sysdeps/s390/multiarch/strchrnul-c.c: New File.
7834         * sysdeps/s390/multiarch/strchrnul-vx.S: Likewise.
7835         * sysdeps/s390/multiarch/strchrnul.c: Likewise.
7836         * sysdeps/s390/multiarch/wcschrnul-c.c: Likewise.
7837         * sysdeps/s390/multiarch/wcschrnul-vx.S: Likewise.
7838         * sysdeps/s390/multiarch/wcschrnul.c: Likewise.
7839         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchrnul and
7840         wcschrnul functions.
7841         * sysdeps/s390/multiarch/ifunc-impl-list.c
7842         (__libc_ifunc_impl_list): Add ifunc test for strchrnul, wcschrnul.
7843         * wcsmbs/wcschrnul.c: Use WCSCHRNUL if defined.
7844         * string/test-strchr.c: Add wcschrnul support.
7845         * wcsmbs/test-wcschrnul.c: New File.
7846         * wcsmbs/Makefile (strop-tests): Add wcschrnul.
7847         * benchtests/bench-strchr.c: Add wcschrnul support.
7848         * benchtests/bench-wcschrnul.c: New File.
7849         * benchtests/Makefile (wcsmbs-bench): Add wcschrnul.
7851         * sysdeps/s390/multiarch/strchr-c.c: New File.
7852         * sysdeps/s390/multiarch/strchr-vx.S: Likewise.
7853         * sysdeps/s390/multiarch/strchr.c: Likewise.
7854         * sysdeps/s390/multiarch/wcschr-c.c: Likewise.
7855         * sysdeps/s390/multiarch/wcschr-vx.S: Likewise.
7856         * sysdeps/s390/multiarch/wcschr.c: Likewise.
7857         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchr and
7858         wcschr functions.
7859         * sysdeps/s390/multiarch/ifunc-impl-list.c
7860         (__libc_ifunc_impl_list): Add ifunc test for strchr, wcschr.
7861         * string/strchr.c (STRCHR): Define and use macro.
7862         * benchtests/bench-wcschr.c: New File.
7863         * benchtests/Makefile (wcsmbs-bench): Add wcschr.
7865         * sysdeps/s390/multiarch/strncmp-c.c: New File.
7866         * sysdeps/s390/multiarch/strncmp-vx.S: Likewise.
7867         * sysdeps/s390/multiarch/strncmp.c: Likewise.
7868         * sysdeps/s390/multiarch/wcsncmp-c.c: Likewise.
7869         * sysdeps/s390/multiarch/wcsncmp-vx.S: Likewise.
7870         * sysdeps/s390/multiarch/wcsncmp.c: Likewise.
7871         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncmp and
7872         wcsncmp functions.
7873         * sysdeps/s390/multiarch/ifunc-impl-list.c
7874         (__libc_ifunc_impl_list): Add ifunc test for strncmp, wcsncmp.
7875         * wcsmbs/wcsncmp.c (WCSNCMP): Define and use macro.
7876         * benchtests/bench-strncmp.c: Add wcsncmp support.
7877         * benchtests/bench-wcsncmp.c: New File.
7878         * benchtests/Makefile (wcsmbs-bench): Add wcsncmp.
7880         * sysdeps/s390/multiarch/strcmp-vx.S: New File.
7881         * sysdeps/s390/multiarch/strcmp.c: Likewise.
7882         * sysdeps/s390/multiarch/wcscmp-c.c: Likewise.
7883         * sysdeps/s390/multiarch/wcscmp-vx.S: Likewise.
7884         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
7885         * sysdeps/s390/s390-32/multiarch/strcmp.c: Likewise.
7886         * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
7887         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcmp and
7888         wcscmp functions.
7889         * sysdeps/s390/multiarch/ifunc-impl-list.c
7890         (__libc_ifunc_impl_list): Add ifunc test for strcmp, wcscmp.
7891         * string/strcmp.c (STRCMP): Define and use macro.
7892         * benchtests/bench-wcscmp.c: New File.
7893         * benchtests/Makefile (wcsmbs-bench): Add wcscmp.
7894         * sysdeps/s390/bits/string.h: Fix typo: _HAVE_STRING_ARCH_strcmp
7895         instead of _HAVE_STRING_ARCH_memchr.
7897         * sysdeps/s390/multiarch/strncat-c.c: New File.
7898         * sysdeps/s390/multiarch/strncat-vx.S: Likewise.
7899         * sysdeps/s390/multiarch/strncat.c: Likewise.
7900         * sysdeps/s390/multiarch/wcsncat-c.c: Likewise.
7901         * sysdeps/s390/multiarch/wcsncat-vx.S: Likewise.
7902         * sysdeps/s390/multiarch/wcsncat.c: Likewise.
7903         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncat and
7904         wcsncat functions.
7905         * sysdeps/s390/multiarch/ifunc-impl-list.c
7906         (__libc_ifunc_impl_list): Add ifunc test for strncat, wcsncat.
7907         * wcsmbs/wcsncat.c (WCSNCAT): Define and use macro.
7908         * string/test-strncat.c: Add wcsncat support.
7909         * wcsmbs/test-wcsncat.c: New File.
7910         * wcsmbs/Makefile (strop-tests): Add wcsncat.
7911         * benchtests/bench-strncat.c: Add wcsncat support.
7912         * benchtests/bench-wcsncat.c: New File.
7913         * benchtests/Makefile (wcsmbs-bench): Add wcsncat.
7915         * sysdeps/s390/multiarch/strcat-c.c: New File.
7916         * sysdeps/s390/multiarch/strcat-vx.S: Likewise.
7917         * sysdeps/s390/multiarch/strcat.c: Likewise.
7918         * sysdeps/s390/multiarch/wcscat-c.c: Likewise.
7919         * sysdeps/s390/multiarch/wcscat-vx.S: Likewise.
7920         * sysdeps/s390/multiarch/wcscat.c: Likewise.
7921         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcat and
7922         wcscat functions.
7923         * sysdeps/s390/multiarch/ifunc-impl-list.c
7924         (__libc_ifunc_impl_list): Add ifunc test for strcat, wcscat.
7925         * string/strcat.c (STRCAT): Define and use macro.
7926         * wcsmbs/wcscat.c: Use WCSCAT if defined.
7927         * string/test-strcat.c: Add wcscat support.
7928         * wcsmbs/test-wcscat.c: New File.
7929         * wcsmbs/Makefile (strop-tests): Add wcscat.
7930         * benchtests/bench-strcat.c: Add wcscat support.
7931         * benchtests/bench-wcscat.c: New File.
7932         * benchtests/Makefile (wcsmbs-bench): Add wcscat.
7934         * sysdeps/s390/multiarch/stpncpy-c.c: New File.
7935         * sysdeps/s390/multiarch/stpncpy-vx.S: Likewise.
7936         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
7937         * sysdeps/s390/multiarch/wcpncpy-c.c: Likewise.
7938         * sysdeps/s390/multiarch/wcpncpy-vx.S: Likewise.
7939         * sysdeps/s390/multiarch/wcpncpy.c: Likewise.
7940         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpncpy and
7941         wcpncpy functions.
7942         * sysdeps/s390/multiarch/ifunc-impl-list.c
7943         (__libc_ifunc_impl_list): Add ifunc test for stpncpy, wcpncpy.
7944         * wcsmbs/wcpncpy.c: Use WCPNCPY if defined.
7945         * string/test-stpncpy.c: Add wcpncpy support.
7946         * wcsmbs/test-wcpncpy.c: New File.
7947         * wcsmbs/Makefile (strop-tests): Add wcpncpy.
7948         * benchtests/bench-stpncpy.c: Add wcpncpy support.
7949         * benchtests/bench-wcpncpy.c: New File.
7950         * benchtests/Makefile (wcsmbs-bench): Add wcpncpy.
7952         * sysdeps/s390/multiarch/strncpy-vx.S: New File.
7953         * sysdeps/s390/multiarch/strncpy.c: Likewise.
7954         * sysdeps/s390/multiarch/wcsncpy-c.c: Likewise.
7955         * sysdeps/s390/multiarch/wcsncpy-vx.S: Likewise.
7956         * sysdeps/s390/multiarch/wcsncpy.c: Likewise.
7957         * sysdeps/s390/s390-32/multiarch/strncpy.c: Likewise.
7958         * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
7959         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncpy and
7960         wcsncpy functions.
7961         * wcsmbs/wcsncpy.c: Use WCSNCPY if defined.
7962         * sysdeps/s390/multiarch/ifunc-impl-list.c
7963         (__libc_ifunc_impl_list): Add ifunc test for strncpy, wcsncpy.
7964         * string/test-strncpy.c: Add wcsncpy support.
7965         * wcsmbs/test-wcsncpy.c: New File.
7966         * wcsmbs/Makefile (strop-tests): Add wcsncpy.
7967         * benchtests/bench-strncpy.c: Add wcsncpy support.
7968         * benchtests/bench-wcsncpy.c: New File.
7969         * benchtests/Makefile (wcsmbs-bench): Add wcsncpy
7971         * sysdeps/s390/multiarch/stpcpy-c.c: New File.
7972         * sysdeps/s390/multiarch/stpcpy-vx.S: Likewise.
7973         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
7974         * sysdeps/s390/multiarch/wcpcpy-c.c: Likewise.
7975         * sysdeps/s390/multiarch/wcpcpy-vx.S: Likewise.
7976         * sysdeps/s390/multiarch/wcpcpy.c: Likewise.
7977         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpcpy and
7978         wcpcpy functions.
7979         * string/stpcpy.c: Use STPCPY if defined.
7980         * wcsmbs/wcpcpy.c: Use WCPCPY if defined.
7981         * sysdeps/s390/multiarch/ifunc-impl-list.c
7982         (__libc_ifunc_impl_list): Add ifunc test for stpcpy, wcpcpy.
7983         * string/test-stpcpy.c: Add wcpcpy support.
7984         * wcsmbs/test-wcpcpy.c: New File.
7985         * wcsmbs/Makefile (strop-tests): Add wcpcpy.
7986         * benchtests/bench-stpcpy.c: Add wcpcpy support.
7987         * benchtests/bench-wcpcpy.c: New File.
7988         * benchtests/Makefile (wcsmbs-bench): Add wcpcpy.
7990         * sysdeps/s390/multiarch/strcpy-vx.S: New File.
7991         * sysdeps/s390/multiarch/strcpy.c: Likewise.
7992         * sysdeps/s390/multiarch/wcscpy-c.c: Likewise.
7993         * sysdeps/s390/multiarch/wcscpy-vx.S: Likewise.
7994         * sysdeps/s390/multiarch/wcscpy.c: Likewise.
7995         * sysdeps/s390/s390-32/multiarch/strcpy.c: Likewise.
7996         * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
7997         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcpy and
7998         wcscpy functions.
7999         * sysdeps/s390/multiarch/ifunc-impl-list.c
8000         (__libc_ifunc_impl_list): Add ifunc test for strcpy, wcscpy.
8001         * benchtests/bench-wcscpy.c: New File.
8002         * benchtests/Makefile (wcsmbs-bench): Add wcscpy.
8004         * sysdeps/s390/multiarch/strnlen-c.c: New File.
8005         * sysdeps/s390/multiarch/strnlen-vx.S: Likewise.
8006         * sysdeps/s390/multiarch/strnlen.c: Likewise.
8007         * sysdeps/s390/multiarch/wcsnlen-c.c: Likewise.
8008         * sysdeps/s390/multiarch/wcsnlen-vx.S: Likewise.
8009         * sysdeps/s390/multiarch/wcsnlen.c: Likewise.
8010         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strnlen and
8011         wcsnlen functions.
8012         * sysdeps/s390/multiarch/ifunc-impl-list.c
8013         (__libc_ifunc_impl_list): Add ifunc test for strnlen, wcsnlen.
8014         * wcsmbs/wcsnlen.c: Use WCSNLEN if defined.
8015         * string/test-strnlen.c: Add wcsnlen support.
8016         * wcsmbs/test-wcsnlen.c: New File.
8017         * wcsmbs/Makefile (strop-tests): Add wcsnlen.
8018         * benchtests/bench-strnlen.c: Add wcsnlen support.
8019         * benchtests/bench-wcsnlen.c: New File.
8020         * benchtests/Makefile (wcsmbs-bench): Add wcsnlen.
8022         * sysdeps/s390/multiarch/Makefile: New File.
8023         * sysdeps/s390/multiarch/strlen-c.c: Likewise.
8024         * sysdeps/s390/multiarch/strlen-vx.S: Likewise.
8025         * sysdeps/s390/multiarch/strlen.c: Likewise.
8026         * sysdeps/s390/multiarch/wcslen-c.c: Likewise.
8027         * sysdeps/s390/multiarch/wcslen-vx.S: Likewise.
8028         * sysdeps/s390/multiarch/wcslen.c: Likewise.
8029         * string/strlen.c (STRLEN): Define and use macro.
8030         * sysdeps/s390/multiarch/ifunc-impl-list.c
8031         (IFUNC_VX_IMPL): New macro function.
8032         (__libc_ifunc_impl_list): Add ifunc test for strlen, wcslen.
8033         * benchtests/Makefile (wcsmbs-bench): New variable.
8034         (string-bench-all): Added wcsmbs-bench.
8035         * benchtests/bench-wcslen.c: New File.
8037         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_vx_libc_ifunc,
8038         s390_vx_libc_ifunc2): New macro function.
8040         * config.h.in (HAVE_S390_VX_ASM_SUPPORT): New macro undefine.
8041         * sysdeps/s390/configure.ac: Add test for S390 vector instruction
8042         assembler support.
8043         * sysdeps/s390/configure: Regenerated.
8045         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z13.
8046         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
8048         * sysdeps/s390/dl-procinfo.c (_dl_s390_platforms): Add vector flag.
8049         * sysdeps/s390/dl-procinfo.h: Add vector capability.
8050         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h (HWCAP_S390_VX): Define.
8052         * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
8053         Remove ifunc-resolve, add memset-s390, memcpy-s390, memcmp-s390.
8054         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Delete File.
8055         * sysdeps/s390/s390-32/multiarch/memcmp.S: Move to ...
8056         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: ... here.
8057         (memcmp, bcmp): Use __memcmp_default as alias source.
8058         * sysdeps/s390/s390-32/multiarch/memcmp.c: New File.
8059         * sysdeps/s390/s390-32/memcmp.S (__memcmp_g5):
8060         Rename to __memcmp_default.
8061         * sysdeps/s390/s390-32/multiarch/memcpy.S: Move to ...
8062         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: ... here.
8063         (memcpy): Use __memcpy_default as alias source.
8064         * sysdeps/s390/s390-32/multiarch/memcpy.c: New File.
8065         * sysdeps/s390/s390-32/memcpy.S (__memcpy_g5):
8066         Rename to __memcpy_default.
8067         * sysdeps/s390/s390-32/multiarch/memset.S: Move to ...
8068         * sysdeps/s390/s390-32/multiarch/memset-s390.S: ... here.
8069         (memset): Use __memset_default as alias source.
8070         * sysdeps/s390/s390-32/multiarch/memset.c: New File.
8071         * sysdeps/s390/s390-32/memset.S (__memset_g5):
8072         Rename to __memset_default.
8073         * sysdeps/s390/s390-64/multiarch/Makefile (sysdep_routines):
8074         Remove ifunc-resolve, add memset-s390x, memcpy-s390x, memcmp-s390x.
8075         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Delete File.
8076         * sysdeps/s390/s390-64/multiarch/memcmp.S: Move to ...
8077         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: ... here.
8078         (memcmp, bcmp): Use __memcmp_default as alias source.
8079         * sysdeps/s390/s390-64/multiarch/memcmp.c: New File.
8080         * sysdeps/s390/s390-64/memcmp.S (__memcmp_z900):
8081         Rename to __memcmp_default.
8082         * sysdeps/s390/s390-64/multiarch/memcpy.S: Move to ...
8083         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: ... here.
8084         (memcpy): Use __memcpy_default as alias source.
8085         * sysdeps/s390/s390-64/multiarch/memcpy.c: New File.
8086         * sysdeps/s390/s390-64/memcpy.S (__memcpy_z900):
8087         Rename to __memcpy_default.
8088         * sysdeps/s390/s390-64/multiarch/memset.S: Move to ...
8089         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: ... here.
8090         (memset): Use __memset_default as alias source.
8091         * sysdeps/s390/s390-64/multiarch/memset.c: New File.
8092         * sysdeps/s390/s390-64/memset.S (__memset_z900):
8093         Rename to __memset_default.
8094         * sysdeps/s390/multiarch/ifunc-resolve.h: New File.
8095         * sysdeps/s390/multiarch/ifunc-impl-list.c: New File.
8097         [BZ #18610]
8098         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Rename
8099         __ieee_instruction_pointer to __unused.
8100         * sysdeps/s390/fpu/fesetenv.c (__fesetenv): Remove usage of
8101         __ieee_instruction_pointer.
8102         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Fix dxc-field handling.
8103         * sysdeps/s390/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
8104         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
8105         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
8106         * sysdeps/s390/fpu/fpu_control.h (_FPU_RESERVED):
8107         Mark dxc-field as reserved.
8109 2015-08-25  Roland McGrath  <roland@hack.frob.com>
8111         * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
8112         if the weak reference is not null.
8114 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
8116         * sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
8118         [BZ #11214]
8119         * sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
8121 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8123         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: Define new macros.
8124         * sysdeps/unix/sysv/linux/accept.c: Call direct system call.
8125         * sysdeps/unix/sysv/linux/bind.c: Call direct system call.
8126         * sysdeps/unix/sysv/linux/connect.c: Call direct system call.
8127         * sysdeps/unix/sysv/linux/getpeername.c: Call direct system call.
8128         * sysdeps/unix/sysv/linux/getsockname.c: Call direct system call.
8129         * sysdeps/unix/sysv/linux/getsockopt.c: Call direct system call.
8130         * sysdeps/unix/sysv/linux/listen.c: Call direct system call.
8131         * sysdeps/unix/sysv/linux/recv.c: Call direct system call.
8132         * sysdeps/unix/sysv/linux/recvfrom.c: Call direct system call.
8133         * sysdeps/unix/sysv/linux/recvmsg.c: Call direct system call.
8134         * sysdeps/unix/sysv/linux/send.c: Call direct system call.
8135         * sysdeps/unix/sysv/linux/sendmsg.c: Call direct system call.
8136         * sysdeps/unix/sysv/linux/sendto.c: Call direct system call.
8137         * sysdeps/unix/sysv/linux/setsockopt.c: Call direct system call.
8138         * sysdeps/unix/sysv/linux/shutdown.c: Call direct system call.
8139         * sysdeps/unix/sysv/linux/socket.c: Call direct system call.
8140         * sysdeps/unix/sysv/linux/socketpair.c: Call direct system call.
8142 2015-08-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
8144         * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION): Use
8145         register other than r0 for tabort, it has special meaning.
8146         * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION): Likewise
8147         * sysdeps/unix.sysv/linux/powerpc/syscall.S (syscall): Abort
8148         transaction before starting syscall.
8150 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8152         * sysdeps/powerpc/powerpc64/power7/strstr.S: Handle worst case.
8154 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
8156         * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
8158         * sysdeps/x86_64/rtld-memcmp.c: Removed.
8159         * sysdeps/x86_64/rtld-memset.S: Likewise.
8160         * sysdeps/x86_64/rtld-strchr.S: Likewise.
8161         * sysdeps/x86_64/rtld-strlen.S: Likewise.
8162         * sysdeps/x86_64/multiarch/rtld-memcmp.c: Likewise.
8163         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8165         * sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
8167 2015-08-25  Ondřej Bílka  <neleai@seznam.cz>
8169         * debug/strcpy_chk.c: Improve performance.
8170         * debug/stpcpy_chk.c: Likewise.
8171         * sysdeps/x86_64/strcpy_chk.S: Remove.
8172         * sysdeps/x86_64/stpcpy_chk.S: Remove.
8174         [BZ #18240]
8175         * misc/hsearch_r.c (__hcreate_r): Handle overflow.
8177 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
8179         [BZ #15128]
8180         * sysdeps/x86_64/Makefile [$(subdir) == elf] (tests): Add
8181         ifuncmain8.
8182         (modules-names): Add ifuncmod8.
8183         ($(objpfx)ifuncmain8): New rule.
8184         * sysdeps/x86_64/dl-machine.h: Include <dl-procinfo.h> and
8185         <cpuid.h>.
8186         (elf_machine_runtime_setup): Use _dl_runtime_resolve_sse,
8187         _dl_runtime_resolve_avx, or _dl_runtime_resolve_avx512,
8188         _dl_runtime_profile_sse, _dl_runtime_profile_avx, or
8189         _dl_runtime_profile_avx512, based on HAS_ARCH_FEATURE.
8190         * sysdeps/x86_64/dl-trampoline.S: Rewrite.
8191         * sysdeps/x86_64/dl-trampoline.h: Likewise.
8192         * sysdeps/x86_64/ifuncmain8.c: New file.
8193         * sysdeps/x86_64/ifuncmod8.c: Likewise.
8194         * sysdeps/x86_64/nptl/tcb-offsets.sym (RTLD_SAVESPACE_SSE):
8195         Removed.
8196         * sysdeps/x86_64/nptl/tls.h (__128bits): Removed.
8197         (tcbhead_t): Change rtld_must_xmm_save to __glibc_unused1.
8198         Change rtld_savespace_sse to __glibc_unused2.
8199         (RTLD_CHECK_FOREIGN_CALL): Removed.
8200         (RTLD_ENABLE_FOREIGN_CALL): Likewise.
8201         (RTLD_PREPARE_FOREIGN_CALL): Likewise.
8202         (RTLD_FINALIZE_FOREIGN_CALL): Likewise.
8204 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
8206         * sysdeps/aarch64/bzero.S (__bzero): Remove.
8208 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
8210         * sysdeps/aarch64/fpu/math_private.h (libc_feholdsetround_aarch64_ctx):
8211         Unconditionally set __fpcr to avoid uninialized warning.
8212         (libc_feholdsetround_noex_aarch64_ctx): Likewise.
8214 2015-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8216         * malloc/arena.c (arena_get_retry): Don't use main_arena if it
8217         is corrupt.
8219         * malloc/arena.c (arena_get2): Drop unused argument.
8220         (arena_lock): Adjust.
8221         (arena_get_retry): Likewise.
8223 2015-08-24  Andreas Schwab  <schwab@suse.de>
8225         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IPC64):
8226         Don't define.
8227         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
8228         (__ASSUME_IPC64): Don't undef.
8229         * sysdeps/unix/sysv/linux/msgctl.c: Don't check for __ASSUME_IPC64.
8230         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
8231         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
8232         * sysdeps/unix/sysv/linux/i386/msgctl.c: Remove.
8233         * sysdeps/unix/sysv/linux/i386/semctl.c: Remove.
8234         * sysdeps/unix/sysv/linux/i386/shmctl.c: Remove.
8235         * sysdeps/unix/sysv/linux/m68k/msgctl.c: Remove.
8236         * sysdeps/unix/sysv/linux/m68k/semctl.c: Remove.
8237         * sysdeps/unix/sysv/linux/m68k/shmctl.c: Remove.
8238         * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: Remove.
8239         * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: Remove.
8240         * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: Remove.
8241         * sysdeps/unix/sysv/linux/sh/msgctl.c: Remove.
8242         * sysdeps/unix/sysv/linux/sh/semctl.c: Remove.
8243         * sysdeps/unix/sysv/linux/sh/shmctl.c: Remove.
8244         * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: Remove.
8245         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Remove.
8246         * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: Remove.
8247         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Remove.
8248         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Remove.
8249         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Remove.
8251 2015-08-21  Mike Frysinger  <vapier@gentoo.org>
8253         * manual/Makefile (install): Only build manual when perl is available.
8255 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
8257         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
8258         '#undef memcpy' by '#undef memchr'.
8260 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
8262         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: Make
8263         memchr not point to the internal __GI_memchr implementation.
8265 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
8267         * timezone/Makefile (CFLAGS-zdump.c): Remove
8268         -Wno-strict-prototypes.
8269         (CFLAGS-zic.c): Likewise.
8270         (CFLAGS-ialloc.c): Likewise.
8271         (CFLAGS-scheck.c): Likewise.
8273         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
8274         -Wno-error=undef.
8276 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
8278         * i386/i686/multiarch/strcasestr-c.c: Removed.
8279         * x86_64/multiarch/strcasestr.c: Likewise.
8280         * x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8281         Remove strcasestr.
8283 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
8285         * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
8287         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Always initialize
8288         variables for high and low parts before possibly modifying them.
8290 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
8292         * sysdeps/i386/i686/multiarch/init-arch.h: Removed.
8293         * sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
8294         * sysdeps/x86_64/cacheinfo.c: Include <init-arch.h> instead
8295         of "multiarch/init-arch.h".
8296         * sysdeps/x86_64/multiarch/init-arch.h: Renamed to ...
8297         * sysdeps/x86/init-arch.h: This.
8299 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
8301         * sysdeps/i386/i686/multiarch/init-arch.c: Removed.
8302         * sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
8304 2015-08-20  Ondřej Bílka  <neleai@seznam.cz>
8306         [BZ #17787]
8307         * manual/macros.texi: Add twoexp macro.
8308         * manual/filesys.texi: Fix exponents.
8309         * manual/llio.texi: Likewise.
8310         * manual/stdio.texi: Likewise.
8312 2015-08-20  Florian Weimer  <fweimer@redhat.com>
8314         * sysdeps/x86/elide.h (ELIDE_UNLOCK): Document crash due to
8315         incorrect use.
8317 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
8319         [BZ #18370]
8320         * math/s_csqrt.c (__csqrt): Force underflow exception for results
8321         whose real or imaginary part has small absolute value.
8322         * math/s_csqrtf.c (__csqrtf): Likewise.
8323         * math/s_csqrtl.c (__csqrtl): Likewise.
8324         * math/auto-libm-test-in: Add more tests of csqrt.
8325         * math/auto-libm-test-out: Regenerated.
8326         * sysdeps/i386/fpu/libm-test-ulps: Update.
8328 2015-08-19  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8330         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_set_ppr_med_high,
8331         __ppc_set_ppr_very_low): New functions.
8332         * manual/platform.texi: Add documentation about
8333         __ppc_set_ppr_med_high and __ppc_set_ppr_very_low.
8335 2015-08-19  Wilco Dijkstra  <wdijkstr@arm.com>
8337         * string/stpncpy.c (stpncpy): Improve performance using
8338         __strnlen/memcpy/memset.
8340 2015-08-19  Andrew Senkevich  <andrew.senkevich@intel.com>
8342         [BZ #18796]
8343         * scripts/test-installation.pl: Don't add -lmvec to build options if
8344         libmvec wasn't built.
8346 2015-08-19   Petar Jovanovic  <petar.jovanovic@rt-rk.com>
8348         [BZ #14341]
8349         * elf/dynamic-link.h (elf_machine_lazy_rel): Properly handle the
8350         case when there is a gap between DT_REL and DT_JMPREL sections.
8351         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc.
8352         (LDFLAGS-tst-split-dynreloc): New.
8353         (tst-split-dynreloc-ENV): Likewise.
8354         * sysdeps/x86_64/tst-split-dynreloc.c: New file.
8355         * sysdeps/x86_64/tst-split-dynreloc.lds: Likewise.
8357 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8359         [BZ #18822]
8360         * sysdeps/unix/sysv/linux/xstatconv.h (__xstat_conv): Add
8361         attribute_hidden.
8362         (__xstat64_conv): Likewise.
8363         (__xstat32_conv): Likewise.
8365 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8367         [BZ #18822]
8368         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
8369         Don't load %ebx when calling __setcontext.  Call __setcontext
8370         with HIDDEN_JUMPTARGET.
8371         * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add
8372         libc_hidden_def.
8374 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8376         * sysdeps/i386/i686/Makefile
8377         [$(subdir) == string] (sysdep_routines): Moved to ...
8378         * sysdeps/i386/Makefile: Here.
8379         * sysdeps/i386/i686/cacheinfo.c: Moved to ...
8380         * sysdeps/i386/cacheinfo.c: Here.
8381         * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed.
8382         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise.
8383         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ...
8384         * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
8386 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
8388         * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if
8389         __i586__ is defined.
8390         (HAS_I686): Defined to 1 if __i686__ is defined.
8392 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
8394         * elf/Makefile [$(have-z-execstack) = yes]
8395         (CPPFLAGS-tst-execstack.c): New variable.
8397         * login/tst-utmp.c [_HAVE_UT_TYPE || defined UTMPX]: Change
8398         conditional to [defined UTMPX || _HAVE_UT_TYPE].
8399         [_HAVE_UT_TV || defined UTMPX]: Change conditional to [defined
8400         UTMPX || _HAVE_UT_TV].
8401         [_HAVE_UT_TV - 0 || defined UTMPX]: Change conditional to [defined
8402         UTMPX || _HAVE_UT_TV - 0].
8404 2015-08-18  Joseph Myers  <joseph@codesourcery.com>
8406         * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change
8407         conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6].
8408         * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise.
8410 2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
8412         * sysdeps/powerpc/dl-procinfo.c:
8413         (_dl_powerpc_cap_flags): Added missing strings for some
8414         hwcap features.
8415         * sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
8417 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8419         Port the 0x7efe...feff pattern to GCC 6.
8420         See Steve Ellcey's bug report in:
8421         https://sourceware.org/ml/libc-alpha/2015-07/msg00673.html
8422         * string/memrchr.c (MEMRCHR):
8423         * string/rawmemchr.c (RAWMEMCHR):
8424         * string/strchr.c (strchr):
8425         * string/strchrnul.c (STRCHRNUL):
8426         Rewrite code to avoid issues with signed shift overflow.
8428 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
8430         * sysdeps/x86/cpu-features.c (init_cpu_features): Check
8431         whether cpuid is available only if HAS_CPUID is 0.
8432         * sysdeps/x86/cpu-features.h (HAS_CPUID): New.
8433         (HAS_I586): Likewise.
8434         (HAS_I686): Likewise.
8436 2015-08-18  Zack Weinberg  <zackw@panix.com>
8438         * misc/Versions (libc): Add GLIBC_2.23.
8440 2015-08-18  Alan Modra  <amodra@gmail.com>
8442         [BZ #18421]
8443         * sysdeps/hppa/start.S [SHARED]: Use .section .data.rel.ro and define
8444         .Lp__global.
8445         (_start): Load %dp via .Lp__global.
8446         [!SHARED]: Use .section .rodata.
8448 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8450         * sysdeps/unix/sysv/linux/hppa/bits/timerfd.h: New file.
8451         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Delete.
8453 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8455         * sysdeps/unix/sysv/linux/hppa/bits/signalfd.h: New file.
8456         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h: Delete.
8458 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8460         * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file.
8461         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete.
8463 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8465         * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file.
8466         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete.
8468 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8470         * sysdeps/unix/sysv/linux/hppa/bits/epoll.h: New file.
8471         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Delete.
8473 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8475         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,
8476         SA_NODEFER, SA_RESTART): Define when __USE_XOPEN2K8 is defined.
8478 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8480         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
8482 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8484         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete
8485         kernel-features.h include.  Delete __ASSUME_LWS_CAS checks.
8486         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
8487         (__ASSUME_LWS_CAS): Delete.
8489 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8491         * sysdeps/hppa/configure.ac: Delete binutils tls checks.
8492         * sysdeps/hppa/configure: Regenerated.
8493         * sysdeps/hppa/dl-machine.h: Delete USE_TLS and USE___THREAD checks.
8494         * sysdeps/hppa/libc-tls.c: Delete USE_TLS checks.
8495         * sysdeps/hppa/nptl/tls.h: Likewise.
8497 2015-08-17  Joseph Myers  <joseph@codesourcery.com>
8499         [BZ #18823]
8500         * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
8501         for scaling up small arguments.
8502         * math/s_csqrtf.c (__csqrtf): Likewise.
8503         * math/s_csqrtl.c (__csqrtl): Likewise.
8504         * math/auto-libm-test-in: Add more tests of csqrt.
8505         * math/auto-libm-test-out: Regenerated.
8507 2015-08-17  Andreas Schwab  <schwab@suse.de>
8509         * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
8510         version set GLIBC_2.19.
8512 2015-08-16  Zack Weinberg  <zackw@panix.com>
8514         [BZ #18681]
8515         * misc/regexp.h: This interface is no longer supported.
8516         Remove all contents, leaving only an #error directive.
8517         * misc/regexp.c (loc1, loc2, locs, step, advance):
8518         Demote to compatibility symbols.
8520 2015-08-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
8522         [BZ #18084]
8523         * debug/tst-backtrace2.c (do_test): Add test for BZ #18084.
8524         * sysdeps/arm/backtrace.c (__backtrace): Handle size <= 0.
8525         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
8526         * sysdeps/m68k/backtrace.c (__backtrace): Likewise.
8527         * sysdeps/microblaze/backtrace.c (__backtrace): Likewise.
8528         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Likewise.
8529         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Likewise.
8530         * sysdeps/sparc/backtrace.c (__backtrace): Likewise.
8531         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
8533 2015-08-15  Zack Weinberg  <zackw@panix.com>
8535         [BZ #18795]
8536         * string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
8537         buffer length is known to be too large, not if it's known to be
8538         small enough.
8539         * debug/tst-chk1.c (do_test): Do all tests for catching a buffer
8540         overflow at runtime, involving a length parameter, twice: once
8541         with a compile-time constant length parameter, once without.
8543 2015-08-14  Joseph Myers  <joseph@codesourcery.com>
8545         [BZ #18824]
8546         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Increase threshold for
8547         scaling x * y up instead of down.
8548         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8549         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8550         * math/auto-libm-test-in: Add more tests of fma.
8551         * math/auto-libm-test-out: Regenerated.
8553 2015-08-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8555         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
8557 2015-08-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
8559         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
8560         unnecessary movq.
8561         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
8562         Likewise.
8564 2015-08-13  Joseph Myers  <joseph@codesourcery.com>
8566         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
8567         asinh, atan, atan2, atanh, cabs, cbrt, cosh, csqrt, erf, erfc,
8568         exp, exp2, lgamma, log, log1p, log2, pow, sin, sincos, tan, tanh
8569         and tgamma.
8570         * math/auto-libm-test-out: Regenerated.
8571         * sysdeps/i386/fpu/libm-test-ulps: Update.
8572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8574         [BZ #16520]
8575         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <float.h>.
8576         (__tanh): Force underflow exception for arguments with small
8577         absolute value.
8578         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <float.h>.
8579         (__tanhf): Force underflow exception for arguments with small
8580         absolute value.
8581         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <float.h>.
8582         (__tanhl): Force underflow exception for arguments with small
8583         absolute value.
8584         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Include <float.h>.
8585         (__tanhl): Force underflow exception for arguments with small
8586         absolute value.
8587         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include <float.h>.
8588         (__tanhl): Force underflow exception for arguments with small
8589         absolute value.
8590         * math/auto-libm-test-in: Add more tests of tanh.
8591         * math/auto-libm-test-out: Regenerated.
8592         * sysdeps/i386/fpu/libm-test-ulps: Update.
8594 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8596         * sysdeps/x86/cpu-features.c (init_cpu_features): Call
8597         __get_cpuid_max if not compiling for i586, i686 nor x86-64.
8599 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8601         * sysdeps/unix/sysv/linux/x86/elision-conf.h: Don't include
8602         <cpuid.h>.
8604 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8606         * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
8607         Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
8609 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8611         * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))):
8612         Remove $(objpfx)init-arch.o.
8613         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove
8614         init-arch.
8615         * sysdeps/x86_64/fpu/math-tests-arch.h (avx_usable): Removed.
8616         (INIT_ARCH_EXT): Defined as empty.
8617         (CHECK_ARCH_EXT): Replace HAS_XXX with HAS_ARCH_FEATURE (XXX).
8618         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Remove
8619         __init_cpu_features call.  Replace HAS_XXX with
8620         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8621         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Likewise.
8622         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Likewise.
8623         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Likewise.
8624         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Likewise.
8625         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
8626         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Likewise.
8627         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Likewise.
8628         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
8629         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Likewise.
8630         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Likewise.
8631         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
8632         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Likewise.
8633         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Likewise.
8634         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
8635         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Likewise.
8636         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Likewise.
8637         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
8638         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
8639         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: Likewise.
8640         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: Likewise.
8641         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
8642         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: Likewise.
8643         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: Likewise.
8644         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
8645         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: Likewise.
8646         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: Likewise.
8647         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
8648         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: Likewise.
8649         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: Likewise.
8650         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
8651         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S: Likewise.
8652         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S: Likewise.
8653         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
8654         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: Likewise.
8655         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: Likewise.
8657 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8659         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Replace HAS_XXX
8660         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8661         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
8662         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
8663         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Likewise.
8664         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Likewise.
8665         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Likewise.
8666         * sysdeps/i386/i686/multiarch/s_fma.c: Likewise.
8667         * sysdeps/i386/i686/multiarch/s_fmaf.c: Likewise.
8668         * sysdeps/i386/i686/multiarch/bcopy.S: Remove __init_cpu_features
8669         call.  Merge SHARED and !SHARED.  Add LOAD_GOT_AND_RTLD_GLOBAL_RO.
8670         Use LOAD_FUNC_GOT_EAX to load function address.  Replace HAS_XXX
8671         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8672         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8673         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8674         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8675         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8676         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8677         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8678         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8679         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8680         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8681         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8682         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8683         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8684         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8685         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
8686         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8687         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8688         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8689         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8690         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8691         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8692         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
8693         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8694         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8695         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8696         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8697         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8698         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8699         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8700         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8701         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8703 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8705         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Replace HAS_XXX with
8706         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8707         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
8708         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
8709         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
8710         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
8711         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
8712         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Likewise.
8713         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
8714         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
8715         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
8716         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Use
8717         LOAD_RTLD_GLOBAL_RO_RDX and HAS_CPU_FEATURE (SSE4_1).
8718         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Likewise.
8719         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Likewise.
8720         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Likewise.
8721         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S : Likewise.
8722         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Likewise.
8723         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Likewise.
8724         * sysdeps/x86_64/fpu/multiarch/s_rintf.S : Likewise.
8725         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
8726         * sysdeps/x86_64/multiarch/sched_cpucount.c: Likewise.
8727         * sysdeps/x86_64/multiarch/strstr.c: Likewise.
8728         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
8729         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
8730         * sysdeps/x86_64/multiarch/test-multiarch.c: Likewise.
8731         * sysdeps/x86_64/multiarch/memcmp.S: Remove __init_cpu_features
8732         call.  Add LOAD_RTLD_GLOBAL_RO_RDX.  Replace HAS_XXX with
8733         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8734         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
8735         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
8736         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
8737         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
8738         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8739         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8740         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
8741         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
8742         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
8743         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
8744         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
8745         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
8746         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
8747         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
8749 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8751         * sysdeps/i386/dl-machine.h: Include <cpu-features.c>.
8752         (dl_platform_init): Call init_cpu_features.
8753         * sysdeps/i386/dl-procinfo.c (_dl_x86_cpu_features): New.
8754         * sysdeps/i386/i686/cacheinfo.c
8755         (DISABLE_PREFERRED_MEMORY_INSTRUCTION): Removed.
8756         * sysdeps/i386/i686/multiarch/Makefile (aux): Remove init-arch.
8757         * sysdeps/i386/i686/multiarch/Versions: Removed.
8758         * sysdeps/i386/i686/multiarch/ifunc-defines.sym (KIND_OFFSET):
8759         Removed.
8760         * sysdeps/i386/ldsodefs.h: Include <cpu-features.h>.
8761         * sysdeps/unix/sysv/linux/x86/Makefile
8762         (libpthread-sysdep_routines): Remove init-arch.
8763         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
8764         <sysdeps/x86_64/dl-procinfo.c> instead of
8765         sysdeps/generic/dl-procinfo.c>.
8766         * sysdeps/x86/Makefile [$(subdir) == csu] (gen-as-const-headers):
8767         Add cpu-features-offsets.sym and rtld-global-offsets.sym.
8768         [$(subdir) == elf] (sysdep-dl-routines): Add dl-get-cpu-features.
8769         [$(subdir) == elf] (tests): Add tst-get-cpu-features.
8770         [$(subdir) == elf] (tests-static): Add
8771         tst-get-cpu-features-static.
8772         * sysdeps/x86/Versions: New file.
8773         * sysdeps/x86/cpu-features-offsets.sym: Likewise.
8774         * sysdeps/x86/cpu-features.c: Likewise.
8775         * sysdeps/x86/cpu-features.h: Likewise.
8776         * sysdeps/x86/dl-get-cpu-features.c: Likewise.
8777         * sysdeps/x86/libc-start.c: Likewise.
8778         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
8779         * sysdeps/x86/tst-get-cpu-features-static.c: Likewise.
8780         * sysdeps/x86/tst-get-cpu-features.c: Likewise.
8781         * sysdeps/x86_64/dl-procinfo.c: Likewise.
8782         * sysdeps/x86_64/cacheinfo.c (__cpuid_count): Removed.
8783         Assume USE_MULTIARCH is defined and don't check it.
8784         (is_intel): Replace __cpu_features with GLRO(dl_x86_cpu_features).
8785         (is_amd): Likewise.
8786         (max_cpuid): Likewise.
8787         (intel_check_word): Likewise.
8788         (__cache_sysconf): Don't call __init_cpu_features.
8789         (__x86_preferred_memory_instruction): Removed.
8790         (init_cacheinfo): Don't call __init_cpu_features. Replace
8791         __cpu_features with GLRO(dl_x86_cpu_features).
8792         * sysdeps/x86_64/dl-machine.h: <cpu-features.c>.
8793         (dl_platform_init): Call init_cpu_features.
8794         * sysdeps/x86_64/ldsodefs.h: Include <cpu-features.h>.
8795         * sysdeps/x86_64/multiarch/Makefile (aux): Remove init-arch.
8796         * sysdeps/x86_64/multiarch/Versions: Removed.
8797         * sysdeps/x86_64/multiarch/cacheinfo.c: Likewise.
8798         * sysdeps/x86_64/multiarch/init-arch.c: Likewise.
8799         * sysdeps/x86_64/multiarch/ifunc-defines.sym (KIND_OFFSET):
8800         Removed.
8801         * sysdeps/x86_64/multiarch/init-arch.h: Rewrite.
8803 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8805         [BZ #18820]
8806         * libio/Makefile (test-fmemopen-mem): New test.
8807         * libio/test-fmemopen.c (do_bz18820): New test.
8808         * libio/fmemopen.c (__fmemopen): Fix memory leak.
8809         * libio/oldfmemopen.c (__old_fmemopen): Likewise.
8811 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8813         [BZ #16734]
8814         * libio/libioP.h (ROUND_TO_PAGE, ALLOC_BUF, ALLOC_WBUF): Delete.
8815         (FREE_BUF): Delete.
8816         * libio/libio.h (_IO_FILE_complete): Delete unused _freeres_size.
8817         * libio/genops.c (_IO_setb): Use malloc and free directly.
8818         (_IO_default_doallocate, _IO_default_finish): Likewise.
8819         ( _IO_unbuffer_all): Likewise.
8820         ( libc_freeres_fn): Likewise.
8821         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
8822         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
8823         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Likewise.
8824         (_IO_wdefault_doallocate): Likewise.
8826 2015-08-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8828         [BZ #18086]
8829         * sysdeps/posix/nice.c (nice): Restore old errno.
8830         * posix/tst-nice.c (do_test): Add test for BZ #18086.
8832 2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
8834         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
8836 2015-08-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8838         * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
8839         __bcopy and add a weak_alias to bcopy.
8840         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
8841         for static build.
8843         * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and
8844         cleanup macro usage.
8845         * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name.
8846         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file.
8847         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
8848         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise.
8849         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
8850         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise.
8851         * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise.
8852         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
8853         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
8854         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
8855         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
8856         [SHARED && IS_IN (libc)]: Include <string/strcpy.c>.
8857         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
8858         [SHARED && IS_IN (libc)]: Include <string/stpcpy.c>.
8859         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
8860         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise.
8861         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise.
8862         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise.
8863         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
8865         * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
8866         libc_hidden_def.
8867         (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
8869         * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
8870         (sysdep_routines): Add strstr-ppc64.
8871         * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
8873 2015-08-10  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
8875         [BZ #18778]
8876         * elf/Makefile (tests): Add Add tst-nodelete2.
8877         (modules-names): Add tst-nodelete2mod.
8878         (tst-nodelete2mod.so-no-z-defs): New.
8879         ($(objpfx)tst-nodelete2): Likewise.
8880         ($(objpfx)tst-nodelete2.out): Likewise.
8881         (LDFLAGS-tst-nodelete2): Likewise.
8882         * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
8883         out of loop through all loaded libraries.
8884         * elf/tst-nodelete2.c: New file.
8885         * elf/tst-nodelete2mod.c: Likewise.
8886         * elf/tst-znodelete-zlib.cc: Delete.
8888 2015-08-11  Andreas Schwab  <schwab@suse.de>
8890         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Don't define.
8891         * sysdeps/unix/sysv/linux/wordsize-64/openat.c
8892         (__openat64_nocancel): Likewise.
8894 2015-08-11  Joseph Myers  <joseph@codesourcery.com>
8896         * math/auto-libm-test-in: Add more tests of acosh, asin, asinh,
8897         atanh, cabs, carg, cbrt, cosh, csqrt, erf, erfc, exp, exp10,
8898         expm1, hypot, log, log10, log1p, log2, pow, sinh, tan and tgamma.
8899         * math/auto-libm-test-out: Regenerated.
8900         * sysdeps/i386/fpu/libm-test-ulps: Update.
8901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8903 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
8905         [BZ #18790]
8906         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Increase
8907         threshold for returning +/- 1.
8908         * math/auto-libm-test-in: Add more tests of tanh.
8909         * math/auto-libm-test-out: Regenerated.
8910         * sysdeps/i386/fpu/libm-test-ulps: Update.
8912 2015-08-10  Andreas Schwab  <schwab@suse.de>
8914         [BZ #18781]
8915         * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
8916         MORE_OFLAGS to oflag.
8917         * io/test-lfs.c (do_test): Test openat64.
8919 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
8921         [BZ #18789]
8922         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Use
8923         smaller threshold for returning the argument.
8924         * math/auto-libm-test-in: Add more tests of sinh.
8925         * math/auto-libm-test-out: Regenerated.
8926         * sysdeps/i386/fpu/libm-test-ulps: Update.
8928 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
8930         [BZ #18674]
8931         * sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
8932         break.
8934 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
8936         * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
8937         (generated): Don't add $(addprefix z.,$(tzfiles)).
8939 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
8941         * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
8942         * scripts/sysd-rules.awk: Likewise.
8944 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
8946         * iconvdata/tst-tables.sh: Change echo -n to printf.
8947         * nss/db-Makefile: Likewise.
8948         * posix/tst-getconf.sh: Likewise.
8949         * stdio-common/tst-unbputc.sh: Likewise.
8951 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
8953         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
8954         MADV_*_PAGES defines behind this feature check.
8956 2015-08-09  John David Anglin  <danglin@gcc.gnu.org>
8958         [BZ #18480]
8959         * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1,
8960         LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6):
8961         Define.
8962         (LOAD_REGS_0, LOAD_REGS_1, LOAD_REGS_2, LOAD_REGS_3, LOAD_REGS_4,
8963         LOAD_REGS_5, LOAD_REGS_6): Update.
8964         (INTERNAL_SYSCALL): Update using new LOAD defines.
8965         (INTERNAL_SYSCALL_NCS): Likewise.
8966         * sysdeps/unix/sysv/linux/hppa/syscall.c (syscall): Likewise.
8968 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
8970         [BZ #16734]
8971         * libio/genops.c (_IO_unbuffer_all): Free wide buffer as well.
8973 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
8975         [BZ #17905]
8976         * catgets/Makefile (tst-catgets-mem): New test.
8977         * catgets/catgets.c (catopen): Don't use unbounded alloca.
8978         * catgets/open_catalog.c (__open_catalog): Likewise.
8979         * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.
8981 2015-08-08  John David Anglin  <danglin@gcc.gnu.org>
8983         [BZ #18787]
8984         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
8985         clobber registers.
8986         (atomic_compare_and_exchange_val_acq): Use register asms to assign
8987         operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
8988         Cast return to __typeof (oldval).
8990 2015-08-08  Mike Frysinger  <vapier@gentoo.org>
8992         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
8993         in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
8994         and delete sys/syscall.h include.
8996 2015-08-07  Joseph Myers  <joseph@codesourcery.com>
8998         [BZ #16517]
8999         * sysdeps/ieee754/dbl-64/s_tan.c: Include <float.h>.
9000         (tan): Force underflow exception for arguments with small absolute
9001         value.
9002         * sysdeps/ieee754/flt-32/k_tanf.c: Include <float.h>.
9003         (__kernel_tanf): Force underflow exception for arguments with
9004         small absolute value.
9005         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <float.h>.
9006         (__kernel_tanl): Force underflow exception for arguments with
9007         small absolute value.
9008         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <float.h>.
9009         (__kernel_tanl): Force underflow exception for arguments with
9010         small absolute value.
9011         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <float.h>.
9012         (__kernel_tanl): Force underflow exception for arguments with
9013         small absolute value.
9014         * math/auto-libm-test-in: Add more tests of tan.
9015         * math/auto-libm-test-out: Regenerated.
9017 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9019         Fix sysdeps/i386/fpu/s_scalbn.S build
9021         * math/Versions (libc: GLIBC_2_22): New (empty) version set.
9023 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
9025         * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
9027 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9029         Fix gcrt0.o compilation
9031         When static-start-installed-name is different from
9032         start-installed-name, we must not use the shared objects.
9034         * csu/Makefile
9035         (extra-objs): Add gmon-start.o when building shared library and
9036         $(static-start-installed-name) is different from
9037         $(start-installed-name).
9038         $(objpfx)g$(static-start-installed-name): When building shared
9039         library and $(static-start-installed-name) is different from
9040         $(static-start-installed-name), revert to non-shared rule,
9041         i.e. using $(objpfx)% and gmon-start.o.
9043 2015-08-06  Joseph Myers  <joseph@codesourcery.com>
9045         [BZ #16519]
9046         * sysdeps/ieee754/dbl-64/e_sinh.c: Include <float.h>.
9047         (__ieee754_sinh): Force underflow exception for arguments with
9048         small absolute value.
9049         * sysdeps/ieee754/flt-32/e_sinhf.c: Include <float.h>.
9050         (__ieee754_sinhf): Force underflow exception for arguments with
9051         small absolute value.
9052         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Include <float.h>.
9053         (__ieee754_sinhl): Force underflow exception for arguments with
9054         small absolute value.
9055         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Include <float.h>.
9056         (__ieee754_sinhl): Force underflow exception for arguments with
9057         small absolute value.
9058         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Include <float.h>.
9059         (__ieee754_sinhl): Force underflow exception for arguments with
9060         small absolute value.
9061         * math/auto-libm-test-in: Add more tests of sinh.
9062         * math/auto-libm-test-out: Regenerated.
9063         * sysdeps/i386/fpu/libm-test-ulps: Update.
9065 2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9067         * libio/oldfileops.c: Include unistd.h.
9069 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
9071         * stdlib/isomac.c: Include ctype.h.
9073 2015-08-06  Arjun Shankar  <arjun.is@lostca.se>
9075         * dirent/tst-seekdir.c (main): Converted to ...
9076         (do_test): ... this.
9077         (TEST_FUNCTION): New macro.
9078         Include test-skeleton.c.
9079         * elf/tst-dlmodcount.c (main): Converted to ...
9080         (do_test): ... this.
9081         (TEST_FUNCTION): New macro.
9082         Include test-skeleton.c.
9083         * elf/tst-order-main.c (main): Converted to ...
9084         (do_test): ... this.
9085         (TEST_FUNCTION): New macro.
9086         Include test-skeleton.c.
9087         * elf/tst-pie2.c (main): Converted to ...
9088         (do_test): ... this.
9089         (TEST_FUNCTION): New macro.
9090         Include test-skeleton.c.
9091         * inet/tst-ether_aton.c (main): Converted to ...
9092         (do_test): ... this.
9093         (TEST_FUNCTION): New macro.
9094         Include test-skeleton.c.
9095         * misc/tst-mntent.c (main): Converted to ...
9096         (do_test): ... this.
9097         (TEST_FUNCTION): New macro.
9098         Include test-skeleton.c.
9099         * misc/tst-tsearch.c (main): Converted to ...
9100         (do_test): ... this.
9101         (TEST_FUNCTION): New macro.
9102         Include test-skeleton.c.
9103         * posix/tst-regexloc.c (main): Converted to ...
9104         (do_test): ... this.
9105         (TEST_FUNCTION): New macro.
9106         Include test-skeleton.c.
9107         * resolv/tst-aton.c (main): Converted to ...
9108         (do_test): ... this.
9109         (TEST_FUNCTION): New macro.
9110         Include test-skeleton.c.
9111         * stdio-common/test-fwrite.c (main): Converted to ...
9112         (do_test): ... this.
9113         (TEST_FUNCTION): New macro.
9114         Include test-skeleton.c.
9115         * stdio-common/tst-ferror.c (main): Converted to ...
9116         (do_test): ... this.
9117         (TEST_FUNCTION): New macro.
9118         Include test-skeleton.c.
9119         * stdio-common/tst-printf.c (main): Converted to ...
9120         (do_test): ... this.
9121         (TEST_FUNCTION): New macro.
9122         Include test-skeleton.c.
9123         * stdio-common/tst-printfsz.c (main): Converted to ...
9124         (do_test): ... this.
9125         (TEST_FUNCTION): New macro.
9126         Include test-skeleton.c.
9127         * stdlib/tst-strtod.c (main): Converted to ...
9128         (do_test): ... this.
9129         (TEST_FUNCTION): New macro.
9130         Include test-skeleton.c.
9131         * string/tst-strlen.c (main): Converted to ...
9132         (do_test): ... this.
9133         (TEST_FUNCTION): New macro.
9134         Include test-skeleton.c.
9135         * string/tst-svc.c (main): Converted to ...
9136         (do_test): ... this.
9137         (TEST_FUNCTION): New macro.
9138         Include test-skeleton.c.
9139         * time/tst-strptime.c (main): Converted to ...
9140         (do_test): ... this.
9141         (TEST_FUNCTION): New macro.
9142         Include test-skeleton.c.
9143         * timezone/tst-timezone.c (main): Converted to ...
9144         (do_test): ... this.
9145         (TEST_FUNCTION): New macro.
9146         Include test-skeleton.c.
9148 2015-08-05  Zack Weinberg  <zackw@panix.com>
9150         * misc/regexp.h: Update comments.
9152 2015-08-05  Andreas Schwab  <schwab@linux-m68k.org>
9154         [BZ #18635]
9155         * sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S: Add nop
9156         before return label.
9158 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9160         [BZ #18661]
9161         * sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
9162         when calling __errno_location.
9163         * sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
9164         * sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
9166 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9168         [BZ #18661]
9169         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
9170         (__lll_timedwait_tid): Align stack to 16 bytes when calling
9171         __gettimeofday.
9173 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9175         [BZ #18661]
9176         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
9177         (__start_context): Don't use pop to restore %rdi so that stack
9178         is aligned to 16 bytes when calling __setcontext.
9180 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9182         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Compile
9183         only for libc.
9184         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
9186 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9188         * string/string.h: (mempcpy): Redirect to __mempcpy_inline.
9189         (__mempcpy): Likewise.  (__mempcpy_inline): New inline function.
9190         * sysdeps/sparc/bits/string.h: (_HAVE_STRING_ARCH_mempcpy): Define.
9192 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9194         * string/memccpy.c (memccpy):
9195         Improve performance by using memchr/memcpy/__mempcpy.
9197 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9199         * string/strncpy.c (strncpy):
9200         Improve performance by using __strnlen/memcpy.
9202 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9204         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
9205         Optimize to avoid an unnecessary FPCR read.
9207 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
9209         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
9210         Optimize to reduce FPCR/FPSR accesses.
9212 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
9214         * locale/loadarchive.c (_nl_archive_subfreeres): Also check
9215         dead->data[category] != NULL.
9217 2015-08-05  Joseph Myers  <joseph@codesourcery.com>
9219         [BZ #18647]
9220         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): For large y
9221         and |x| close to 1, use absolute value of x when computing log.
9222         * math/auto-libm-test-in: Add more tests of pow.
9223         * math/auto-libm-test-out: Regenerated.
9225 2015-08-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9227         * sysdeps/unix/sysv/linux/arm/mmap.c: Add file.
9228         * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file.
9229         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
9231 2015-08-05  Marko Myllynen  <myllynen@redhat.com>
9233         [BZ #18525]
9234         * locales/km_KH: Remove timezone definition.
9235         * locales/lo_LA: Likewise.
9236         * locales/my_MM: Likewise.
9237         * locales/nan_TW@latin: Likewise.
9238         * locales/th_TH: Likewise.
9239         * locales/uk_UA: Likewise.
9241 2015-08-05  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
9243         [BZ #18265]
9244         * wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
9245         (wcsncat): Likewise.
9246         (wcscmp): Likewise.
9247         (wcsncmp): Likewise.
9249 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
9251         * test-skeleton.c (usage): New function.
9252         (main): Call usage when opt is '?'.
9254 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
9256         * sysdeps/unix/sysv/linux/mmap64.c: Move MMAP2_PAGE_SHIFT define
9257         before first use.
9259 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
9261         * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
9262         bottom and under _STACK_GROWS_DOWN.  Move the stacktop assignment
9263         in there too.
9265 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
9267         * version.h (RELEASE): Set to "development".
9268         (VERSION): Set to "2.22.90"
9270         * version.h (RELEASE): Set to "stable".
9271         (VERSION): Set to "2.22"
9272         * include/features.h (__GLIBC_MINOR__): Set to 22.
9274 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
9276         * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
9277         Restructure macro to avoid "value computed is not used" warning.
9278         (atomic_compare_and_exchange_val_acq): Likewise.
9280 2015-08-04  Andreas Schwab  <schwab@suse.de>
9282         [BZ #18635]
9283         * sysdeps/unix/sysv/linux/i386/makecontext.S: Terminate FDE before
9284         ret.
9285         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): Remove.
9287 2015-08-01  Carlos O'Donell  <carlos@redhat.com>
9289         * po/pl.po: Updated translation.
9290         * po/uk.po: Likewise.
9291         * po/fi.po: Likewise.
9292         * po/ko.po: Likewise.
9293         * po/ru.po: Likewise.
9294         * po/vi.po: Likewise.
9296 2015-07-31  Zack Weinberg  <zackw@panix.com>
9298         [BZ #18681]
9299         * regexp.h: Add unconditional #warning stating that this header
9300         will be removed soon.  Revise banner comment to match.
9301         (compile): Consistently use ERROR instead of RETURN to report
9302         errors (partial fix for bz#18681).
9303         * regexp.c: Don't include regexp.h. Remove some unnecessary
9304         declarations.
9306 2015-07-31  Carlos O'Donell  <carlos@redhat.com>
9308         * po/libc.pot: Regenerated.
9310 2015-07-30  Andrew Senkevich  <andrew.senkevich@intel.com>
9312         [BZ #18740]
9313         * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
9314         float-vlen4-arch-ext-cflags): Removed.
9315         * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
9316         CFLAGS-test-float-vlen4-wrappers.c): Likewise.
9318 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9320         [BZ #14113]
9321         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_mutex_t): Change
9322         aligned to __aligned__.
9323         (pthread_cond_t, pthread_rwlock_t): Likewise.
9325 2015-07-30  Torvald Riegel  <triegel@redhat.com>
9327         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: Remove file.
9329 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9331         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
9332         (struct sigaction): Change sa_flags from a long to an int, and add
9333         __glibc_reserved0 before it for padding when __WORDSIZE is 64.
9335 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9337         * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
9338         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
9339         sysdeps/generic/sysdep.h include.
9340         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
9341         _LINUX_HPPA_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h and
9342         sysdeps/hppa/sysdep.h.
9343         (ENTRY, PSEUDO): Undefine before defining.
9345 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
9347         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
9348         from scratch to use INTERNAL_SYSCALL.
9350 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
9352         [BZ #18078]
9353         * scripts/check-localplt.awk: Support alternate relocations.
9354         * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL
9355         sections.
9356         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and
9357         malloc entries with + REL R_386_GLOB_DAT.
9358         * sysdeps/x86_64/localplt.data: New file.
9360 2015-07-29  Andrew Senkevich  <andrew.senkevich@intel.com>
9362         [BZ #18731]
9363         * sysdeps/x86_64/fpu/math-tests-arch.h: Added AVX runtime check.
9364         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
9365         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
9367 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9369         * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
9371 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9373         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
9374         directly in terms of __sync_fetch_and_add and delete (int) cast.
9376 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9378         * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
9379         the -D_ASM_IA64_CURRENT_H flag.
9381 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
9383         [BZ #18641]
9384         * pwd/pwd.h (putpwent): Delete __nonnull markings.
9386 2015-07-27  Andreas Schwab  <schwab@suse.de>
9388         * conform/conformtest.pl (checknamespace): Filter out string
9389         literals while tokenizing.
9391 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
9393         * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
9394         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
9395         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
9397 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
9399         * nptl/tst-join7mod.c: Add #include <string.h>.
9401 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
9403         * sysdeps/nios2/libm-test-ulps: Update.
9405 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
9407         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
9408         Fix order of arguments to the rt_sigprocmask syscall.
9409         * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
9410         Likewise.
9412 2015-07-24  Roland McGrath  <roland@hack.frob.com>
9414         * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
9416 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9418         [BZ #18457]
9419         * nptl/Makefile (tests): New test case tst-join7.
9420         (modules-names): New test case module tst-join7mod.
9421         * nptl/tst-join7.c: New file.
9422         * nptl/tst-join7mod.c: New file.
9423         * Makeconfig (tls-model): Pass -ftls-model=initial-exec for
9424         all translation units in libc.so, libpthread.so and rtld.
9426 2015-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9428         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9430 2015-07-24  Andrew Senkevich  <andrew.senkevich@intel.com>
9432         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
9433         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
9434         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
9435         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
9436         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
9437         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
9438         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
9439         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
9440         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
9441         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
9442         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
9443         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
9444         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
9445         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
9446         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
9447         implementation.
9449 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9451         [BZ #17711]
9452         * sysdeps/aarch64/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
9453         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Handle
9454         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
9455         * sysdeps/arm/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
9456         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Handle
9457         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
9459 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9461         * stdlib/cxa_thread_atexit_impl.c: Use the lock name dl_load_lock
9462         instead of just saying load lock in the comments.
9464 2015-07-23  Roland McGrath  <roland@hack.frob.com>
9466         * sysdeps/unix/Subdirs: Moved ...
9467         * sysdeps/posix/Subdirs: ... here.
9468         * login/pty.h (struct termios, struct winsize): Add forward decls.
9469         * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
9470         * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
9471         * sysdeps/arm/nacl/libc.abilist: Updated.
9472         * sysdeps/nacl/libutil.abilist: New file.
9474         * bits/signum.h: Update comments to mention 1003.1-2013 too.
9475         (SIGWINCH): New macro.
9477         * sysdeps/nacl/getdtsz.c (getdtablesize): Add missing weak_alias.
9478         * sysdeps/arm/nacl/libc.abilist: Add it.
9480 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
9482         * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.
9484 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
9486         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
9487         Swap __glibc_reserved0 and sa_flags order.
9489 2015-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
9491         [BZ #18657]
9492         * elf/dl-close.c (_dl_close_worker): Don't unload DSO if there
9493         are pending TLS destructor calls.
9494         * include/link.h (struct link_map): Add concurrency note for
9495         L_TLS_DTOR_COUNT.
9496         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
9497         Don't touch the link map flag.  Atomically increment
9498         l_tls_dtor_count.
9499         (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
9500         Avoid taking the load lock and don't touch the link map flag.
9501         * stdlib/tst-tls-atexit-nodelete.c: New test case.
9502         * stdlib/Makefile (tests): Use it.
9503         * stdlib/tst-tls-atexit.c (do_test): dlopen
9504         tst-tls-atexit-lib.so again before dlclose.  Add conditionals
9505         to allow tst-tls-atexit-nodelete test case to use it.
9507 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9509         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Change sys/types.h include
9510         to bits/types.h.
9511         (msgqnum_t): New typedef.
9512         (msglen_t): Likewise.
9513         (struct msqid_ds): Update comment.  Change msg_qnum type to msgqnum_t
9514         and msg_qbytes type to msglen_t.
9516 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9518         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
9519         pad0 to __glibc_reserved0.
9520         (struct stat64): Likewise.
9522 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9524         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
9525         Change sa_flags from a long to an int and add __glibc_reserved0 before
9526         it for padding.
9528 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9530         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
9531         anonymous by deleting "siginfo" name.
9533 2015-07-21  Roland McGrath  <roland@hack.frob.com>
9535         * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
9536         * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename
9537         rather than __nacl_irt_filename.
9538         * sysdeps/nacl/xstat.c (__xstat): Likewise.
9540         * NEWS: New item for arm-nacl port.
9541         * sysdeps/arm/nacl/libc.abilist: New file.
9542         * sysdeps/nacl/ld.abilist: New file.
9543         * sysdeps/nacl/libBrokenLocale.abilist: New file.
9544         * sysdeps/nacl/libanl.abilist: New file.
9545         * sysdeps/nacl/libcrypt.abilist: New file.
9546         * sysdeps/nacl/libdl.abilist: New file.
9547         * sysdeps/nacl/libm.abilist: New file.
9548         * sysdeps/nacl/libpthread.abilist: New file.
9549         * sysdeps/nacl/libresolv.abilist: New file.
9550         * sysdeps/nacl/librt.abilist: New file.
9552 2015-07-21  Chris Metcalf  <cmetcalf@ezchip.com>
9554         * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): Call
9555         __startcontext to initialize the new context.
9556         * sysdeps/unix/sysv/linux/tile/setcontext.S (__startcontext): Set
9557         up CFI directive to forbid further backtracing.
9559 2015-07-21  Marko Myllynen  <myllynen@redhat.com>
9561         * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
9562         reference.
9563         * charmaps/ANSI_X3.4-1968: Likewise.
9564         * charmaps/BS_4730: Likewise.
9565         * charmaps/BS_VIEWDATA: Likewise.
9566         * charmaps/CP1250: Likewise.
9567         * charmaps/CP1251: Likewise.
9568         * charmaps/CP1252: Likewise.
9569         * charmaps/CP1253: Likewise.
9570         * charmaps/CP1254: Likewise.
9571         * charmaps/CP1255: Likewise.
9572         * charmaps/CP1256: Likewise.
9573         * charmaps/CSN_369103: Likewise.
9574         * charmaps/EBCDIC-DK-NO: Likewise.
9575         * charmaps/GB_1988-80: Likewise.
9576         * charmaps/GREEK-CCITT: Likewise.
9577         * charmaps/GREEK7: Likewise.
9578         * charmaps/INIS-8: Likewise.
9579         * charmaps/ISIRI-3342: Likewise.
9580         * charmaps/ISO_2033-1983: Likewise.
9581         * charmaps/ISO_5427-EXT: Likewise.
9582         * locales/POSIX: Likewise.
9583         * locales/ar_SA: Likewise.
9584         * locales/be_BY: Likewise.
9585         * locales/be_BY@latin: Likewise.
9586         * locales/ca_ES: Likewise.
9587         * locales/cs_CZ: Likewise.
9588         * locales/da_DK: Likewise.
9589         * locales/de_BE: Likewise.
9590         * locales/de_CH: Likewise.
9591         * locales/de_LU: Likewise.
9592         * locales/en_AU: Likewise.
9593         * locales/en_BW: Likewise.
9594         * locales/en_CA: Likewise.
9595         * locales/en_DK: Likewise.
9596         * locales/en_GB: Likewise.
9597         * locales/en_IE: Likewise.
9598         * locales/en_NZ: Likewise.
9599         * locales/en_ZA: Likewise.
9600         * locales/en_ZW: Likewise.
9601         * locales/es_AR: Likewise.
9602         * locales/es_BO: Likewise.
9603         * locales/es_CL: Likewise.
9604         * locales/es_CO: Likewise.
9605         * locales/es_DO: Likewise.
9606         * locales/es_EC: Likewise.
9607         * locales/es_ES: Likewise.
9608         * locales/es_HN: Likewise.
9609         * locales/es_MX: Likewise.
9610         * locales/es_PA: Likewise.
9611         * locales/es_PE: Likewise.
9612         * locales/es_PY: Likewise.
9613         * locales/es_SV: Likewise.
9614         * locales/es_US: Likewise.
9615         * locales/es_UY: Likewise.
9616         * locales/es_VE: Likewise.
9617         * locales/et_EE: Likewise.
9618         * locales/fa_IR: Likewise.
9619         * locales/fo_FO: Likewise.
9620         * locales/fr_CA: Likewise.
9621         * locales/fr_CH: Likewise.
9622         * locales/gv_GB: Likewise.
9623         * locales/he_IL: Likewise.
9624         * locales/hr_HR: Likewise.
9625         * locales/id_ID: Likewise.
9626         * locales/is_IS: Likewise.
9627         * locales/it_CH: Likewise.
9628         * locales/iw_IL: Likewise.
9629         * locales/kl_GL: Likewise.
9630         * locales/ko_KR: Likewise.
9631         * locales/kw_GB: Likewise.
9632         * locales/lg_UG: Likewise.
9633         * locales/lt_LT: Likewise.
9634         * locales/lv_LV: Likewise.
9635         * locales/mi_NZ: Likewise.
9636         * locales/nhn_MX: Likewise.
9637         * locales/nl_BE: Likewise.
9638         * locales/pl_PL: Likewise.
9639         * locales/sk_SK: Likewise.
9640         * locales/sl_SI: Likewise.
9641         * locales/sv_FI: Likewise.
9642         * locales/tl_PH: Likewise.
9643         * locales/tr_TR: Likewise.
9644         * locales/vi_VN: Likewise.
9646 2015-07-21  Khem Raj  <raj.khem@gmail.com>
9648         [BZ #17475]
9649         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
9650         of tu_IN and bh_IN.
9652 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
9654         [BZ #18694]
9655         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
9656         bits/wordsize.h.
9657         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
9659 2015-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9661         * stdlib/tst-tls-atexit-lib.c (do_foo): Rename to reg_dtor.
9662         * stdlib/tst-tls-atexit.c: (is_loaded): New function.
9663         (spawn_thread): New function.
9664         (load): Rename to reg_dtor_and_close.  Move dlopen to...
9665         (do_test): ... here.  Use IS_LOADED to test for its
9666         availability.
9668 2015-07-21  Andreas Schwab  <schwab@linux-m68k.org>
9670         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9672 2015-07-20  H.J. Lu  <hongjiu.lu@intel.com>
9674         [BZ #18696]
9675         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (_sigfault): Add
9676         si_addr_bnd.
9677         (si_lower): New.
9678         (si_upper): Likewise.
9680 2015-07-16  David S. Miller  <davem@davemloft.net>
9682         * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
9684 2015-07-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9686         * libio/fmemopen.c (__fmemopen): Fix 'w' openmode with provided
9687         buffer.
9688         * stdio-common/tst-fmemopen2.c (do_test_with_buffer): Fix typo and
9689         fail output information.
9691 2015-07-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9693         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strstr-power7
9694         and strstr-ppc64..
9695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
9696         * sysdeps/powerpc/powerpc64/power7/strstr.S: New File.
9697         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: New File.
9698         * sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c: New File.
9699         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: New File.
9701 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
9703         * sysdeps/hppa/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
9704         * sysdeps/hppa/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
9705         * sysdeps/ia64/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
9706         * sysdeps/ia64/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
9708 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
9710         * elf/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
9711         * sysdeps/hppa/dl-lookupcfg.h (_dl_symbol_address): Add
9712         rtld_hidden_proto.
9713         * sysdeps/ia64/dl-lookupcfg.h (_dl_symbol_address): Likewise.
9715 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9717         * tst-nodelete-opened.c (do_test): Add comment to clarify how
9718         the test can fail.
9720         * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
9722         [BZ #18676]
9723         * elf/tst-nodelete-opened.c: New test case.
9724         * elf/tst-nodelete-opened-lib.c: New test case module.
9725         * elf/Makefile (tests, modules-names): Use them.
9726         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag
9727         early.
9729 2015-07-15  David S. Miller  <davem@davemloft.net>
9731         * sysdeps/sparc/nptl/pthread_barrier_init.c: Include
9732         futex-intenal.h
9733         * sysdeps/sparc/sparc32/sparcv9/Makefile (nscd): Add cpu_relax.
9734         * sysdeps/sparc/sparc64/Makefile: Likewise.
9735         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
9736         Remove space from macro define.
9737         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_spin_nop): Likewise.
9739 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
9741         [BZ #17475]
9742         * locale/iso-639.def: Update Bhili and Tulu language codes as
9743         per iso639-3.
9745 2015-07-15  Arjun Shankar  <arjun.is@lostca.se>
9747         * elf/tst-leaks1.c (main): Converted to ...
9748         (do_test): ... this.
9749         (TEST_FUNCTION): New macro.
9750         Include test-skeleton.c.
9751         * localedata/tst-langinfo.c (main): Converted to ...
9752         (do_test): ... this.
9753         (TEST_FUNCTION): New macro.
9754         Include test-skeleton.c.
9755         * math/test-fpucw.c (main): Converted to ...
9756         (do_test): ... this.
9757         (TEST_FUNCTION): New macro.
9758         Include test-skeleton.c.
9759         * math/test-tgmath.c (main): Converted to ...
9760         (do_test): ... this.
9761         (TEST_FUNCTION): New macro.
9762         Include test-skeleton.c.
9763         * math/test-tgmath2.c (main): Converted to ...
9764         (do_test): ... this.
9765         (TEST_FUNCTION): New macro.
9766         Include test-skeleton.c.
9767         * setjmp/tst-setjmp.c (main): Converted to ...
9768         (do_test): ... this.
9769         (TEST_FUNCTION): New macro.
9770         Include test-skeleton.c.
9771         * stdio-common/tst-sscanf.c (main): Converted to ...
9772         (do_test): ... this.
9773         (TEST_FUNCTION): New macro.
9774         Include test-skeleton.c.
9775         * sysdeps/x86_64/tst-audit6.c (main): Converted to ...
9776         (do_test): ... this.
9777         (TEST_FUNCTION): New macro.
9778         Include test-skeleton.c.
9780         * elf/tst-audit9.c (main): Converted to ...
9781         (do_test): ... this.
9782         (TEST_FUNCTION): New macro.
9783         Include test-skeleton.c.
9785 2015-07-15  Mike Frysinger  <vapier@gentoo.org>
9787         * timezone/tst-tzset.c (TIMEOUT): Define to 5.
9789 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
9791         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
9792         New variable.
9794 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
9796         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
9798 2015-07-14  Roland McGrath  <roland@hack.frob.com>
9800         * sysdeps/generic/dl-fileid.h: New file.
9801         * sysdeps/posix/dl-fileid.h: New file.
9802         * sysdeps/nacl/dl-fileid.h: New file.
9803         * include/link.h: Include <dl-fileid.h>.
9804         (struct link_map): Replace l_dev and l_ino with l_file_id.
9805         * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather
9806         than __fxstat64.  Use _dl_file_id_match_p rather than comparing l_dev
9807         and l_ino directly.  Initialize l_file_id rather than l_dev and l_ino.
9809 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
9811         * stdlib/tst-tls-atexit.c (do_test): Fix typo.
9813 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9815         * elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
9816         Add iff $CXX is set.
9817         [ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
9818         Likewise.
9819         (tst-nodelete-zmodiff): Likewise.
9820         * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
9822 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
9824         * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
9826 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
9828         * sysdeps/aarch64/fpu/math_private.h
9829         (define math_opt_barrier): Add AArch64 version.
9830         (math_force_eval): Likewise.
9832 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
9834         * sysdeps/aarch64/strlen.S (strlen): Optimize strlen.
9836 2015-07-11  H.J. Lu  <hongjiu.lu@intel.com>
9838         * stdio-common/tst-fmemopen2.c (do_test_without_buffer): Replace
9839         %ld with %jd and cast to intmax_t.
9840         (do_test_length_zero): Likewise.
9842 2015-07-10  Roland McGrath  <roland@hack.frob.com>
9844         * sysdeps/nacl/pthread_condattr_setclock.c: New file.
9846 2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
9848         * sysdeps/tile/libm-test-ulps: Regenerated.
9850         * math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
9851         Comment out the whole function, not just its body.
9853 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9855         * stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex
9856         locks.
9858         * stdlib/tst-tls-atexit.c (load): Avoid boolean coercion.
9860 2015-07-10  Torvald Riegel  <triegel@redhat.com>
9862         * nptl/sem_waitcommon.c (__new_sem_wait_slow): Update comments.
9863         (sem_assume_only_signals_cause_futex_EINTR): Remove.
9865 2015-07-10  Torvald Riegel  <triegel@redhat.com>
9867         * sysdeps/nptl/futex-internal.h: New file.
9868         * sysdeps/nacl/futex-internal.h: New file.
9869         * sysdeps/unix/sysv/linux/futex-internal.h: New file.
9870         * nptl/allocatestack.c (setxid_mark_thread): Use futex wrappers with
9871         error checking.
9872         (setxid_unmark_thread): Likewise.
9873         (__nptl_setxid): Likewise.
9874         (__wait_lookup_done): Likewise.
9875         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
9876         * nptl/nptl-init.c (sighandler_setxid): Likewise.
9877         * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
9878         * nptl/pthread_once.c (clear_once_control): Likewise.
9879         (__pthread_once_slow): Likewise.
9880         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
9881         * sysdeps/nacl/exit-thread.h (__exit_thread): Likewise.
9882         * sysdeps/nptl/aio_misc.h (AIO_MISC_NOTIFY, AIO_MISC_WAIT): Likewise.
9883         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
9884         * sysdeps/nptl/gai_misc.h (GAI_MISC_NOTIFY, GAI_MISC_WAIT): Likewise.
9885         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow):
9886         Likewise.
9887         (__pthread_rwlock_rdlock): Likewise.
9888         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
9889         Likewise.
9890         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
9891         Likewise.
9892         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
9893         Likewise.
9894         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Likewise.
9895         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow:
9896         Likewise.
9897         * nptl/pthread_rwlock_init (__pthread_rwlock_init): Remove
9898         __ASSUME_PRIVATE_FUTEX check.
9899         * nptl/pthread_rwlockattr_setpshared (pthread_rwlockattr_setpshared):
9900         Check that shared futexes are supported.
9901         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Use futex
9902         wrappers with error checking.
9903         * nptl/pthread_barrier_init.c (pthread_barrier_init): Add comments,
9904         remove attribute sanity check and __ASSUME_PRIVATE_FUTEX check.
9905         * nptl/pthread_barrierattr_setpshared.c
9906         (pthread_barrierattr_setpshared): Check that shared futexes are
9907         supported.
9908         * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared):
9909         Likewise.
9910         * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
9911         Likewise.
9912         * nptl/sem_init.c (futex_private_if_supported): Remove.
9913         (__new_sem_init): Adapt and check that shared futexes are supported.
9914         * nptl/sem_open.c (sem_open): Likewise.
9915         * nptl/sem_post.c (futex_wake): Remove.
9916         * nptl/sem_waitcommon.c (futex_abstimed_wait, futex_wake): Remove.
9917         (do_futex_wait): Use futex wrappers with error checking.
9918         * nptl/sem_wait.c: Include lowlevellock.h.
9919         * sysdeps/sparc/nptl/pthread_barrier_init.c (__pthread_barrier_init):
9920         Use futex_supports_pshared.
9921         * sysdeps/sparc/nptl/pthread_barrier_wait.c (pthread_barrier_wait):
9922         Use futex wrappers with error checking.
9923         * sysdeps/sparc/sparc32/pthread_barrier_wait.c (pthread_barrier_wait):
9924         Likewise.
9925         * sysdeps/sparc/sparc32/sem_init.c (futex_private_if_supported): Remove.
9926         * sysdeps/sparc/sparc32/sem_post.c (futex_wake): Likewise.
9927         * sysdeps/sparc/sparc32/sem_open.c (sem_open): Use FUTEX_SHARED.
9928         * sysdeps/sparc/sparc32/sem_waitcommon.c (futex_abstimed_wait): Remove.
9929         (futex_wake): Likewise.
9930         (sem_assume_only_signals_cause_futex_EINTR): Likewise.
9931         (do_futex_wait): Use futex wrappers with error checking.
9932         (__new_sem_wait_slow): Update EINTR handling.
9933         * sysdeps/sparc/sparc32/sem_wait.c: Include lowlevellock.h.
9935 2015-07-09  Martin Sebor  <msebor@redhat.com>
9937         [BZ #18435]
9938         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
9939         Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54.
9940         * nptl/Makefile (test-xfail-tst-once5): Define.
9942 2015-07-09  Roland McGrath  <roland@hack.frob.com>
9944         * include/stdio.h: Add rtld_hidden_proto (__libc_fatal).
9945         * elf/dl-minimal.c: For readability, reorder some definitions and
9946         introduce more page breaks.  Include <stdio.h>.
9947         (__libc_fatal): New function.
9949         * include/unistd.h: Add rtld_hidden_proto for _exit.
9950         * posix/_exit.c: Add rtld_hidden_def.
9951         * sysdeps/mach/hurd/_exit.c: Likewise.
9952         * sysdeps/nacl/_exit.c: Likewise.
9953         * sysdeps/unix/sysv/linux/_exit.c: Likewise.
9954         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
9956 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
9958         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve
9959         bndmov encoding with zero displacement.
9961 2015-07-09  Igor Zamyatin  <igor.zamyatin@intel.com>
9962             H.J. Lu  <hongjiu.lu@intel.com>
9964         [BZ #18134]
9965         * sysdeps/i386/configure.ac: Set HAVE_MPX_SUPPORT.
9966         * sysdeps/i386/configure: Regenerated.
9967         * sysdeps/i386/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
9968         (_dl_runtime_profile): Save and restore Intel MPX return bound
9969         registers when calling _dl_call_pltexit.  Add
9970         PRESERVE_BND_REGS_PREFIX before return.
9971         * sysdeps/i386/link-defines.sym (LRV_BND0_OFFSET): New.
9972         (LRV_BND1_OFFSET): Likewise.
9973         * sysdeps/x86/bits/link.h (La_i86_retval): Add lrv_bnd0 and
9974         lrv_bnd1.
9975         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
9976         typo in bndmov encoding.
9977         * sysdeps/x86_64/dl-trampoline.h: Properly save and restore
9978         Intel MPX bound registers.  Add PRESERVE_BND_REGS_PREFIX before
9979         branch instructions to preserve bounds.
9981 2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
9984         [GLIBC_2.22]: Add fmemopen.
9986 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9988         * sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
9989         returns an error, also try to use host port from __mach_host_self for
9990         the __vm_wire call.
9991         * sysdeps/mach/hurd/munlock.c (munlock): Likewise.
9993 2015-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9995         [BZ #18400]
9996         [BZ #18648]
9997         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
9998         Fix pr_uid and pr_gid members.
9999         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the
10000         definition to elf_greg_t.
10002 2015-07-08  Roland McGrath  <roland@hack.frob.com>
10004         [BZ #18383]
10005         * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check.
10006         Emit test-xfail-tst-tlsalign{,-static}=yes if it fails.
10007         * sysdeps/arm/configure: Regenerated.
10008         * elf/Makefile (test-xfail-tst-tlsalign): Variable removed.
10009         (test-xfail-tst-tlsalign-static): Variable removed.
10011         * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'.
10012         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link)
10013         rather than explicit 'ln -s'.
10015         * resolv/rpc/netdb.h: New file.
10016         * resolv/Makefile [sunrpc not in $(subdirs)] (headers): Add it.
10018 2015-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10020         * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero
10021         length buffers.
10022         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
10023         test-skeleton.c.
10025         [BZ #6544]
10026         [BZ #11216]
10027         [BZ #12836]
10028         [BZ #13151]
10029         [BZ #13152]
10030         [BZ #14292]
10031         * include/stdio.h (fmemopen): Remove hidden prototype.
10032         (__fmemopen): Add new hidden prototype.
10033         * libio/Makefile: Add oldfmemopen object.
10034         * libio/Versions [GLIBC_2.22]: Add new fmemopen symbol.
10035         * libio/fmemopen.c (__fmemopen): Function rewrite to be POSIX
10036         compliance.
10037         * libio/oldfmemopen.c: New file: old fmemopen implementation for
10038         symbol compatibility.
10039         * stdio-common/Makefile [tests]: Add new tst-fmemopen3.
10040         * stdio-common/psiginfo.c [psiginfo]: Call __fmemopen instead of
10041         fmemopen.
10042         * stdio-common/tst-fmemopen3.c: New file: more fmemopen tests, focus
10043         on append and read mode.
10044         * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.22]: Add
10045         fmemopen.
10046         * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Likewise.
10047         * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.22]: Likewise.
10048         * sysdeps/unix/sysv/linux/i386/libc.abilist [GLIBC_2.22]: Likewise.
10049         * sysdeps/unix/sysv/linux/ia64/libc.abilist [GLIBC_2.22]:
10050         Likewise.
10051         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
10052         [GLIBC_2.22]: Likewise.
10053         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist [GLIBC_2.22]:
10054         Likewise.
10055         * sysdeps/unix/sysv/linux/microblaze/libc.abilist [GLIBC_2.22]:
10056         Likewise.
10057         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
10058         [GLIBC_2.22]: Likewise.
10059         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
10060         [GLIBC_2.22]: Likewise.
10061         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
10062         [GLIBC_2.22]: Likewise.
10063         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
10064         [GLIBC_2.22]: Likewise.
10065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
10066         [GLIBC_2.22]: Likewise.
10067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
10068         [GLIBC_2.22]: Likewise.
10069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
10070         [GLIBC_2.22]: Likewise.
10071         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist [GLIBC_2.22]:
10072         Likewise.
10073         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist [GLIBC_2.22]:
10074         Likewise.
10075         * sysdeps/unix/sysv/linux/sh/libc.abilist [GLIBC_2.22]: Likewise.
10076         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
10077         [GLIBC_2.22]: Likewise.
10078         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
10079         [GLIBC_2.22]: Likewise.
10080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
10081         [GLIBC_2.22]: Likewise.
10082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
10083         [GLIBC_2.22]: Likewise.
10084         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist [GLIBC_2.22]:
10085         Likewise.
10086         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist [GLIBC_2.22]:
10087         Likewise.
10088         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist [GLIBC_2.22]:
10089         Likewise.
10090         * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
10091         * sysdeps/unix/sysv/linux/nios2/libc.abilist [GLIBC_2.22]: Likewise.
10093 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
10095         [BZ #18643]
10096         * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
10097         IPV6_PATHMTU, and IPV6_DONTFRAG.
10099 2015-07-08  Feng Gao  <gfree.wind@gmail.com>
10101         * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
10102         and _IO_UNBUFFERED.
10103         * libio/oldfileops.c: Likewise.
10104         * libio/wfileops.c: Likewise.
10106 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
10108         * nscd/selinux.c: Delete selinux/flask.h include.
10110 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
10112         [BZ #18641]
10113         * pwd/pwd.h (fgetpwent): Add __nonnull markings.
10114         (putpwent): Likewise.
10115         (getpwnam): Likewise.
10116         (getpwent_r): Likewise.
10117         (getpwuid_r): Likewise.
10118         (getpwnam_r): Likewise.
10119         (fgetpwent_r): Likewise.
10121 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
10123         [BZ #18557]
10124         * inet/rcmd.c (__validuser2_sa): Check user first to
10125         short-circuit host check.
10127 2015-07-07  Pavel Kopyl  <p.kopyl@samsung.com>
10128             Mikhail Ilin  <m.ilin@samsung.com>
10130         [BZ #17833]
10131         * elf/Makefile (tests): Add tst-nodelete.
10132         (modules-names): Add tst-nodelete-uniquemod.
10133         (tst-nodelete-uniquemod.so-no-z-defs): New.
10134         (tst-nodelete-rtldmod.so-no-z-defs): Likewise.
10135         (tst-nodelete-zmod.so-no-z-defs): Likewise.
10136         ($(objpfx)tst-nodelete): Likewise.
10137         ($(objpfx)tst-nodelete.out): Likewise.
10138         (LDFLAGS-tst-nodelete): Likewise.
10139         (LDFLAGS-tst-nodelete-zmod.so): Likewise.
10140         * elf/dl-close.c (_dl_close_worker): Add a parameter to
10141         implement forced object deletion.
10142         (_dl_close): Pass false to _dl_close_worker.
10143         * elf/dl-open.c (_dl_open): Pass true to _dl_close_worker.
10144         * elf/tst-nodelete.cc: New file.
10145         * elf/tst-nodeletelib.cc: Likewise.
10146         * elf/tst-znodeletelib.cc: Likewise.
10147         * include/dlfcn.h (_dl_close_worker): Add a new parameter.
10149 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
10151         [BZ #18508]
10152         * stdlib/Makefile ($(objpfx)tst-makecontext3):
10153         Depend on $(libdl).
10154         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
10155         is not called infinitely times.
10156         (backtrace_helper): New function.
10157         (trace_arg): New struct.
10158         (st1): Enlarge stack size.
10159         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
10160         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
10161         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
10162         Likewise.
10164 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
10166         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
10168 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
10170         * sysdeps/unix/sysv/linux/s390/bits/sem.h:
10171         Include sys/types.h instead of bits/types.h.
10172         Remove inclusion of bits/wordsize.h.
10174 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10176         * sysdeps/x86_64/tst-auditmod10b.c (la_symbind32): New.
10177         * sysdeps/x86_64/tst-auditmod4b.c (la_symbind32): Likewise.
10178         * sysdeps/x86_64/tst-auditmod5b.c (la_symbind32): Likewise.
10179         * sysdeps/x86_64/tst-auditmod6b.c (la_symbind32): Likewise.
10180         * sysdeps/x86_64/tst-auditmod6c.c (la_symbind32): Likewise.
10181         * sysdeps/x86_64/tst-auditmod7b.c (la_symbind32): Likewise.
10183 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10185         * sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
10186         link-defines.sym.
10187         * sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
10188         (_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
10189         LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
10190         and LR_SIZE.
10191         * sysdeps/i386/link-defines.sym: New file.
10193 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10195         * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
10196         (modules-names): Add tst-auditmod3a tst-auditmod3b.
10197         ($(objpfx)tst-audit3): New rule.
10198         ($(objpfx)tst-audit3.out): Likewise.
10199         * sysdeps/i386/tst-audit3.c: New file.
10200         * sysdeps/i386/tst-audit3.h: Likewise.
10201         * sysdeps/i386/tst-auditmod3a.c: Likewise.
10202         * sysdeps/i386/tst-auditmod3b.c: Likewise.
10204 2015-07-07  Torvald Riegel  <triegel@redhat.com>
10206         [BZ #18633]
10207         * sysdeps/x86/bits/string.h (__memmove_g): Do not create invalid
10208         pointer in C code.
10209         (__strcat_c): Likewise.
10210         (__strcat_g): Likewise.
10212 2015-07-07  Cyril Hrubis <chrubis@suse.cz>
10214         [BZ #18592]
10215         * misc/sbrk.c: Set errno to ENOMEM on overflow.
10217 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
10219         * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
10220         New function.  (__ieee754_sqrtf): New function.
10221         * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
10222         New function.
10223         * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
10224         New function.
10226 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
10228         * sysdeps/ieee754/support.c: Remove unused file.
10230 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10232         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Use q
10233         registers instead of d ones so the layout is kernel abi compatible.
10234         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Likewise.
10235         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext):
10236         Likewise.
10238 2015-07-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10240         * sysdeps/aarch64/libm-test-ulps: Regenerated.
10242 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
10244         [BZ #18619]
10245         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Force underflow
10246         and return argument in case of subnormal argument.
10248 2015-07-01  Martin Sebor  <msebor@redhat.com>
10250         [BZ #18435]
10251         * nptl/Makefile: Add tst-once5.cc.
10252         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
10253         Remove macro redefinitions.
10254         * nptl/tst-once5.cc: New test.
10256 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
10258         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10260         * sysdeps/arm/libm-test-ulps: Regenerated.
10262         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10263         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10265 2015-06-30  Torvald Riegel  <triegel@redhat.com>
10267         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
10268         lll_lock_wait_private and lll_futex_wake probes.
10270         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
10271         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
10272         Likewise.
10273         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
10274         atomic_spin_nop.
10275         * sysdeps/x86_64/bits/atomic.h: Likewise.
10276         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
10277         to atomic_spin_nop and move ...
10278         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
10279         ... here and ...
10280         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
10281         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
10282         atomic_spin_nop instead of BUSY_WAIT_NOP.
10283         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
10284         Likewise.
10285         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
10286         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
10287         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
10288         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
10289         instead of atomic_delay.
10291 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
10293         [BZ #18613]
10294         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
10295         X_ADJ not X when adjusting exponent.
10296         (__ieee754_gamma_r): Do intermediate computations in
10297         round-to-nearest then adjust overflowing and underflowing results
10298         as needed.
10299         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
10300         of X_ADJ not X when adjusting exponent.
10301         (__ieee754_gammaf_r): Do intermediate computations in
10302         round-to-nearest then adjust overflowing and underflowing results
10303         as needed.
10304         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
10305         log of X_ADJ not X when adjusting exponent.
10306         (__ieee754_gammal_r): Do intermediate computations in
10307         round-to-nearest then adjust overflowing and underflowing results
10308         as needed.  Use 1.0L not 1.0f as numerator of division.
10309         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
10310         log of X_ADJ not X when adjusting exponent.
10311         (__ieee754_gammal_r): Do intermediate computations in
10312         round-to-nearest then adjust overflowing and underflowing results
10313         as needed.  Use 1.0L not 1.0f as numerator of division.
10314         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
10315         of X_ADJ not X when adjusting exponent.
10316         (__ieee754_gammal_r): Do intermediate computations in
10317         round-to-nearest then adjust overflowing and underflowing results
10318         as needed.  Use 1.0L not 1.0f as numerator of division.
10319         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
10320         to auto-libm-test-in.
10321         (tgamma_test): Use ALL_RM_TEST.
10322         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
10323         tests of tgamma with spurious-overflow.
10324         * math/auto-libm-test-out: Regenerated.
10325         * math/gen-libm-have-vector-test.sh: Do not check for START.
10326         * sysdeps/i386/fpu/libm-test-ulps: Update.
10327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10329         [BZ #18612]
10330         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
10331         arguments, just return 0.5 times the argument, with underflow
10332         forced as needed.
10333         * math/auto-libm-test-in: Add more tests of j1.
10334         * math/auto-libm-test-out: Regenerated.
10336         [BZ #16559]
10337         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
10338         (__ieee754_j1): Force underflow exception for small results.
10339         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
10340         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
10341         (__ieee754_j1f): Force underflow exception for small results.
10342         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
10343         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
10344         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
10345         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
10346         (__ieee754_j1l): Force underflow exception for small results.
10347         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
10348         * math/auto-libm-test-in: Add more tests of j1 and jn.
10349         * math/auto-libm-test-out: Regenerated.
10351         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
10352         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
10353         (PF_MPLS): Likewise.
10354         (AF_IB): Likewise.
10355         (AF_MPLS): Likewise.
10356         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
10357         value and macro.
10358         (MS_RMT_MASK): Include MS_LAZYTIME.
10360 2015-06-26  Mel Gorman  <mgorman@suse.de>
10362         [BZ #18502]
10363         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
10364         already minimal.
10366 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
10368         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
10369         (DT_MIPS_NUM): Update.
10370         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
10371         DT_MIPS_RLD_MAP_REL.
10373 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
10375         [BZ #16559]
10376         [BZ #18602]
10377         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
10378         round-to-nearest internally then recompute results that
10379         underflowed to zero in the original rounding mode.
10380         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
10381         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
10382         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
10383         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise
10384         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
10385         * sysdeps/i386/fpu/libm-test-ulps: Update.
10386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10388 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
10390         * NEWS: Fixed description of link with vector math library.
10392 2015-06-25  Andreas Schwab  <schwab@suse.de>
10394         [BZ #18549]
10395         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
10396         * libio/test-fmemopen.c (do_test): Add test for it.
10398 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
10400         [BZ #17841]
10401         * Makeconfig (no-pie-ldflag): New.
10402         (+link): Set to $(+link-pie) if default to PIE.
10403         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
10404         * config.make.in (build-pie-default): New.
10405         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
10406         is default.  AC_SUBST.
10407         * configure: Regenerated.
10408         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
10410 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10412         * nptl/descr.h (struct pthread): Change type of field setxid_futex
10413         to 'unsigned int'.
10415         * resolv/gai_misc.h (struct waitlist): Change type of field
10416         counterp to 'volatile unsigned int *'.
10417         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
10418         FUTEXADDR and OLDVAL.
10419         * resolv/getaddrinfo_a.c (getaddrinfo_a):
10420         Give local variable TOTAL type 'volatile unsigned int'.
10421         (struct async_waitlist): Change type of field counter to 'unsigned int'.
10422         * resolv/gai_suspend.c (gai_suspend):
10423         Give local variable CNTR type 'unsigned int'.
10425         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
10426         counterp to 'volatile unsigned int *'.
10427         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
10428         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
10429         (aio_suspend): Give local variable CNTR type 'unsigned int'.
10430         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
10431         Give local variable TOTAL type 'volatile unsigned int'.
10432         (struct async_waitlist): Change type of field counter to 'unsigned int'.
10434 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
10436         [BZ #18383]
10437         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
10438         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
10439         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
10440         comment for i386/x86-64.
10441         (test-xfail-tst-tlsalign-extern-static): Removed.
10443 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10445         * math/test-double.h: New file.
10446         * math/test-float.h: Likewise.
10447         * math/test-ldouble.h: Likewise.
10448         * math/test-math-inline.h: Likewise.
10449         * math/test-math-no-inline.h: Likewise.
10450         * math/test-math-scalar.h: Likewise.
10451         * math/test-math-vector.h: Likewise.
10452         * math/test-vec-loop.h: Remove file.  Contents moved into
10453         test-math-vector.h.
10454         * math/libm-test.inc (MATHCONST): Do not document macro.
10455         * math/test-double.c: Include test-double.h, test-math-no-inline.h
10456         and test-math-scalar.h.
10457         (FUNC): Remove macro.
10458         (FUNC_TEST): Likewise.
10459         (FLOAT): Likewise.
10460         (MATHCONST): Likewise.
10461         (PRINTF_EXPR): Likewise.
10462         (PRINTF_XEXPR): Likewise.
10463         (PRINTF_NEXPR): Likewise.
10464         (TEST_DOUBLE): Likewise.
10465         (TEST_MATHVEC): Likewise.
10466         (__NO_MATH_INLINES): Likewise.
10467         * math/test-float.c: Include test-float.h, test-math-no-inline.h
10468         and test-math-scalar.h.
10469         (FUNC): Remove macro.
10470         (FUNC_TEST): Likewise.
10471         (FLOAT): Likewise.
10472         (MATHCONST): Likewise.
10473         (PRINTF_EXPR): Likewise.
10474         (PRINTF_XEXPR): Likewise.
10475         (PRINTF_NEXPR): Likewise.
10476         (TEST_FLOAT): Likewise.
10477         (TEST_MATHVEC): Likewise.
10478         (__NO_MATH_INLINES): Likewise.
10479         * math/test-idouble.c: Include test-double.h, test-math-inline.h
10480         and test-math-scalar.h.
10481         (FUNC): Remove macro.
10482         (FUNC_TEST): Likewise.
10483         (FLOAT): Likewise.
10484         (MATHCONST): Likewise.
10485         (PRINTF_EXPR): Likewise.
10486         (PRINTF_XEXPR): Likewise.
10487         (PRINTF_NEXPR): Likewise.
10488         (TEST_DOUBLE): Likewise.
10489         (TEST_MATHVEC): Likewise.
10490         (TEST_INLINE): Likewise.
10491         (__NO_MATH_INLINES): Likewise.
10492         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
10493         test-math-scalar.h.
10494         (FUNC): Remove macro.
10495         (FUNC_TEST): Likewise.
10496         (FLOAT): Likewise.
10497         (MATHCONST): Likewise.
10498         (PRINTF_EXPR): Likewise.
10499         (PRINTF_XEXPR): Likewise.
10500         (PRINTF_NEXPR): Likewise.
10501         (TEST_FLOAT): Likewise.
10502         (TEST_MATHVEC): Likewise.
10503         (TEST_INLINE): Likewise.
10504         (__NO_MATH_INLINES): Likewise.
10505         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
10506         and test-math-scalar.h.
10507         (FUNC): Remove macro.
10508         (FUNC_TEST): Likewise.
10509         (FLOAT): Likewise.
10510         (MATHCONST): Likewise.
10511         (PRINTF_EXPR): Likewise.
10512         (PRINTF_XEXPR): Likewise.
10513         (PRINTF_NEXPR): Likewise.
10514         (TEST_LDOUBLE): Likewise.
10515         (TEST_MATHVEC): Likewise.
10516         (TEST_INLINE): Likewise.
10517         (__NO_MATH_INLINES): Likewise.
10518         * math/test-ldouble.c: Include test-ldouble.h,
10519         test-math-no-inline.h and test-math-scalar.h.
10520         (FUNC): Remove macro.
10521         (FUNC_TEST): Likewise.
10522         (FLOAT): Likewise.
10523         (MATHCONST): Likewise.
10524         (PRINTF_EXPR): Likewise.
10525         (PRINTF_XEXPR): Likewise.
10526         (PRINTF_NEXPR): Likewise.
10527         (TEST_LDOUBLE): Likewise.
10528         (TEST_MATHVEC): Likewise.
10529         (__NO_MATH_INLINES): Likewise.
10530         * math/test-double-vlen2.h: Include test-double.h,
10531         test-math-no-inline.h and test-math-vector.h.
10532         (FLOAT): Remove macro.
10533         (FUNC): Likewise.
10534         (MATHCONST): Likewise.
10535         (PRINTF_EXPR): Likewise.
10536         (PRINTF_XEXPR): Likewise.
10537         (PRINTF_NEXPR): Likewise.
10538         (TEST_DOUBLE): Likewise.
10539         (TEST_MATHVEC): Likewise.
10540         (__NO_MATH_INLINES): Likewise.
10541         (CNCT): Likewise.
10542         (CONCAT): Likewise.
10543         (WRAPPER_NAME): Likewise.
10544         (WRAPPER_DECL): Likewise.
10545         (WRAPPER_DECL_ff): Likewise.
10546         (WRAPPER_DECL_fFF): Likewise.
10547         (VECTOR_WRAPPER): Likewise.
10548         (VECTOR_WRAPPER_ff): Likewise.
10549         (VECTOR_WRAPPER_fFF): Likewise.
10550         (VEC_LEN): New macro.
10551         * math/test-double-vlen4.h: Include test-double.h,
10552         test-math-no-inline.h and test-math-vector.h.
10553         (FLOAT): Remove macro.
10554         (FUNC): Likewise.
10555         (MATHCONST): Likewise.
10556         (PRINTF_EXPR): Likewise.
10557         (PRINTF_XEXPR): Likewise.
10558         (PRINTF_NEXPR): Likewise.
10559         (TEST_DOUBLE): Likewise.
10560         (TEST_MATHVEC): Likewise.
10561         (__NO_MATH_INLINES): Likewise.
10562         (CNCT): Likewise.
10563         (CONCAT): Likewise.
10564         (WRAPPER_NAME): Likewise.
10565         (WRAPPER_DECL): Likewise.
10566         (WRAPPER_DECL_ff): Likewise.
10567         (WRAPPER_DECL_fFF): Likewise.
10568         (VECTOR_WRAPPER): Likewise.
10569         (VECTOR_WRAPPER_ff): Likewise.
10570         (VECTOR_WRAPPER_fFF): Likewise.
10571         (VEC_LEN): New macro.
10572         * math/test-double-vlen8.h: Include test-double.h,
10573         test-math-no-inline.h and test-math-vector.h.
10574         (FLOAT): Remove macro.
10575         (FUNC): Likewise.
10576         (MATHCONST): Likewise.
10577         (PRINTF_EXPR): Likewise.
10578         (PRINTF_XEXPR): Likewise.
10579         (PRINTF_NEXPR): Likewise.
10580         (TEST_DOUBLE): Likewise.
10581         (TEST_MATHVEC): Likewise.
10582         (__NO_MATH_INLINES): Likewise.
10583         (CNCT): Likewise.
10584         (CONCAT): Likewise.
10585         (WRAPPER_NAME): Likewise.
10586         (WRAPPER_DECL): Likewise.
10587         (WRAPPER_DECL_ff): Likewise.
10588         (WRAPPER_DECL_fFF): Likewise.
10589         (VECTOR_WRAPPER): Likewise.
10590         (VECTOR_WRAPPER_ff): Likewise.
10591         (VECTOR_WRAPPER_fFF): Likewise.
10592         (VEC_LEN): New macro.
10593         * math/test-float-vlen4.h: Include test-float.h,
10594         test-math-no-inline.h and test-math-vector.h.
10595         (FLOAT): Remove macro.
10596         (FUNC): Likewise.
10597         (MATHCONST): Likewise.
10598         (PRINTF_EXPR): Likewise.
10599         (PRINTF_XEXPR): Likewise.
10600         (PRINTF_NEXPR): Likewise.
10601         (TEST_FLOAT): Likewise.
10602         (TEST_MATHVEC): Likewise.
10603         (__NO_MATH_INLINES): Likewise.
10604         (CNCT): Likewise.
10605         (CONCAT): Likewise.
10606         (WRAPPER_NAME): Likewise.
10607         (WRAPPER_DECL): Likewise.
10608         (WRAPPER_DECL_ff): Likewise.
10609         (WRAPPER_DECL_fFF): Likewise.
10610         (VECTOR_WRAPPER): Likewise.
10611         (VECTOR_WRAPPER_ff): Likewise.
10612         (VECTOR_WRAPPER_fFF): Likewise.
10613         (VEC_LEN): New macro.
10614         * math/test-float-vlen8.h: Include test-float.h,
10615         test-math-no-inline.h and test-math-vector.h.
10616         (FLOAT): Remove macro.
10617         (FUNC): Likewise.
10618         (MATHCONST): Likewise.
10619         (PRINTF_EXPR): Likewise.
10620         (PRINTF_XEXPR): Likewise.
10621         (PRINTF_NEXPR): Likewise.
10622         (TEST_FLOAT): Likewise.
10623         (TEST_MATHVEC): Likewise.
10624         (__NO_MATH_INLINES): Likewise.
10625         (CNCT): Likewise.
10626         (CONCAT): Likewise.
10627         (WRAPPER_NAME): Likewise.
10628         (WRAPPER_DECL): Likewise.
10629         (WRAPPER_DECL_ff): Likewise.
10630         (WRAPPER_DECL_fFF): Likewise.
10631         (VECTOR_WRAPPER): Likewise.
10632         (VECTOR_WRAPPER_ff): Likewise.
10633         (VECTOR_WRAPPER_fFF): Likewise.
10634         (VEC_LEN): New macro.
10635         * math/test-float-vlen16.h: Include test-float.h,
10636         test-math-no-inline.h and test-math-vector.h.
10637         (FLOAT): Remove macro.
10638         (FUNC): Likewise.
10639         (MATHCONST): Likewise.
10640         (PRINTF_EXPR): Likewise.
10641         (PRINTF_XEXPR): Likewise.
10642         (PRINTF_NEXPR): Likewise.
10643         (TEST_FLOAT): Likewise.
10644         (TEST_MATHVEC): Likewise.
10645         (__NO_MATH_INLINES): Likewise.
10646         (CNCT): Likewise.
10647         (CONCAT): Likewise.
10648         (WRAPPER_NAME): Likewise.
10649         (WRAPPER_DECL): Likewise.
10650         (WRAPPER_DECL_ff): Likewise.
10651         (WRAPPER_DECL_fFF): Likewise.
10652         (VECTOR_WRAPPER): Likewise.
10653         (VECTOR_WRAPPER_ff): Likewise.
10654         (VECTOR_WRAPPER_fFF): Likewise.
10655         (VEC_LEN): New macro.
10656         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
10657         test-vec-loop.h.
10658         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
10659         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
10660         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
10661         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
10662         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
10663         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
10664         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
10666 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10668         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
10669         (__getlogin_r): ... this.
10671 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10673         [BZ #18594]
10674         * math/s_ccosh.c (__ccosh): Compare with least normal value
10675         instead of comparing class with FP_SUBNORMAL.
10676         * math/s_ccoshf.c (__ccoshf): Likewise.
10677         * math/s_ccoshl.c (__ccoshl): Likewise.
10678         * math/s_cexp.c (__cexp): Likewise.
10679         * math/s_cexpf.c (__cexpf): Likewise.
10680         * math/s_cexpl.c (__cexpl): Likewise.
10681         * math/s_csin.c (__csin): Likewise.
10682         * math/s_csinf.c (__csinf): Likewise.
10683         * math/s_csinh.c (__csinh): Likewise.
10684         * math/s_csinhf.c (__csinhf): Likewise.
10685         * math/s_csinhl.c (__csinhl): Likewise.
10686         * math/s_csinl.c (__csinl): Likewise.
10687         * math/s_ctan.c (__ctan): Likewise.
10688         * math/s_ctanf.c (__ctanf): Likewise.
10689         * math/s_ctanh.c (__ctanh): Likewise.
10690         * math/s_ctanhf.c (__ctanhf): Likewise.
10691         * math/s_ctanhl.c (__ctanhl): Likewise.
10692         * math/s_ctanl.c (__ctanl): Likewise.
10693         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
10694         csin, csinh, ctan and ctanh.
10695         * math/auto-libm-test-out: Regenerated.
10696         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
10697         * sysdeps/i386/fpu/libm-test-ulps: Update.
10698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10700 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10702         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
10703         return value is wrong, print the expected value too.
10705 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
10707         [BZ #18585]
10708         * elf/readlib.c (is_gdb_python_file): New.
10709         (process_file): Don't issue errors on filenames with -gdb.py
10710         suffix.
10712 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10714         * math/auto-libm-test-in: Add more tests of csin and csinh.
10715         * math/auto-libm-test-out: Regenerated.
10716         * math/libm-test.inc (csin_test_data): Remove tests moved to
10717         auto-libm-test-in.
10718         (csinh_test_data): Likewise.
10720         [BZ #18593]
10721         * math/s_csin.c (__csin): Negate before rather than after possibly
10722         overflowing multiplication.
10723         * math/s_csinf.c (__csinf): Likewise.
10724         * math/s_csinh.c (__csinh): Likewise.
10725         * math/s_csinhf.c (__csinhf): Likewise.
10726         * math/s_csinhl.c (__csinhl): Likewise.
10727         * math/s_csinl.c (__csinl): Likewise.
10728         * math/auto-libm-test-in: Add some tests of csin and csinh.
10729         * math/auto-libm-test-out: Regenerated.
10730         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
10731         (csinh_test_data): Likewise.
10732         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10734         [BZ #18586]
10735         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
10736         underflow exception for small results.
10738 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
10740         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
10741         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
10742         variable and included header.
10743         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
10744         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
10745         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
10746         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
10747         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
10748         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
10749         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
10750         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
10751         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
10752         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
10753         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
10754         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
10755         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
10756         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
10757         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
10758         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
10760 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10762         [BZ #16526]
10763         [BZ #16538]
10764         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
10765         (__sin): Force underflow exception for arguments with small
10766         absolute value.
10767         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
10768         (__kernel_sinf): Force underflow exception for arguments with
10769         small absolute value.
10770         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
10771         (__kernel_sincosl): Force underflow exception for arguments with
10772         small absolute value.
10773         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
10774         (__kernel_sinl): Force underflow exception for arguments with
10775         small absolute value.
10776         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
10777         (__kernel_sincosl): Force underflow exception for arguments with
10778         small absolute value.
10779         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
10780         (__kernel_sinl): Force underflow exception for arguments with
10781         small absolute value.
10782         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
10783         (__kernel_sinl): Force underflow exception for arguments with
10784         small absolute value.
10785         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
10786         (__kernel_sinf): Force underflow exception for arguments with
10787         small absolute value.
10788         * math/auto-libm-test-in: Add more tests of sin and sincos.
10789         * math/auto-libm-test-out: Regenerated.
10791         [BZ #18245]
10792         [BZ #18583]
10793         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
10794         (__kernel_standard_l): Use feholdexcept and fesetenv around
10795         conversion to double instead of special-casing overflow and
10796         underflow.
10797         * math/libm-test.inc (fmod_test_data): Add more tests.
10798         (remainder_test_data): Likewise.
10799         (sqrt_test_data): Likewise.
10801 2015-06-23  Torvald Riegel  <triegel@redhat.com>
10803         [BZ #17403]
10804         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
10805         atomic_read_barrier, atomic_write_barrier): Define.
10806         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
10807         atomic_read_barrier, atomic_write_barrier): Define.
10809 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10811         * math/Makefile [$(PERL) != no]
10812         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
10813         dependency on libm-test.stmp below the inclusion of Rules.
10815 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
10817         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
10818         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
10819         and included header.
10820         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
10821         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
10822         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
10823         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
10824         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
10825         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
10826         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
10827         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
10828         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
10829         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
10830         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
10831         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
10832         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
10833         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
10834         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
10835         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
10836         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
10837         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
10838         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
10840 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10842         [BZ #18371]
10843         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
10844         intermediate but not final result might underflow.
10845         * math/s_csqrtf.c (__csqrtf): Likewise.
10846         * math/s_csqrtl.c (__csqrtl): Likewise.
10847         * math/auto-libm-test-in: Add more tests of csqrt.
10848         * math/auto-libm-test-out: Regenerated.
10849         * sysdeps/i386/fpu/libm-test-ulps: Update.
10851         [BZ #18219]
10852         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
10853         threshold on absolute value of exponent for which scaling is used.
10854         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
10855         * math/auto-libm-test-in: Add more tests of exp2.
10856         * math/auto-libm-test-out: Regenerated.
10858 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
10860         [BZ #17977]
10861         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
10862         when initializing interface list, based on the bug analysis
10863         and the patch proposed by Eric Newton.
10864         * resolv/tst-res_hconf_reorder.c: New test.
10865         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
10866         tst-res_hconf_reorder.
10867         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
10868         and $(shared-thread-library).
10869         (tst-res_hconf_reorder-ENV): New variable.
10871         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
10872         in comment.
10874 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
10876         [BZ #16353]
10877         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
10878         (__expm1): Force underflow exception for arguments with small
10879         absolute value.
10880         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
10881         (__expm1f): Force underflow exception for arguments with small
10882         absolute value.
10883         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
10884         (__expm1): Force underflow exception for arguments with small
10885         absolute value.
10886         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
10887         (__expm1f): Force underflow exception for arguments with small
10888         absolute value.
10889         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
10890         Check for small arguments before calling __expm1.
10891         * math/auto-libm-test-in: Do not mark underflow exceptions as
10892         possibly missing for bug 16353.
10893         * math/auto-libm-test-out: Regenerated.
10895 2015-06-22  Andreas Schwab  <schwab@suse.de>
10897         [BZ #18513]
10898         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
10899         PTR queries.
10901 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
10903         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
10905         * string/strcoll_l.c: Remove unused struct element idxnow.
10907 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
10909         [BZ #18569]
10910         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
10911         underflow and return argument in case of subnormal argument.
10912         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10913         Likewise.
10914         * math/auto-libm-test-in: Add more tests of expm1.
10915         * math/auto-libm-test-out: Regenerated.
10917         [BZ #16361]
10918         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
10919         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
10920         tiny results.
10921         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
10922         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
10923         tiny results.
10924         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
10925         mark underflow exceptions as possibly missing for bug 16361.
10926         * math/auto-libm-test-out: Regenerated.
10928 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
10930         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
10931         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
10932         Remove variable.
10933         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10934         (test-xfail-XOPEN2K8/utmpx.h/conform).
10936         * conform/conformtest.pl ($xerrors): New variable.
10937         (note_error): New function.
10938         (compiletest): New argument $xfail.  Use not_error.
10939         (runtest): Likewise.
10940         (top level): Handle xfail- lines.  Update calls to compiletest and
10941         runtest.  Handle xfail- and optional- in headers listed with
10942         allow-header.
10943         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
10944         (O_EXEC): Likewise.
10945         (O_SEARCH): Likewise.
10946         * conform/data/stropts.h-data (ioctl): Likewise.
10947         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
10948         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
10949         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
10950         (msghdr.msg_controllen): Likewise.
10951         (cmsghdr.cmsg_len): Likewise.
10952         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
10953         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
10954         variable.
10955         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10956         (test-xfail-XPG4/stropts.h/conform): Likewise.
10957         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10958         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10959         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10960         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10961         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10962         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10963         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10964         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10965         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10966         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10967         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10968         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10969         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10970         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10971         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10972         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10973         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10974         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10975         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10977 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
10979         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
10980         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
10981         definitions for proper unfolding of __MATHDECL_VEC.
10983 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
10985         * benchtests/bench-strcoll.c:
10986         Include string.h.
10987         (main): Remove unused variable res.
10989 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
10991         * timezone/Makefile (%/UTC %/Universal):
10992         Generate test-result files for UTC and Universal.
10994 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
10996         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
10998 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
11000         [BZ #16350]
11001         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
11002         for arguments with small absolute value.
11003         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
11004         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
11005         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
11006         (__asinh): Force underflow exception for arguments with small
11007         absolute value.
11008         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
11009         (__asinhf): Force underflow exception for arguments with small
11010         absolute value.
11011         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
11012         (__asinhl): Force underflow exception for arguments with small
11013         absolute value.
11014         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
11015         (__asinhl): Force underflow exception for arguments with small
11016         absolute value.
11017         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
11018         (__asinhl): Force underflow exception for arguments with small
11019         absolute value.
11020         * math/auto-libm-test-in: Do not mark underflow exceptions as
11021         possibly missing for bug 16350.
11022         * math/auto-libm-test-out: Regenerated.
11024         * include/bits/ipc.h: Remove file.
11025         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
11026         variable.
11027         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
11028         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
11029         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
11030         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
11031         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
11032         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
11033         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
11034         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
11035         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
11037         * math/auto-libm-test-in: Remove spurious underflow allowance for
11038         tests of cexp.
11039         * math/auto-libm-test-out: Regenerated.
11041         [BZ #18558]
11042         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
11043         unconditional definition.
11044         (MCAST_BLOCK_SOURCE): Likewise.
11045         (MCAST_UNBLOCK_SOURCE): Likewise.
11046         (MCAST_LEAVE_GROUP): Likewise.
11047         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11048         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11049         (MCAST_MSFILTER): Likewise.
11050         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
11051         Remove variable.
11052         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
11053         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
11054         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
11055         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
11056         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
11058 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
11060         * NEWS: Mention addition of x86_64 vector sincosf.
11061         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
11062         * math/test-float-vlen4.h: Likewise.
11063         * math/test-float-vlen8.h: Likewise.
11064         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11065         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
11066         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11067         * sysdeps/x86_64/fpu/Versions: New versions added.
11068         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11069         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11070         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11071         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
11072         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
11073         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
11074         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
11075         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
11076         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
11077         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
11078         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
11079         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
11080         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
11081         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
11082         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
11083         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
11084         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
11085         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
11086         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11087         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11088         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11089         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11090         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11091         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11093         * NEWS: Mention addition of x86_64 vector sincos.
11094         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
11095         * math/math.h (__MATHDECL_VEC): New macro.
11096         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
11097         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
11098         declaration under condition.
11099         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
11100         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
11101         TEST_VEC_LOOP change.
11102         * math/test-double-vlen4.h: Likewise.
11103         * math/test-double-vlen8.h: Likewise.
11104         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
11105         * math/test-float-vlen4.h: Likewise.
11106         * math/test-float-vlen8.h: Likewise.
11107         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11108         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
11109         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11110         * sysdeps/x86_64/fpu/Versions: New versions added.
11111         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11112         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11113         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11114         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
11115         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
11116         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
11117         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
11118         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
11119         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
11120         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
11121         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
11122         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
11123         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
11124         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
11125         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
11126         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
11127         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
11128         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11129         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11130         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11131         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11132         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11133         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11134         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11136         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11137         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11138         redirections for powf.
11139         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11140         * sysdeps/x86_64/fpu/Versions: New versions added.
11141         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11142         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11143         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11144         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
11145         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
11146         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
11147         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
11148         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
11149         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
11150         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
11151         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
11152         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
11153         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
11154         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
11155         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
11156         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
11157         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
11158         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11159         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11160         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11161         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11162         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11163         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11164         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11165         * math/test-float-vlen16.h: Fixed 2 argument macro.
11166         * math/test-float-vlen4.h: Likewise.
11167         * math/test-float-vlen8.h: Likewise.
11168         * NEWS: Mention addition of x86_64 vector powf.
11170 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
11172         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
11173         and redefine.
11174         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
11175         and redefine.
11176         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
11177         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
11178         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
11180         [BZ #18553]
11181         * resource/getpriority.c (getpriority): Rename to __getpriority
11182         and define as weak alias of __getpriority.
11183         * resource/setpriority.c (setpriority): Rename to __setpriority
11184         and define as weak alias of __setpriority.
11185         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
11186         __getpriority and define as weak alias of __getpriority.
11187         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
11188         __setpriority and define as weak alias of __setpriority.
11189         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
11190         strong name.
11191         (setpriority): Use __setpriority as strong name.
11192         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
11193         __getpriority and define as weak alias of __getpriority.
11194         * include/sys/resource.h (__getpriority): Declare.  Use
11195         libc_hidden_proto.
11196         (__setpriority): Likewise.
11197         (getpriority): Don't use libc_hidden_proto.
11198         (setpriority): Likewise.
11199         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
11200         getpriority.  Call __setpriority instead of setpriority.
11201         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
11202         Remove variable.
11204         [BZ #18547]
11205         * misc/getttyent.c (getttynam): Rename to __getttynam and define
11206         as weak alias of __getttynam.  Use prototype function definition.
11207         Call __setttyent, __getttyent and __endttyent instead of
11208         setttyent, getttyent and endttyent.
11209         (getttyent): Rename to __getttyent and define as weak alias of
11210         __getttyent.  Call __setttyent instead of setttyent.  Call
11211         __fgets_unlocked instead of fgets_unlocked.
11212         (setttyent): Rename to __setttyent and define as weak alias of
11213         __setttyent.
11214         (endttyent): Rename to __endttyent and define as weak alias of
11215         __endttyent.
11216         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
11217         (__setttyent): Likewise.
11218         (__endttyent): Likewise.
11219         (getttyent): Don't use libc_hidden_proto.
11220         (setttyent): Likewise.
11221         (endttyent): Likewise.
11222         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
11223         __endttyent instead of setttyent, getttyent and endttyent.
11224         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
11225         Remove variable.
11227         [BZ #18546]
11228         * socket/recv.c (__recv): Use libc_hidden_def.
11229         * socket/socket.c (__socket): Likewise.
11230         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
11231         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
11232         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
11233         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
11234         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
11235         libc_hidden_def.
11236         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
11237         libc_hidden_weak.
11238         * include/sys/socket.h (__socket): Do not use attribute_hidden.
11239         Use libc_hidden_proto.
11240         (__recv): Likewise.
11241         * socket/Versions (libc): Export __recv and __socket at version
11242         GLIBC_PRIVATE.
11243         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
11244         instead of recv.
11245         (init_mq_netlink): Call __socket instead of socket.
11246         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
11247         Remove variable.
11249         [BZ #18545]
11250         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
11251         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
11252         hidden_weak.
11253         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
11254         define as alias of __mq_timedsend.  Use hidden_weak.
11255         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
11256         __mq_timedsend as strong name.
11257         (mq_timedreceive): Use __mq_timedreceive as strong name.
11258         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
11259         (__mq_timedreceive): Likewise.
11260         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
11261         __mq_timedreceive instead of mq_timedreceive.
11262         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
11263         instead of mq_timedsend.
11264         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
11265         Remove variable.
11267         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
11268         hidden_def and hidden_weak instead of libc_hidden_def and
11269         libc_hidden_weak.
11270         (top level): Refer to hidden_def in comment.
11271         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
11272         macro.  Use it instead of libc_hidden_def.
11273         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
11274         specify __GI_* name explicitly.
11275         (mq_timedreceive): Likewise.
11276         (mq_setattr): Likewise.
11278         [BZ #18544]
11279         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
11280         __pthread_barrier_init and define as weak alias of
11281         __pthread_barrier_init.
11282         * sysdeps/sparc/nptl/pthread_barrier_init.c
11283         (pthread_barrier_init): Likewise.
11284         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
11285         __pthread_barrier_wait and define as weak alias of
11286         __pthread_barrier_wait.
11287         * sysdeps/sparc/nptl/pthread_barrier_wait.c
11288         (pthread_barrier_wait): Likewise.
11289         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
11290         (pthread_barrier_wait): Likewise.
11291         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
11292         (pthread_barrier_wait): Likewise.
11293         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
11294         (pthread_barrier_wait): Likewise.
11295         * nptl/Versions (libpthread): Export __pthread_barrier_init and
11296         __pthread_barrier_wait at version GLIBC_PRIVATE.
11297         * include/pthread.h (__pthread_barrier_init): Declare.
11298         (__pthread_barrier_wait): Likewise.
11299         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
11300         Call __pthread_barrier_wait instead of pthread_barrier_wait.
11301         (helper_thread): Likewise.
11302         (init_mq_netlink): Call __pthread_barrier_init instead of
11303         pthread_barrier_init.
11305         [BZ #18542]
11306         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
11307         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
11308         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
11309         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
11310         vswscanf.
11311         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
11312         Remove variable.
11314         [BZ #18540]
11315         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
11316         strong alias of _IO_fflush.  Use libc_hidden_def.
11317         * libio/iofflush_u.c (fflush_unlocked): Rename to
11318         __fflush_unlocked and define as weak alias of __fflush_unlocked.
11319         Use libc_hidden_weak.
11320         * include/stdio.h (__fflush_unlocked): Declare.  Use
11321         libc_hidden_proto.
11322         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
11323         fflush_unlocked.
11324         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
11325         Remove variable.
11327         [BZ #18539]
11328         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
11329         define as weak alias of __addseverity.
11330         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
11331         Remove variable.
11332         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
11333         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
11334         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
11336         [BZ #18536]
11337         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
11338         (__tfind): Likewise.
11339         (__tdelete): Likewise.
11340         (__twalk): Likewise.
11341         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
11342         __twalk to GLIBC_PRIVATE.
11343         * include/search.h (__tsearch): Use libc_hidden_proto.
11344         (__tfind): Likewise.
11345         (__tdelete): Likewise.
11346         (__twalk): Likewise.
11347         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
11348         Call __tdelete instead of tdelete.
11349         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
11350         tfind.  Call __tsearch instead of tsearch.
11351         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
11352         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
11353         Remove variable.
11354         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
11356         [BZ #18534]
11357         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
11358         (dprintf): Define as a weak alias of __dprintf, not a strong
11359         alias.
11360         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
11361         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
11362         dprintf.
11363         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
11364         Remove variable.
11365         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
11366         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
11368         [BZ #18533]
11369         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
11370         not a strong alias.
11371         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
11372         Remove variable.
11374         [BZ #18532]
11375         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
11376         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
11377         (in6addr_loopback): Rename to __in6addr_loopback and define as
11378         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
11379         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
11380         libc_hidden_proto.
11381         (__in6addr_any): Likewise.
11382         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
11383         in6addr_any.
11384         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
11385         variable.
11386         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
11388 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
11390         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
11391         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
11392         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11393         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11394         redirections for pow.
11395         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11396         * sysdeps/x86_64/fpu/Versions: New versions added.
11397         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11398         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11399         build of SSE, AVX2 and AVX512 IFUNC versions.
11400         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
11401         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
11402         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
11403         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
11404         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
11405         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
11406         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
11407         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
11408         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
11409         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
11410         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
11411         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
11412         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
11413         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
11414         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11415         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11416         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11417         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11418         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11419         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11420         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11421         * NEWS: Mention addition of x86_64 vector pow.
11423         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11424         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11425         redirections for expf.
11426         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11427         * sysdeps/x86_64/fpu/Versions: New versions added.
11428         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11429         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11430         build of SSE, AVX2 and AVX512 IFUNC versions.
11431         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
11432         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
11433         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
11434         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
11435         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
11436         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
11437         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
11438         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
11439         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
11440         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
11441         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
11442         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
11443         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
11444         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11445         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11446         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11447         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11448         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11449         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11450         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11451         * NEWS: Mention addition of x86_64 vector expf.
11453         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
11454         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
11455         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11456         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11457         redirections for exp.
11458         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11459         * sysdeps/x86_64/fpu/Versions: New versions added.
11460         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11461         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11462         build of SSE, AVX2 and AVX512 IFUNC versions.
11463         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
11464         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
11465         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
11466         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
11467         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
11468         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
11469         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
11470         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
11471         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
11472         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
11473         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
11474         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
11475         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
11476         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11477         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11478         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11479         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11480         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11481         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11482         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11483         * NEWS: Mention addition of x86_64 vector exp.
11485         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11486         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11487         redirections for logf.
11488         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11489         * sysdeps/x86_64/fpu/Versions: New versions added.
11490         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11491         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11492         build of SSE, AVX2 and AVX512 IFUNC versions.
11493         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
11494         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
11495         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
11496         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
11497         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
11498         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
11499         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
11500         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
11501         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
11502         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
11503         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
11504         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
11505         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
11506         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11507         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11508         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11509         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11510         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11511         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11512         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11513         * NEWS: Mention addition of x86_64 vector logf.
11515         * bits/libm-simd-decl-stubs.h: Added stubs for log.
11516         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
11517         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11518         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11519         redirections for log.
11520         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11521         * sysdeps/x86_64/fpu/Versions: New versions added.
11522         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11523         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11524         build of SSE, AVX2 and AVX512 IFUNC versions.
11525         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
11526         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
11527         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
11528         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
11529         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
11530         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
11531         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
11532         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
11533         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
11534         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
11535         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
11536         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
11537         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
11538         test.
11539         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11540         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11541         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11542         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11543         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11544         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11545         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11546         * NEWS: Mention addition of x86_64 vector log.
11548 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11550         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
11551         cfi_adjust_cfa_offset argument.
11552         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
11553         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
11555         [BZ #18034]
11556         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
11557         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
11558         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
11559         ordering using ldar.
11560         (_dl_tlsdesc_dynamic): Likewise.
11561         (_dl_tlsdesc_return_lazy): Likewise.
11562         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
11563         relaxed atomics instead of volatile and synchronize with release store.
11564         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
11565         volatile.
11566         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
11568 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
11570         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11571         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
11572         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11573         * sysdeps/x86_64/fpu/Versions: New versions added.
11574         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11575         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11576         build of SSE, AVX2 and AVX512 IFUNC versions.
11577         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
11578         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
11579         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
11580         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
11581         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
11582         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
11583         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
11584         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
11585         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
11586         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
11587         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
11588         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
11589         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
11590         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11591         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11592         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11593         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11594         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11595         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11596         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11597         * NEWS: Mention addition of x86_64 vector sinf.
11599 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
11601         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
11602         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
11603         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
11604         Remove variable.
11605         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
11606         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
11608 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
11610         [BZ #18530]
11611         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
11612         strong alias of _IO_fputs.  Use libc_hidden_def.
11613         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
11614         and define as weak alias of __fputs_unlocked.  Use
11615         libc_hidden_weak.
11616         * include/stdio.h (__fputs_unlocked): Declare.  Use
11617         libc_hidden_proto.
11618         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
11619         fputs_unlocked.
11621         [BZ #18529]
11622         * resolv/netdb.h [__USE_POSIX]: Change condition to
11623         [__USE_XOPEN2K].
11624         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
11625         not expect.
11626         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
11627         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
11628         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
11629         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
11630         [XPG4 || UNIX98] (AI_ALL): Likewise.
11631         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
11632         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
11633         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
11634         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
11635         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
11636         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
11637         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
11638         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
11639         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
11640         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
11641         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
11642         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
11643         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
11644         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
11645         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
11646         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
11647         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
11648         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
11649         [XPG4 || UNIX98] (gai_strerror): Likewise.
11650         [XPG4 || UNIX98] (getaddrinfo): Likewise.
11651         [XPG4 || UNIX98] (getnameinfo): Likewise.
11653         [BZ #18528]
11654         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
11655         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
11656         __USE_XOPEN2K8].
11657         (getgrent): Likewise.
11658         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
11659         expect.
11660         [XPG3 || POSIX2008] (endgrent): Likewise.
11661         [XPG3] (setgrent): Likewise.
11662         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
11663         variable.
11664         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
11666         [BZ #18527]
11667         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
11668         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
11669         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
11670         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
11671         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
11672         * include/unistd.h (__getlogin_r): Declare.  Use
11673         libc_hidden_proto.
11674         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
11675         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
11676         variable.
11677         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
11678         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
11679         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
11681 2015-06-12  Martin Sebor  <msebor@redhat.com>
11683         [BZ #18512]
11684         * Makerules (check-install-supported): New target.
11685         (install): Add check-install-supported as a dependency.
11686         * manual/install.texi (Installing the C Library): Document
11687         that overriding prefix and exec_prefix is not supported.
11688         Mention DESTDIR.
11689         * INSTALL: Regenerate from the above.
11691 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
11693         [BZ #18519]
11694         * posix/Versions (libc): Export __libc_pread at version
11695         GLIBC_PRIVATE.
11696         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
11697         instead of pread.
11698         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
11699         variable.
11701         [BZ #18522]
11702         * misc/efgcvt_r.c
11703         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
11704         (cvt_symbol): Use weak_alias instead of strong_alias.
11705         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
11706         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
11707         Remove variable.
11708         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
11709         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
11711         [BZ #18520]
11712         * inet/herrno.c (h_errno): Rename to __h_errno.
11713         (__libc_h_errno): Define as alias of __h_errno not h_errno.
11714         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
11715         to __h_errno instead of h_errno.
11716         * nptl/herrno.c (h_errno): Rename to __h_errno.
11717         (__h_errno_location): Refer to __h_errno not h_errno.
11718         * resolv/Versions (h_errno): Rename to __h_errno.
11719         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
11720         Remove variable.
11721         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
11723 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
11725         * configure.ac: More strict check for AVX512 assembler support.
11726         * configure: Regenerated.
11728         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
11729         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
11730         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11731         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
11732         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11733         * sysdeps/x86_64/fpu/Versions: New versions added.
11734         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11735         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11736         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11737         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
11738         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
11739         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
11740         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
11741         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
11742         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
11743         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
11744         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
11745         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
11746         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
11747         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
11748         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
11749         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
11750         test.
11751         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11752         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11753         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11754         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11755         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11756         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11757         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11758         * NEWS: Mention addition of x86_64 vector sin.
11760 2015-06-11  Florian Weimer  <fweimer@redhat.com>
11762         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
11763         comment.
11765 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
11767         [BZ #18479]
11768         * nptl/pt-interp.c: New file.
11769         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
11770         Add pt-interp.
11771         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
11772         $(common-objpfx)runtime-linker.h.
11774 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
11776         * Makeconfig (+interp): Remove unused variable.
11777         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
11778         only.  Depend on $(common-objpfx)runtime-linker.h instead of
11779         $(elf-objpfx)runtime-linker.h.
11780         ($(elf-objpfx)runtime-linker.h): Rename to
11781         $(common-objpfx)runtime-linker.h and move ...
11782         * Makerules [$(build-shared) = yes]: ... here.
11783         * elf/interp.c: Include <runtime-linker.h> instead of
11784         <elf/runtime-linker.h>.
11786 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11788         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
11789         (__gettimeofday_syscall): Remove vsyscall fallback.
11790         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
11791         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
11792         Add syscall fallback function.
11793         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
11794         if vDSO is not present.
11795         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
11796         fallback function.
11797         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
11798         present.
11799         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
11800         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
11802 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
11804         [BZ #18497]
11805         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
11806         of wcscmp.
11807         (wcscmp): Define as weak alias of WCSCMP.
11808         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
11809         wcscoll.
11810         (USE_HIDDEN_DEF): Define.
11811         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
11812         __wcscoll.  Don't use libc_hidden_weak.
11813         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
11814         wcscmp.
11815         * sysdeps/i386/i686/multiarch/wcscmp-c.c
11816         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
11817         __GI_wcscmp.
11818         (weak_alias): Undefine and redefine.
11819         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
11820         __wcscmp and define as weak alias of __wcscmp.
11821         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
11822         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
11823         (__wcscoll): Likewise.
11824         (wcscmp): Don't use libc_hidden_proto.
11825         (wcscoll): Likewise.
11826         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
11827         wcscoll.
11828         * posix/regexec.c (check_node_accept_bytes): Likewise.
11829         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
11830         variable.
11831         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
11832         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
11834         [BZ #18507]
11835         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
11836         __fstatvfs and define as weak alias of __fstatvfs.  Use
11837         libc_hidden_weak.
11838         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
11839         and define as weak alias of __statvfs.  Use libc_hidden_weak.
11840         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
11841         Define as alias of __fstatvfs, not fstatvfs.
11842         (fstatvfs64): Likewise.
11843         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
11844         Define as alias of __statvfs, not statvfs.
11845         (statvfs64): Likewise.
11846         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
11847         Remove variable.
11849 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
11852         (HAVE_GETCPU_VSYSCALL): Define.
11853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
11854         (HAVE_GETCPU_VSYSCALL): Likewise.
11855         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
11856         * sysdeps/unix/sysv/linux/sched_getcpu.c
11857         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
11858         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
11859         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
11860         prototype.
11861         * sysdeps/unix/sysv/linux/x86_64/init-first.c
11862         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
11863         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
11864         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
11865         Define.
11866         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
11867         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
11868         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
11869         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
11871 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
11873         * sysdeps/x86_64/fpu/Makefile: New file.
11874         * sysdeps/x86_64/fpu/Versions: New file.
11875         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
11876         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
11877         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
11878         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
11879         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
11880         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
11881         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
11882         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
11883         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
11884         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
11885         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
11886         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
11887         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
11888         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11889         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11890         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
11891         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
11892         * sysdeps/x86_64/configure.ac: Options for libmvec build.
11893         * sysdeps/x86_64/configure: Regenerated.
11894         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
11895         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
11896         * manual/install.texi (Configuring and compiling): Document
11897         --disable-mathvec.
11898         * INSTALL: Regenerated.
11899         * NEWS: Mention addition of libmvec and x86_64 vector cos.
11901         * math/Makefile: Added rules for vector tests.
11902         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
11903         declaration under condition.
11904         * math/test-double-vlen2.h: New file.
11905         * math/test-double-vlen4.h: New file.
11906         * math/test-double-vlen8.h: New file.
11907         * math/test-vec-loop.h: Added initialization macro.
11908         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
11909         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
11910         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
11911         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
11912         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
11913         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
11914         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
11915         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
11916         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
11917         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
11918         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
11920         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11921         * sysdeps/x86_64/fpu/Versions: New versions added.
11922         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
11923         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
11924         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
11925         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
11926         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
11927         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
11928         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
11929         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
11930         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
11931         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
11932         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
11933         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
11934         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
11935         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11936         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11937         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11938         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
11939         * NEWS: Mention addition of x86_64 vector cosf.
11941         * math/Makefile: Added CFLAGS for new tests.
11942         * math/test-float-vlen16.h: New file.
11943         * math/test-float-vlen4.h: New file.
11944         * math/test-float-vlen8.h: New file.
11945         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
11946         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
11947         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11948         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
11949         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
11950         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
11951         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
11952         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
11953         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
11954         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
11955         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
11957 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
11959         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
11960         * locale/programs/ld-ctype.c: Likewise.
11962 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
11964         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
11965         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
11966         bit_ZMM16_31_state): New macro.
11967         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11968         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
11970 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
11972         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
11974 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
11976         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
11978 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
11980         [BZ #18498]
11981         * libio/memstream.c (open_memstream): Rename to __open_memstream
11982         and define as weak alias of __open_memstream.
11983         * include/stdio.h (__open_memstream): Declare.  Use
11984         libc_hidden_proto.
11985         (open_memstream): Don't use libc_hidden_proto.
11986         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
11987         open_memstream.
11988         * posix/getopt.c (_getopt_internal_r): Likewise.
11989         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
11990         variable.
11991         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
11992         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
11993         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
11995         [BZ #18496]
11996         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
11997         instead of wcrtomb.
11999         [BZ #18483]
12000         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
12001         [__USE_XOPEN2K8].  Remove redundant #endif.
12002         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
12003         Remove redundant #if.
12004         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
12005         Remove variable.
12006         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
12007         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
12009         [BZ #18495]
12010         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
12011         (__iswlower): Likewise.
12012         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
12013         (__iswlower): Likewise.
12014         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
12015         instead of towlower.
12016         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
12017         instead of iswlower.  Call __towupper instead of towupper.
12018         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
12019         instead of iswalnum.
12021 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12023         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
12024         errors to stderr.
12026 2015-06-05  Florian Weimer  <fweimer@redhat.com>
12028         [BZ #15661]
12029         [BZ #17322]
12030         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
12031         Check for overflow properly.  Check for O_APPEND.  Ignore large
12032         file system block sizes.  Add comments about problems.
12033         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
12034         * manual/filesys.texi (Storage Allocation): New node.
12036 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12038         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
12039         cancellable syscalls.
12040         (SYS_ify): Add guard to no redefine it.
12041         (INLINE_SYSCALL): Likewise.
12042         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
12043         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
12044         SYSCALL_CANCEL instead.
12045         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
12046         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
12047         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
12048         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
12049         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
12050         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
12051         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
12052         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
12053         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
12054         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
12055         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
12056         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
12057         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
12058         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
12059         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
12060         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
12061         Likewise.
12062         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
12063         (__libc_pread64): Likewise.
12064         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
12065         (__libc_preadv): Likewise.
12066         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
12067         (__libc_readv64): Likewise.
12068         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
12069         (__libc_pwrite): Likewise.
12070         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
12071         (__libc_pwrite64): Likewise.
12072         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
12073         (__libc_pwritev): Likewise.
12074         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
12075         (__libc_pwritev64): Likewise.
12076         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
12077         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
12078         (sync_file_range): Likewise.
12079         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
12080         Likewise.
12081         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
12082         Likewise.
12083         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
12084         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
12085         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
12086         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
12087         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
12088         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
12089         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
12090         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
12091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
12092         Likewise.
12093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
12094         (__libc_read64): Likewise.
12095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
12096         Likewise.
12097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
12098         Likewise.
12099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
12100         Likewise.
12101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
12102         Likewise.
12103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
12104         (__libc_pread64): Likewise.
12105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
12106         Likewise.
12107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
12108         (__libc_pwrite64): Likewise.
12109         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
12110         (sync_file_range): Likewise.
12111         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
12112         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
12113         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
12114         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
12115         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
12116         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
12117         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
12118         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
12119         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
12120         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12121         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
12122         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
12123         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
12124         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
12125         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
12126         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
12127         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
12128         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
12129         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
12130         Likewise.
12131         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
12132         Likewise.
12133         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
12134         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
12135         Likewise.
12136         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
12137         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
12138         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
12139         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
12140         Likewise.
12141         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
12142         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
12143         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
12144         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
12145         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
12147 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
12149         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
12150         Include dl-vdso.
12151         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
12152         Use VDSO routines for gettimeofday, clock_gettime if
12153         available.
12154         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
12155         Declare VDSO symbols.
12156         * sysdeps/unix/sysv/linux/arm/sysdep.h:
12157         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
12158         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12159         * sysdeps/unix/sysv/linux/arm/Versions: Add
12160         __vdso_clock_gettime.
12162 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12164         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
12165         be an inline implementation regardless of library is built within.
12166         (open_not_cancel_2): Likewise.
12167         (__read_nocancel): Likewise.
12168         (__write_nocancel): Likewise.
12169         (openat_not_cancel): Likewise.
12170         (openat_not_cancel_3): Likewise.
12171         (openat64_not_cancel): Likewise.
12172         (openat64_not_cancel_3): Likewise.
12173         (__close_nocancel): Likewise.
12174         (pause_not_cancel): Likewise.
12175         (nanosleep_not_cancel): Likewise.
12176         (sigsuspend_not_cancel): Likewise.
12178 2015-06-04  Torvald Riegel  <triegel@redhat.com>
12180         [BZ #14958]
12181         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
12182         wake-up.
12183         (__pthread_rwlock_rdlock_slow): Likewise.
12184         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
12185         Likewise.
12186         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
12187         Likewise.
12188         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
12189         * nptl/tst-rwlock16.c: New file.
12190         * nptl/Makefile (tests): Add new test.
12192 2015-06-04  Torvald Riegel  <triegel@redhat.com>
12194         [BZ #18324]
12195         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
12196         missing wake-up of readers.
12197         * nptl/tst-rwlock15.c: New file.
12198         * nptl/Makefile (tests): Add new test.
12200 2015-06-03  Roland McGrath  <roland@hack.frob.com>
12202         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
12203         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
12204         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
12205         and __nacl_supply_interface_rtld.
12206         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
12207         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
12208         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
12209         Add __nacl_supply_interface_rtld.
12210         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
12212 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
12214         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
12215         isfinite.
12216         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12217         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
12219 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
12221         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
12222         __signbit* with standard C99 macros.
12223         * math/e_exp10l.c: Likewise.
12224         * math/e_exp2l.c: Likewise.
12225         * math/e_scalb.c: Likewise.
12226         * math/e_scalbf.c: Likewise.
12227         * math/e_scalbl.c: Likewise.
12228         * math/s_ldexp.c: Likewise.
12229         * math/s_ldexpf.c: Likewise.
12230         * math/s_ldexpl.c: Likewise.
12231         * math/w_atan2.c: Likewise.
12232         * math/w_atan2f.c: Likewise.
12233         * math/w_atan2l.c: Likewise.
12234         * math/w_cosh.c: Likewise.
12235         * math/w_coshf.c: Likewise.
12236         * math/w_coshl.c: Likewise.
12237         * math/w_exp10.c: Likewise.
12238         * math/w_exp10f.c: Likewise.
12239         * math/w_exp10l.c: Likewise.
12240         * math/w_exp2.c: Likewise.
12241         * math/w_exp2f.c: Likewise.
12242         * math/w_exp2l.c: Likewise.
12243         * math/w_fmod.c: Likewise.
12244         * math/w_fmodf.c: Likewise.
12245         * math/w_fmodl.c: Likewise.
12246         * math/w_hypot.c: Likewise.
12247         * math/w_hypotf.c: Likewise.
12248         * math/w_hypotl.c: Likewise.
12249         * math/w_jnl.c: Likewise.
12250         * math/w_lgamma.c: Likewise.
12251         * math/w_lgamma_r.c: Likewise.
12252         * math/w_lgammaf.c: Likewise.
12253         * math/w_lgammaf_r.c: Likewise.
12254         * math/w_lgammal.c: Likewise.
12255         * math/w_lgammal_r.c: Likewise.
12256         * math/w_pow.c: Likewise.
12257         * math/w_powf.c: Likewise.
12258         * math/w_powl.c: Likewise.
12259         * math/w_remainder.c: Likewise.
12260         * math/w_remainderf.c: Likewise.
12261         * math/w_remainderl.c: Likewise.
12262         * math/w_scalb.c: Likewise.
12263         * math/w_scalbf.c: Likewise.
12264         * math/w_scalbl.c: Likewise.
12265         * math/w_scalbln.c: Likewise.
12266         * math/w_scalblnf.c: Likewise.
12267         * math/w_scalblnl.c: Likewise.
12268         * math/w_sinh.c: Likewise.
12269         * math/w_sinhf.c: Likewise.
12270         * math/w_sinhl.c: Likewise.
12271         * math/w_tgamma.c: Likewise.
12272         * math/w_tgammaf.c: Likewise.
12273         * math/w_tgammal.c: Likewise.
12274         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12275         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
12276         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12277         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12278         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12279         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12280         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
12281         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
12282         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12283         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12284         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
12285         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
12286         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12287         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
12288         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12289         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12290         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
12291         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
12292         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
12293         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
12294         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12295         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
12296         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
12297         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12298         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
12299         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
12300         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
12301         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
12302         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12303         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
12304         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
12305         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
12306         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
12307         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
12308         * stdio-common/printf_fp.c: Likewise.
12309         * stdio-common/printf_fphex.c: Likewise.
12310         * stdio-common/printf_size.c: Likewise.
12312 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
12314         [BZ #18470]
12315         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
12316         strnlen.
12317         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
12318         Remove variable.
12319         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
12320         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
12321         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
12322         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
12323         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
12324         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
12325         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
12326         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
12327         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
12328         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
12330         [BZ #18468]
12331         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
12332         weak alias of __wmemchr.  Use libc_hidden_weak.
12333         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
12334         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
12335         instead of wmemchr.
12337 2015-06-02  Roland McGrath  <roland@hack.frob.com>
12339         [BZ #18383]
12340         * elf/tst-tlsalign-extern.c: New file.
12341         * elf/tst-tlsalign-extern-static.c: New file.
12342         * elf/tst-tlsalign-vars.c: New file.
12343         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
12344         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
12345         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
12346         ($(objpfx)tst-tlsalign-extern-static): Likewise.
12347         (test-xfail-tst-tlsalign-extern-static): New variable.
12349 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
12351         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
12352         Use variable name _sc_err instead of err.
12353         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
12354         instead of ret.
12355         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
12356         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
12357         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
12358         (INLINE_SYSCALL): Likewise.
12360         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
12361         * include/string.h (__strnlen): Use libc_hidden_proto.
12362         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
12363         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
12364         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
12365         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
12366         (libc_hidden_def): Undefine and redefine.
12367         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
12368         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
12369         __GI_strnlen.
12370         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
12371         libc_hidden_def.
12372         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
12374         [BZ #18469]
12375         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
12376         weak alias of __towlower.  Use libc_hidden_weak.
12377         (towupper): Rename to __towupper and define as weak alias of
12378         __towupper.  Use libc_hidden_weak.
12379         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
12380         (__towupper): Likewise.
12381         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
12382         __towlower instead of towlower.
12384 2015-06-02  Roland McGrath  <roland@hack.frob.com>
12386         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
12387         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
12389 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12391         * sysdeps/aarch64/libm-test-ulps: Update.
12393 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12395         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
12396         Define.
12397         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12398         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
12399         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
12400         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12401         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
12402         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
12403         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
12405 2015-06-01  Martin Sebor  <msebor@redhat.com>
12407         [BZ #18116]
12408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
12409         (__setcontext): Use extended four-operand version of mtsf whenever
12410         possible.
12411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
12412         (__novec_swapcontext): Likewise.
12414 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
12416         * benchtests/scripts/compare_bench.py: New file.
12417         * benchtests/scripts/import_bench.py (mean): New function.
12418         (split_list): Likewise.
12419         (do_for_all_timings): Likewise.
12420         (compress_timings): Likewise.
12422         * benchtests/scripts/import_bench.py: New file.
12423         * benchtests/scripts/validate_benchout.py: Import import_bench
12424         instead of jsonschema.
12425         (validate_bench): Remove function.
12426         (main): Use import_bench.
12428 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
12430         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
12431         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
12433 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12435         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12437 2015-05-28  Roland McGrath  <roland@hack.frob.com>
12439         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
12440         set THREAD_SELF->tid to a magic value and futex-wake it.
12441         Pass its address to the thread_exit system call.
12442         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
12443         bit is clear.
12444         * sysdeps/nacl/lowlevellock.h: New file.
12445         * sysdeps/nacl/lll_timedwait_tid.c: New file.
12447         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
12448         Add TIMEOUT to current time, don't subtract it.
12450 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
12452         [BZ #2981]
12453         [BZ #18422]
12454         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
12455         ($(objpfx)tst-audit2.out): Also depend on
12456         $(objpfx)tst-auditmod9b.so.
12457         * elf/tst-audit2.c: Include <dlfcn.h>.
12458         (calloc_called): New.
12459         (calloc): Allow to be called more than once.
12460         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
12462 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
12464         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
12465         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
12467 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
12469         * stdlib/monetary.h: Fix comment.
12471 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
12473         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
12474         Avoid using variables in #defines that might cause shadowing.
12475         (INTERNAL_VSYSCALL_CALL): Likewise.
12477 2015-05-26  Roland McGrath  <roland@hack.frob.com>
12479         * sysdeps/nacl/lll_timedlock_wait.c: New file.
12481         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
12482         * nptl/lll_timedlock_wait.c: ... to this new file.
12483         * nptl/Makefile (libpthread-routines): Add it.
12484         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
12485         * nptl/lll_timedwait_tid.c: ... to this new file.
12486         * nptl/Makefile (libpthread-routines): Add it.
12487         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
12488         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
12489         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
12490         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
12491         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
12492         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
12493         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
12494         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
12495         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
12496         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
12498 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12500         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
12501         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
12502         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
12503         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
12504         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
12505         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
12506         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12507         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
12508         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12509         * sysdeps/unix/sysv/linux/tile/sysdep.h
12510         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12511         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
12512         using vDSO syscall macro.
12514 2015-05-26  Andriy Rysin  <arysin@gmail.com>
12516         [BZ #17293]
12517         * uk_UA: Fix sorting order for Ukrainian locale
12519 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
12521         * stdlib/monetary.h: Fix comment.
12523 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12525         [BZ #18234]
12526         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
12527         st_mtim and st_ctim members.
12528         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
12529         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
12530         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
12531         (struct stat64): Likewise.
12532         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
12533         (struct stat64): Likewise.
12534         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
12535         (struct stat64): Likewise.
12537 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12539         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
12540         Define and include sysdep-vdso.h.
12541         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
12542         Likewise.
12543         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
12544         Likewise.
12545         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
12546         Define with VDSO_SYMBOL and use PTR_MANGLE.
12547         (__vdso_clock_gettime): Likewise.
12548         (__vdso_clock_getres): Likewise.
12549         (_libc_vdso_platform_setup): Likewise.
12550         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
12551         Likewise.
12552         (_libc_vdso_platform_setup): Likewise.
12553         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
12554         Likewise.
12555         (__vdso_clock_gettime): Likewise.
12556         (__vdso_clock_getres): Likewise.
12557         (__vdso_get_tbfreq): Likewise.
12558         (__vdso_getcpu): Likewise.
12559         (__vdso_time): Likewise.
12560         (__vdso_sigtramp_rt64): Likewise.
12561         (__vdso_signtramp32): Likewise.
12562         (__vdso_sigtramp_rt32): Likewise.
12563         (_libc_vdso_platform_setup): Likewise.
12564         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
12565         Likewise.
12566         (__vdso_clock_gettime): Likewise.
12567         (__vdso_clock_getres): Likewise.
12568         (_libc_vdso_platform_setup): Likewise.
12569         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
12570         Likewise.
12571         (__vdso_clock_gettime): Likewise.
12572         (_libc_vdso_platform_setup): Likewise.
12573         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
12574         Likewise.
12575         (__vdso_getcpu): Likewise.
12576         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
12577         Use VDSO_SYMBOL macro to define.
12578         (__vdso_clock_gettime): Likewise.
12579         (__vdso_clock_getres): Likewise.
12580         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
12581         Likewise.
12582         (__vdso_clock_gettime): Likewise.
12583         (__vdso_clock_getres): Likewise.
12584         (__vdso_get_tbfreq): Likewise.
12585         (__vdso_getcpu): Likewise.
12586         (__vdso_time): Likewise.
12587         (__vdso_sigtramp_rt64): Likewise.
12588         (__vdso_signtramp32): Likewise.
12589         (__vdso_sigtramp_rt32): Likewise.
12590         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
12591         Likewise.
12592         (__vdso_clock_gettime): Likewise.
12593         (__vdso_clock_getres): Likewise.
12594         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
12595         Likewise.
12596         (__vdso_clock_gettime): Likewise.
12597         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
12598         Likewise.
12599         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
12600         macro.
12601         (INTERNAL_VSYSCALL): Likewise.
12602         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
12603         Remove macro.
12604         (INTERNAL_VSYSCALL): Likewise.
12605         (INTERNAL_VSYSCALL_NCS): Likewise.
12606         (INTERNAL_VSYSCALL_CALL): New macro.
12607         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
12608         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
12609         Likewise.
12610         (INTERNAL_VSYSCALL): Likewise.
12611         (INTERNAL_VSYSCALL_NCS): Likewise.
12612         (INTERNAL_VSYSCALL_CALL): New macro.
12613         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
12614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12615         (INLINE_VSYSCALL): Remove macro.
12616         (INTERNAL_VSYSCALL): Remove macro.
12617         (INTERNAL_VSYSCALL_NCS): Remove macro.
12618         (INTERNAL_VSYSCALL_CALL): New macro.
12619         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
12620         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
12621         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
12622         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
12623         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
12624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
12625         (INLINE_VSYSCALL): Remove macro.
12626         (INTERNAL_VSYSCALL): Likewise.
12627         (INTERNAL_VSYSCALL_NCS): Likewise.
12628         (INTERNAL_VSYSCALL_CALL): New macro.
12629         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
12630         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
12631         PTR_DEMANGLE on vDSO pointer.
12632         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
12633         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
12634         macro.
12635         (INTERNAL_SYSCALL): Likewise.
12636         (INTERNAL_VSYSCALL_NCS): Remove macro.
12637         (INTERNAL_VSYSCALL_CALL): New macro.
12638         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
12639         Remove macro.
12640         (INTERNAL_VSYSCALL): Likewise.
12641         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
12642         sysdep-vdso.h instead of libc-vdso.h.
12643         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
12644         definition.
12645         (INLINE_VSYSCALL): Likewise.
12646         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
12647         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
12648         definition.
12649         (INLINE_VSYSCALL): Likewise.
12650         (INTERNAL_VSYSCALL): Likewise.
12651         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12652         * sysdeps/unix/sysv/linux/timespec_get.c
12653         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12654         (timespec_get): Use ANSI prototype.
12655         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
12656         and definition for Linux.
12658 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
12660         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
12661         * include/libc-symbols.h: libmvec_hidden_* macro series added.
12663 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
12665         [BZ #2981]
12666         [BZ #18410]
12667         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
12668         for missing DT_PLTRELSZ.
12670 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12672         Remove obsolete aliases that broke 'locale -a'
12673         [BZ #18412]
12674         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
12675         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
12676         breaking some applications that use 'locale -a' output.
12677         Change the encoding of this file from Latin-1 to ASCII to avoid
12678         other potential problems with people grepping this file.
12680 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12682         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
12683         -fasynchronous-unwind-tables.
12684         (CFLAGS-sendto.c): Likewise.
12685         (CFLAGS-sendmsg.c): Likewise.
12686         (CFLAGS-connect.c): Likewise.
12687         (CFLAGS-recvmsg.c): Likewise.
12688         (CFLAGS-recvfrom.c): Likewise.
12689         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
12690         (SOCKETCALL): New macro: non-cancellable socketcall.
12691         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
12692         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
12693         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
12694         * sysdeps/unix/sysv/linux/accept.c: New file.
12695         * sysdeps/unix/sysv/linux/bind.c: Likewise.
12696         * sysdeps/unix/sysv/linux/connect.c: Likewise.
12697         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
12698         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
12699         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
12700         * sysdeps/unix/sysv/linux/listen.c: Likewise.
12701         * sysdeps/unix/sysv/linux/recv.c: Likewise.
12702         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
12703         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
12704         * sysdeps/unix/sysv/linux/send.c: Likewise.
12705         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
12706         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
12707         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
12708         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
12709         * sysdeps/unix/sysv/linux/socket.c: Likewise.
12710         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
12711         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
12712         prototype.
12713         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
12714         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12715         instead of __internal_xxx function.
12716         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
12717         prototype.
12718         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
12719         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12720         instead of __internal_xxx function.
12721         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
12722         prototype.
12723         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
12724         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12725         instead of __internal_xxx function.
12726         * sysdeps/unix/sysv/linux/accept.S: Remove file.
12727         * sysdeps/unix/sysv/linux/bind.S: Likewise.
12728         * sysdeps/unix/sysv/linux/connect.S: Likewise.
12729         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
12730         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
12731         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
12732         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
12733         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
12734         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
12735         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
12736         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
12737         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
12738         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
12739         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
12740         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
12741         * sysdeps/unix/sysv/linux/listen.S: Likewise.
12742         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
12743         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
12744         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
12745         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
12746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
12747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
12748         * sysdeps/unix/sysv/linux/recv.S: Likewise.
12749         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
12750         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
12751         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
12752         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
12753         * sysdeps/unix/sysv/linux/send.S: Likewise.
12754         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
12755         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
12756         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
12757         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
12758         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
12759         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
12760         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
12761         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
12762         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
12763         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
12764         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
12765         socketcall is implemented in GLIBC.
12767 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
12769         * soft-fp/fmadf4.c: Include <libc-internal.h>.
12770         (__fma): Ignore uninitialized warnings around packing.
12771         * soft-fp/fmasf4.c: Include <libc-internal.h>.
12772         (__fmaf): Ignore uninitialized warnings around packing.
12773         * soft-fp/fmatf4.c: Include <libc-internal.h>.
12774         (__fmal): Ignore uninitialized warnings around packing.
12776         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
12777         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
12778         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
12779         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
12781         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
12782         switch statement into default case.
12783         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
12785         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
12786         a conditional in forcing "inexact".
12787         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
12788         Likewise.
12790 2015-05-22  Roland McGrath  <roland@hack.frob.com>
12792         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
12793         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
12794         for each INTERNAL_SYSCALL use.
12796 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
12798         [BZ #438]
12799         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
12800         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
12801         variable.
12803         [BZ #18444]
12804         * string/basename.c (basename): Rename to __basename and define as
12805         weak alias of __basename.  Use libc_hidden_weak.
12806         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
12807         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
12808         __basename instead of basename.
12809         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
12810         Remove variable.
12811         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
12813 2015-05-18  Florian Weimer  <fweimer@redhat.com>
12815         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
12816         (_IO_JUMPS_FILE_plus): New.
12817         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
12818         _IO_CAST_FIELD_ACCESS.
12819         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
12820         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
12821         * libio/freopen.c (freopen): Likewise.
12822         * libio/freopen64.c (freopen64): Likewise.
12823         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
12824         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
12825         * libio/iofwide.c (_IO_fwide): Likewise.
12826         * libio/memstream.c (open_memstream): Likewise.
12827         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
12828         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
12829         * libio/oldiopopen.c (_IO_old_popen): Likewise.
12831 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
12833         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
12834         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
12835         NADJ.
12836         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
12837         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
12838         NADJ.
12839         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
12840         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
12841         NADJ.
12843         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
12844         (p == 4) case.
12846         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
12847         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
12848         Remove variable.
12849         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
12850         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
12851         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
12853 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12855         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
12856         Adjust jump table label generation macros.
12858 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12860         * stdio-common/vfprintf.c (vfprintf): Move local variables
12861         args_malloced, specs, specs_malloced, and the code after
12862         do_positional to the printf_positional function.
12863         (printf_positional): New function.
12865 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12867         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
12868         function.
12869         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
12870         STEP4_TABLE, process_arg): Move macro definitions
12871         out of the vfprintf function.  (Cosmetic change only.)
12873 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
12875         * benchtests/Makefile (stdio-common-bench): Define.
12876         (benchset): Add stdio-common-bench.
12877         * sprintf-inputs: New file.
12878         * sprintf-source.c: New file.
12880 2015-05-21  Andreas Schwab  <schwab@suse.de>
12882         [BZ #13028]
12883         [BZ #17053]
12884         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
12885         of struct __res_state.
12886         * resolv/res_send.c (__libc_res_nsend): Likewise.
12887         (get_nsaddr): New function.
12888         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
12889         statp directly.
12891 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
12893         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
12894         -D_POSIX_C_SOURCE=199506L.
12896         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
12898         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
12899         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
12900         Do not mention otherwise.
12901         [POSIX] (_XOPEN_VERSION): Do not expect.
12902         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
12903         [POSIX] (_POSIX2_C_BIND): Likewise.
12904         [POSIX] (_POSIX2_VERSION): Likewise.
12905         [POSIX] (_XOPEN_XPG2): Likewise.
12906         [POSIX] (_XOPEN_XPG3): Likewise.
12907         [POSIX] (_XOPEN_XPG4): Likewise.
12908         [POSIX] (_XOPEN_UNIX): Likewise.
12909         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
12910         [POSIX] (_POSIX_BARRIERS): Likewise.
12911         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
12912         [POSIX] (_POSIX_CPUTIME): Likewise.
12913         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
12914         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
12915         [POSIX] (_POSIX_SHELL): Likewise.
12916         [POSIX] (_POSIX_SPAWN): Likewise.
12917         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
12918         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
12919         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
12920         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
12921         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
12922         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
12923         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
12924         [POSIX] (_XBS5_LP64_OFF64): Likewise.
12925         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
12926         [POSIX] (_POSIX_TIMEOUTS): Likewise.
12927         [POSIX] (_POSIX2_PBS): Likewise.
12928         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
12929         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
12930         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
12931         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
12932         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
12933         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
12934         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
12935         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
12936         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
12937         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
12938         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
12939         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
12940         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
12941         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
12942         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
12943         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
12944         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
12945         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
12946         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
12947         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
12948         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
12949         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
12950         [POSIX] (_SC_2_C_BIND): Likewise.
12951         [POSIX] (_SC_2_C_VERSION): Likewise.
12952         [POSIX] (_SC_2_PBS): Likewise.
12953         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
12954         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
12955         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
12956         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
12957         [POSIX] (_SC_2_PBS_TRACK): Likewise.
12958         [POSIX] (_SC_ATEXIT_MAX): Likewise.
12959         [POSIX] (_SC_BARRIERS): Likewise.
12960         [POSIX] (_SC_BASE): Likewise.
12961         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
12962         [POSIX] (_SC_DEVICE_IO): Likewise.
12963         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
12964         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
12965         [POSIX] (_SC_FD_MGMT): Likewise.
12966         [POSIX] (_SC_FIFO): Likewise.
12967         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
12968         [POSIX] (_SC_FILE_LOCKING): Likewise.
12969         [POSIX] (_SC_FILE_SYSTEM): Likewise.
12970         [POSIX] (_SC_IOV_MAX): Likewise.
12971         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
12972         [POSIX] (_SC_NETWORKING): Likewise.
12973         [POSIX] (_SC_PAGE_SIZE): Likewise.
12974         [POSIX] (_SC_PASS_MAX): Likewise.
12975         [POSIX] (_SC_PIPE): Likewise.
12976         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
12977         [POSIX] (_SC_REGEXP): Likewise.
12978         [POSIX] (_SC_SHELL): Likewise.
12979         [POSIX] (_SC_SIGNALS): Likewise.
12980         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
12981         [POSIX] (_SC_SPIN_LOCKS): Likewise.
12982         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
12983         [POSIX] (_SC_USER_GROUPS): Likewise.
12984         [POSIX] (_SC_USER_GROUPS_R): Likewise.
12985         [POSIX] (_SC_STREAMS): Likewise.
12986         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
12987         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
12988         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
12989         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
12990         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
12991         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
12992         [POSIX] (_PC_FILESIZEBITS): Likewise.
12993         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
12994         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
12995         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
12996         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
12997         [POSIX] (uid_t): Likewise.
12998         [POSIX] (gid_t): Likewise.
12999         [POSIX] (off_t): Likewise.
13000         [POSIX] (pid_t): Likewise.
13001         [POSIX] (cuserid): Allow.
13002         (_SC_2_CHAR_TERM): Require constant.
13003         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
13004         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
13005         variable.
13007 2015-05-20  Roland McGrath  <roland@hack.frob.com>
13009         * sysdeps/nacl/pthread-pids.h: New file.
13010         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
13011         (create_thread): Use __nacl_get_tid to initialize PD->tid.
13013         * nptl/pthread-pids.h: New file.
13014         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
13015         * nptl/nptl-init.c: Include <pthread-pids.h>.
13016         (__pthread_initialize_minimal_internal):
13017         Call __pthread_initialize_pids instead of set_tid_address syscall.
13019         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
13020         * sysdeps/posix/usleep.c: ... here.
13022 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13024         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
13025         call_pselect6 object.
13026         [$(subdir) = io]: Remove call_sync_file_range object.
13027         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
13028         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
13029         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
13030         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
13032 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
13034         * math/s_cproj.c: Add include "math_private.h".
13035         * math/s_cprojf.c: Likewise.
13036         * math/s_cprojl.c: Likewise.
13038 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
13040         [BZ #18244]
13041         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
13042         high mantissa bit when testing whether P is a NaN.
13043         * math/libm-test.inc (remainder_test_data): Add more tests.
13044         (remquo_test_data): Likewise.
13046         [BZ #18049]
13047         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
13048         below -32, return the argument, with underflow if subnormal.
13049         * math/auto-libm-test-in: Add more tests of atanh.
13050         * math/auto-libm-test-out: Regenerated.
13052 2015-05-19  Roland McGrath  <roland@hack.frob.com>
13054         [BZ #18434]
13055         * nptl/tst-sem15.c: New file.
13056         * nptl/Makefile (tests): Add it.
13057         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
13058         s/<</>>/ to fix typo in EOVERFLOW check.
13059         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
13061 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13063         * manual/strings.texi (envz_remove): Fix typo in safety
13064         annotations.
13066 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13067             Steve Ellcey  <sellcey@imgtec.com>
13069         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
13070         in order to avoid strict alias warnings.
13071         (iruserok_af): Ditto for ra.
13073 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
13075         [BZ #17581]
13076         * malloc/hooks.c
13077         (magicbyte): Convert to a function and avoid returning 0x01.
13078         (mem2mem_check): Avoid using a length byte equal to the magic byte.
13079         (mem2chunk_check): Fix unsigned comparisons to zero.
13080         Hoist defs of sz and magic.
13082 2015-05-19  Richard Henderson  <rth@redhat.com>
13084         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
13086         * sysdeps/alpha/fpu/libm-test-ulps: Update.
13088 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13090         [BZ #16159]
13091         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
13092         * malloc/arena.c (arena_lock): Check if arena is corrupt.
13093         (reused_arena): Find a non-corrupt arena.
13094         (heap_trim): Pass arena to unlink.
13095         * malloc/hooks.c (malloc_check_get_size): Pass arena to
13096         malloc_printerr.
13097         (top_check): Likewise.
13098         (free_check): Likewise.
13099         (realloc_check): Likewise.
13100         * malloc/malloc.c (malloc_printerr): Add arena argument.
13101         (unlink): Likewise.
13102         (munmap_chunk): Adjust.
13103         (ARENA_CORRUPTION_BIT): New macro.
13104         (arena_is_corrupt): Likewise.
13105         (set_arena_corrupt): Likewise.
13106         (sysmalloc): Use mmap if there are no usable arenas.
13107         (_int_malloc): Likewise.
13108         (__libc_malloc): Don't fail if arena_get returns NULL.
13109         (_mid_memalign): Likewise.
13110         (__libc_calloc): Likewise.
13111         (__libc_realloc): Adjust for additional argument to
13112         malloc_printerr.
13113         (_int_free): Likewise.
13114         (malloc_consolidate): Likewise.
13115         (_int_realloc): Likewise.
13116         (_int_memalign): Don't touch corrupt arenas.
13117         * malloc/tst-malloc-backtrace.c: New test case.
13119         * Makefile (summarize-tests): Fix return value on success.
13121         * manual/string.texi (Envz Functions): Add envz_remove.
13123 2015-05-18  Roland McGrath  <roland@hack.frob.com>
13125         * sysdeps/posix/opendir.c: Include <stdbool.h>.
13126         (invalid_name): New function, broken out of ...
13127         (__opendirat): ... here.  Call it.
13128         (need_isdir_precheck): New function, broken out of ...
13129         (__opendirat): ... here.  Call it.
13130         Use __fxstatat64, not __xstatat64.
13131         (opendir_oflags): New function, broken out of ...
13132         (__opendirat): ... here.  Call it.
13133         (opendir_tail): New function, broken out of ...
13134         (__opendirat): ... here.  Call it.
13135         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
13136         opendir_tail, rather than punting to __opendirat.
13137         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
13139 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
13141         * .gitignore: Ignore generated *.pyc.
13143 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
13145         * include/stdio.h: Define __need_wint_t.
13146         * test-skeleton.c: Avoid `for' loop initial declaration.
13147         * nptl/tst-initializers1.c: Use test-skeleton.c.
13149 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13151         [BZ #18418]
13152         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
13154 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
13156         [BZ #16352]
13157         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
13158         (__ieee754_atanh): Force underflow exception for results with
13159         small absolute value.
13160         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
13161         (__ieee754_atanhf): Force underflow exception for results with
13162         small absolute value.
13163         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
13164         (__ieee754_atanh): Force underflow exception for results with
13165         small absolute value.
13166         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
13167         (__ieee754_atanhf): Force underflow exception for results with
13168         small absolute value.
13169         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
13170         (__ieee754_atanhl): Force underflow exception for results with
13171         small absolute value.
13172         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
13173         (__ieee754_atanhl): Force underflow exception for results with
13174         small absolute value.
13175         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
13176         (__ieee754_atanhl): Force underflow exception for results with
13177         small absolute value.
13178         * math/auto-libm-test-in: Do not allow missing underflow
13179         exceptions from atanh.
13180         * math/auto-libm-test-out: Regenerated.
13182         [BZ #18221]
13183         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
13184         2**-28 as threshold for returning x or +/- 1/x.
13185         * math/auto-libm-test-in: Add more tests of tan.
13186         * math/auto-libm-test-out: Regenerated.
13188         [BZ #18220]
13189         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
13190         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
13191         * math/auto-libm-test-in: Add another test of lgamma.
13192         * math/auto-libm-test-out: Regenerated.
13194 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
13196         * stdio-common/printf_fp.c (___printf_fp): Use abs.
13197         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
13198         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
13199         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
13200         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
13201         (ADD2A): Use fabs.  (SUB2A): Use fabs.
13202         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
13203         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
13204         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
13205         (log1): Use fabs.  (my_log2): Use fabs.
13206         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
13207         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
13208         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
13209         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
13210         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
13211         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
13212         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
13213         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
13214         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
13215         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
13216         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
13218 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
13220         [BZ #18217]
13221         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
13222         as threshold for returning 1 - x.
13223         * math/auto-libm-test-in: Add more tests of erfc.
13224         * math/auto-libm-test-out: Regenerated.
13226 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
13228         [BZ #18196]
13229         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
13230         threshold for large arguments.
13231         * math/auto-libm-test-in: Add another test of atan.
13232         * math/auto-libm-test-out: Regenerated.
13234         [BZ #16339]
13235         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
13236         (__log1p): Force underflow exception for results with small
13237         absolute value.
13238         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
13239         (__log1pf): Force underflow exception for results with small
13240         absolute value.
13241         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
13242         (__log1p): Force underflow exception for results with small
13243         absolute value.
13244         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
13245         (__log1pf): Force underflow exception for results with small
13246         absolute value.
13247         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
13248         (__log1pl): Force underflow exception for results with small
13249         absolute value.
13250         * math/auto-libm-test-in: Do not allow missing underflow
13251         exceptions from log1p.
13252         * math/auto-libm-test-out: Regenerated.
13254 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
13255             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13257         [BZ #16704]
13258         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
13260 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
13262         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
13263         (libmvec): New variable.
13264         * configure.ac: Added option for mathvec build.
13265         * configure: Regenerated.
13266         * mathvec/Depend: New file.
13267         * mathvec/Makefile: New file.
13268         * shlib-versions: Added libmvec.
13269         * math/Makefile: Added rule for libm.so installation.
13271         * bits/math-vector.h: New file.
13272         * bits/libm-simd-decl-stubs.h: New header.
13273         * math/Makefile (headers): Added new header
13274         libm-simd-decl-stubs.h.
13275         * math/math.h (__MATHCALL_VEC): New macro.
13277         * math/gen-libm-have-vector-test.sh: Script generates series of macros
13278         for conditions in testing functions.
13279         * math/Makefile: Added call of libm-have-vector-test.sh.
13280         * math/libm-test.inc (HAVE_VECTOR): New macros.
13282         * math/libm-test.inc: START refactored.
13283         * math/test-double.c (TEST_MATHVEC): Add define.
13284         * math/test-float.c: Likewise.
13285         * math/test-idouble.c: Likewise.
13286         * math/test-ifloat.c: Likewise.
13287         * math/test-ildoubl.c: Likewise.
13288         * math/test-ldouble.c: Likewise.
13289         * sysdeps/generic/math-tests-arch.h
13290         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
13291         architecture check.
13293         * math/test-double.c (FUNC_TEST): New macro.
13294         * math/test-float.c: Likewise.
13295         * math/test-idouble.c: Likewise.
13296         * math/test-ifloat.c: Likewise.
13297         * math/test-ildoubl.c: Likewise.
13298         * math/test-ldouble.c: Likewise.
13299         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
13301 2015-05-13  Roland McGrath  <roland@hack.frob.com>
13303         * sysdeps/nacl/fdopendir.c: New file.
13305         * dirent/scandir-tail.c: New file.
13306         * dirent/scandir64-tail.c: New file.
13307         * dirent/Makefile (routines): Add them.
13308         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
13309         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
13310         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
13311         [!SCANDIR] (SCANDIR_TAIL): New macro.
13312         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
13313         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
13314         (SCANDIRAT): Macro removed.
13315         (SCANDIR_TAIL): New macro.
13316         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
13317         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
13318         (SCANDIRAT): Just call __opendirat and __scandir_tail.
13319         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
13320         (READDIR): Macro removed.
13321         (SCANDIR_TAIL): New macro.
13322         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
13323         (SCANDIR_TAIL): New macro.
13325         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
13326         * dirent/scandir-cancel.c: ... to this new file.
13327         * dirent/Makefile (routines): Add it.
13328         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
13329         * sysdeps/unix/sysv/linux/i386/scandir64.c
13330         (SKIP_SCANDIR_CANCEL): Macro removed.
13331         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
13333         * dirent/tst-scandir.c: New file.
13334         * dirent/tst-scandir64.c: New file.
13335         * dirent/Makefile (tests): Add them.
13337 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
13339         [BZ #18409]
13340         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
13342 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13344         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
13345         list.
13347 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
13349         * benchtests/bench-strcoll.c: New benchmark.
13350         * benchtests/Makefile: Generate locales and run benchmark.
13351         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
13352         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
13353         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
13354         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
13355         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
13356         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
13357         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
13358         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
13359         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
13360         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
13361         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
13362         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
13363         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
13364         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
13365         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
13366         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
13367         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
13368         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
13369         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
13370         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
13371         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
13372         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
13373         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
13374         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
13376 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
13378         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
13379         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
13381 2015-05-12  Roland McGrath  <roland@hack.frob.com>
13383         * posix/uname-values.h: New file.
13384         * posix/uname.c: Include that instead of <config-name.h>.
13385         * sysdeps/nacl/uname-values.h: New file.
13386         * sysdeps/arm/nacl/uname-values.h: New file.
13388 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
13390         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
13391         splitting into fields.
13393 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
13395         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
13396         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
13397         * locale/localeinfo.h: Add enum collation_encoding_type.
13398         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
13399         * programs/ld-collate.c (collate_output): Add encoding type info.
13400         * string/strcoll_l.c (STRDIFF): New function.
13401         * (STRCOLL): Use STRDIFF to skip over equal prefix.
13402         * wcsmbs/wcscoll_l.c: Define STRDIFF.
13404 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
13406         [BZ #18397]
13407         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
13408         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
13409         <fpu_control.h> instead of <math/fpu_control.c>.
13410         * sysdeps/mips/mips32/fpu/Makefile: New file.
13412 2015-05-11  Andreas Schwab  <schwab@suse.de>
13414         [BZ #18007]
13415         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
13416         nss_endgrent.
13417         (_nss_compat_endgrent): Call nss_endgrent.
13418         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
13419         nss_endpwent.
13420         (_nss_compat_endpwent): Call nss_endpwent.
13421         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
13422         needent, call nss_setspent only if non-zero.
13423         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
13424         (internal_endspent): Don't call nss_endspent.
13425         (_nss_compat_endspent): Call nss_endspent.
13426         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
13427         Remove.  All uses removed.
13428         (internal_setent): Remove parameter stayopen, add parameter
13429         stream.  Use it instead of global variable.
13430         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
13431         (internal_endent, internal_getent): Add parameter stream.  Use it
13432         instead of global variable.
13433         (CONCAT(_nss_files_end,ENTNAME))
13434         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
13435         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
13436         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
13437         uses removed.
13438         (internal_setent, internal_endent): Add parameter stream.  Use it
13439         instead of global variable.
13440         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
13441         stream.
13442         (get_next_alias): Add parameter stream.
13443         (_nss_files_getaliasent_r): Pass global stream.
13444         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
13445         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
13446         (_nss_files_gethostbyname4_r): Pass local stream to
13447         internal_setent, internal_getent and internal_endent.  Remove
13448         locking.
13450 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13452         * tst-strfmon1.c (tests): Update expected currency symbol.
13454 2015-05-08  Roland McGrath  <roland@hack.frob.com>
13456         * sysdeps/nacl/gethostname.c: New file.
13458 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
13460         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
13461         and sinh.
13462         * math/auto-libm-test-out: Regenerated.
13463         * sysdeps/i386/fpu/libm-test-ulps: Update.
13464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13466 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
13468         [BZ #18125]
13469         * stdlib/tst-setcontext3.c: New file.
13470         * stdlib/tst-setcontext3.sh: New file.
13471         * stdlib/Makefile (tests): Add tst-setcontext3.
13472         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
13473         to verify test program created output file.
13474         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
13475         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
13476         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
13477         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
13479 2015-05-06  Roland McGrath  <roland@hack.frob.com>
13481         [BZ #18383]
13482         * elf/tst-tlsalign.c: New file.
13483         * elf/tst-tlsalign-static.c: New file.
13484         * elf/tst-tlsalign-lib.c: New file.
13485         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
13486         (tests-static): Add tst-tlsalign-static.
13487         (modules-names): Add tst-tlsalign-lib.
13488         (test-xfail-tst-tlsalign): New variable.
13489         (test-xfail-tst-tlsalign-static): New variable.
13491         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
13492         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
13494 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
13496         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
13497         csqrt, erfc, sin and sincos.
13498         * math/auto-libm-test-out: Regenerated.
13499         * sysdeps/i386/fpu/libm-test-ulps: Update.
13500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13502 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13504         * sysdeps/aarch64/libm-test-ulps: Update.
13506 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
13508         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
13509         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
13510         * math/auto-libm-test-out: Regenerated.
13511         * sysdeps/i386/fpu/libm-test-ulps: Update.
13512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13514 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
13516         [BZ #18265]
13517         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
13518         (wcsncpy): Likewise.
13520 2015-05-05  Florian Weimer  <fweimer@redhat.com>
13522         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
13523         Assume __ASSUME_FALLOCATE is always true.
13524         * sysdeps/unix/sysv/linux/posix_fallocate64.c
13525         (__posix_fallocate64_l64): Likweise.
13526         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
13527         (posix_fallocate): Likewise.
13528         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
13529         (__posix_fallocate64_l64): Likewise.
13530         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
13531         [!__ASSUME_FALLOCATE]: Add comment.
13533 2015-05-05  Florian Weimer  <fweimer@redhat.com>
13535         * sysdeps/unix/sysv/linux/i386/Makefile
13536         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
13537         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
13538         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
13539         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
13540         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
13541         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
13542         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
13544 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
13546         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
13547         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
13548         tgamma.
13549         * math/auto-libm-test-out: Regenerated.
13550         * sysdeps/i386/fpu/libm-test-ulps: Update.
13551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13553 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
13555         * math/auto-libm-test-in: Add more tests of tgamma.
13556         * math/auto-libm-test-out: Regenerated.
13557         * sysdeps/i386/fpu/libm-test-ulps: Update.
13558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13560         * math/auto-libm-test-in: Add more tests of tanh.
13561         * math/auto-libm-test-out: Regenerated.
13562         * sysdeps/i386/fpu/libm-test-ulps: Update.
13563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13565         * math/auto-libm-test-in: Add more tests of tan.
13566         * math/auto-libm-test-out: Regenerated.
13567         * sysdeps/i386/fpu/libm-test-ulps: Update.
13568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13570         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
13571         * math/auto-libm-test-out: Regenerated.
13572         * sysdeps/i386/fpu/libm-test-ulps: Update.
13573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13575         * math/auto-libm-test-in: Add another test of pow.
13576         * math/auto-libm-test-out: Regenerated.
13577         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13579         * math/auto-libm-test-in: Add more tests of lgamma.
13580         * math/auto-libm-test-out: Regenerated.
13581         * sysdeps/i386/fpu/libm-test-ulps: Update.
13582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13584         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
13585         log1p.
13586         * math/auto-libm-test-out: Regenerated.
13587         * sysdeps/i386/fpu/libm-test-ulps: Update.
13588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13590 2015-05-01  Mark Wielaard  <mjw@redhat.com>
13592         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
13593         Elf64_Chdr structs and ELFCOMPRESS constants.
13595 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
13597         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
13598         expm1.
13599         * math/auto-libm-test-out: Regenerated.
13600         * sysdeps/i386/fpu/libm-test-ulps: Update.
13601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13603         * math/auto-libm-test-in: Add more tests of erf and erfc.
13604         * math/auto-libm-test-out: Regenerated.
13605         * sysdeps/i386/fpu/libm-test-ulps: Update.
13606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13608 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13610         * config.h.in (HAVE_AARCH64_BE): Add.
13612 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
13614         * math/auto-libm-test-in: Add more tests of csqrt.
13615         * math/auto-libm-test-out: Regenerated.
13616         * sysdeps/i386/fpu/libm-test-ulps: Update.
13617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13619         * math/auto-libm-test-in: Add more tests of cosh and sinh.
13620         * math/auto-libm-test-out: Regenerated.
13621         * sysdeps/i386/fpu/libm-test-ulps: Update.
13622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13624         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
13626 2015-04-29  Roland McGrath  <roland@hack.frob.com>
13628         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
13629         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
13631         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
13632         (euidaccess, eaccess): Define as weak aliases.
13634         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
13635         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
13636         but __suseconds_t is often 'long int' so some sources assume that
13637         type is being used (e.g. they use %ld to print tv_usec).
13639 2015-04-29  Florian Weimer  <fweimer@redhat.com>
13641         [BZ #18007]
13642         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
13643         (CVE-2014-8121)
13644         * nss/tst-nss-getpwent.c: New file.
13645         * nss/Makefile (tests): Add new test.
13647 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
13649         [BZ #18346]
13650         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
13651         exponents less than 48 as cases where high part of mantissa needs
13652         examining to determine whether argument is integral.
13653         * math/libm-test.inc (round_test_data): Add more tests.
13655 2015-04-28  Mark Wielaard  <mjw@redhat.com>
13657         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
13659 2015-04-27  David S. Miller  <davem@davemloft.net>
13661         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
13662         __tls_get_addr.
13663         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
13665 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
13667         [BZ#18333]
13668         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
13670 2015-04-27  Florian Weimer  <fweimer@redhat.com>
13672         [BZ#18333]
13673         * time/tzset.c (parse_tzname): Return error on memory allocation
13674         failure.
13675         * test-skeleton.c (struct temp_name_list): Change type of name
13676         member to non-const.
13677         (add_temp_file): Create a copy of the file name.
13678         (delete_temp_files): Deallocate memory.
13679         (create_temp_file): Add comment.
13681 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13683         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
13684         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
13686 2015-04-24  Roland McGrath  <roland@hack.frob.com>
13688         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
13689         * sysdeps/arm/configure: Regenerated.
13691 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13693         [BZ #17715]
13694         * time/tzfile.c (__tzfile_read): Check for large values of
13695         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
13696         * time/tzset.c (__tzstring_len): New function, based on the old
13697         __tzstring function.
13698         (__tzstring): Call __tzstring_len.
13699         (parse_tzname): New helper function extracted from
13700         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
13701         the input string.
13702         (parse_offset): New helper function extracted from
13703         __tzset_parse_tz.  Replace switch with fallthrough with
13704         initialization before sscanf.
13705         (parse_rule): Likewise.
13706         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
13707         new-style function definition.
13708         * timezone/Makefile (tests): Add tst-tzset.
13709         (tst-tzset.out): Dependencies on time zone files.
13710         (tst-tzset-ENV): Set TZDIR.
13711         (testdata/XT%): Copy crafted time zone files.
13712         * timezone/README: Mention crafted time zone files.
13713         * timezone/testdata/XT1, timezone/testdata/XT2,
13714         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
13715         files.
13716         * timezone/tst-tzset.c: New test.
13718 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13720         * Makeconfig (+gccwarn): Remove -Winline.
13722 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13724         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
13726 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13728         * NEWS: Mention sysconf() cache information support for s390.
13729         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
13731 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
13733         * math/k_casinh.c (__kernel_casinh): Use __copysign.
13734         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
13735         (__nearbyint): Likewise.
13736         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
13737         (copysignl): Likewise.
13739 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
13741         [BZ #18287]
13742         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
13743         based on padding.  (CVE-2015-1781)
13745 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13747         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
13748         libc-vdso.h.
13749         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
13750         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
13751         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
13752         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
13753         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
13754         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
13755         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
13756         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
13757         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
13758         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
13759         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
13760         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
13761         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
13762         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
13763         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
13764         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
13765         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
13766         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
13767         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
13768         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
13769         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
13770         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
13771         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
13773 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
13775         * stdlib/setenv.c (__add_to_environ):
13776         Dump core quickly if setenv (..., NULL, ...) is called.
13777         This time, do it the right way, and pacify GCC with a pragma.
13779 2015-04-17  Roland McGrath  <roland@hack.frob.com>
13781         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
13782         IMAP->l_prev cannot be null, and #if out the code for the contrary
13783         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
13784         believe that NS (&_dl_ns[NSID]) could point outside the array.
13786         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
13787         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
13788         before using NSID as an index.
13790 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
13792         [BZ #17825]
13793         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
13794         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
13795         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
13797 2015-04-17  Roland McGrath  <roland@hack.frob.com>
13799         Add preliminary port to Google Native Client on ARM.
13800         * abi-tags (.*-.*-nacl.*): New entry.
13801         * sysdeps/arm/nacl: New directory.
13802         * sysdeps/nacl: New directory.
13804 2015-04-16  David S. Miller  <davem@davemloft.net>
13806         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
13807         lowlevellock-futex.h
13809 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
13811         * sysdeps/tile/configure.ac: New file.
13812         * sysdeps/tile/configure: Regenerated.
13814 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13816         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
13817         conditionals for weak_alias and libc_hidden_weak.
13818         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
13819         libc_hidden_weak and weak_alias.
13820         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
13821         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
13822         and weak_alias for static one.
13824 2015-04-15  David S. Miller  <davem@davemloft.net>
13826         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
13828 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13830         [BZ #18206]
13831         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
13832           Use signed comparision instead of substraction to avoid
13833           overflow bug.
13834         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
13835           Take the sign of ret.
13836         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
13837           Do not expect precise return values. Only the sign matters.
13838         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
13839         * wcsmbs/test-wcsncmp.c: New File.
13840         * string/test-strncmp.c: Add wcsncmp support.
13842 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13844         [BZ #6792]
13845         * math/w_log1p.c: New file.
13846         * math/w_log1pf.c: Likewise.
13847         * math/w_log1pl.c: Likewise.
13848         * math/Makefile (libm-calls): Add w_log1p.
13849         * math/s_log1pl.c (log1pl): Remove weak_alias.
13850         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
13851         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
13852         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
13853         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
13854         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
13855         [NO_LONG_DOUBLE] (log1pl): Likewise.
13856         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
13857         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
13858         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
13859         (log1p): Remove long_double_symbol.
13860         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
13861         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
13862         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
13863         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
13864         remove weak_alias for corresponding log1p function.
13865         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
13866         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
13867         * sysdeps/ia64/fpu/w_log1p.c: New file.
13868         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
13869         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
13870         * math/libm-test.inc (log1p_test_data): Add errno expectations.
13872 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
13874         [BZ #18247]
13875         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
13876         decimal exponent by 1.
13877         * stdlib/tst-strtod-round-data: Add more tests.
13878         * stdlib/tst-strtod-round.c (tests): Regenerated.
13880 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
13882         * math/auto-libm-test-in: Add more tests of clog and clog10.
13883         * math/auto-libm-test-out: Regenerated.
13884         * sysdeps/i386/fpu/libm-test-ulps: Update.
13885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13887 2015-04-09  Roland McGrath  <roland@hack.frob.com>
13889         * Makeconfig (module-cppflags): Exclude all .v.i files.
13890         (skip-module-cppflags): Variable removed.
13892         * configure.ac (libc_config_ok): Initialize before reading
13893         preconfigure scripts, not after.
13894         * configure: Regenerated.
13896         * test-skeleton.c (TIMEOUT): Move #define to top level.
13897         (main): Grok environment variable TEST_DIRECT.  If set, print
13898         test expectation details into that file and then behave as if
13899         given --direct.
13901 2015-04-09  Florian Weimer  <fweimer@redhat.com>
13903         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
13904         warning on 32-bit.
13906 2015-04-08  David S. Miller  <davem@davemloft.net>
13908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13910 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
13912         * math/auto-libm-test-in: Add more tests of atanh.
13913         * math/auto-libm-test-out: Regenerated.
13914         * sysdeps/i386/fpu/libm-test-ulps: Update.
13915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13917         * math/auto-libm-test-in: Add more tests of atan.
13918         * math/auto-libm-test-out: Regenerated.
13919         * sysdeps/i386/fpu/libm-test-ulps: Update.
13920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13922 2015-04-08  Florian Weimer  <fweimer@redhat.com>
13924         * elf/pldd.c (main): Rewrite to use struct
13925         scratch_buffer instead of extend_alloca.
13926         * elf/pldd-xx.c (find_maps): Likewise.
13927         * grp/initgroups.c: Include <scratch_buffer.h> instead of
13928         <alloca.h>.
13929         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
13930         scratch_buffer instead of extend_alloca.
13931         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
13932         grp/compat-initgroups.c.
13933         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
13934         Rewrite to use struct scratch_buffer instead of extend_alloca.
13935         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
13936         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
13938 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
13940         * math/auto-libm-test-in: Add more tests of cbrt.
13941         * math/auto-libm-test-out: Regenerated.
13942         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13944         * math/auto-libm-test-in: Add more tests of cabs.
13945         * math/auto-libm-test-out: Regenerated.
13946         * sysdeps/i386/fpu/libm-test-ulps: Update.
13947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13949         [BZ #18210]
13950         [BZ #18211]
13951         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
13952         (__ieee754_atan2): Set FE_TONEAREST mode for internal
13953         computations.
13954         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
13955         clog10.
13956         * math/auto-libm-test-out: Regenerated.
13957         * sysdeps/i386/fpu/libm-test-ulps: Update.
13958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13960         [BZ #18197]
13961         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
13962         (atan): Set FE_TONEAREST mode for internal computations.
13963         * math/auto-libm-test-in: Add more tests of atan.
13964         * math/auto-libm-test-out: Regenerated.
13966 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
13968         [BZ #17930]
13969         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
13971 2015-04-07  Florian Weimer  <fweimer@redhat.com>
13973         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
13975 2015-04-07  Florian Weimer  <fweimer@redhat.com>
13977         * include/scratch_buffer.h: New file.
13978         * malloc/scratch_buffer_grow.c: Likewise.
13979         * malloc/scratch_buffer_grow_preserve.c: Likewise.
13980         * malloc/scratch_buffer_set_array_size.c: Likewise.
13981         * malloc/tst-scratch_buffer.c: Likewise.
13982         * malloc/Makefile (routines): Add scratch_buffer_grow.
13983         (tests): Add test case.
13984         * malloc/Versions (GLIBC_PRIVATE): Export
13985         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
13986         __libc_scratch_buffer_set_array_size.
13988 2015-04-06  Richard Henderson  <rth@redhat.com>
13990         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
13991         * sysdeps/alpha/fpu/libm-test-ulps: Update.
13993         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
13994         unsigned int before printing.
13996 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13998         [BZ #17596]
13999         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
14000         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14002 2015-04-02  Florian Weimer  <fweimer@redhat.com>
14004         * include/libc-internal.h (libc_max_align_t): Define.
14006 2015-04-02  Andreas Schwab  <schwab@suse.de>
14008         [BZ #16850]
14009         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
14011 2015-04-02  Mel Gorman  <mgorman@suse.de>
14013         [BZ #17195]
14014         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
14015         as well as the main arena.
14017 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
14019         [BZ #18185]
14020         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
14021         sharing L2 cache to 2 for Silvermont/Knights Landing.
14023 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
14025         [BZ #17711]
14026         * config.make.in (have-protected-data): New.
14027         * configure.ac: Check linker support for protected data symbol.
14028         * configure: Regenerated.
14029         * elf/Makefile (modules-names): Add tst-protected1moda and
14030         tst-protected1modb if $(have-protected-data) is yes.
14031         (tests): Add tst-protected1a and tst-protected1b if
14032         $(have-protected-data) is yes.
14033         ($(objpfx)tst-protected1a): New.
14034         ($(objpfx)tst-protected1b): Likewise.
14035         (tst-protected1modb.so-no-z-defs): Likewise.
14036         * elf/tst-protected1a.c: New file.
14037         * elf/tst-protected1b.c: Likewise.
14038         * elf/tst-protected1mod.h: Likewise.
14039         * elf/tst-protected1moda.c: Likewise.
14040         * elf/tst-protected1modb.c: Likewise.
14042 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
14044         [BZ #17711]
14045         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
14046         indicates it is called from do_lookup_x on relocation against
14047         protected data, skip the data definion in the executable from
14048         copy reloc.
14049         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
14050         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
14051         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
14052         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
14053         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
14054         otherwise to 0.
14055         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
14056         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
14057         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
14058         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
14059         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
14060         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
14062 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
14064         * sysdeps/nptl/pthread.h: Remove duplicate definition of
14065         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
14067 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
14069         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
14070         THREAD_SETMEM_NC.
14071         * sysdeps/x86_64/nptl/tls.h: Ditto.
14073 2015-03-27  Roland McGrath  <roland@hack.frob.com>
14075         * dlfcn/tststatic.c (main): Converted to ...
14076         (do_test): ... this.
14077         (TEST_FUNCTION): New macro.
14078         Include test-skeleton.c.
14080 2015-03-26  Alan Modra  <amodra@gmail.com>
14082         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
14083         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
14084         zero for undefined weak.
14085         (elf_machine_plt_conflict): Similarly.
14087 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
14089         * math/auto-libm-test-in: Add more tests of acosh, asinh and
14090         atanh.
14091         * math/auto-libm-test-out: Regenerated.
14092         * sysdeps/i386/fpu/libm-test-ulps: Update.
14093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14095         * math/auto-libm-test-in: Add another test of asin.
14096         * math/auto-libm-test-out: Regenerated.
14097         * sysdeps/i386/fpu/libm-test-ulps: Update.
14098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14100         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
14101         Remove macro.
14102         (LLL_EBX_REG): Likewise.
14103         (LLL_ENTER_KERNEL): Likewise.
14105         * math/auto-libm-test-in: Add more tests of asin.
14106         * math/auto-libm-test-out: Regenerated.
14107         * sysdeps/i386/fpu/libm-test-ulps: Update.
14108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14110         [BZ #18138]
14111         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
14112         libc_do_syscall_args): New structure.
14113         (INTERNAL_SYSCALL_MAIN_0): New macro.
14114         (INTERNAL_SYSCALL_MAIN_1): Likewise.
14115         (INTERNAL_SYSCALL_MAIN_2): Likewise.
14116         (INTERNAL_SYSCALL_MAIN_3): Likewise.
14117         (INTERNAL_SYSCALL_MAIN_4): Likewise.
14118         (INTERNAL_SYSCALL_MAIN_5): Likewise.
14119         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
14120         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
14121         Replace conditional definitions by conditional definitions of ....
14122         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
14123         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
14124         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
14125         (libpthread-sysdep_routines): Add libc-do-syscall.
14126         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
14127         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
14128         to __NR_futex not 240.
14130 2015-03-25  Alan Modra  <amodra@gmail.com>
14132         * NEWS: Advertise TLS optimization.
14133         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
14134         (DT_PPC_NUM): Increment.
14135         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
14136         (CHECK_STATIC_TLS): Use here.
14137         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
14138         TLS descriptors.
14139         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14140         * sysdeps/powerpc/dl-tls.c: New file.
14141         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
14142         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
14143         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
14144         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
14145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
14146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
14147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
14149 2015-03-25  Alan Modra  <amodra@gmail.com>
14151         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
14152         for overlapping .opd entries" to "support...".
14153         * sysdeps/powerpc/powerpc64/configure: Regenerate
14155 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
14157         * math/auto-libm-test-in: Add more tests of acos.
14158         * math/auto-libm-test-out: Regenerated.
14159         * sysdeps/i386/fpu/libm-test-ulps: Update.
14160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14162         * math/auto-libm-test-in: Add more tests of expm1.
14163         * math/auto-libm-test-out: Regenerated.
14164         * sysdeps/i386/fpu/libm-test-ulps: Update.
14165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14167 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
14169         * math/auto-libm-test-in: Add more tests of cosh and sinh.
14170         * math/auto-libm-test-out: Regenerated.
14171         * sysdeps/i386/fpu/libm-test-ulps: Update.
14172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14174         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
14175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14177         * math/auto-libm-test-in: Add more tests of log2.
14178         * math/auto-libm-test-out: Regenerated.
14179         * sysdeps/i386/fpu/libm-test-ulps: Update.
14180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14182 2015-03-23  Roland McGrath  <roland@hack.frob.com>
14184         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
14185         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
14186         _IO_IS_APPENDING bit in READ_WRITE instead.
14188 2015-03-23  Florian Weimer  <fweimer@redhat.com>
14190         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
14191         (__determine_cpumask_size): Replace extend_alloca with a
14192         variable-length array.  Do not treat res == 0 as an error.
14194 2015-03-23  Florian Weimer  <fweimer@redhat.com>
14196         [BZ #18100]
14197         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
14198         and integer overflow.
14199         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
14200         (main): Add integer overflow tests.
14201         * manual/pattern.texi (Calling Wordexp): Document additional use
14202         for WRDE_SYNTAX.
14204 2015-03-23  Alan Modra  <amodra@gmail.com>
14206         * config.h.in: Remove HAVE_ASM_PPC_REL16.
14207         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
14208         and false branch of conditional.
14209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
14210         Likewise.
14212 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
14214         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
14215         libc-modules.h
14216         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
14217         unused declaration of _hurd_intr_rpc_msg_in_trap.
14218         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
14219         defined instead of whether it is non-zero.
14220         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
14221         input constraint instead of both input and output constraint.  Use ecx
14222         clobber instead of %ecx.
14223         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
14224         mutex_unlock): Use a statement expression instead of an expression list.
14225         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
14226         type to vm_size_t instead of vm_address_t.
14227         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
14228         defined instead of whether it is non-zero.
14229         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
14230         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
14231         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
14232         comparisons with mapaddr.
14233         * nscd/nscd-client.h: Include <time.h>.
14234         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
14235         9th parameter to __vm_region instead of int.
14236         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
14237         * scripts/check-local-headers.sh (exclude): Add device/,
14238         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
14239         cthreads.h.
14241 2015-03-19  Roland McGrath  <roland@hack.frob.com>
14243         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
14244         to account for alignment padding.
14245         * sysdeps/arm/memmove.S: Likewise.
14247 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
14249         * sysdeps/unix/sysv/linux/generic/README: New file.
14251 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
14253         [BZ #18138]
14254         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
14255         (futex_abstimed_wait)
14256         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
14257         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
14258         of lll_futex_timed_wait.
14260 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
14262         [BZ #17542]
14263         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
14265 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
14267         [BZ #17090]
14268         [BZ #17620]
14269         [BZ #17621]
14270         [BZ #17628]
14271         * NEWS: Update.
14272         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
14273         entries with Static TLS too.  Skip entries past the end of the
14274         allocated DTV, from Alan Modra.
14275         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
14276         Static TLS DTV entry set up from...
14277         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
14278         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
14279         * nptl/allocatestack.c (init_one_static_tls): ... and here...
14280         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
14281         for Static TLS.
14282         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
14283         that the slot we find is associated with the given map before
14284         using its generation count.
14285         * nptl_db/db_info.c: Include ldsodefs.h.
14286         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
14287         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
14288         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
14289         (link_map::l_tls_offset): New struct field.
14290         (dtv_t::counter): Likewise.
14291         (rtld_global): New struct.
14292         (_rtld_global): New rtld variable.
14293         (dl_tls_dtv_slotinfo_list): New rtld global field.
14294         (dtv_slotinfo_list): New struct.
14295         (dtv_slotinfo): Likewise.
14296         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
14297         (td_lookup): Rename to...
14298         (td_mod_lookup): ... this.  Use new mod parameter instead of
14299         LIBPTHREAD_SO.
14300         * nptl_db/td_thr_tlsbase.c: Include link.h.
14301         (dtv_slotinfo_list, dtv_slotinfo): New functions.
14302         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
14303         addresses even if the DTV is out of date or missing them.
14304         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
14305         index zero-length arrays.
14306         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
14307         (td_lookup): Make it a macro implemented in terms of...
14308         (td_mod_lookup): ... this declaration.
14309         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
14310         (DB_MAIN_VARIABLE): Likewise.
14312 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14314         [BZ #18134]
14315         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
14317 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14319         * stdlib/setenv.c (__add_to_environ): Revert previous change.
14321 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
14323         [BZ #18128]
14324         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
14325         (atomic_add, atomic_increment_and_test)
14326         (atomic_decrement_and_test): Fix 64-bit arithmetic.
14328 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
14330         * stdlib/setenv.c (__add_to_environ):
14331         Dump core quickly if setenv (..., NULL, ...) is called.
14333 2015-03-13  Roland McGrath  <roland@hack.frob.com>
14335         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
14336         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
14337         all the necessary asm magic in one place.
14338         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
14339         using those.
14341 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
14343         [BZ #14906]
14344         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
14345         traced file mtime. Use consistent log message.
14346         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
14347         (register_traced_file): Call install_watches. Always set mtime.
14348         (invalidate_cache): Iterate over all trace files. Call install_watches.
14349         (inotify_check_files): Don't inline. Handle watching parent
14350         directories and configuration file movement in and out.
14351         (handle_inotify_events): New function.
14352         (main_loop_poll): Call handle_inotify_events.
14353         (main_loop_epoll): Likewise.
14354         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
14355         (struct traced_file): Use array of inotify fds. Add parent directory,
14356         and basename.
14357         (struct database_dyn): Remove unused file_mtime.
14358         (init_traced_file): New inline function.
14359         (define_traced_file): New macro.
14360         * nss/nss_db/db-init.c: Use define_traced_file.
14361         (_nss_db_init): Use init_traced_file.
14362         * nss/nss_files/files-init.c: Use define_traced_file.
14363         (_nss_files_init): Use init_traced_file.
14365 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
14367         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
14368         [_LIBC]: Do not include <stdlib.h>.
14369         [!_LIBC] (abort): Remove declaration.
14370         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
14371         _FP_STATIC_ASSERT instead of conditionally calling abort.
14372         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
14373         (_FP_EXTEND_CNAN): Likewise.
14374         (FP_TRUNC): Likewise.
14375         (__FP_CLZ): Likewise.
14376         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
14378 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
14380         * manual/string.texi (XPG basename): Fix prototype.
14382 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
14384         [BZ #18080]
14385         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
14386         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
14387         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
14388         (__setcontext): Likewise.
14389         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
14390         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
14391         Call rt_sigprocmask syscall one time to set new signal mask
14392         and retrieve the current signal mask instead of two calls.
14393         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
14394         (__swapcontext): Likewise.
14395         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
14396         * stdlib/tst-setcontext2.c: New file.
14398 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
14400         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14402 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
14404         [BZ #18093]
14405         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
14406         the wrong size.
14408 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14410         [BZ #18043]
14411         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
14413 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
14415         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
14416         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
14417         Remove define.
14418         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
14419         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
14420         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
14421         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
14422         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
14423         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
14424         define.
14425         * nptl_db/td_symbol_list.c (td_lookup): Remove
14426         HAVE_ASM_GLOBAL_DOT_NAME code.
14427         * sysdeps/powerpc/powerpc64/configure.ac: Remove
14428         HAVE_ASM_GLOBAL_DOT_NAME check.
14429         * sysdeps/powerpc/powerpc64/configure: Regenerate.
14430         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
14431         (DOT_LABEL): Remove define.
14432         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
14433         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
14434         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
14435         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
14436         (__TLS_GET_ADDR): Likewise.
14437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
14438         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
14440 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
14442         [BZ #18111]
14443         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
14444         (_FPU_SETCW): Initialize cw from fpsr before storing.
14445         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
14446         (fesetexceptflag): Rewrite using fpu_control.h.
14447         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
14449 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
14451         [BZ #18110]
14452         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
14453         asms.
14454         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
14456 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
14458         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
14459         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
14460         abort.
14461         (_FP_FMA): Likewise.
14462         (_FP_DIV): Likewise.
14464 2015-03-10  Roland McGrath  <roland@hack.frob.com>
14466         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
14467         with 0 in that case.
14468         * Makefile (summarize-tests): New canned sequence, factored out of
14469         commands for targets tests and xtests.  Display summary lines that
14470         don't start with PASS: or XFAIL: rather than ones that do start with
14471         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
14472         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
14473         do start with ERROR: or FAIL:.
14474         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
14475         (except for [$(build-shared) = yes]).
14476         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
14477         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
14478         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
14479         * nptl/Makefile: Revert 2015-03-04 changes.
14480         [$(CXX) empty] (tests-unsupported): New variable.
14481         * debug/Makefile: Likewise.
14483         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
14484         gnulib file.  Replace __attribute with __attribute__ throughout.
14486 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
14488         * sysdeps/hppa/fpu/libm-test-ulps: Update.
14490 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
14492         [BZ #18104]
14493         * math/auto-libm-test-in: Add another test of pow.
14494         * math/auto-libm-test-out: Regenerated.
14496 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14498         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
14499         $(config-cflags-nofma).
14501 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
14503         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
14504         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
14505         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
14506         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
14507         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
14508         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
14509         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
14510         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
14511         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
14512         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
14513         Add comment on closing #endif.
14515 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14517         * posix/wordexp.c (CHAR_IN_SET): New macro.
14518         (parse_param): Use it.
14520 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14522         * sysdeps/powerpc/fpu/libm-test-ulps: update.
14524 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14526         [BZ #18043]
14527         * posix/wordexp.c (parse_param): Fix buffer overflow.
14528         * posix/wordexp-test.c (test_case): Add test case.
14530 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14532         [BZ #18042]
14533         * posix/wordexp.c (parse_backtick): Fix off-by-one.
14534         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
14536 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14538         [BZ #18043]
14539         * posix/wordexp-test.c (test_case): Add test for BZ #18043
14540         (do_bz18043): Delete.
14541         (at_page_end): New.
14542         (testit): Refactor to have words at the edge of unreadable page.
14544 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
14546         [BZ #16734]
14547         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
14548         Cleanup read-only streams as well.
14549         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
14551 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14553         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
14554         <bits/libc-lockP.h>
14556 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
14558         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
14559         on [__KERNEL__].
14560         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
14561         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
14562         * soft-fp/op-common.h (_FP_DECL): Likewise.
14564 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
14566         * elf/ifuncdep2.c (global): Replace
14567         __attribute__((visibility("protected"))) with
14568         asm (".protected global").
14569         * elf/ifuncmod1.c (global): Likewise.
14570         * elf/ifuncmod5.c (global): Likewise.
14572 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
14574         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
14575         <asm/sfp-machine.h> instead of <sfp-machine.h>.
14577 2015-03-06  Roland McGrath  <roland@hack.frob.com>
14579         * manual/install.texi (Configuring and compiling):
14580         Document test-wrapper-env-only.
14581         * INSTALL: Regenerated.
14583 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
14585         [BZ #18043]
14586         * posix/wordexp.c (parse_param): Fix buffer overflow.
14587         * posix/wordexp-test.c (do_bz18043): Add test case.
14589 2015-03-06  Vincent Bernat  <vincent@bernat.im>
14591         * time/tst-strptime2.c (do_test): Ensure failing tests are
14592         reported correctly.
14593         * time/tst-strptime3.c (do_test): Likewise.
14595 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
14597         Fix aio_error thread-safety.
14598         * sysdeps/pthread/aio_error.c: New file
14599         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
14600         synchronization.
14602 2015-03-06  Florian Weimer  <fweimer@redhat.com>
14604         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
14605         (group_number, vfprintf): Use it.
14606         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
14607         (JUMP, REF): Use it.
14608         (WORK_BUFFER_SIZE): New enum constant.
14609         (process_arg, vfprintf): Use it.
14611 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
14613         * manual/errno.texi (Error Messages): Complete example function
14614         by adding missing #define.
14615         (program_invocation_name): Add statement indicating GNU
14616         extension and reference which header file declares the variable.
14617         (program_invocation_short_name): Likewise.
14619 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
14621         * manual/errno.texi (Error Messages): Delete strerror ISO C89
14622         compatibility note.
14624 2015-03-05  Roland McGrath  <roland@hack.frob.com>
14626         * Makeconfig (test-wrapper-env-only): New variable.
14627         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
14628         then use that with $(test-wrapper-env-only) rather than using
14629         $(test-wrapper-env) $(run-program-env) $($*-ENV).
14631 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
14633         [BZ #18082]
14634         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
14635         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
14636         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
14637         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
14638         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
14639         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
14640         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
14641         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
14642         Likewise.
14643         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
14644         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
14645         Likewise.
14646         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
14647         Likewise.
14648         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
14649         Likewise.
14650         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
14651         Likewise.
14652         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
14653         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
14654         Likewise.
14655         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
14656         Likewise.
14657         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
14658         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
14660 2015-03-04  Roland McGrath  <roland@hack.frob.com>
14662         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
14663         (ETH_ALEN): New macro.
14664         (struct ether_addr): Use it for length of ether_addr_octet.
14666         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
14667         (setdb): Don't call __nss_configure_lookup for "rpc".
14668         (do_test): Don't call test_rpc.
14669         (output_rpcent, test_rpc): Functions moved ...
14670         * sunrpc/test-rpcent.c: ... to this new file.
14671         * sunrpc/Makefile (tests): Add it.
14673         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
14674         __xpg_sigpause.
14675         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
14676         * nptl/tst-signal6.c: Likewise.
14677         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
14678         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
14680         * configure.ac (libc_cv_cxx_link_ok): New check.
14681         Reset CXX to empty if it fails to link.
14682         * configure: Regenerated.
14683         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
14684         bug-atexit3-lib only if $(CXX) is nonempty.
14685         * nptl/Makefile (tests): Likewise for tst-cancel24.
14686         (tests, tests-static): Likewise for tst-cancel24-static.
14687         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
14688         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
14689         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
14690         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
14692 2015-03-04  Andreas Schwab  <schwab@suse.de>
14694         [BZ #17631]
14695         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
14696         for non-GCC compilers.
14697         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
14698         Likewise.
14700 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
14702         [BZ #17776]
14703         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
14704         integer before bitwise and assembly operations.
14705         (feclearexcept): Likewise.
14706         * math/test-fenvinline.c: New file.
14707         * math/Makefile: Add test-fenvinline test.
14709 2015-03-03  Alan Modra  <amodra@gmail.com>
14711         [BZ #16512]
14712         * scripts/localplt.awk: Strip off symbol version.
14713         * NEWS: Mention bug fix.
14715 2015-03-02  Roland McGrath  <roland@hack.frob.com>
14717         * sysdeps/pthread/timer_routines.c
14718         (timer_free_list, thread_free_list, thread_active_list): Make static.
14720 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
14722         [BZ #17779]
14723         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14724         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14725         Undefine.
14726         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14727         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14728         Likewise.
14729         * sysdeps/unix/sysv/linux/sh/kernel-features.h
14730         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14731         Likewise.
14733 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
14735         [BZ #18036]
14736         * posix/fnmatch_loop.c (END): Detect invalid pattern.
14737         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
14739 2015-03-02  Andreas Schwab  <schwab@suse.de>
14741         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
14742         variable name.
14744 2015-03-02  Florian Weimer  <fweimer@redhat.com>
14746         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
14747         Return error status.
14749 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
14751         [BZ #15969]
14752         * locale/findlocale.c (_nl_find_locale): Introduce const
14753         version of loc_name and drop unsafe type casts.
14755 2015-02-27  Roland McGrath  <roland@hack.frob.com>
14757         * dlfcn/tststatic2.c (main): Converted to ...
14758         (do_test): ... this.
14759         (TEST_FUNCTION): New macro.
14760         Include test-skeleton.c.
14762 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
14764         [BZ #17711]
14765         * elf/Makefile (tests): Add vismain only if PIE is enabled.
14766         (tests-pie): Add vismain.
14767         (CFLAGS-vismain.c): New.
14768         * elf/vismain.c: Add comments for PIE requirement.
14770 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
14772         [BZ #18046]
14773         [BZ #18047]
14774         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
14775         0x1p-56L as threshold for just returning the argument.
14776         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
14777         0x1p-32L as threshold for just returning the argument.
14778         * math/auto-libm-test-in: Add more tests of atanh.
14779         * math/auto-libm-test-out: Regenerated.
14780         * sysdeps/i386/fpu/libm-test-ulps: Update.
14781         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
14783 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
14785         * string/bcopy.c (bcopy): Call memmove for performance.
14787 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
14789         * string/bzero.c (__bzero): Call memset for performance.
14791 2015-02-27  John David Anglin  <dave.anglin@bell.net>
14793         [BZ #18068]
14794         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
14795         to 00100000.
14797 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
14799         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
14801 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
14803         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
14804         (__kernel_standard): Use CSTR macro when setting exc.name.
14805         * sysdeps/ieee754/Makefile [$(subdir) = math]
14806         (CFLAGS-k_standard.c): Remove variable.
14808         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
14809         setting p and q from "else if" to "else".
14810         (qzero): Likewise.
14811         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
14812         (qone): Likewise.
14813         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
14814         (qzerof): Likewise.
14815         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
14816         (qonef): Likewise.
14817         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
14818         (qzero): Likewise.
14819         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
14820         (qone): Likewise.
14822         [BZ #18038]
14823         [BZ #18039]
14824         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
14825         return pi/2 for arguments below 0x1p-113L.
14826         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
14827         return pi/2 for arguments below 0x1p-106L.
14828         * math/auto-libm-test-in: Add more tests of acos.
14829         * math/auto-libm-test-out: Regenerated.
14831         [BZ #16351]
14832         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
14833         (MO): New macro.
14834         (__ieee754_asin): Force underflow exception for results with small
14835         absolute value.
14836         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
14837         (MO): New macro.
14838         (__ieee754_asinf): Force underflow exception for results with
14839         small absolute value.
14840         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
14841         (__ieee754_asin): Force underflow exception for results with small
14842         absolute value.
14843         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
14844         (__ieee754_asinf): Force underflow exception for results with
14845         small absolute value.
14846         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
14847         (__ieee754_asinl): Force underflow exception for results with
14848         small absolute value.
14849         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
14850         (__ieee754_asinl): Force underflow exception for results with
14851         small absolute value.
14852         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
14853         (__ieee754_asinl): Force underflow exception for results with
14854         small absolute value.
14855         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
14856         Include <math.h>.
14857         * math/auto-libm-test-in: Do not mark underflow exceptions as
14858         possibly missing for bug 16351.
14859         * math/auto-libm-test-out: Regenerated.
14861         [BZ #18030]
14862         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
14863         of power of 2 down when low part has opposite sign.
14864         * math/libm-test.inc (logb_test_data): Add more tests.
14866 2015-02-26  Andreas Schwab  <schwab@suse.de>
14868         [BZ #18032]
14869         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
14870         over collating symbol inside a bracket expression.  Minor cleanup.
14871         * posix/tst-fnmatch3.c (do_test): Add test case.
14873 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
14875         [BZ #18029]
14876         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
14877         Adjust exponent of power of 2 down when low part has opposite
14878         sign.
14879         * math/libm-test.inc (ilogb_test_data): Add more tests.
14881 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
14883         [BZ #15969]
14884         * locale/findlocale.c (_nl_find_locale): Fix constness error in
14885         the previous change.
14887         [BZ #15969]
14888         * locale/findlocale.c (_nl_find_locale): Retry archive search
14889         after alias expansion.
14891 2015-02-25  Roland McGrath  <roland@hack.frob.com>
14893         * iconv/tst-iconv3.c (main): Converted to ...
14894         (do_test): ... this.
14895         (TEST_FUNCTION): New macro.
14896         Include test-skeleton.c.
14898         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
14899         (convert): Make function static.
14900         (test_unalign): Likewise.  Add const to argument pointee types.
14901         (main): Replace with static function do_test.
14902         Print "Succeeded." only if RET is zero.
14903         (TEST_FUNCTION): New macro.
14904         Include test-skeleton.c.
14906         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
14907         returns a null pointer.
14909 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14911         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
14912         to __memcpy_ppc only for static builds.
14914 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
14916         [BZ #18020]
14917         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
14918         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
14919         * math/auto-libm-test-in: Add more tests of asinh.
14920         * math/auto-libm-test-out: Regenerated.
14921         * sysdeps/i386/fpu/libm-test-ulps: Update.
14922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14924 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
14926         [BZ #15850]
14927         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
14928         and ip6_mtuinfo definitions here.
14929         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
14930         in this define too.  Update comment.
14932 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
14934         * elf/sprof.c (load_shobj): Tweak error message to match others.
14936 2015-02-24  Kevin Easton  <kevin@guarana.org>
14938         [BZ #16145] (partial fix)
14939         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
14940         to reduce lock contention.
14942 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
14944         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
14945         (struct timex): Update time comment.
14946         (ADJ_SETOFFSET): Define.
14948 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
14950         [BZ #18019]
14951         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
14952         2**56 not 2**28 as threshold for log (2x) formula.
14953         * math/auto-libm-test-in: Add more tests of acosh.
14954         * math/auto-libm-test-out: Regenerated.
14955         * sysdeps/i386/fpu/libm-test-ulps: Update.
14956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14958 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
14960         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
14961         parenthesis around the buf assignment.
14962         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
14964 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
14966         [BZ #16783]
14967         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
14968         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
14969         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
14970         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
14971         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
14972         * math/libm-test.inc (scalb_test_data): Add more tests.
14974 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14976         [BZ #17916]
14977         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
14978         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
14980 2015-02-24  Eric Rannaud  <e@nanocritical.com>
14982         [BZ #17523]
14983         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
14984         * io/bits/fcntl2.h (open): Use it.
14985         (openat): Likewise.
14986         * io/open.c (__libc_open): Likewise.
14987         * io/open64.c (__libc_open64): Likewise.
14988         * io/open64_2.c (__open64_2): Likewise.
14989         * io/open_2.c (__open_2): Likewise.
14990         * io/openat.c (__openat): Likewise.
14991         * io/openat64.c (__openat64): Likewise.
14992         * io/openat64_2.c (__openat64_2): Likewise.
14993         * io/openat_2.c (__openat_2): Likewise.
14994         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
14995         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
14996         * sysdeps/posix/open64.c (__libc_open64): Likewise.
14997         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
14998         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
14999         (__open_nocancel): Likewise.
15000         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
15001         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
15002         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
15004 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15006         [BZ #14841]
15007         * resolv/gethnamaddr.c (getanswer): Skip logging if
15008         RES_USE_DNSSEC is set.
15009         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
15011 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
15013         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
15015 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
15017         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
15018         201304L, for Unicode 7.
15020 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
15022         [BZ #17836]
15023         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
15024         shared library.  Add gmon-start.os otherwise.
15025         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
15026         $(objpfx)gmon-start.os if builing shared library.
15027         ($(objpfx)g$(static-start-installed-name)): Likewise.
15029 2015-02-23  Andreas Schwab  <schwab@suse.de>
15031         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
15033 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
15035         [BZ #17269]
15036         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
15037         (enlarge_userbuf): Likewise.
15039 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
15041         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
15042         * math/atest-exp.c (TIMEOUT): Adjust to 200.
15043         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
15044         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
15046 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
15048         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
15049         expression inside statement expression.
15051 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
15053         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
15054         <sysdeps/nptl/lowlevellock.h> and remove macros and
15055         functions that are now defined there.
15056         (SYS_futex): Remove.
15057         (lll_compare_and_swap): Remove.
15058         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
15060 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
15062         [BZ #17999]
15063         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
15064         instead of scandirat.
15065         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
15066         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
15067         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
15068         __scandirat.
15069         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
15070         (__scandirat): Declare.  Use libc_hidden_proto.
15071         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
15072         Remove variable.
15073         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
15075 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
15077         [BZ #15319]
15078         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
15079         (MO): New macro.
15080         (__ieee754_atan2): For results with small absolute value, force
15081         underflow exception and remove excess range and precision from
15082         return value.
15083         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
15084         (MO): New macro.
15085         (__ieee754_atan2f): For results with small absolute value, force
15086         underflow exception and remove excess range and precision from
15087         return value.
15088         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
15089         (MO): New macro.
15090         (__atan): For results with small absolute value, force underflow
15091         exception and remove excess range and precision from return value.
15092         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
15093         (MO): New macro.
15094         (__atanf): For results with small absolute value, force underflow
15095         exception and remove excess range and precision from return value.
15096         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
15097         <math.h>.
15098         (__ieee754_atan2): Force underflow exception for results with
15099         small absolute value.
15100         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
15101         <math_private.h>.
15102         (atan): Force underflow exception for results with small absolute
15103         value.
15104         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
15105         (__atanf): Force underflow exception for results with small
15106         absolute value.
15107         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
15108         <math.h>.
15109         (__atanl): Force underflow exception for results with small
15110         absolute value.
15111         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
15112         (__atanl): Force underflow exception for results with small
15113         absolute value.
15114         * sysdeps/x86/fpu/bits/mathinline.h
15115         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
15116         (__ieee754_atan2): Only define inline for long double.
15117         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
15118         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
15119         * math/auto-libm-test-in: Do not mark underflow exceptions as
15120         possibly missing for bug 15319.  Add more tests of atan2.
15121         * math/auto-libm-test-out: Regenerated.
15122         * math/libm-test.inc (casin_test_data): Do not mark underflow
15123         exceptions as possibly missing for bug 15319.
15124         (casinh_test_data): Likewise.
15125         * sysdeps/i386/fpu/libm-test-ulps: Update.
15127 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
15129         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
15130         * sysdeps/mips/bits/endian.h: Fix comments.
15132 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
15134         [BZ #17996]
15135         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
15136         (hdestroy_r): Likewise.
15137         (hsearch_r): Likewise.
15138         (__hcreate_r): Declare and use libc_hidden_proto.
15139         (__hdestroy_r): Likewise.
15140         (__hsearch_r): Likewise.
15141         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
15142         (hcreate): Call __hcreate_r instead of hcreate_r.
15143         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
15144         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
15145         as weak alias of __hcreate_r.
15146         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
15147         __hdestroy_r.
15148         (hsearch_r): Rename to __hsearch_r and define as weak alias of
15149         __hsearch_r.
15150         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
15151         Remove variable.
15152         (test-xfail-XPG4/search.h/linknamespace): Likewise.
15153         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
15154         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
15155         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
15157 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15159         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
15160         arena_lock into a single arena_get.
15162 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
15164         * dl-reloc.c: Inlucde libc-internal.h.
15165         (_dl_try_allocate_static_tls): Call ALIGN_UP.
15166         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
15167         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
15168         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
15169         (grow_heap): Likewise.
15170         * malloc/malloc.c: Include libc-internal.h.
15171         (do_check_malloc): Call powerof2.
15172         (sysmalloc): Use pagesize. Call ALIGN_UP.
15173         (systrim): Use pagesize.
15174         (mremap_chunk): Use pagesize. Call ALIGN_UP.
15175         (__libc_valloc): Use pagesize.
15176         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
15178 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
15180         [BZ #17991]
15181         * include/sys/resource.h (__getrlimit64): Declare.  Use
15182         libc_hidden_proto.
15183         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
15184         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
15185         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
15186         getrlimit64.
15187         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
15188         __getrlimit64.
15189         [!getrlimit64] (getrlimit64): Define as weak alias of
15190         __getrlimit64.  Use libc_hidden_weak.
15191         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
15192         using __getrlimit64 not __new_getrlimit64.
15193         (__GI_getrlimit64): Likewise.
15194         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
15195         Likewise.
15196         (__GI_getrlimit64): Likewise.
15197         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
15198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
15199         (getrlimit): Add __getrlimit64 alias.
15200         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
15201         Likewise.
15202         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
15203         Remove variable.
15204         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
15205         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
15207 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
15209         * libio/fileops.c: Add missing sys/mman.h
15210         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
15212 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
15214         * manual/math.texi (Errors in Math Functions): Clarify goals
15215         regarding inexact and underflow exceptions.
15217 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
15219         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
15220         * sysdeps/mips/memset.S: Ditto.
15222 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
15224         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
15226 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
15228         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
15229         (__v1longjmp): Remove versioned symbol.
15230         (__v1siglongjmp): Remove alias and versioned symbol.
15231         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
15232         (__v2siglongjmp): Likewise.
15234 2015-02-16  Torvald Riegel  <triegel@redhat.com>
15236         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
15238 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
15240         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
15242 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
15244         [BZ #17987]
15245         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
15246         zero result does not depend on the sign resulting from
15247         subtraction.
15248         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
15249         Likewise.
15250         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
15251         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
15252         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15253         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
15254         * math/libm-test.inc (remquo_test_data): Add more tests.
15256 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
15258         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
15259         Problem reported by J William Piggott.
15261 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
15263         [BZ #17978]
15264         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
15265         products 4 * y and 2 * y where those would overflow.
15266         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
15267         Likewise.
15268         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
15269         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
15270         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15271         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
15272         * math/libm-test.inc (remquo_test_data): Add more tests.
15274         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
15276         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
15277         [defined _COMPILING_NEWLIB].
15278         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
15279         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
15281         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
15282         [!defined __mips_isa_rev || __mips_isa_rev < 6].
15284 2015-02-16  Torvald Riegel  <triegel@redhat.com>
15286         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
15287         acquired.
15289 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
15291         [BZ #17792]
15292         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
15293         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
15294         HOST_STACK_END_ADDR): Likewise.
15296 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
15298         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
15299         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
15300         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
15302 2015-02-13  Roland McGrath  <roland@hack.frob.com>
15304         * sysdeps/generic/c++-types.data: New file.
15305         * sysdeps/generic/ld.abilist: New file.
15306         * sysdeps/generic/libBrokenLocale.abilist: New file.
15307         * sysdeps/generic/libanl.abilist: New file.
15308         * sysdeps/generic/libc.abilist: New file.
15309         * sysdeps/generic/libcrypt.abilist: New file.
15310         * sysdeps/generic/libdl.abilist: New file.
15311         * sysdeps/generic/libm.abilist: New file.
15312         * sysdeps/generic/libpthread.abilist: New file.
15313         * sysdeps/generic/libresolv.abilist: New file.
15314         * sysdeps/generic/librt.abilist: New file.
15316 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
15318         [BZ #17569]
15319         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
15320         Compute absolute value of x as modified by fmod, not original
15321         value of x.
15322         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
15323         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
15324         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
15325         RUN_TEST_ffI_f1_mod8.
15326         (remquo_test_data): Add more tests.
15328 2015-02-13  Roland McGrath  <roland@hack.frob.com>
15330         * sysdeps/init_array/pt-crti.S: New file.
15332 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
15334         [BZ #17967]
15335         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
15336         __builtin_fmaf instead of relying on contraction of a * b + c.
15338 2015-02-12  J William Piggott  <elseifthen@gmx.com>
15340         [BZ #17969]
15341         * manual/time.texi: correct the zoneinfo path in the TZ Variable
15342         node.
15344 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
15346         [BZ #17964]
15347         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
15348         __builtin_fma instead of relying on contraction of a * b + c.
15350 2015-02-12  Roland McGrath  <roland@hack.frob.com>
15352         * Makeconfig (ASFLAGS): Add -Werror=undef.
15353         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
15354         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
15355         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
15357         * Makeconfig (after-link): New variable.
15358         (+link-pie, +link-pie-tests): Use it.
15359         (+link-static, +link-static-tests): Likewise.
15360         (+link, +link-tests): Likewise.
15361         * Makerules (build-module, build-module-asneeded): Likewise.
15362         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
15363         Likewise.
15364         * elf/Makefile ($(objpfx)ld.so): Likewise.
15366 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
15368         [BZ #17965]
15369         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
15370         both struct timeval and struct timespec.
15372 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
15374         [BZ #16560]
15375         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
15376         and redefine.
15377         (__ieee754_exp2l): Do not multiply small fractional parts by
15378         M_LN2l.
15379         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
15380         small argument.
15381         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15382         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
15383         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
15384         * math/auto-libm-test-in: Add more tests of exp2.
15385         * math/auto-libm-test-out: Regenerated.
15387 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15389         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
15390         unaligned path.
15392 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15394         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
15395         little endian.
15397 2015-02-12  Andreas Schwab  <schwab@suse.de>
15399         [BZ #15790]
15400         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
15401         Filter out elision flags from value returned in kind.
15402         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
15403         * nptl/tst-pthread-mutexattr.c: New file.
15405 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15407         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
15408         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
15409         into gnu-gnu, and update comment to refer to abi-tags.
15411 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
15413         [BZ #15467]
15414         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
15415         (__sincos): Set errno to EDOM for infinite argument.
15416         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
15417         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
15418         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
15419         (__sincosl): Set errno to EDOM for infinite argument.
15420         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
15421         (__sincosl): Set errno to EDOM for infinite argument.
15422         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
15423         (__sincosl): Set errno to EDOM for infinite argument.
15424         * math/libm-test.inc (sincos_test_data): Test errno setting.
15426 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
15428         * string/strxfrm_l.c: Remove #define STRCMP.
15429         * string/strcoll_l.c: Remove #define STRLEN.
15430         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
15431         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
15433 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
15435         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
15436         * sysdeps/mips/mips32/sfp-machine.h: ... here.
15437         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
15438         * sysdeps/mips/mips64/Makefile: ... here.
15439         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
15440         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
15441         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
15442         * sysdeps/mips/mips64/sfp-machine.h: ... here.
15443         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
15444         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
15445         * sysdeps/mips/mips64/n64/Implies: Likewise.
15447 2015-02-10  Roland McGrath  <roland@hack.frob.com>
15449         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
15450         <sys/time.h>, <string.h>, and <errno.h>.
15451         (dest_offset, dest_address, value, zero): Remove unused variables.
15452         (ldouble): Remove typedef.
15453         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
15454         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
15455         1).  Fix code style.
15456         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
15457         (check): Function removed.
15458         (CHECK): New macro.
15459         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
15460         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
15461         Don't call set_sigaction_FP and remove_sigaction_FP here.
15462         (ldouble_test): Just use 'long double' as macro argument, no need for
15463         the 'ldouble' typedef.
15464         (do_test): Set up SIGFPE handler at start, using plain signal rather
15465         than sigaction.  Fix code style.
15467 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
15469         [BZ #17949]
15470         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
15471         jump label.
15473 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15475         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
15476         * sysdeps/powerpc/powerpc32/configure: Regenerated.
15478         * sysdeps/powerpc/configure.ac: Remove file.
15479         * sysdeps/powerpc/configure: Likewise.
15481         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
15482         [sysdep_routines]: Remove wordcopy-power6 object.
15483         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
15484         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
15485         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
15486         (__memmove_ppc32): Likewise.
15487         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
15488         file.
15489         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
15490         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
15491         Remove preprocessor.
15493         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
15494         [sysdep_routines]: Remove wide chars objects.
15495         [wcsmbs]: New rule for wide char objects.
15497         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15498         Remove wordcopy-power6 obejct.
15499         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
15500         Use local call for wordcopy and memcpy symbols.
15501         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
15502         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
15503         implementation for loader.
15504         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
15506         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15507         Remove wordcopy-power7 object.
15508         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
15509         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
15510         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
15511         (_wordcopy_fwd_dest_aligned): Likewise.
15512         (_wordcopy_bwd_aligned): Likewise.
15513         (_wordcopy_bwd_dest_aligned): Likewise.
15515         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
15516         Rewrite to call __memmove_ppc instead of include default
15517         implementation.
15519         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15520         Remove wide chars objects.
15521         [wcsmbs]: New rule for wide char objects.
15523 2015-02-09  Andreas Schwab  <schwab@suse.de>
15525         [BZ #17912]
15526         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
15527         in terms of __O_DIRECTORY.
15529 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15531         * time/getdate.c: Include <stdbool.h>.
15532         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
15533         call PTR_MANGLE.
15534         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
15535         PTR_DEMANGLE.
15537 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15539         Add ersatz _Static_assert on older C hosts
15540         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
15541         pre-C11 C platform that is not known to support _Static_assert.
15543 2015-02-07  Richard Braun  <rbraun@sceen.net>
15545         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
15546         sigstate.
15547         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
15549 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15551         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
15552         priority against unexistent AIO_PRIO_DELTA_MAX.
15553         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
15554         instead of int.
15555         * misc/fchflags.c (fchflags): Likewise.
15556         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
15557         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
15558         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
15559         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
15560         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
15561         Declare macros.
15562         [__USE_MISC] (chflags, fchflags): Declare functions.
15563         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
15564         EINVAL when nfds is greater than FD_SETSIZE.
15565         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
15566         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
15567         45.
15568         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
15569         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
15570         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
15571         MACH_RCV_TIMED_OUT.
15572         * hurd/hurd/signal.h (_hurd_self_sigstate,
15573         _hurd_critical_section_lock, _hurd_critical_section_unlock):
15574         Explicit casts from void *.
15575         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
15576         * abi-tags: Rename gnu-gnu os into gnu.
15578         [BZ #4719]
15579         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
15580         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
15581         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
15582         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
15583         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
15584         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
15586         [BZ #17944]
15587         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
15588         duplicates ADDR->sun_path with sockaddr LEN limitation.
15589         * sysdeps/mach/hurd/connect.c: Include <string.h>
15590         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
15591         * sysdeps/mach/hurd/sendmsg.c: Likewise.
15592         * sysdeps/mach/hurd/sendto.c: Likewise.
15593         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
15594         implementing it by hand.
15596 2015-02-06  Roland McGrath  <roland@hack.frob.com>
15598         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
15599         Use sfi_breg on ldr.
15600         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
15601         Likewise.
15603         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
15604         it's defined.
15605         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
15606         Test SIGSETXID only if it's defined.
15608         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
15610         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
15611         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
15613         * nptl/tst-align2.c: Moved ...
15614         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
15615         * nptl/Makefile (tests): Remove tst-align2.
15616         * sysdeps/unix/sysv/linux/Makefile
15617         [$(subdir) = nptl] (tests): Add tst-align-clone.
15618         * nptl/tst-getpid1.c: Moved ...
15619         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
15620         * nptl/tst-getpid2.c: Moved ...
15621         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
15622         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
15623         * sysdeps/unix/sysv/linux/Makefile
15624         [$(subdir) = nptl] (tests): ... here.
15625         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
15626         * sysdeps/unix/sysv/linux/Makefile
15627         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
15629         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
15630         Drop trailing \n from perror argument.  Use return rather than exit.
15632         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
15633         on [SA_SIGINFO].
15634         * nptl/tst-cancel21.c (do_test): Likewise.
15635         * debug/tst-backtrace6.c: Include <signal.h> first thing.
15636         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
15637         [!SA_SIGINFO]: Make it a stub test.
15639         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
15640         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
15642         * posix/tst-getlogin.c: Move to ...
15643         * login/tst-getlogin.c: ... here.
15644         * posix/Makefile (tests): Move tst-getlogin to ...
15645         * login/Makefile (tests): ... here.
15647         * libio/tst-atime.c (do_test): Move local variables SV and E
15648         inside [ST_NOATIME] conditional.
15650         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
15652         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
15654         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
15655         (wait_code): New function replaces macro.
15656         Call nanosleep rather than syscall.
15658         * nptl/pt-system.c: Rewritten.  Put everything under
15659         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15660         Use IFUNC to redirect when possible.
15662         * nptl/pt-longjmp.c: Rewritten.  Put everything under
15663         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15664         Use IFUNC to redirect when possible.
15666         * nptl/pt-fork.c: Rewritten.  Put everything under
15667         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15668         Use IFUNC to redirect when possible.
15669         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
15671         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
15672         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
15673         unconditionally nowadays.  This included the only reference to
15674         __vdso_clock_gettime that appears outside libc proper.
15675         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
15676         Remove version set (containing only __vdso_clock_gettime).
15677         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
15678         Add attribute_hidden.
15679         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
15680         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
15681         libc_hidden_data_def.
15682         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
15683         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
15685         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
15686         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
15687         setrpcent, and getrpcport to ...
15688         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
15689         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
15690         getrpcbynumber_r, and getrpcent_r to ...
15691         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
15692         * inet/getrpcbyname.c: Moved ...
15693         * sunrpc/getrpcbyname.c: ... here.
15694         * inet/getrpcbyname_r.c: Moved ...
15695         * sunrpc/getrpcbyname_r.c: ... here.
15696         * inet/getrpcbynumber.c: Moved ...
15697         * sunrpc/getrpcbynumber.c: ... here.
15698         * inet/getrpcbynumber_r.c: Moved ...
15699         * sunrpc/getrpcbynumber_r.c: ... here.
15700         * inet/getrpcent.c: Moved ...
15701         * sunrpc/getrpcent.c: ... here.
15702         * inet/getrpcent_r.c: Moved ...
15703         * sunrpc/getrpcent_r.c: ... here.
15704         * inet/Makefile (routines): Move those to ...
15705         * sunrpc/Makefile (routines): ... here.
15706         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
15707         the $(subdirs) list.
15708         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
15709         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
15710         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
15711         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
15713         * elf/Makefile (routines): Include $(all-dl-routines), not just
15714         $(dl-routines).
15715         (rtld-routines): Likewise.  Use = rather than :=.
15716         * sysdeps/aarch64/Makefile [$(subdir) = elf]
15717         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
15718         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
15719         * sysdeps/arm/Makefile: Likewise.
15720         * sysdeps/i386/Makefile: Likewise.
15721         * sysdeps/x86_64/Makefile: Likewise.
15722         * sysdeps/hppa/Makefile [$(subdir) = elf]
15723         (sysdep_routines, sysdep-rtld-routines): Don't add
15724         $(sysdep-dl-routines) to these.
15725         * sysdeps/ia64/Makefile: Likewise.
15726         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
15727         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
15728         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
15729         Don't add dl-static to these; sysdep-dl-routines alone is enough.
15730         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
15731         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
15732         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
15733         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
15734         * sysdeps/powerpc/Makefile [$(subdir) = elf]
15735         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
15736         these; sysdep-dl-routines alone is enough.
15738 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
15740         [BZ #17932]
15741         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
15742         where multiplication results in zero and third argument is finite
15743         and nonzero.
15744         * math/auto-libm-test-in: Add more tests of fma.
15745         * math/auto-libm-test-out: Regenerated.
15747         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
15748         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
15749         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
15750         (_FP_CMP_EQ): Likewise.
15751         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
15753         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
15754         extra argument CHECK_NAN.  Redefine as wrapper around
15755         _FP_EXTEND_CNAN.
15757 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
15759         * version.h (RELEASE): Set to "stable".
15760         (VERSION): Set to "2.21"
15761         * include/features.h (__GLIBC_MINOR__): Set to 21.
15763         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
15765 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
15766             Paul Eggert  <eggert@cs.ucla.edu>
15768         [BZ #16618]
15769         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
15770         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
15771         size in bytes. Store needed elements in wpmax. Use needed size
15772         in bytes for extend_alloca.
15774 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
15776         * manual/install.texi: Latest tested versions are GCC 4.9.2,
15777         binutls 2.25, and texinfo 5.2.
15778         * INSTALL: Regenerate.
15779         * sysdeps/nios2/configure: Regenerate.
15780         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
15781         * manual/contrib.texi: Update.
15782         * po/be.po: Update.
15783         * po/bg.po: Update.
15784         * po/ca.po: Update.
15785         * po/cs.po: Update.
15786         * po/da.po: Update.
15787         * po/de.po: Update.
15788         * po/el.po: Update.
15789         * po/eo.po: Update.
15790         * po/es.po: Update.
15791         * po/fi.po: Update.
15792         * po/fr.po: Update.
15793         * po/gl.po: Update.
15794         * po/hr.po: Update.
15795         * po/hu.po: Update.
15796         * po/ia.po: Update.
15797         * po/id.po: Update.
15798         * po/it.po: Update.
15799         * po/ja.po: Update.
15800         * po/ko.po: Update.
15801         * po/lt.po: Update.
15802         * po/nb.po: Update.
15803         * po/nl.po: Update.
15804         * po/pl.po: Update.
15805         * po/pt_BR.po: Update.
15806         * po/ru.po: Update.
15807         * po/rw.po: Update.
15808         * po/sk.po: Update.
15809         * po/sl.po: Update.
15810         * po/sv.po: Update.
15811         * po/tr.po: Update.
15812         * po/uk.po: Update.
15813         * po/vi.po: Update.
15814         * po/zh_CN.po: Update.
15815         * po/zh_TW.po: Update.
15817         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
15818         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
15819         * sysdeps/hppa/dl-irel.h: Remove #warning.
15820         * sysdeps/hppa/entry.h: Provide prototype for
15821         __canonicalize_funcptr_for_compare and cast argument.
15822         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
15823         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
15824         * sysdeps/hppa/sotruss-lib.c: New file.
15825         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
15826         (atomic_compare_and_exchange_val_acq): Use __typeof__.
15827         (atomic_compare_and_exchange_bool_acq): Likewise.
15828         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
15829         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
15831         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
15832         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
15833         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
15835 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
15837         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
15838         called function in non-PIC case.
15840 2015-01-31  David S. Miller  <davem@davemloft.net>
15842         * sysdeps/sparc/sparc32/bits/atomic.h
15843         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
15844         unlock not after it.
15845         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
15846         volatile register usage warnings from the compiler.
15848         * sysdeps/sparc/nptl/sem_init.c: Delete.
15849         * sysdeps/sparc/nptl/sem_post.c: Delete.
15850         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
15851         * sysdeps/sparc/nptl/sem_wait.c: Delete.
15852         * sysdeps/sparc/sparc32/sem_init.c: New file.
15853         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
15854         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
15855         padding explicitly initialized.
15856         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
15857         padding for in-semaphore spinlock.
15858         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
15859         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
15860         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
15861         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
15862         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
15863         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
15864         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
15865         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
15866         version.
15867         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
15868         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
15870 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
15872         [BZ #17801]
15873         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15874         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
15875         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
15876         New.
15877         (index_AVX_Fast_Unaligned_Load): Likewise.
15878         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
15879         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
15880         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
15881         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
15882         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
15883         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
15884         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
15885         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
15886         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
15888 2015-01-29  Andreas Schwab  <schwab@suse.de>
15890         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
15892 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
15894         [BZ #17892]
15895         * nscd/nscd_stat.c (send_stats): Initialize DATA.
15897 2015-01-28  Martin Sebor  <msebor@redhat.com>
15899         * math/README.libm-test: Clarify. Add "How to read the test output."
15901 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
15903         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
15904         Define to 0.
15906 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
15908         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
15909         (__HAVE_64B_ATOMICS): Define to 0.
15911 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15913         [BZ #17885]
15914         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
15915         value to set as new flag.
15917         [BZ #16576]
15918         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
15919         and use _ARCH_PPCSQ instead.
15920         (__ieee754_sqrt): Likewise.
15921         (__ieee754_sqrtf): Likewise.
15922         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
15923         _ARCH_PPCSQ is defined.
15924         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
15925         fsqrt instruction.
15926         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
15927         _ARCH_PPCSQ is defined.
15928         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
15929         fsqrts instruction.
15930         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
15932 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15934         * iconv/loop.c: Suppress array out of bound warning caused by GCC
15935         bug (GCC BZ #64739).
15937 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
15939         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
15940         Mark _retval as used.
15941         (lll_futex_wake_unlock): Likewise.
15942         (lll_futex_timed_wait_requeue_pi): Likewise.
15944         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
15945         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
15946         register variables.
15948         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
15949         libm_hidden_def.
15951         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
15952         (__bswap_64): Mark as __always_inline.
15954 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
15956         [BZ #15378]
15957         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
15958         when none of the search directories exist.
15960 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15962         [BZ #17869]
15963         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
15964         power8 in .machine directive.
15966         [BZ #17868]
15967         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
15968         set dependency from opd value.
15970 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
15972         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15973         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
15974         architecture.
15976 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
15978         [BZ #17870]
15979         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
15980         with uint64_t.
15981         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
15982         (uint64_t) 1.
15983         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
15984         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
15985         Replace 1UL with (uint64_t) 1.
15986         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
15987         int with uint64_t.
15989 2015-01-23  Roland McGrath  <roland@hack.frob.com>
15991         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
15992         (if_freenameindex): Likewise.
15994         * resource/getrlimit64.c: Add missing libc_hidden_def.
15996 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
15998         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
15999         __label__.
16000         (_FP_FMA): Likewise.
16001         (_FP_TO_INT_ROUND): Likewise.
16002         (_FP_FROM_INT): Likewise.
16004 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16006         [BZ #16418]
16007         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
16008         Make code racy and cancel safe.
16010 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
16012         * sysdeps/arm/unwind-resume.h: Fix copyright year.
16013         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
16014         attribution.
16016         * pwd/tst-getpw.c: Rewrite.
16018         [BZ #17702]
16019         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
16020         (modules-names): Add moddummy1 and moddummy2.
16021         ($(objpfx)tst-rec-dlopen): Define.
16022         * dlfcn/moddummy1.c: New file.
16023         * dlfcn/moddummy2.c: New file.
16024         * dlfcn/tst-rec-dlopen.c: New file.
16025         * elf/dl-cache.c (_dl_load_cache_lookup):
16026         Return char*. Copy result with alloca/strcpy/strdup.
16027         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
16028         returns char*. Free cached. If not saving realname
16029         free cached.
16030         * elf/dl-open.c (dl_open_worker): Do not assert that
16031         _r_debug->r_state is RT_CONSISTENT.
16032         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
16033         returns char*.
16035 2015-01-21  Torvald Riegel  <triegel@redhat.com>
16036             Carlos O'Donell  <carlos@redhat.com>
16038         [BZ #12674]
16039         * nptl/sem_waitcommon.c: New file.
16040         * nptl/sem_wait.c: Include sem_waitcommon.c.
16041         (__sem_wait_cleanup, do_futex_wait): Remove.
16042         (__new_sem_wait): Adapt.
16043         (__new_sem_trywait): New function.
16044         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
16045         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
16046         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
16047         (sem_timedwait): Adapt.
16048         * nptl/sem_post.c (__new_sem_post): Adapt.
16049         (futex_wake): New function.
16050         (__old_sem_post): Add release MO fence.
16051         * nptl/sem_open.c (sem_open): Adapt.
16052         * nptl/sem_init.c (__new_sem_init): Adapt.
16053         (futex_private_if_supported): New function.
16054         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
16055         (__old_sem_getvalue): Add using previous code.
16056         * sysdeps/nptl/internaltypes.h: Adapt.
16057         * nptl/tst-sem13.c (do_test): Adapt.
16058         * nptl/tst-sem11.c (main): Adapt.
16059         * nptl/sem_trywait.c: Remove.
16060         * nptl/DESIGN-sem.txt: Remove.
16061         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
16062         (gen-as-const-headers): Remove structsem.sym.
16063         * nptl/structsem.sym: Remove.
16064         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
16065         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
16066         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
16067         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
16068         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
16069         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
16070         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
16071         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
16072         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
16073         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
16074         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
16075         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
16076         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
16077         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
16078         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
16079         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
16080         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
16081         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
16082         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
16083         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
16084         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
16085         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
16087 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
16089         * INSTALL: Regenerated.
16091         * po/libc.pot: Regenerated.
16093 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
16094             Sandra Loosemore  <sandra@codesourcery.com>
16095             Andrew Jenner  <andrew@codesourcery.com>
16096             Joseph Myers  <joseph@codesourcery.com>
16097             Nathan Sidwell  <nathan@codesourcery.com>
16099         * NEWS: Mention new Nios II port.
16100         * sysdeps/nios2/Implies: New file.
16101         * sysdeps/nios2/Makefile: New file.
16102         * sysdeps/nios2/Subdirs: New file.
16103         * sysdeps/nios2/Versions: New file.
16104         * sysdeps/nios2/__longjmp.S: New file.
16105         * sysdeps/nios2/abort-instr.h: New file.
16106         * sysdeps/nios2/backtrace.c: New file.
16107         * sysdeps/nios2/bits/endian.h: New file.
16108         * sysdeps/nios2/bits/fenv.h: New file.
16109         * sysdeps/nios2/bits/link.h: New file.
16110         * sysdeps/nios2/bits/setjmp.h: New file.
16111         * sysdeps/nios2/bsd-_setjmp.S: New file.
16112         * sysdeps/nios2/bsd-setjmp.S: New file.
16113         * sysdeps/nios2/configure: New generated file.
16114         * sysdeps/nios2/configure.ac: New file.
16115         * sysdeps/nios2/crti.S: New file.
16116         * sysdeps/nios2/crtn.S: New file.
16117         * sysdeps/nios2/dl-init.c: New file.
16118         * sysdeps/nios2/dl-machine.h: New file.
16119         * sysdeps/nios2/dl-sysdep.h: New file.
16120         * sysdeps/nios2/dl-tls.h: New file.
16121         * sysdeps/nios2/dl-trampoline.S: New file.
16122         * sysdeps/nios2/gccframe.h: New file.
16123         * sysdeps/nios2/gmp-mparam.h: New file.
16124         * sysdeps/nios2/jmpbuf-offsets.h: New file.
16125         * sysdeps/nios2/jmpbuf-unwind.h: New file.
16126         * sysdeps/nios2/ldsodefs.h: New file.
16127         * sysdeps/nios2/libc-tls.c: New file.
16128         * sysdeps/nios2/libm-test-ulps: New file.
16129         * sysdeps/nios2/machine-gmon.h: New file.
16130         * sysdeps/nios2/math-tests.h: New file.
16131         * sysdeps/nios2/math_private.h: New file.
16132         * sysdeps/nios2/memusage.h: New file.
16133         * sysdeps/nios2/nptl/Makefile: New file.
16134         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
16135         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
16136         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
16137         * sysdeps/nios2/nptl/pthreaddef.h: New file.
16138         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
16139         * sysdeps/nios2/nptl/tls.h: New file.
16140         * sysdeps/nios2/preconfigure: New file.
16141         * sysdeps/nios2/s_fma.c: New file.
16142         * sysdeps/nios2/s_fmaf.c: New file.
16143         * sysdeps/nios2/setjmp.S: New file.
16144         * sysdeps/nios2/sfp-machine.h: New file.
16145         * sysdeps/nios2/sotruss-lib.c: New file.
16146         * sysdeps/nios2/stackguard-macros.h: New file.
16147         * sysdeps/nios2/stackinfo.h: New file.
16148         * sysdeps/nios2/start.S: New file.
16149         * sysdeps/nios2/sysdep.h: New file.
16150         * sysdeps/nios2/tls-macros.h: New file.
16151         * sysdeps/nios2/tst-audit.h: New file.
16152         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
16153         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
16154         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
16155         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
16156         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
16157         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
16158         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
16159         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
16160         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
16161         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
16162         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
16163         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
16164         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
16165         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
16166         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
16167         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
16168         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
16169         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
16170         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
16171         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
16172         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
16173         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
16174         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
16175         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
16176         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
16177         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
16178         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
16179         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
16180         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
16181         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
16182         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
16183         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
16184         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
16185         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
16186         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
16187         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
16188         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
16189         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
16190         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
16191         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
16192         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
16193         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
16194         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
16195         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
16197 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16199         [BZ #17844]
16200         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
16201         (getutent): Use weak_alias in non SHARED case
16202         and default_symbol_version in SHARED case.
16203         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
16204         (getutent_r, pututline): Likewise.
16205         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
16206         (getutid): Likewise.
16207         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
16208         (getutid_r): Likewise.
16209         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
16210         (getutline): Likewise.
16211         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
16212         (getutline_r): Likewise.
16213         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
16214         (updwtmp): Likewise.
16216 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16218         [BZ #17848]
16219         * sysdeps/s390/s390-32/memcmp.S
16220         (memcmp_g5): Rename to __memcmp_g5.
16221         * sysdeps/s390/s390-32/memcpy.S
16222         (memcpy_g5): Rename to __memcpy_g5.
16223         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16224         (memcpy_mvcle) Rename to __memcpy_mvcle.
16225         * sysdeps/s390/s390-32/memset.S
16226         (memset_g5): Rename to __memset_g5.
16227         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
16228         (IFUNC_RESOLVE): Prefix ifunc-resolve function
16229         and use prefixed functions.
16230         * sysdeps/s390/s390-32/multiarch/memcmp.S
16231         (memcmp_z196): Rename to __memcmp_z196.
16232         (memcmp_z10): Rename to __memcmp_z10.
16233         (memcmp): Set alias to __memcmp_g5.
16234         (bcmp): Set alias to __memcmp_g5.
16235         * sysdeps/s390/s390-32/multiarch/memcpy.S
16236         (memcpy_z196): Rename to __memcpy_z196.
16237         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16238         (memcpy_z10): Rename to __memcpy_z10.
16239         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16240         (memcpy): Set alias to __memcpy_g5.
16241         * sysdeps/s390/s390-32/multiarch/memset.S
16242         (memset_z196): Rename to __memset_z196.
16243         Jump to __memset_mvcle instead of memset_mvcle.
16244         (memset_z10): Rename to __memset_z10.
16245         Jump to __memset_mvcle instead of memset_mvcle.
16246         (memset_mvcle) Rename to __memset_mvcle.
16247         (memset): Set alias to __memset_g5.
16248         * sysdeps/s390/s390-64/memcmp.S
16249         (memcmp_z900): Rename to __memcmp_z900.
16250         * sysdeps/s390/s390-64/memcpy.S
16251         (memcpy_z900): Rename to __memcpy_z900.
16252         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16253         (memcpy_mvcle) Rename to __memcpy_mvcle.
16254         * sysdeps/s390/s390-64/memset.S
16255         (memset_z900): Rename to __memset_z900.
16256         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
16257         (IFUNC_RESOLVE): Prefix ifunc-resolve function
16258         and use prefixed functions.
16259         * sysdeps/s390/s390-64/multiarch/memcmp.S
16260         (memcmp_z196): Rename to __memcmp_z196.
16261         (memcmp_z10): Rename to __memcmp_z10.
16262         (memcmp): Set alias to __memcmp_z900.
16263         (bcmp): Set alias to __memcmp_z900.
16264         * sysdeps/s390/s390-64/multiarch/memcpy.S
16265         (memcpy_z196): Rename to __memcpy_z196.
16266         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16267         (memcpy_z10): Rename to __memcpy_z10.
16268         Jump to __memcpy_mvcle instead of memcpy_mvcle.
16269         (memcpy): Set alias to __memcpy_z900.
16270         * sysdeps/s390/s390-64/multiarch/memset.S
16271         (memset_z196): Rename to __memset_z196.
16272         Jump to __memset_mvcle instead of memset_mvcle.
16273         (memset_z10): Rename to __memset_z10.
16274         Jump to __memset_mvcle instead of memset_mvcle.
16275         (memset_mvcle) Rename to __memset_mvcle.
16276         (memset): Set alias to __memset_z900.
16278 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
16280         [BZ #17748]
16281         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
16282         __fesetenv instead of fesetenv.
16284 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
16286         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
16287         macro.
16289 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16291         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
16292         regression on LE.
16294         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
16295         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
16296         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
16297         strncmp-power8 object.
16298         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16299         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
16300         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
16301         * NEWS: Update.
16303 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16304             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16306         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
16307         trailing byte check.
16309 2015-01-13  David S. Miller  <davem@davemloft.net>
16311         * include/signal.h (__sigreturn): Guard with __USE_MISC.
16313 2015-01-13  Roland McGrath  <roland@hack.frob.com>
16315         * login/logout.c (logout): Use memset rather than bzero.
16316         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
16317         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
16318         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
16319         (_gethtbyaddr): Likewise.
16320         * locale/programs/simple-hash.c (bcopy): Macro removed.
16322 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16324         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
16325         Add strcmp-power8 object.
16326         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16327         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
16328         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
16329         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
16330         __strcmp_power8 implementation.
16331         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
16332         * NEWS: Update.
16334         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
16335         Add strncpy-power8 and stpncpy-power8 objects.
16336         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16337         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
16338         implementations.
16339         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
16340         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
16341         __stpncpy_power8 implementation.
16342         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
16343         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
16344         __strncpy_power8 implementation.
16345         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
16346         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
16347         * NEWS: Update.
16349         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
16350         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
16351         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
16353         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
16354         strncat-power8 object.
16355         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
16356         __strcat_power8 implementation.
16357         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16358         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
16359         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
16360         optimized strcat for power8.
16362         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
16363         strcpy-power8 and stpcpy-power8 objects.
16364         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16365         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
16366         implementations.
16367         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
16368         multiarch stpcpy implementation for POWER8.
16369         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
16370         multiarch strcpy implementation for POWER8.
16371         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
16372         __strcpy_power8 function.
16373         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
16374         stpcpy for POWER8.
16375         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
16376         strcpy for POWER8.
16377         * NEWS: Update.
16379 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
16381         [BZ #16009]
16382         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
16383         weights and rules. Use do_xfrm_cached if data fits in cache,
16384         do_xfrm otherwise.  Moved former main loop to...
16385         * (do_xfrm_cached): New function.
16386         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
16387         find_idx, find_position and stack_push.
16388         * (find_idx): New function.
16389         * (find_position): Likewise.
16390         * localedata/sort-test.sh: Added test run for do_xfrm.
16391         * localedata/xfrm-test.c (main): Added command line option
16392         -nocache to run the test with strings that are too large for
16393         the STRXFRM cache.
16395 2015-01-13  Torvald Riegel  <triegel@redhat.com>
16397         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
16398         variable to lll_futex_wake call, not the value itself.
16400 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
16402         [BZ #17803]
16403         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
16404         twom64.  Adjust value to 0x1p-64L.
16405         (__scalblnl): Only return standard underflowing result for K <=
16406         -64 not K <= -63; adjust exponent for underflowing result by 64
16407         not 63.
16408         * math/libm-test.inc (scalbn_test_data): Add more tests.
16409         (scalbln_test_data): Likewise.
16411         [BZ #17834]
16412         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
16413         0x1p63L.
16414         (__scalblnl): Get new exponent of adjusted subnormal value from ES
16415         not HX.
16416         * math/libm-test.inc (scalbn_test_data): Add more tests.
16417         (scalbln_test_data): Likewise.
16419 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16420             Stefani Seibold  <stefani@seibold.net>
16422         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
16423         (sysdep_routines): Add dl-vdso here, ...
16424         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
16425         (sysdep_routines): ... not here.
16426         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
16427         fallback when vDSO is not presented.
16428         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
16429         Define with libc_hidden_proto/libc_hidden_data_def definitions.
16430         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
16431         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
16432         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
16433         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
16434         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
16435         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
16436         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
16437         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
16438         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
16439         fallback configurable symbol when vDSO is not available.
16440         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
16441         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
16442         be able to redefine fallback symbol when vDSO is not available.
16443         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
16444         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
16446 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16448         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
16449         (TLS_INIT_TP): Add tm_capable initialization.
16450         (TLS_DEFINE_INIT_TP): Likewise.
16451         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
16452         TCB.
16453         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
16454         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
16455         calculation.
16456         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
16457         transactoion is lock elision is built and TCB tm_capable is set.
16458         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
16459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
16460         (INTERNAL_SYSCALL_NCS): Likewise.
16461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
16462         (INTERNAL_SYSCALL_NCS): Likewise.
16463         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
16465         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
16466         for powerpc.
16467         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16468         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
16469         and remove it for 32 bits case.
16470         [pthread_rwlock_t] (__rwelision): New field for lock elision.
16471         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
16472         initialization.
16473         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
16474         Disable lock elision with rdlocks if elision is not available.
16476         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
16477         (sysdep_routines): Add lock elision objects.
16478         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16479         [pthread_mutex_t] (__spins): Rework to add lock elision field.
16480         [pthread_mutex_t] (__elision): Add field.
16481         [__PTHREAD_SPINS]: Adjust to init lock elision field.
16482         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
16483         elision definitions for powerpc.
16484         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
16485         implementation of lock elision for powerpc.
16486         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
16487         implementation of timed lock elision for powerpc.
16488         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
16489         implementation of trylock with lock elision for powerpc.
16490         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
16491         implementaion of unlock for lock elision for powerpc.
16492         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
16493         automatic enable lock elision for mutexes.
16494         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
16495         transaction execution definitions for powerpc.
16496         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
16497         definitions.
16498         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
16499         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
16500         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
16501         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
16502         * NEWS: Update.
16504 2015-01-09  Roland McGrath  <roland@hack.frob.com>
16506         * sysdeps/posix/shm-directory.c: Use <> rather than ""
16507         for #include of <shm-directory.h>.
16509 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
16511         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
16512         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
16514 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
16516         [BZ #17791]
16517         * NEWS: Mention bug fix.
16518         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
16519         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
16520         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
16522 2015-01-09  Torvald Riegel <triegel@redhat.com>
16524         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
16526 2015-01-09  Torvald Riegel <triegel@redhat.com>
16528         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
16530 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16532         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
16533         pointer and cast to uintptr_t.
16535 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16537         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
16538         removed.
16539         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
16541 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16543         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
16544         of 0.
16546 2015-01-08  Roland McGrath  <roland@hack.frob.com>
16548         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
16549         <nptl/pthreadP.h> instead.
16550         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
16552         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
16553         already defined.
16554         [__SIGRTMIN] (init): Function removed.
16555         [__SIGRTMIN] (initialized): Variable removed.
16556         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
16557         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
16558         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
16559         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
16560         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
16561         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
16562         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
16563         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
16564         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
16565         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
16566         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
16567         * sysdeps/nptl/allocrtsig.c: New file.
16568         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
16569         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
16570         * sysdeps/generic/testrtsig.h: File removed.
16572         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
16573         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
16575         * nptl/nptl-init.c (pthread_functions): Conditionalize
16576         .ptr__nptl_setxid initialization on [SIGSETXID].
16578         * sysdeps/nptl/sys/procfs.h: New file.
16579         * nptl_db/Makefile (headers): Add it.
16580         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
16582         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
16583         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
16584         * nptl/pthread_attr_setaffinity.c: Include it.
16585         * nptl/pthread_setattr_default_np.c: Likewise.
16586         * nptl/check-cpuset.h: New file.
16588 2015-01-08  Richard Henderson  <rth@redhat.com>
16590         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
16591         (CFLAGS-tst-execstack-prog.c): Likewise.
16592         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
16594 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
16595             Sandra Loosemore  <sandra@codesourcery.com>
16596             Andrew Jenner  <andrew@codesourcery.com>
16597             Joseph Myers  <joseph@codesourcery.com>
16598             Nathan Sidwell  <nathan@codesourcery.com>
16600         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
16601         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
16602         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
16603         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
16604         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
16605         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
16606         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
16607         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
16608         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
16609         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
16610         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
16611         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
16612         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
16613         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
16614         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
16615         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
16616         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
16618 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16620         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
16621         timespec struct member in syscall macro.
16622         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
16623         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
16624         first timeval struct member in syscall macro.
16625         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
16627 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
16629         [BZ #17748]
16630         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
16631         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
16632         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
16633         __feupdateenv and define as weak alias of __feupdateenv.  Use
16634         libm_hidden_weak.
16635         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
16636         libm_hidden_def.
16637         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
16638         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
16639         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
16640         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
16641         libm_hidden_def.
16642         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
16643         __feupdateenv and define as weak alias of __feupdateenv.  Use
16644         libm_hidden_weak.
16645         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
16646         libm_hidden_def.
16647         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
16648         __feupdateenv and define as weak alias of __feupdateenv.  Use
16649         libm_hidden_weak.
16650         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
16651         libm_hidden_def.
16652         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16653         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
16654         (__feupdateenv): Likewise.
16655         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
16656         __feupdateenv and define as weak alias of __feupdateenv.  Use
16657         libm_hidden_weak.
16658         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16659         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
16660         libm_hidden_def.
16661         * sysdeps/tile/math_private.h (__feupdateenv): New inline
16662         function.
16663         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
16664         libm_hidden_def.
16665         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
16666         __feupdateenv instead of feupdateenv.
16667         (default_libc_feupdateenv_test): Likewise.
16668         (libc_feresetround_ctx): Likewise.
16670 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16672         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
16673         prototype.
16675 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
16677         * posix/regcomp.c (parse_bracket_exp): Initialize type to
16678         COLL_SYM in a couple of places to avoid uninitialized variable
16679         wanings on tilegx gcc 4.8.2.
16681 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
16683         * sysdeps/aarch64/strcpy.S: New file.
16684         * sysdeps/aarch64/stpcpy.S: New file.
16685         * NEWS: Updated.
16687 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
16689         * sysdeps/aarch64/strrchr.S: New file.
16690         * NEWS: Updated.
16692 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
16694         [BZ #17658]
16695         * stdlib/setenv.c: Fix memory leak when setting large,
16696         duplicate string.
16698 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
16700         [BZ #17273]
16701         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
16702         and tabs from buffer before parsing fstab entry.
16703         * misc/tst-mntent.c (main): Add test for mount entry with
16704         trailing spaces and tabs.
16706 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
16708         [BZ #17748]
16709         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
16710         * math/fesetround.c (fesetround): Rename to __fesetround and
16711         define as weak alias of __fesetround.  Use libm_hidden_weak.
16712         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
16713         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
16714         * sysdeps/arm/fesetround.c (fesetround): Likewise.
16715         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
16716         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
16717         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
16718         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
16719         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
16720         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
16721         __fesetround_inline.
16722         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
16723         __fesetround_inline instead of __fesetround.
16724         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
16725         __fesetround and define as weak alias of __fesetround.  Use
16726         libm_hidden_weak.  Call __fesetround_inline instead of
16727         __fesetround.
16728         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
16729         __fesetround and define as weak alias of __fesetround.  Use
16730         libm_hidden_weak.
16731         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
16732         Likewise.
16733         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
16734         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
16735         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
16736         * sysdeps/tile/math_private.h (__fesetround): New inline function.
16737         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
16738         __fesetround and define as weak alias of __fesetround.  Use
16739         libm_hidden_weak.
16740         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
16741         __fesetround instead of fesetround.
16742         (default_libc_feholdexcept_setround): Likewise.
16743         (libc_feholdsetround_ctx): Likewise.
16744         (libc_feholdsetround_noex_ctx): Likewise.
16746         [BZ #17748]
16747         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
16748         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
16749         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
16750         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
16751         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16752         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
16753         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16754         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
16755         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16756         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16757         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16758         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16759         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16760         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16761         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
16762         libm_hidden_def.
16763         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
16764         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
16765         Likewise.
16766         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16767         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16768         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
16769         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16770         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
16771         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
16772         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
16773         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
16774         __fesetenv instead of fesetenv.
16775         (libc_feresetround_noex_ctx): Likewise.
16776         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
16777         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
16778         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
16779         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
16780         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
16781         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
16782         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16783         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
16784         (__feupdateenv): Likewise.
16785         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
16786         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16787         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16788         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
16790 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
16792         [BZ #17806]
16793         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
16794         addresses have been freed.
16796 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
16798         * resolv/res_init.c (__res_vinit): Improve comments about nserv
16799         and nservall.
16801 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
16803         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
16804         Clean up check_pf allocation pattern. addresses
16806 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16808         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
16809         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
16810         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
16811         * nptl/pthread_exit.c (__pthread_exit): Likewise.
16812         * nptl/pthread_join.c (pthread_join): Likewise.
16813         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
16814         * sysdeps/posix/waitid.c (__waitid): Likewise.
16815         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
16816         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
16817         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
16818         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
16819         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
16820         Likewise.
16821         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
16822         (__libc_pread64): Likewise.
16823         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
16824         (__libc_pwrite): Likewise.
16825         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
16826         (__libc_pwrite64): Likewsie.
16827         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
16828         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
16829         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
16830         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
16831         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
16832         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
16833         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
16835         Likewise.
16836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
16837         (__libc_pread64): Likewise.
16838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
16839         Likewise.
16840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
16841         (__libc_pwrite64): Likewise.
16842         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
16843         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
16844         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
16845         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
16846         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
16847         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
16848         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
16849         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
16850         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
16851         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
16852         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
16853         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
16854         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
16855         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
16856         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
16857         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
16858         Likewise.
16860 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
16862         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
16863         (CFLAGS-test-double.c): Likewise.
16864         (CFLAGS-test-ldouble.c): Likewise.
16865         (CPPFLAGS-test-ifloat.c): Likewise.
16866         (CPPFLAGS-test-idouble.c): Likewise.
16867         (CPPFLAGS-test-ildoubl.c): Likewise.
16868         (CFLAGS-test-test-fenv.c): Remove variable.
16869         (CFLAGS-test-misc.c): Likewise.
16871 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
16873         [BZ #17797]
16874         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
16875         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
16876         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
16877         CLOCKS_PER_SEC == 1000000.
16878         * time/clocktest.c (main): Replace %ld with %jd and cast to
16879         intmax_t.
16881 2015-01-05  Roland McGrath  <roland@hack.frob.com>
16883         * sysdeps/generic/unwind-resume.h: New file.
16884         * sysdeps/gnu/unwind-resume.c: Include it.
16885         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
16886         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
16887         argument list.
16888         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
16889         global rather than static.
16890         (_Unwind_Resume): Update user.
16891         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
16892         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
16893         rather than static.  Add __attribute__ ((cold)).
16894         (_Unwind_Resume, __gcc_personality_v0): Update callers.
16895         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
16896         * sysdeps/arm/arm-unwind-resume.S: New file.
16897         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
16898         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
16899         * sysdeps/arm/Makefile [$(subdir) = csu]
16900         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
16901         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
16902         Add rt-arm-unwind-resume.
16903         [$(subdir) = nptl]
16904         (libpthread-sysdep_routines, libpthread-shared-only-routines):
16905         Add pt-arm-unwind-resume.
16906         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
16907         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
16909 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
16911         [BZ #17748]
16912         * include/fenv.h (__feholdexcept): Declare.  Use
16913         libm_hidden_proto.
16914         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
16915         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
16916         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16917         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
16918         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
16919         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
16920         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
16921         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16922         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
16923         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
16924         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16925         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
16926         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
16927         (feholdexcept): Likewise.
16928         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
16929         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
16930         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16931         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16932         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
16933         __feholdexcept instead of feholdexcept.
16934         (default_libc_feholdexcept_setround): Likewise.
16936 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
16938         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
16939         to avoid using stl/str to align destination.
16941 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
16943         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
16945 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
16947         [BZ #17796]
16948         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
16949         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
16950         Define as weak alias not strong alias.
16952 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
16954         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
16955         bltzal with addiupc.
16956         (RTLD_START): Ditto.
16958 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
16960         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
16961         for __vdso_* functions in declarations.
16962         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
16963         definitions.
16964         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
16965         INTERNAL_VSYSCALL): Use struct return types to check for error.
16967         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
16968         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
16969         function with cast from llround().
16970         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
16971         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
16972         Define.
16974 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
16976         [BZ #17793]
16977         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
16978         Define as weak alias not strong alias.
16980         [BZ #17635]
16981         * ctype/ctype-c99.c: New file.  isblank implementation moved from
16982         ...
16983         * ctype/ctype-extn.c: ... here.
16984         (__isblank_l): Move to ...
16985         * ctype/ctype-c99_l.c: ... here.  New file.
16986         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
16987         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
16988         Remove variable.
16989         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
16990         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
16991         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
16992         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
16993         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
16995         [BZ #17777]
16996         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
16997         (posix_fadvise64): Define as weak alias not strong alias.
16998         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16999         (posix_fallocate64): Likewise.
17000         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
17001         Remove variable.
17002         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
17003         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
17004         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
17005         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
17006         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
17008 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
17010         [BZ #16191]
17011         * NEWS: Mention bug fix.
17012         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
17013         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
17014         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
17015         (HOST_STACK_END_ADDR): Likewise.
17017 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
17019         [BZ #17748]
17020         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
17021         * math/fegetround.c (fegetround): Rename to __fegetround and
17022         define as weak alias of __fegetround.  Use libm_hidden_weak.
17023         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
17024         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
17025         * sysdeps/arm/fegetround.c (fegetround): Likewise.
17026         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
17027         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
17028         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
17029         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
17030         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
17031         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
17032         Undefine after rather than before function definition; use
17033         parentheses around function name in definition.
17034         (__fegetround): Also undefine macro after function definition.
17035         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
17036         __fegetround and define as weak alias of __fegetround.  Use
17037         libm_hidden_weak.  Do not undefine as macro.
17038         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
17039         Likewise.
17040         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
17041         __fegetround and define as weak alias of __fegetround.  Use
17042         libm_hidden_weak.
17043         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
17044         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
17045         * sysdeps/tile/math_private.h (__fegetround): New inline function.
17046         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
17047         __fegetround and define as weak alias of __fegetround.  Use
17048         libm_hidden_weak.
17049         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
17050         __fegetround instead of fegetround.
17052         [BZ #17782]
17053         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
17054         Condition macro definition on [__USE_MISC].
17056         [BZ #17781]
17057         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
17058         (struct sigaction): Change type of sa_flags field to int.
17060         [BZ #17780]
17061         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
17062         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
17063         __glibc_reserved0.
17065         * nptl/version.c (banner): Use single year in copyright notice.
17067         * NEWS: Update copyright dates.
17068         * catgets/gencat.c (print_version): Likewise.
17069         * csu/version.c (banner): Likewise.
17070         * debug/catchsegv.sh: Likewise.
17071         * debug/pcprofiledump.c (print_version): Likewise.
17072         * debug/xtrace.sh (do_version): Likewise.
17073         * elf/ldconfig.c (print_version): Likewise.
17074         * elf/ldd.bash.in: Likewise.
17075         * elf/pldd.c (print_version): Likewise.
17076         * elf/sotruss.sh: Likewise.
17077         * elf/sprof.c (print_version): Likewise.
17078         * iconv/iconv_prog.c (print_version): Likewise.
17079         * iconv/iconvconfig.c (print_version): Likewise.
17080         * locale/programs/locale.c (print_version): Likewise.
17081         * locale/programs/localedef.c (print_version): Likewise.
17082         * login/programs/pt_chown.c (print_version): Likewise.
17083         * malloc/memusage.sh (do_version): Likewise.
17084         * malloc/memusagestat.c (print_version): Likewise.
17085         * malloc/mtrace.pl: Likewise.
17086         * manual/libc.texinfo: Likewise.
17087         * nptl/version.c (banner): Likewise.
17088         * nscd/nscd.c (print_version): Likewise.
17089         * nss/getent.c (print_version): Likewise.
17090         * nss/makedb.c (print_version): Likewise.
17091         * posix/getconf.c (main): Likewise.
17092         * scripts/test-installation.pl: Likewise.
17093         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
17095 2015-01-02  Will Newton  <will.newton@linaro.org>
17097         * sysdeps/arm/armv7/configure: Removed.
17098         * sysdeps/arm/armv7/configure.ac: Likewise.
17100 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
17102         * All files with FSF copyright notices: Update copyright dates
17103         using scripts/update-copyrights.
17104         * intl/plural.c: Regenerated.
17105         * locale/programs/charmap-kw.h: Likewise.
17106         * locale/programs/locfile-kw.h: Likewise.
17108 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17110         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
17112 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
17114         [BZ #17748]
17115         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
17116         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
17117         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
17118         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
17119         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17120         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
17121         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17122         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
17123         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17124         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
17125         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17126         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17127         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
17128         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17129         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
17130         libm_hidden_def.
17131         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
17132         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
17133         Likewise.
17134         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
17135         define as weak alias of __fegetenv.  Use libm_hidden_weak.
17136         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
17137         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
17138         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
17139         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
17140         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
17141         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
17142         __fegetenv instead of fegetenv.
17143         (libc_feholdsetround_noex_ctx): Likewise.
17145 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
17147         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
17148         (Elf_MIPS_ABIFlags_v0): New structure.
17149         (EF_MIPS_FP64): Define.
17150         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
17151         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
17152         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
17153         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
17154         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
17155         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
17156         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
17157         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
17158         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
17159         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
17160         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
17161         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
17162         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
17163         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
17164         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
17165         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
17166         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
17167         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
17168         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
17169         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
17170         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
17171         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
17172         field.
17173         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
17174         EF_MIPS_FP64.
17175         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
17176         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
17177         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
17178         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
17179         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
17180         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
17181         * sysdeps/mips/tst-abi-interlink.c: Likewise.
17182         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
17183         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
17184         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
17185         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
17186         record the current FP ABI extension.
17187         (mips-mode-switch): Define to show if kernel headers support mode
17188         switching.
17189         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
17190         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
17191         supported SYSV ABI version to 3.
17192         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
17193         feature.
17195 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17196             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17198         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
17199         path.
17200         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
17202 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
17204         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
17205         __fegetround and redefine to call __fegetround.  Remove condition
17206         on [!__NO_MATH_INLINES].
17207         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
17208         function.
17209         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
17210         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
17211         Remove macro.
17212         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
17213         instead of <fenv_libc.h>.
17214         (__llrintl): Call fegetround instead of __fegetround.
17215         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
17216         instead of <fenv_libc.h>.
17217         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
17218         (__lrintl): Call fegetround instead of __fegetround.
17219         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
17220         instead of <fenv_libc.h>.
17221         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
17222         (__rintl): Call fegetround instead of __fegetround.
17224 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
17226         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
17227         arrays.
17229 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
17231         [BZ #17775]
17232         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
17233         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
17234         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
17236 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
17238         * sysdeps/i386/tls-macros.h: Include <features.h>.
17239         (TLS_LE): Use non-PIC version for GCC >= 5.0.
17240         (TLS_IE): Likewise.
17241         (TLS_LD): Likewise.
17242         (TLS_GD): Likewise.
17243         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
17244         define for GCC >= 5.0.
17246 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
17248         * math/test-fenv.c (test_single_exception, set_single_exc,
17249         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
17250         feexcp_mask_test, feenable_test, fe_single_test): Add
17251         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
17252         case where they are not used.
17253         * math/libm-test.inc: Likewise.
17254         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
17255         unused in the absence of FP rounding/exception support.
17256         * stdio-common/tst-printf-round.c: Likewise.
17257         * stdlib/tst-strtod-round.c: Likewise.
17258         * stdlib/tst-strtod-underflow.c: Likewise.
17260 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
17262         [BZ #17723]
17263         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
17264         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
17265         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17266         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17267         libm_hidden_weak.
17268         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
17269         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
17270         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
17271         libm_hidden_def.
17272         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17273         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17274         libm_hidden_weak.
17275         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
17276         Likewise.
17277         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
17278         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17279         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17280         libm_hidden_weak.
17281         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
17282         libm_hidden_def.
17283         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
17284         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
17285         (__feraiseexcept): Likewise.
17286         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
17287         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
17288         libm_hidden_weak.
17289         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
17290         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
17291         libm_hidden_def.
17292         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
17293         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
17294         Use libm_hidden_def.
17295         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
17296         libm_hidden_def.
17297         (feraiseexcept): Define as weak not strong alias.  Use
17298         libm_hidden_weak.
17299         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
17300         New inline function.  Factored out of ...
17301         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
17302         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
17303         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
17304         feraiseexcept.
17305         * math/w_acos.c (__acos): Likewise.
17306         * math/w_asin.c (__asin): Likewise.
17307         * math/w_ilogb.c (__ilogb): Likewise.
17308         * math/w_j0.c (y0): Likewise.
17309         * math/w_j1.c (y1): Likewise.
17310         * math/w_jn.c (yn): Likewise.
17311         * math/w_log.c (__log): Likewise.
17312         * math/w_log10.c (__log10): Likewise.
17313         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
17314         * sysdeps/aarch64/fpu/math_private.h
17315         (libc_feupdateenv_test_aarch64): Likewise.
17316         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
17317         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
17318         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
17319         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
17320         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
17321         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
17322         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
17323         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
17324         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
17325         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
17327 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
17329         [BZ #17732]
17330         * io/test-utime.c (main): Replace %ld with %jd and cast to
17331         intmax_t.
17332         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
17333         * nptl/tst-mutex5.c: Include <stdint.h>.
17334         (do_test): Replace %ld with %jd and cast to intmax_t.
17335         * posix/tst-regex.c (run_test): Likewise.
17336         (run_test_backwards): Likewise.
17337         * rt/tst-clock.c: Include <stdint.h>.
17338         (clock_test): Replace %ld with %jd and cast to intmax_t.
17339         * rt/tst-cpuclock1.c: Include <stdint.h>.
17340         (do_test): Replace %lu with %ju and cast to uintmax_t.
17341         * rt/tst-cpuclock2.c: Include <stdint.h>.
17342         (do_test): Replace %lu with %ju and cast to uintmax_t.
17343         * rt/tst-mqueue1.c: Include <stdint.h>.
17344         (check_attrs): Replace %ld with %jd and cast to intmax_t.
17345         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
17346         intmax_t.
17347         * rt/tst-mqueue4.c (do_test): Likewise.
17348         * rt/tst-timer4.c: Include <stdint.h>.
17349         (check_ts): Replace %ld with %jd and cast to intmax_t.
17350         (do_test): Likewise.
17351         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
17352         and cast to intmax_t.
17353         * sysdeps/pthread/tst-timer.c (main): Likewise.
17354         * time/clocktest.c (main): Likewise.
17355         * time/tst-posixtz.c (do_test): Likewise.
17356         * timezone/tst-timezone.c (main): Likewise.
17358 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
17359             H.J. Lu  <hongjiu.lu@intel.com>
17361         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
17362         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
17363         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
17364         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
17365         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
17366         version if bit_Fast_Unaligned_Load is set.
17367         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
17368         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
17369         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
17370         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
17371         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
17372         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
17373         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
17374         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
17375         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
17376         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
17377         to 4.
17378         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
17379         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
17380         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
17381         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
17383 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
17385         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
17386         instead of #if to avoid a Wundef warning.
17387         * stdlib/tst-limits.c (do_test): Likewise.
17389         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
17390         parallel other exception macros.
17391         (fegetenv): Convert from macro to extern inline so that it applies
17392         retroactively to inline functions already seen by the compiler.
17393         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
17395         * posix/Makefile (before-compile): Use $(objpfx) for
17396         posix-conf-vars-def.h.
17398 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
17400         * posix/getconf.c (main): Use size_t for type of I.
17401         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
17402         NSPEC.
17404         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
17405         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
17406         * posix/posix-envs.def: Likewise.
17407         * sysdeps/posix/sysconf.c: Likewise.
17408         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
17409         (specs): Remove array.
17410         * scripts/gen-posix-conf-vars.awk: Support generation of specs
17411         array.
17413         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
17414         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
17415         (__sysconf): Use CONF_IS_* macros.
17417         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
17418         ($(objpfx)posix-conf-vars-def.h): New target.
17419         * posix/posix-conf-vars.list: New file.
17420         * posix/posix-conf-vars.h: New file.
17421         * posix/confstr.c: Include posix-conf-vars.h.
17422         (confstr): Use CONF_IS_* macros.
17423         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
17424         CONF_IS_* macros.
17425         * scripts/gen-posix-conf-vars.awk: New file.
17427 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
17429         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
17430         fegetround): Add no-op macros to avoid linknamespace issues.
17432         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
17433         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
17435         * sysdeps/unix/sysv/linux/tile/sysdep.h
17436         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
17437         assembly-specific section to avoid a redefinition warning.
17439         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
17440         long before casting to pointer to avoid a cast warning.
17442 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
17444         * sysdeps/tile/tilegx/Implies: New file.
17446 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
17448         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
17450 2014-12-23  Florian Weimer  <fweimer@redhat.com>
17452         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
17454 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17456         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
17457         not define.
17458         * sysdeps/unix/sysv/linux/utimes.c: Do not include
17459         <kernel-features.h>.
17460         (__utimes) [__NR_utimes]: Make code unconditional.
17461         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
17462         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17463         (__ASSUME_UTIMES): Do not undefine.
17464         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17465         (__ASSUME_UTIMES): Likewise.
17466         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
17467         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
17468         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
17469         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
17471 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
17473         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
17475 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
17477         [BZ #17747]
17478         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
17479         alias to weak alias for j0l, y0l.
17480         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
17481         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
17483         [BZ #17746]
17484         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
17485         conversion.
17487 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
17489         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
17490         to zero if not already defined.
17492 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17494         [BZ #17724]
17495         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
17496         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
17497         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
17498         (char *) casts added.
17499         * sysdeps/ieee754/k_standardf.c: New file.
17500         * sysdeps/ieee754/k_standardl.c: Likewise.
17501         * math/Makefile (libm-support): Remove k_standard.
17502         (libm-calls): Add k_standard.
17504 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17506         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
17507         Optimize to avoid an unnecessary FPCR read.
17509 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17511         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
17512         Optimize to reduce FPCR/FPSR accesses.
17514 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17516         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
17517         Call libc_fetestexcept_aarch64.
17519 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17521         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
17522         Call libc_fesetround_aarch64.
17524 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17526         [BZ #17733]
17527         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
17528         (__bind): Do not define as weak alias.
17529         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
17530         define.
17531         (__getsockname): Do not define as weak alias.
17533 2014-12-22  Will Newton  <will.newton@linaro.org>
17535         * manual/install.texi: Document that we require bison 2.7
17536         or above.
17537         * INSTALL: Regenerate.
17538         * configure.ac: Use AC_CHECK_PROG_VER instead of
17539         AC_PATH_PROG when checking for bison and check for
17540         version 2.7 or above.
17541         * configure: Regenerate.
17543 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
17545         [BZ #17745]
17546         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
17547         * sysdeps/tile/ffsll.c (ffsll): To here.
17549         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
17551 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
17553         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
17554         if not defined.
17555         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
17556         definition.
17557         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
17558         hidden ___tls_get_addr.
17559         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
17560         hidden __tls_get_addr.
17561         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
17562         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
17563         Likewise.
17565 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
17567         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
17568         _dl_init call.
17570 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
17572         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
17573         from "call _dl_init@PLT".
17574         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
17576 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
17578         * manual/search.texi: (Array Sort Function): Clarify stable sorting
17579         guarantees.
17581 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
17583         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
17585 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
17587         [BZ #17744]
17588         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
17589         strnlen.
17591 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
17593         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
17594         of multu on MIPSr6.
17595         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
17596         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
17597         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
17598         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
17599         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
17601 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
17603         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
17604         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
17605         (PTR_SUBU): Use subu for mips32r6/mips64r6.
17606         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
17607         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
17608         mips32r6/mips64r6.
17609         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
17611 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
17613         * string/strncat.c (STRNCAT): Simplify implementation.
17615 2014-12-19  David S. Miller  <davem@davemloft.net>
17617         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
17618         access the quad as both a long double and as a series of 4 words.
17620         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
17621         link_map->l_info array access.
17623 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
17625         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
17627         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
17628         * math/atest-exp2.c (TIMEOUT): Likewise.
17629         * math/atest-sincos.c (TIMEOUT): Likewise.
17631 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17633         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
17634         -Wno-error with -fno-builtin-lround.
17636 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17638         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
17639         Contains futex constants and functions moved over from ...
17640         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
17641         <lowlevellock-futex.h>.
17642         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
17643         (lll_timedwait_tid): Add comments and parentheses around macro
17644         arguments.
17646 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17648         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
17649         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
17650         (__lll_private_flag): Remove.
17651         (lll_futex_wait): Likewise.
17652         (lll_futex_timed_wait): Likewise.
17653         (lll_futex_wake): Likewise.
17654         (lll_futex_requeue): Likewise.
17655         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
17656         (__lll_timedwait_tid): Spell out argument names.
17657         (lll_timedwait_tid): Add comments and parentheses around macro
17658         arguments.
17659         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
17660         LLL_SHARED and LLL_PRIVATE usable from assembly code.
17662 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17664         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
17665         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
17666         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
17667         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
17668         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
17669         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
17670         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
17671         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
17672         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
17673         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
17674         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
17675         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
17676         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
17677         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
17678         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
17679         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
17680         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
17681         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
17682         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
17684 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17686         * sysdeps/x86_64/x32/Makefile: New file.
17688 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17690         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
17691         1L with (mp_limb_t) 1.
17693 2014-12-17  Roland McGrath  <roland@hack.frob.com>
17695         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
17696         * nptl/libc_pthread_init.c: ... here.
17697         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
17698         * nptl/register-atfork.c: ... here.
17700         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
17701         Use pthread_sigmask rather than INTERNAL_SYSCALL.
17702         Use assert_perror to check its return value.
17703         (__gai_create_helper_thread): Likewise.
17705         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
17707         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
17709 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
17711         [BZ #17725]
17712         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
17713         __profil_counter.
17714         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
17715         Likewise.
17716         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
17717         Likewise.
17718         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
17719         Likewise.
17720         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
17721         (profil_counter): Likewise.
17722         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
17723         (profil_counter): Likewise.
17724         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
17725         Likewise.
17726         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
17727         Likewise.
17728         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
17729         (profil_counter): Likewise.
17730         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
17731         Likewise.
17732         [!__profil_counter] (profil_counter): Define as weak alias of
17733         __profil_counter.
17734         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
17735         (profil_counter): Rename to __profil_counter.
17736         [!__profil_counter] (profil_counter): Define as weak alias of
17737         __profil_counter.
17738         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
17739         (profil_counter): Rename to __profil_counter.
17740         [!__profil_counter] (profil_counter): Define as weak alias of
17741         __profil_counter.
17742         * sysdeps/posix/profil.c: Update comment referring to
17743         profil_counter.
17744         (__profil): Use __profil_counter instead of profil_counter.
17745         * sysdeps/posix/sprofil.c (profil_counter): Rename to
17746         __profil_counter.  Use __profil_counter_ushort and
17747         __profil_counter_uint in definitions.
17748         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
17749         instead of profil_counter_uint and profil_counter_ushort.
17751         [BZ #17722]
17752         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
17753         define as weak alias of __inet_makeaddr.
17754         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
17755         as weak alias of __inet_addr.
17756         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
17757         as weak alias of __inet_pton.  Use libc_hidden_weak.
17758         * include/arpa/inet.h (__inet_pton): Declare.  Use
17759         libc_hidden_proto.
17760         (inet_makeaddr): Don't use libc_hidden_proto.
17761         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
17762         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
17763         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
17764         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
17765         Remove variable.
17766         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
17767         (test-xfail-POSIX/time.h/linknamespace): Likewise.
17769 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
17771         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
17773 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
17775         * stdio-common/bug-vfprintf-nargs.c (do_test):
17776         Cast value to intptr_t to avoid format warning
17777         for usage with PRIdPTR printing macro.
17779 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
17781         * libio/tst-widetext.c (do_test):
17782         Use format type %td instead of %Zd for ptrdiff_t
17783         in order to avoid format warning.
17785 2014-12-17  Andreas Schwab  <schwab@suse.de>
17787         * nscd/mem.c (gc): Add size_t cast to match printf format.
17789 2014-12-16  Roland McGrath  <roland@hack.frob.com>
17791         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
17792         (init): Apply PTR_MANGLE to pointers before storing them.
17793         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
17794         before using them.
17796 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
17798         [BZ #17719]
17799         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
17800         define as weak alias of __memrchr.
17801         (__memrchr): Do not define as strong alias of memrchr.
17802         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
17803         Remove variable.
17804         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
17805         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
17806         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
17808         [BZ #17717]
17809         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
17810         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
17811         (if_indextoname): Rename to __if_indextoname and define as weak
17812         alias of __if_indextoname.  Use libc_hidden_weak.
17813         (if_freenameindex): Rename to __if_freenameindex and define as
17814         weak alias of __if_freenameindex.
17815         (if_nameindex): Rename to __if_nameindex and define as weak alias
17816         of __if_nameindex.
17817         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
17818         __if_nametoindex and define as weak alias of __if_nametoindex.
17819         Use libc_hidden_weak.
17820         (if_freenameindex): Rename to __if_freenameindex and define as
17821         weak alias of __if_freenameindex.
17822         (if_nameindex): Rename to __if_nameindex and define as weak alias
17823         of __if_nameindex.
17824         (if_indextoname): Rename to __if_indextoname and define as weak
17825         alias of __if_indextoname.  Use libc_hidden_weak.
17826         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
17827         __if_nametoindex and define as weak alias of __if_nametoindex.
17828         Use libc_hidden_weak.
17829         (if_freenameindex): Rename to __if_freenameindex and define as
17830         weak alias of __if_freenameindex.  Use libc_hidden_weak.
17831         (if_nameindex_netlink): Use __if_freenameindex instead of
17832         if_freenameindex.
17833         (if_nameindex): Rename to __if_nameindex and define as weak alias
17834         of __if_nameindex.  Use libc_hidden_weak.
17835         (if_indextoname): Rename to __if_indextoname and define as weak
17836         alias of __if_indextoname.  Use libc_hidden_weak.
17837         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
17838         libc_hidden_proto.
17839         [!_ISOMAC] (__if_freenameindex): Likewise.
17840         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
17841         if_nametoindex.
17842         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
17843         variable.
17844         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
17845         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
17846         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
17847         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
17848         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
17849         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
17850         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
17852         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
17853         Remove variable.
17854         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
17855         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
17857 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17859         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
17860         subscript above bounds'
17862         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
17863         bounds.
17865 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
17867         * libio/tst-fopenloc.c: Use test-skeleton.c.
17869         * stdlib/tst-bsearch.c: Use test-skeleton.c.
17870         (entry): Rename to ITEM.
17871         (do_test, comp): Adjust.
17873         * stdio-common/tst-fseek.c: Use test-skeleton.c.
17875 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17877         * string/tester.c: Include <libc-internal.h>.
17878         (test_memset): Ignore -Wmemset-transposed-args.
17880 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17882         * misc/tst-mntent2.c (do_test): Fix warning.
17884 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17886         * elf/tst-unique4lib.cc(a): Mark as used.
17888 2014-12-16  Florian Weimer  <fweimer@redhat.com>
17890         [BZ #17630]
17891         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
17892         names.
17894 2014-12-16  Allan McRae  <allan@archlinux.org>
17896         * stdio-common/Makefile (tests): Re-add bug26.
17898 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
17900         [BZ #17657]
17901         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
17902         static array.
17904 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
17906         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
17907         (__lll_lock_wait): Likewise.
17908         (__lll_timedlock_wait): Likewise.
17909         (__lll_timedwait_tid): Likewise.
17910         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
17911         (__lll_robust_timedlock_wait): Likewise.
17912         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
17913         (lll_cond_trylock): Likewise.
17914         (__lll_lock): Likewise.
17915         (__lll_robust_lock): Likewise.
17916         (__lll_cond_lock): Likewise.
17917         (lll_robust_cond_lock): Likewise.
17918         (__lll_timedlock): Likewise.
17919         (__lll_robust_timedlock): Likewise.
17920         (__lll_unlock): Likewise.
17921         (__lll_robust_unlock): Likewise.
17922         (lll_wait_tid): Likewise.
17923         (lll_timedwait_tid): Likewise.
17925 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17927         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
17929 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17931         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
17933 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
17935         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
17936         * stdio-common/tst-sprintf.c: Likewise.
17938 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17940         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
17942 2014-12-15  Jeff Law  <law@redhat.com>
17944         [BZ #16617]
17945         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
17946         on the heap.  (CVE-2012-3406)
17947         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
17948         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
17949         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
17951 2014-12-15  Will Newton  <will.newton@linaro.org>
17953         * manual/install.texi: Bump required version of texinfo
17954         to 4.7 from 4.5.
17955         * INSTALL: Regenerated.
17956         * configure.ac: Check for makeinfo version 4.7 and above.
17957         * configure: Regenerated.
17959 2014-12-12  Roland McGrath  <roland@hack.frob.com>
17961         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
17962         PREFIX, string constant to insert between directory and name.
17963         * sysdeps/posix/shm_open.c: Update caller.
17964         * sysdeps/posix/shm_unlink.c: Likewise.
17965         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
17966         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
17967         (SEM_SHM_PREFIX): New macro.
17968         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
17969         [$(have-thread-library) = no].
17970         * nptl/Makefile (libpthread-routines): Add shm-directory.
17971         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
17972         * sysdeps/nptl/shm-directory.h: New file.
17973         * sysdeps/posix/shm-directory.c
17974         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
17975         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
17976         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
17977         INTERNAL_SYSCALL.
17978         (__where_is_shmfs): Function removed.
17979         (mountpoint, defaultmount, defaultdir, __namedsem_once):
17980         Variables removed.
17981         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
17982         Use SHM_GET_NAME.
17983         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
17985         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
17986         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
17987         unconditional for use inside libpthread.
17988         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
17990 2014-12-12  Roland McGrath  <roland@hack.frob.com>
17992         * nptl/pthread_getaffinity.c: New file.
17993         * nptl/pthread_setaffinity.c: New file.
17994         * nptl/pthread_getname.c: New file.
17995         * nptl/pthread_setname.c: New file.
17997         * nptl/pthread_create.c (START_THREAD_DEFN)
17998         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
18000 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
18001             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18003         * resolv/res_send.c (send_vc): Disable warning resplen may
18004         be used uninitialized.
18006 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
18008         * nptl/tst-mutex6.c
18009         (ATTR_NULL): New define checks ATTR against NULL.
18010         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
18011         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
18013 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
18015         [BZ #17581]
18016         * malloc/hooks.c
18017         (mem2mem_check): Revert my previous change.
18018         (malloc_check_get_size): Revert my previous change.
18019         (mem2chunk_check): Revert my previous change.
18021 2014-12-11  Roland McGrath  <roland@hack.frob.com>
18023         * sysdeps/posix/shm-directory.c: New file.
18024         * sysdeps/posix/shm-directory.h: New file.
18025         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
18026         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
18027         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
18028         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
18029         Transmute EPERM to EACCES.
18030         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
18031         from ...
18032         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
18033         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
18035 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18037         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
18038         pointer and cast to uintptr_t.
18039         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
18040         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
18041         Add cast to avoid warning.
18042         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
18044 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
18046         * nptl/semaphore.h: Move to ...
18047         * sysdeps/pthread/semaphore.h: ... here.
18048         * Makefile (installed-headers): Change nptl/semaphore.h to
18049         sysdeps/pthread/semaphore.h.
18051 2014-12-11  Roland McGrath  <roland@hack.frob.com>
18053         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
18054         generated error format strings.
18056         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
18057         -Wformat-extra-args warnings for scanf formats.
18058         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
18059         test of zero-length format (duh).
18060         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
18061         corner-case scanf format test.
18062         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
18063         generated fprintf format string.
18064         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
18065         corner-case sprintf format tests.
18066         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
18067         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
18068         -Wformat-extra-args warnings throughout.
18069         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
18070         (CFLAGS-scanf4.c): Likewise.
18071         (CFLAGS-scanf7.c): Likewise.
18072         (CFLAGS-tst-sprintf.c): Likewise.
18073         (CFLAGS-tst-printf.c): Likewise.
18074         (CFLAGS-tst-printfsz.c): Likewise.
18076 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
18078         * include/cpio.h: New file.
18079         * include/fmtmsg.h: Likewise.
18081         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
18082         corresponding format argument to size_t.
18083         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
18084         arguments.
18085         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
18086         corresponding format argument to size_t.
18087         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
18088         arguments.
18089         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
18090         corresponding format argument to size_t.
18091         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
18092         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
18093         (CFLAGS-tst-mbswcs2.c): Likewise.
18094         (CFLAGS-tst-mbswcs3.c): Likewise.
18095         (CFLAGS-tst-mbswcs4.c): Likewise.
18096         (CFLAGS-tst-mbswcs5.c): Likewise.
18097         (CFLAGS-tst-trans.c): Likewise
18099 2014-12-11  Roland McGrath  <roland@hack.frob.com>
18101         * posix/regexbug1.c (main): Use "%s" format with regerror results,
18102         rather than assuming they won't contain any '%'s.
18104 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
18106         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
18107         inhibit_loop_to_libcall to avoid recursive calls.
18108         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
18109         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
18111 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
18113         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
18114         prototype.
18116 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
18118         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
18119         integer value instead of boolean.
18121 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
18123         * malloc/malloc.c: Fix powerof2 check.
18125 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18127         * locale/programs/locfile.h (maybe_swap_uint32):
18128         Remove inline and add unused attribute.
18130 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18132         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
18133         Truncating assembler expression to a .long expression.
18135 2014-12-11  Andreas Schwab  <schwab@suse.de>
18137         * elf/rtld.c (struct map_args): Constify str member.
18138         (do_preload): Constify fname argument.
18140 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18142         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
18143         constants definition.
18145 2014-12-11  Andreas Schwab  <schwab@suse.de>
18147         [BZ #16657]
18148         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
18149         FORCE_ELISION instead of DO_ELISION.
18150         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
18151         Remove.
18152         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
18153         Likewise.
18155         * iconvdata/gconv-modules: Remove duplicate entry.
18157 2014-12-11  Will Newton  <will.newton@linaro.org>
18159         Merge gettext 0.19.3 into intl/.
18161         This involves a number of cosmetic changes to comments
18162         and ANSI function definitions and prototypes throughout
18163         all the files. The gettext copyright header is used but
18164         with the date ranges taken from the glibc copy.
18166         * NEWS: Add gettext merge to 2.21.
18167         * intl/bindtextdom.c: Switch to gettext copyright.
18168         Use ANSI definitions and prototypes.
18169         Use gl_* locking primitives rather than __libc_* ones.
18170         Use __builtin_expect rather than __glibc_likely/unlikely.
18171         * intl/dcgettext.c: Switch to gettext copyright.
18172         Use ANSI definitions and prototypes.
18173         * intl/dcigettext.c: Switch to gettext copyright.
18174         Use ANSI definitions and prototypes.
18175         (INTDIV0_RAISES_SIGFPE): New define.
18176         Use gl_* locking primitives rather than __libc_* ones.
18177         Include eval-plural.h instead of plural-eval.c.
18178         Use __builtin_expect rather than __glibc_likely/unlikely.
18179         * intl/dcngettext.c: Switch to gettext copyright.
18180         Use ANSI definitions and prototypes.
18181         * intl/dgettext.c: Likewise.
18182         * intl/dngettext.c: Likewise.
18183         * intl/plural-eval.c: Renamed to...
18184         * intl/eval-plural.h: ...this.
18185         * intl/explodename.c: Switch to gettext copyright.
18186         Use ANSI definitions and prototypes.
18187         (_nl_explode_name): Use strchr instead of __rawmemchr.
18188         * intl/finddomain.c: Switch to gettext copyright.
18189         Use ANSI definitions and prototypes.
18190         Use gl_* locking primitives rather than __libc_* ones.
18191         (_nl_find_domain): Use malloc rather than alloca for
18192         allocation of temporary locale name.
18193         * intl/gettext.c: Switch to gettext copyright.
18194         Use ANSI definitions and prototypes.
18195         * intl/gettextP.h: Switch to gettext copyright.
18196         Use ANSI definitions and prototypes.
18197         Use gl_* locking primitives rather than __libc_* ones.
18198         * intl/gmo.h: Switch to gettext copyright.
18199         (struct sysdep_string): Move struct segment_pair outside of
18200         struct definition.
18201         * intl/hash-string.c: Use ANSI definitions and prototypes.
18202         * intl/hash-string.h: Switch to gettext copyright.
18203         Use ANSI definitions and prototypes.
18204         * intl/l10nflist.c: Switch to gettext copyright.
18205         Use ANSI definitions and prototypes.
18206         (_nl_normalize_codeset): Avoid integer overflow.
18207         * intl/loadinfo.h: Switch to gettext copyright.
18208         Use ANSI definitions and prototypes.
18209         (LIBINTL_DLL_EXPORTED): New define.
18210         (PATH_SEPARATOR): New define.
18211         * intl/loadmsgcat.c: Switch to gettext copyright.
18212         * intl/localealias.c: Switch to gettext copyright.
18213         Use ANSI definitions and prototypes.
18214         (_nl_expand_alias): Use PATH_SEPARATOR.
18215         * intl/ngettext.c: Switch to gettext copyright.
18216         Use ANSI definitions and prototypes.
18217         * intl/plural-exp.c: Likewise.
18218         * intl/plural-exp.h: Switch to gettext copyright.
18219         Use ANSI definitions and prototypes.
18220         (struct expression): Move definition of enum operator outside
18221         of struct definition.
18222         * intl/plural.c: Regenerate.
18223         * intl/plural.y: Switch to gettext copyright.
18224         Use ANSI definitions and prototypes.
18225         Port to bison 3.0.
18226         * intl/textdomain.c: Switch to gettext copyright.
18227         Use ANSI definitions and prototypes.
18228         Use gl_* locking primitives rather than __libc_* ones.
18230 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
18232         * debug/warning-nop.c: Add used atrribute.
18234 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18236         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
18238         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
18239         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
18240         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
18242 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18243             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18245         [BZ #17634]
18246         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
18247         Undefine after defining function.  Define as weak alias of
18248         __wcschr.  Use libc_hidden_weak.
18249         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
18250         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
18251         (libc_hidden_def): Also define __GI___wcschr alias.
18252         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
18253         __wcschr and define as weak alias of __wcschr.
18254         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
18255         __wcschr.
18256         [!WCSCHR] (DEFAULT_WCSCHR): Define.
18257         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
18258         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
18259         libc_hidden_weak.  Do not use libc_hidden_def.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
18261         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
18262         __GI___wcschr alias.
18263         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
18264         [IS_IN (libc)] (wcschr): Define as macro expanding to
18265         __redirect_wcschr.
18266         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
18267         [IS_IN (libc)] (__wcschr_power6): Likewise.
18268         [IS_IN (libc)] (__wcschr_power7): Likewise.
18269         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
18270         instead of wcschr.
18271         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
18272         __libc_wcschr.
18273         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
18274         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
18275         __wcschr and define as weak alias of __wcschr.  Use
18276         libc_hidden_builtin_def.
18277         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
18278         as weak alias of __wcschr.  Use libc_hidden_weak.
18279         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
18280         wcschr.
18281         * time/era.c (_nl_init_era_entries): Likewise.
18282         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
18283         variable.
18284         (test-xfail-XPG3/time.h/linknamespace): Likewise.
18285         (test-xfail-XPG4/time.h/linknamespace): Likewise.
18287 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18289         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
18290         format for long int variable.
18292 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
18294         [BZ #10672]
18295         * manual/search.texi: (Array Sort Function): Remove claim how to make
18296         qsort stable.
18298 2014-12-10  Andreas Schwab  <schwab@suse.de>
18300         [BZ #12847]
18301         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
18302         user-controlled locks.
18304 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
18306         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
18307         register.
18309 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
18311         * configure.ac (--disable-werror): New configure option.
18312         (enable_werror): New AC_SUBST.
18313         * configure: Regenerated.
18314         * config.make.in (enable-werror): New variable.
18315         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
18316         -Wno-error=undef.
18317         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
18318         * manual/install.texi (Configuring and compiling): Document
18319         --disable-werror.
18320         * INSTALL: Regenerated.
18321         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
18322         (CFLAGS-tst-chk2.c): Likewise.
18323         (CFLAGS-tst-chk3.c): Likewise.
18324         (CFLAGS-tst-chk4.cc): Likewise.
18325         (CFLAGS-tst-chk5.cc): Likewise.
18326         (CFLAGS-tst-chk6.cc): Likewise.
18327         (CFLAGS-tst-lfschk1.c): Likewise.
18328         (CFLAGS-tst-lfschk2.c): Likewise.
18329         (CFLAGS-tst-lfschk3.c): Likewise.
18330         (CFLAGS-tst-lfschk4.cc): Likewise.
18331         (CFLAGS-tst-lfschk5.cc): Likewise.
18332         (CFLAGS-tst-lfschk6.cc): Likewise.
18334         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
18335         (main): Disable -Wdeprecated-declarations around calls to
18336         register_printf_function.
18338         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
18339         (do_test): Disable -Wdiv-by-zero around some calls to
18340         fwrite_unlocked and fread_unlocked.
18342         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
18343         (DIAG_POP_NEEDS_COMMENT): Likewise.
18344         (_DIAG_STR1): Likewise.
18345         (_DIAG_STR): Likewise.
18346         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
18347         * stdio-common/bug21.c: Include <libc-internal.h>.
18348         (do_test): Disable -Wformat around call to sscanf.
18349         * stdio-common/scanf14.c: Include <libc-internal.h>.
18350         (main): Disable -Wformat around some calls to scanf functions.
18352 2014-12-09  Torvald Riegel  <triegel@redhat.com>
18354         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
18356 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18358         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
18359         stack variable alignment.
18361 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
18363         [BZ #17682]
18364         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
18365         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
18366         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
18367         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
18368         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
18369         __getrlimit instead of getrlimit.
18370         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
18371         __gettimeofday instead of gettimeofday.
18372         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
18373         Likewise.
18374         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
18375         Likewise.
18376         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
18377         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
18378         Remove variable.
18379         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
18380         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
18382 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18384         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
18385         for wide-character tests.
18387 2014-12-04  Roland McGrath  <roland@hack.frob.com>
18389         * io/openat64.c: #include <libc-internal.h>
18390         (__openat64): Prototypify.  Use ignore_value on MODE.
18391         * io/openat.c: Likewise.
18392         * misc/reboot.c: #include <libc-internal.h>
18393         (reboot): Prototypify.  Use ignore_value on HOWTO.
18394         * misc/ptrace.c: #include <libc-internal.h>
18395         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
18397 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
18399         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
18400         XPG4, UNIX98 and XOPEN2K.
18401         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
18402         Remove variable.
18403         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
18405 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18407         * libio/fileops.c: Use ISO C style for function definitions.
18408         * libio/iofopen.c: Likewise.
18409         * libio/wfileops.c: Likewise.
18411         [BZ #17653]
18412         * libio/fileops.c (_IO_new_file_underflow): Unset cached
18413         offset on EOF.
18414         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
18415         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
18416         (fgets_func): Function pointer to fgets and fgetws.
18417         (do_ftell_test): Add test to verify ftell value after read
18418         EOF.
18419         (do_test): Set fgets_func.
18421         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
18422         O_TRUNC flag for w and w+ modes.
18423         (do_rewind_test): Likewise.
18424         (do_ftell_test): Likewise.
18425         (do_write_test): Likewise.
18427         [BZ #17647]
18428         * libio/fileops.c (do_ftell): Seek only when there are
18429         unflushed writes.
18430         * libio/wfileops.c (do_ftell_wide): Likewise.
18431         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
18432         test case.
18433         (do_one_test): Call it.
18435 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
18437         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
18438         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
18439         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
18440         Remove variable.
18441         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
18442         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
18443         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
18445 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
18447         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
18448         Remove variable.
18449         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
18451         [BZ #17668]
18452         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
18453         as weak alias of __getifaddrs.  Use libc_hidden_weak.
18454         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18455         __freeifaddrs.  Use libc_hidden_weak.
18456         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
18457         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
18458         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18459         __freeifaddrs.  Use libc_hidden_weak.
18460         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
18461         __getifaddrs and define as weak alias of __getifaddrs.  Use
18462         libc_hidden_weak.
18463         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18464         __freeifaddrs.  Use libc_hidden_weak.
18465         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
18466         Remove variable.
18467         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
18468         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
18470 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
18472         [BZ #17601]
18473         * sysdeps/mips/start.S (__start): Use indirect jump to call
18474         __libc_start_main.
18476 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
18478         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
18480         * nptl/tst-mutex1.c: Include <stdbool.h>.
18481         [!ATTR] (ATTR_NULL): New macro.
18482         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
18483         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
18484         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
18486         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
18487         to char *.
18489         [BZ #17665]
18490         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
18491         Change conditional to [__USE_MISC].
18493         [BZ #17664]
18494         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
18495         fgets_unlocked.
18496         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
18497         __fgets_unlocked.
18498         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
18499         fgets_unlocked.
18500         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
18501         Remove variable.
18502         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
18503         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
18504         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
18505         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
18506         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
18507         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
18508         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
18509         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
18510         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
18512         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
18514 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18516         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18517         Remove strpbrk objects.
18518         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18519         (__libc_ifunc_impl_list): Remove strpbrk implementation.
18520         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
18521         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
18522         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
18523         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
18525         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18526         Remove strcspn objects.
18527         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18528         (__libc_ifunc_impl_list): Remove strcspn implementation.
18529         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
18530         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
18531         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
18532         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
18534         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18535         Remove strspn objetcs.
18536         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18537         (__libc_ifunc_impl_list): Remove strspn implementation.
18538         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
18539         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
18540         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
18541         * sysdeps/powerpc/powerpc64/strspn.S: New file.
18543 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
18545         [BZ #17581]
18546         * malloc/hooks.c
18547         (mem2mem_check): Add a terminator to the chain of checking blocks.
18548         (malloc_check_get_size): Use it here.
18549         (mem2chunk_check): Ditto.
18551 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18553         * sysdeps/powerpc/powerpc64/strtok.S: New file.
18554         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
18556 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
18558         * bits/ioctl-types.h: Indent preprocessor directives correctly.
18560         * nptl/nptl-init.c: Include libc-internal.h.
18561         (__pthread_initialize_minimal_internal): Use ROUND_UP.
18563         * elf/ldconfig.c (search_dir): Expand comment.
18565 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
18567         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
18568         variable.
18569         (linknamespace-symlist-stdlibs-tests): Likewise.
18570         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
18571         instead of $(objpfx)symlist-stdlibs.
18572         (linknamespace-libs-isoc): New variable.
18573         (linknamespace-libs): Use $(linknamespace-libs-isoc).
18574         (linknamespace-libs-ISO): New variable.
18575         (linknamespace-libs-ISO99): Likewise.
18576         (linknamespace-libs-ISO11): Likewise.
18577         (linknamespace-libs-XPG3): Likewise.
18578         (linknamespace-libs-XPG4): Likewise.
18579         (linknamespace-libs-POSIX): Likewise.
18580         (linknamespace-libs-UNIX98): Likewise.
18581         (linknamespace-libs-XOPEN2K): Likewise.
18582         (linknamespace-libs-POSIX2008): Likewise.
18583         (linknamespace-libs-XOPEN2K8): Likewise.
18584         ($(objpfx)symlist-stdlibs): Replace by
18585         $(linknamespace-symlist-stdlibs-tests).  Use
18586         $(linknamespace-libs-$*) as set of libraries.
18587         ($(linknamespace-header-tests)): Update dependencies.  Use
18588         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
18589         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
18590         * conform/linknamespace.pl: Remove comment about considering
18591         definitions of symbols from irrelevant libraries.
18593 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
18595         [BZ #13862]
18596         * elf/dl-tls.c: Include <atomic.h>.
18597         (oom): Remove #ifdef SHARED/#endif.
18598         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
18599         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
18600         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
18601         big enough.
18602         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
18603         * nptl/Makefile (tests): Add tst-stack4.
18604         (modules-names): Add tst-stack4mod.
18605         ($(objpfx)tst-stack4): New.
18606         (tst-stack4mod.sos): Likewise.
18607         ($(objpfx)tst-stack4.out): Likewise.
18608         ($(tst-stack4mod.sos)): Likewise.
18609         (clean): Likewise.
18610         * nptl/tst-stack4.c: New file.
18611         * nptl/tst-stack4mod.c: Likewise.
18613 2014-11-27  J. Brown  <jb999@gmx.de>
18615         * sysdeps/x86/bits/string.h: Add recent CPUs.
18617 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
18619         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
18620         sigblock.
18622         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
18623         feof.
18625         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
18626         variable.
18628 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
18630         * nscd/connections.c: Include libc-internal.h because of macro
18631         usage ignore_value.
18633 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18635         * string/bits/string3.h (__warn_memset_zero_len): Don't
18636         declare for gcc newer than 5.0.
18637         (memset): Don't test for zero-length __LEN for gcc newer than
18638         5.0.
18640 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
18642         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
18643         size_t for %zu format.
18645         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
18646         difference, not %ju.
18648 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
18650         * include/libc-internal.h (ignore_value): New macro.
18651         * nscd/connections.c (restart): Wrap calls to setuid and setgid
18652         with ignore_value.
18654         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
18655         definition.
18657         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
18658         pthread_cleanup_push to void *.
18660         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
18661         Undefine.
18663         [BZ #16619]
18664         [BZ #16740]
18665         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
18666         instead of 1L << 52.
18668         * libio/bug-rewind.c (do_test): Check fwscanf return values.
18669         * libio/bug-rewind2.c (do_test): Likewise.
18671         * debug/test-stpcpy_chk-ifunc.c: Remove file.
18672         * debug/test-strcpy_chk-ifunc.c: Likewise.
18673         * wcsmbs/test-wcschr-ifunc.c: Likewise.
18674         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
18675         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
18676         * wcsmbs/test-wcslen-ifunc.c: Likewise.
18677         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
18678         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
18679         * Rules [$(multi-arch) = no] (tests): Do not filter out
18680         $(tests-ifunc).
18681         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
18682         * debug/Makefile (tests-ifunc): Remove variable.
18683         (tests): Do not add $(tests-ifunc).
18684         * wcsmbs/Makefile (tests-ifunc): Remove variable.
18685         (tests): Do not add $(tests-ifunc).
18686         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
18687         [TEST_IFUNC]: Remove conditionals.
18688         * string/test-string.h (TEST_IFUNC): Remove macro.
18689         [TEST_IFUNC]: Remove conditionals.
18691         * string/test-strchr.c [!WIDE] (L): New macro.
18692         [WIDE] (L): Likewise.
18693         (check1): Use CHAR instead of char.  Use L on string and character
18694         constants.
18696 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
18698         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
18699         tests.
18700         * sysdeps/powerpc/bits/atomic.h
18701         (__arch_atomic_exchange_and_add_32_acq): Add definition.
18702         (__arch_atomic_exchange_and_add_32_rel): Likewise.
18703         (atomic_exchange_and_add_acq): Likewise.
18704         (atomic_exchange_and_add_rel): Likewise.
18705         * sysdeps/powerpc/powerpc32/bits/atomic.h
18706         (__arch_atomic_exchange_and_add_64_acq): Add definition.
18707         (__arch_atomic_exchange_and_add_64_rel): Likewise.
18708         * sysdeps/powerpc/powerpc64/bits/atomic.h
18709         (__arch_atomic_exchange_and_add_64_acq): Add definition.
18710         (__arch_atomic_exchange_and_add_64_rel): Likewise.
18712 2014-11-26  Torvald Riegel  <triegel@redhat.com>
18714         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
18715         Change synchronization of __sched_fifo_min_prio and
18716         __sched_fifo_max_prio.
18717         * nptl/pthread_mutexattr_getprioceiling.c
18718         (pthread_mutexattr_getprioceiling): Likewise.
18719         * nptl/pthread_mutexattr_setprioceiling.c
18720         (pthread_mutexattr_setprioceiling): Likewise.
18721         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
18722         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
18723         Likewise.
18725 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
18727         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
18728         void.
18730 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
18732         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
18733         third argument const.
18735 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18737         fnmatch: work around GCC compiler warning bug with uninit var
18738         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
18739         This works around a bug with x86-64 GCC 4.9.2 and earlier
18740         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
18741         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
18742         used uninitialized in this function [-Wmaybe-uninitialized]".
18744 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
18746         * posix/bug-regex31.c (main): Return RES not 0.
18748 2014-11-25  Anton Blanchard <anton@samba.org>
18750         * sysdeps/powerpc/bits/atomic.h
18751         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
18753 2014-11-24  Sterling Augustine  <saugustine@google.com>
18755         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
18757 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
18759         [BZ #17608]
18760         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
18762 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
18764         [BZ #17633]
18765         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
18766         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
18767         variable.
18768         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
18769         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
18771 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
18773         * string/strncpy.c (strncpy): Improve performance by using memset.
18775 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
18777         * string/strcpy.c (strcpy):
18778         Improve performance by using strlen and memcpy.
18780 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
18782         * string/strcoll_l.c (get_next_seq): __always_inline.
18783         * string/strcoll_l.c (do_compare): __always_inline.
18785 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18787         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
18788         defined.
18789         * include/mqueue.h: Likewise.
18790         * include/stdlib.h: Likewise.
18792         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
18793         (get_null_defines): Adjust.
18794         * sunrpc/Makefile: Adjust comment.
18795         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
18796         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
18797         (CFLAGS-interp.c): Likewise.
18798         (CFLAGS-ldconfig.c): Likewise.
18799         (CPPFLAGS-.os): Likewise.
18800         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
18801         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
18802         * extra-modules.mk (extra-modules.mk): Likewise.
18803         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
18804         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
18805         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
18806         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
18807         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
18808         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
18809         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
18810         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
18811         * iconvdata/Makefile (CPPFLAGS): Likewise.
18812         (cpp-srcs-left): Add libof for all iconvdata routines.
18813         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
18814         * include/assert.h: Likewise.
18815         * include/ctype.h: Likewise.
18816         * include/errno.h: Likewise.
18817         * include/libc-symbols.h: Likewise.
18818         * include/math.h: Likewise.
18819         * include/netdb.h: Likewise.
18820         * include/resolv.h: Likewise.
18821         * include/stdio.h: Likewise.
18822         * include/stdlib.h: Likewise.
18823         * include/string.h: Likewise.
18824         * include/sys/stat.h: Likewise.
18825         * include/wctype.h: Likewise.
18826         * intl/l10nflist.c: Likewise.
18827         * libidn/idn-stub.c: Likewise.
18828         * libio/libioP.h: Likewise.
18829         * nptl/libc_multiple_threads.c: Likewise.
18830         * nptl/pthreadP.h: Likewise.
18831         * posix/regex_internal.h: Likewise.
18832         * resolv/res_hconf.c: Likewise.
18833         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
18834         * sysdeps/arm/memmove.S: Likewise.
18835         * sysdeps/arm/sysdep.h: Likewise.
18836         * sysdeps/generic/_itoa.h: Likewise.
18837         * sysdeps/generic/symbol-hacks.h: Likewise.
18838         * sysdeps/gnu/errlist.awk: Likewise.
18839         * sysdeps/gnu/errlist.c: Likewise.
18840         * sysdeps/i386/i586/memcpy.S: Likewise.
18841         * sysdeps/i386/i586/memset.S: Likewise.
18842         * sysdeps/i386/i686/memcpy.S: Likewise.
18843         * sysdeps/i386/i686/memmove.S: Likewise.
18844         * sysdeps/i386/i686/mempcpy.S: Likewise.
18845         * sysdeps/i386/i686/memset.S: Likewise.
18846         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
18847         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
18848         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
18849         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
18850         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
18851         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18852         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
18853         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
18854         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
18855         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
18856         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
18857         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
18858         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
18859         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
18860         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
18861         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
18862         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
18863         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
18864         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
18865         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
18866         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18867         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18868         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
18869         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
18870         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
18871         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18872         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
18873         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
18874         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
18875         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
18876         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
18877         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18878         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18879         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
18880         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18881         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
18882         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
18883         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
18884         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
18885         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
18886         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
18887         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
18888         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
18889         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
18890         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
18891         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
18892         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
18893         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
18894         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
18895         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
18896         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
18897         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
18898         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
18899         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
18900         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
18901         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
18902         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
18903         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
18904         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
18905         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
18906         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
18907         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
18908         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
18909         * sysdeps/nptl/bits/libc-lock.h: Likewise.
18910         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
18911         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
18912         * sysdeps/posix/closedir.c: Likewise.
18913         * sysdeps/posix/opendir.c: Likewise.
18914         * sysdeps/posix/readdir.c: Likewise.
18915         * sysdeps/posix/rewinddir.c: Likewise.
18916         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
18917         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
18918         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
18919         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18920         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18921         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
18922         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
18923         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
18924         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
18925         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
18926         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
18927         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
18928         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
18929         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
18930         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
18931         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
18932         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
18933         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
18934         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
18935         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
18936         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
18937         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
18938         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
18939         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
18940         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
18941         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
18942         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
18943         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
18944         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
18945         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
18946         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
18947         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
18948         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
18949         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
18950         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
18951         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
18952         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18953         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18954         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
18955         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
18956         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
18957         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
18958         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
18959         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
18960         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
18961         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
18962         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
18963         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
18964         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
18965         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
18966         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
18967         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
18968         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
18969         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
18970         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
18971         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
18972         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
18973         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
18974         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
18975         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
18976         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
18977         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
18978         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
18979         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
18980         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
18981         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
18982         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
18983         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
18984         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
18985         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
18986         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
18987         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
18988         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
18989         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
18990         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
18991         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
18992         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
18993         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
18994         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
18995         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
18996         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
18997         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18998         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
18999         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
19000         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19001         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
19002         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
19003         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
19004         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
19005         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
19006         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
19007         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
19008         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
19009         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
19010         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
19011         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
19012         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
19013         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
19014         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
19015         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
19016         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
19017         * sysdeps/unix/alpha/sysdep.S: Likewise.
19018         * sysdeps/unix/alpha/sysdep.h: Likewise.
19019         * sysdeps/unix/make-syscalls.sh: Likewise.
19020         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
19021         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
19022         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
19023         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
19024         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
19025         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
19026         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
19027         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
19028         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
19029         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
19030         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
19031         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
19032         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19033         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
19034         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
19035         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
19036         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19037         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
19038         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
19039         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
19040         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
19041         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
19042         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
19043         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
19044         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
19045         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
19046         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
19047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
19048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
19049         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
19050         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
19051         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
19052         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
19053         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19054         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
19055         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
19056         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
19057         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19058         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
19059         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
19060         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
19061         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
19062         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
19063         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19064         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
19065         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
19066         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
19067         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19068         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
19069         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
19070         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
19071         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
19072         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
19073         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
19074         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
19075         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
19076         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
19077         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19078         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
19079         * sysdeps/x86_64/memcpy.S: Likewise.
19080         * sysdeps/x86_64/memmove.c: Likewise.
19081         * sysdeps/x86_64/memset.S: Likewise.
19082         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
19083         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19084         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19085         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
19086         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
19087         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19088         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19089         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
19090         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
19091         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
19092         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
19093         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
19094         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
19095         * sysdeps/x86_64/multiarch/memset.S: Likewise.
19096         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
19097         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
19098         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
19099         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
19100         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
19101         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
19102         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
19103         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19104         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19105         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
19106         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
19107         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
19108         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
19109         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
19110         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
19111         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
19112         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
19113         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
19114         * sysdeps/x86_64/strcmp.S: Likewise.
19116         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
19118         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
19119         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
19120         * elf/rtld-Rules: Likewise.
19121         * elf/setup-vdso.h: Likewise.
19122         * include/assert.h: Likewise.
19123         * include/bits/stdlib-float.h: Likewise.
19124         * include/errno.h: Likewise.
19125         * include/sys/stat.h: Likewise.
19126         * include/unistd.h: Likewise.
19127         * sysdeps/aarch64/setjmp.S: Likewise.
19128         * sysdeps/alpha/setjmp.S: Likewise.
19129         * sysdeps/arm/__longjmp.S: Likewise.
19130         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
19131         * sysdeps/arm/setjmp.S: Likewise.
19132         * sysdeps/arm/sysdep.h: Likewise.
19133         * sysdeps/generic/_itoa.h: Likewise.
19134         * sysdeps/generic/dl-sysdep.h: Likewise.
19135         * sysdeps/generic/ldsodefs.h: Likewise.
19136         * sysdeps/i386/dl-tls.h: Likewise.
19137         * sysdeps/i386/setjmp.S: Likewise.
19138         * sysdeps/m68k/setjmp.c: Likewise.
19139         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
19140         * sysdeps/mach/hurd/opendir.c: Likewise.
19141         * sysdeps/posix/getcwd.c: Likewise.
19142         * sysdeps/posix/opendir.c: Likewise.
19143         * sysdeps/posix/profil.c: Likewise.
19144         * sysdeps/powerpc/dl-procinfo.h: Likewise.
19145         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19146         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
19147         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19148         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19149         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
19150         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
19151         * sysdeps/s390/dl-tls.h: Likewise.
19152         * sysdeps/s390/s390-32/setjmp.S: Likewise.
19153         * sysdeps/s390/s390-64/setjmp.S: Likewise.
19154         * sysdeps/sh/sh3/setjmp.S: Likewise.
19155         * sysdeps/sh/sh4/setjmp.S: Likewise.
19156         * sysdeps/unix/alpha/sysdep.h: Likewise.
19157         * sysdeps/unix/arm/sysdep.S: Likewise.
19158         * sysdeps/unix/i386/sysdep.S: Likewise.
19159         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
19160         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
19161         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
19162         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
19163         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19164         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
19165         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
19166         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19167         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
19168         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
19169         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
19170         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
19171         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
19172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
19173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
19174         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
19175         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19176         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19177         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
19178         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
19179         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
19180         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
19181         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
19182         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
19183         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
19184         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
19185         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19186         * sysdeps/unix/x86_64/sysdep.S: Likewise.
19187         * sysdeps/x86_64/setjmp.S: Likewise.
19189         * include/math.h: Use IS_IN instead of IS_IN_libm.
19190         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
19191         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
19192         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
19193         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
19194         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
19195         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
19196         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
19197         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
19198         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19199         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
19200         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
19201         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
19202         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
19203         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
19204         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
19205         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
19206         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
19207         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
19208         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
19209         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
19210         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
19211         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
19212         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
19213         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
19214         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
19215         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
19216         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
19217         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
19218         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
19219         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
19220         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
19221         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
19222         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
19224         Likewise.
19225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
19226         Likewise.
19227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
19228         Likewise.
19229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
19230         Likewise.
19231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
19232         Likewise.
19233         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
19234         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
19235         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
19236         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
19237         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
19238         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
19239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
19240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
19241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
19242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
19243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
19244         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
19245         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
19246         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19247         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19248         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
19249         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19250         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19251         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
19252         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
19253         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
19254         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
19255         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
19256         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
19257         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
19258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
19259         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
19261         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
19262         * nptl/pthreadP.h: Likewise.
19263         * nptl_db/structs.def: Likewise.
19264         * sysdeps/arm/sysdep.h: Likewise.
19265         * sysdeps/nptl/bits/libc-lock.h: Likewise.
19266         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
19267         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
19268         * sysdeps/unix/alpha/sysdep.h: Likewise.
19269         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
19270         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
19271         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
19272         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
19273         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
19274         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
19275         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19276         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
19277         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19278         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
19279         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
19280         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
19281         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
19282         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
19283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
19284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
19285         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
19286         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
19287         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
19288         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
19289         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
19290         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
19291         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
19292         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
19293         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
19294         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
19296         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
19297         * nptl/pthreadP.h: Likewise.
19298         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
19299         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
19300         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
19301         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
19302         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
19303         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
19304         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
19305         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
19306         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
19307         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
19308         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
19309         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
19310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
19311         Likewise.
19312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
19313         Likewise.
19314         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
19315         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
19316         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
19317         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
19318         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
19319         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
19320         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
19321         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
19323         * dlfcn/dladdr.c: Use IS_IN.
19324         * dlfcn/dladdr1.c: Likewise.
19325         * dlfcn/dlclose.c: Likewise.
19326         * dlfcn/dlerror.c: Likewise.
19327         * dlfcn/dlinfo.c: Likewise.
19328         * dlfcn/dlmopen.c: Likewise.
19329         * dlfcn/dlopen.c: Likewise.
19330         * dlfcn/dlsym.c: Likewise.
19331         * dlfcn/dlvsym.c: Likewise.
19333         * include/ifaddrs.h: Use IS_IN.
19334         * inet/check_pf.c: Likewise.
19335         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
19336         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
19338         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
19339         IS_IN_ldconfig.
19340         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
19341         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
19343         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
19344         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
19345         IS_IN (libc).
19347         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
19349         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
19350         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
19351         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
19352         * include/libc-symbols.h (IS_IN_LIB): New macro.
19353         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
19354         * include/netdb.h: Likewise.
19355         * include/stap-probe.h: Remove all uses of IN_LIB.
19357         * Makeconfig (module-cppflags-real): Define MODULE_NAME
19358         instead of IN_MODULE.
19359         * include/libc-symbols.h (IN_MODULE): Define using
19360         MODULE_NAME.
19361         (PASTE_NAME, PASTE_NAME1): New macros.
19362         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
19363         of IN_LIB.
19364         (STAP_PROBE_ASM): Likewise.
19366 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19368         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
19369         __mach_init in dlopened libc.
19371 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
19373         * sysdeps/arm/preconfigure.ac: Delete EABI check.
19374         * sysdeps/arm/preconfigure: Regenerate.
19376 2014-11-21  Roland McGrath  <roland@hack.frob.com>
19378         * nptl/pthread_create.c (__pthread_create_2_1): Set
19379         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
19380         when copying values from IATTR into PD.
19382 2014-11-21  Will Newton  <will.newton@linaro.org>
19383             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
19385         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
19386         Refactor inline-asm.  Also add comment.
19388         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
19389         ElfW macro instead of hardcoded Elf64 types.
19390         (la_aarch64_gnu_pltenter): Likewise.
19391         * sysdeps/aarch64/dl-machine.h
19392         (elf_machine_runtime_setup): Use ElfW(Addr).
19394         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
19395         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
19396         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
19397         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
19398         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
19399         (R_AARCH64_TLS_DTPMOD64): Rename to ..
19400         (R_AARCH64_TLS_DTPMOD): This.
19401         (R_AARCH64_TLS_DTPREL64): Rename to ...
19402         (R_AARCH64_TLS_DTPREL): This.
19403         (R_AARCH64_TLS_TPREL64): Rename to ...
19404         (R_AARCH64_TLS_TPREL): This.
19405         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
19406         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
19407         R_AARCH64_TLS_TPREL64.
19408         (elf_machine_rela): Likewise.
19410 2014-11-21  Torvald Riegel  <triegel@redhat.com>
19412         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
19413         by setting it to 0.  64b atomics are not supported currently.
19415 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19417         [BZ #16469]
19418         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
19419         search domain names.
19421 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19423         [BZ #16469]
19424         * NEWS: Update.
19425         * resolv/res_query.c (__libc_res_nquerydomain): Retain
19426         trailing dot.
19427         * posix/tst-getaddrinfo5.c: New.
19428         * posix/Makefile (tests): Add it.
19430 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19432         [BZ #14498]
19433         * NEWS: Fixed.
19434         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
19435         after parsing line but before break_if_match.
19436         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
19437         if there is a protocol mismatch.
19439 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
19441         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
19442         because the potential race is on the user-supplied stream.
19444 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19446         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
19447         string literal if not passed a buffer.
19448         * manual/job.texi (ctermid): Update reasoning, note deviation
19449         from posix, suggest mtasurace when not passed a buffer, for
19450         future non-preliminary safety notes.
19452 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19454         * manual/users.texi (cuserid): Fix MT-Safety note for the case
19455         of not passing it a buffer.
19456         Reported by Peng Haitao.
19458 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19460         * manual/Makefile ($(objpfx)stamp-summary): Require
19461         check-safety.sh to pass.
19462         * manual/check-safety.sh: Wish for verification that every
19463         @deftypefn and @deftypefun is followed by a @safety remark.
19465 2014-11-20  Roland McGrath  <roland@hack.frob.com>
19467         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
19469         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
19470         PTHREAD_CANCEL_ASYNCHRONOUS.
19471         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
19472         send SIGCANCEL.
19474         * nptl/default-sched.h: New file.
19475         * sysdeps/unix/sysv/linux/default-sched.h: New file.
19476         * nptl/pthread_create.c: Include it.
19477         (__pthread_create_2_1): Use collect_default_sched instead of making
19478         Linux syscalls here directly.
19480 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19482         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
19483         __pthread_once): Use C11 atomics.
19485 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19487         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
19489 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19491         * include/atomic.h (__atomic_link_error, __atomic_check_size,
19492         atomic_thread_fence_acquire, atomic_thread_fence_release,
19493         atomic_thread_fence_seq_cst, atomic_load_relaxed,
19494         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
19495         atomic_compare_exchange_weak_relaxed,
19496         atomic_compare_exchange_weak_acquire,
19497         atomic_compare_exchange_weak_release,
19498         atomic_exchange_acquire, atomic_exchange_release,
19499         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
19500         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
19501         atomic_fetch_and_acquire,
19502         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
19504 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19506         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
19507         USE_ATOMIC_COMPILER_BUILTINS): Define.
19508         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
19509         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19510         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
19511         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19512         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
19513         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19514         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
19515         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19516         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
19517         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19518         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
19519         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19520         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
19521         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19522         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
19523         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19524         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
19525         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19526         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
19527         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19528         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
19529         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19530         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
19531         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19532         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
19533         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19534         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
19535         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19536         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
19537         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19538         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
19539         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19540         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
19541         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19542         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
19543         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19544         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
19545         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19546         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
19547         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19549 2014-11-19  Roland McGrath  <roland@hack.frob.com>
19551         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
19552         the sched_priority value here.  It was already checked when the user
19553         called pthread_attr_setschedparam.
19555         * nptl/tst-bad-schedattr.c: New file.
19556         * nptl/Makefile (tests): Add it.
19558 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
19559             Florian Weimer  <fweimer@redhat.com>
19560             Joseph Myers  <joseph@codesourcery.com>
19561             Adam Conrad  <adconrad@0c3.net>
19562             Andreas Schwab  <schwab@suse.de>
19563             Brooks  <bmoses@google.com>
19565         [BZ #17625]
19566         * wordexp-test.c (__dso_handle): Add prototype.
19567         (__register_atfork): Likewise.
19568         (__app_register_atfork): New function.
19569         (registered_forks): New global.
19570         (register_fork): New function.
19571         (test_case): Add 3 new tests for WRDE_CMDSUB.
19572         (main): Call __app_register_atfork.
19573         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
19574         fork count is non-zero fail the test.
19575         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
19576         is set.
19577         (parse_dollars): Remove check for WRDE_NOCMD.
19578         (parse_dquote): Likewise.
19580 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
19582         * Makeconfig (built-modules): List non-library modules to be
19583         built.
19584         (module-cppflags): Include libc-modules.h for
19585         everything except shlib-versions.v.i.
19586         (CPPFLAGS): Use it.
19587         (before-compile): Add libc-modules.h.
19588         ($(common-objpfx)libc-modules.h,
19589         $(common-objpfx)libc-modules.stmp): New targets.
19590         (common-generated): Add libc-modules.h and libc-modules.stmp.
19591         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
19592         * include/libc-symbols.h: Don't include libc-modules.h.
19593         * include/libc-modules.h: Remove file.
19594         * scripts/gen-libc-modules.awk: New script to generate
19595         libc-modules.h.
19596         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
19597         Depend on libc-modules.stmp.
19599         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
19601         * Makeconfig (in-module): Get value of libof set for the
19602         translation unit.
19603         (CPPFLAGS): Use $(in-module).
19604         * Makerules: Don't suffix routine names for nonlib.
19605         * include/libc-modules.h: New file.
19606         * include/libc-symbols.h: Include libc-modules.h
19607         (IS_IN): New macro to replace IS_IN_* macros.
19608         * elf/Makefile: Set libof-* for each routine.
19609         * elf/rtld-Rules: Likewise.
19610         * extra-modules.mk: Likewise.
19611         * iconv/Makefile: Likewise.
19612         * iconvdata/Makefile: Likewise.
19613         * locale/Makefile: Likewise.
19614         * malloc/Makefile: Likewise.
19615         * nss/Makefile: Likewise.
19616         * sysdeps/gnu/Makefile: Likewise.
19617         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
19618         * sysdeps/unix/sysv/linux/Makefile: Likewise.
19619         * sysdeps/s390/s390-64/Makefile: Likewise.
19620         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
19621         CPPFLAGS for nscd instead of nonlib.
19623 2014-11-18  Roland McGrath  <roland@hack.frob.com>
19625         * nptl/createthread.c: New file.
19627         * nptl/createthread.c: Moved ...
19628         * sysdeps/unix/sysv/linux/createthread.c: ... here.
19630         * nptl/createthread.c: Add proper top-line comment.
19631         (do_clone): Folded into ...
19632         (create_thread): ... here.  Take new arguments STOPPED_START and
19633         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
19634         increment __nptl_threads, do event-reporting logic, do
19635         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
19636         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
19637         resource cleanup if sched_setaffinity or sched_setscheduler fails,
19638         just send SIGCANCEL.
19639         * nptl/pthread_create.c: Forward-declare create_thread before
19640         including createthread.c.
19641         (start_thread): Use new macro START_THREAD_DEFN to replace defining
19642         declaration, and new macro START_THREAD_SELF to replace argument.
19643         Remove return statement.
19644         (report_thread_creation): New function.
19645         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
19646         synchronization logic, and __nptl_nthreads increment here, around
19647         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
19648         PD->parent_cancelhandling here, before create_thread.  When
19649         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
19650         __deallocate_stack, and ENOMEM translation here.
19652 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
19654         [BZ #17616]
19655         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
19656         (mptwo): Rename to __mptwo.
19657         (__inv): Use __mptwo instead of mptwo.
19658         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
19659         (mptwo): Rename to __mptwo.
19660         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
19661         of mpone and __mptwo instead of mptwo.
19662         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
19663         instead of mpone.
19664         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
19665         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
19666         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
19667         of mpone and __mptwo instead of mptwo.
19668         (__mpranred): Use __mpone instead of mpone.
19669         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
19670         variable.
19671         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
19672         (test-xfail-ISO99/math.h/linknamespace): Likewise.
19673         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
19674         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
19675         (test-xfail-ISO11/math.h/linknamespace): Likewise.
19676         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
19677         (test-xfail-XPG3/math.h/linknamespace): Likewise.
19678         (test-xfail-XPG4/math.h/linknamespace): Likewise.
19679         (test-xfail-POSIX/math.h/linknamespace): Likewise.
19680         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
19681         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
19682         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
19683         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
19684         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
19685         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
19686         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
19687         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
19688         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
19689         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
19691 2014-11-18  Tom de Vries  <tom@codesoucery.com>
19693         * manual/signal.texi (Primitives Interrupted by Signals): In section,
19694         replace BSD Handler xref with BSD Signal Handling.
19696 2014-11-17  Richard Henderson  <rth@redhat.com>
19698         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
19699         (_FP_PACK_RAW_2): Remove.
19700         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
19701         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
19702         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
19703         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
19704         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
19705         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
19706         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
19707         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
19708         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
19709         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
19710         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
19711         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
19712         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
19713         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
19714         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
19715         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
19717 2014-11-14  Roland McGrath  <roland@hack.frob.com>
19719         * signal/signal.h [__USE_MISC]
19720         (struct sigvec): Remove type.
19721         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
19722         (sigvec): Remove declaration.
19723         * sysdeps/posix/sigvec.c: Moved ...
19724         * signal/sigvec.c: ... here, replacing old file.
19725         (struct sigvec): New type, copied from old signal.h definition.
19726         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
19727         (__sigvec): Convert definition to prototype.
19728         (sigvec): Replace weak_alias with compat_symbol.
19729         * signal/Versions (libc: GLIBC_2.21): New version set.
19730         * include/signal.h: Remove __sigvec declaration.
19731         * sysdeps/unix/bsd/sigvec.c: Remove file.
19732         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
19733         * manual/signal.texi (BSD Handler): Remove subsection.
19734         Move siginterrupt up to ...
19735         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
19736         (Blocking in BSD): Fold subsection into its parent.
19737         * NEWS: Mention sigvec removal.
19739 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
19741         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
19742         (DLA_FMS): Make definition conditional only on [__FMA4__].
19743         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
19744         definition.
19746         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
19747         Make definition conditional only on [PROF].
19748         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
19749         definition.
19750         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
19751         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
19753         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
19754         !__GNUC__].
19755         * include/signal.h (__sigpause): Move declaration above call to
19756         libc_hidden_proto.
19757         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
19758         variable.
19759         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
19760         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
19762 2014-11-14  David S. Miller  <davem@davemloft.net>
19764         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
19765         Define before including <string/memcpy.c> and <string/mempcpy.c>.
19767 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
19769         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
19770         * configure: Regenerated.
19771         * manual/install.texi (Tools for Compilation): Document a
19772         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
19773         compiler verified to work.
19774         * INSTALL: Regenerated.
19776         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
19777         redeclare with asm name.
19778         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
19779         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
19780         including <string.h>.
19781         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19782         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
19783         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19784         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
19785         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19786         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
19787         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19789 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
19791         * stdlib/strtol.c (__strtol): Use prototype definition.
19793         [BZ #17594]
19794         * stdlib/strtol.c (SYM__): New macro.
19795         (SYM__1): Likewise.
19796         (__strtol): Likewise.
19797         (strtol): Rename to __strtol and define as weak alias of
19798         __strtol.  Use libc_hidden_weak.
19800 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19802         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
19803         Use numbered labels in inline assembly.
19805 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19807         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
19808         Add setjmp LIBC_PROBE.
19809         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
19810         Likewise.
19811         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
19812         Add longjmp, longjmp_target LIBC_PROBE.
19813         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
19814         Likewise.
19816 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19818         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19819         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
19820         to get rid of unused variable warning.
19822 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19824         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
19825         Check for unwind_backtrace ==  NULL only in SHARED case.
19826         (__backchain_backtrace): Compile only in SHARED case.
19827         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
19828         Likewise.
19829         (__backchain_backtrace): Declare as static.
19831 2014-11-12  Roland McGrath  <roland@hack.frob.com>
19833         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
19834         (__libc_multiple_threads_ptr): Variable moved ...
19835         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
19837 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
19839         * conform/GlibcConform.pm: New file.
19840         * conform/conformtest.pl: Use GlibcConform module.
19841         * conform/linknamespace.pl: New file.
19842         * conform/list-header-symbols.pl: Likewise.
19843         * conform/Makefile (linknamespace-symlists-base): New variable.
19844         (linknamespace-symlists-tests): Likewise.
19845         (linknamespace-header-base): Likewise.
19846         (linknamespace-header-tests): Likewise.
19847         (tests-special): Add new tests.
19848         ($(linknamespace-symlists-tests)): New rule.
19849         (linknamespace-libs): New variable.
19850         ($(objpfx)symlist-stdlibs): New rule.
19851         ($(linknamespace-header-tests)): Likewise.
19852         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
19853         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
19854         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
19855         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
19856         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
19857         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
19858         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
19859         (test-xfail-ISO/math.h/linknamespace): Likewise.
19860         (test-xfail-ISO/signal.h/linknamespace): Likewise.
19861         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
19862         (test-xfail-ISO/time.h/linknamespace): Likewise.
19863         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
19864         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
19865         (test-xfail-ISO99/math.h/linknamespace): Likewise.
19866         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
19867         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
19868         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
19869         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
19870         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
19871         (test-xfail-ISO11/math.h/linknamespace): Likewise.
19872         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
19873         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
19874         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
19875         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
19876         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
19877         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
19878         (test-xfail-XPG3/math.h/linknamespace): Likewise.
19879         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
19880         (test-xfail-XPG3/search.h/linknamespace): Likewise.
19881         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
19882         (test-xfail-XPG3/time.h/linknamespace): Likewise.
19883         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
19884         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
19885         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
19886         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
19887         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
19888         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
19889         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
19890         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
19891         (test-xfail-XPG4/math.h/linknamespace): Likewise.
19892         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
19893         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
19894         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
19895         (test-xfail-XPG4/search.h/linknamespace): Likewise.
19896         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
19897         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
19898         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
19899         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
19900         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
19901         (test-xfail-XPG4/time.h/linknamespace): Likewise.
19902         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
19903         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
19904         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
19905         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
19906         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
19907         (test-xfail-POSIX/math.h/linknamespace): Likewise.
19908         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
19909         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
19910         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
19911         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
19912         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
19913         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
19914         (test-xfail-POSIX/time.h/linknamespace): Likewise.
19915         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
19916         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
19917         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
19918         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
19919         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
19920         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
19921         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
19922         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
19923         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
19924         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
19925         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
19926         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
19927         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
19928         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
19929         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
19930         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
19931         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
19932         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
19933         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
19934         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
19935         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
19936         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
19937         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
19938         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
19939         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
19940         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
19941         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
19942         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
19943         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
19944         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
19945         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
19946         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
19947         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
19948         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
19949         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
19950         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
19951         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
19952         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
19953         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
19954         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
19955         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
19956         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
19957         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
19958         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
19959         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
19960         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
19961         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
19962         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
19963         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
19964         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
19965         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
19966         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
19967         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
19968         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
19969         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
19970         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
19971         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
19972         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
19973         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
19974         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
19975         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
19976         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
19977         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
19978         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
19979         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
19980         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
19981         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
19982         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
19983         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
19984         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
19985         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
19986         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
19987         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
19988         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
19989         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
19990         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
19991         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
19992         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
19993         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
19994         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
19995         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
19996         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
19997         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
19998         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
19999         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
20000         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
20001         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
20002         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
20003         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
20004         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
20005         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
20006         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
20007         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
20008         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
20009         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
20010         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
20011         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
20012         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
20014         [BZ #17589]
20015         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
20016         of fgets_unlocked.
20018         [BZ #17585]
20019         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
20020         (memmem): Rename to __memmem and define as weak alias of
20021         __memmem.  Use libc_hidden_weak.
20022         (__memmem): Use libc_hidden_def.
20023         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
20024         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
20025         memmem.
20027         [BZ #17582]
20028         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
20029         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
20030         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
20031         and define as weak alias of __fgets_unlocked.  Use
20032         libc_hidden_weak.
20033         (__fgets_unlocked): Use libc_hidden_def.
20034         * include/stdio.h (__fgets_unlocked): Declare.  Use
20035         libc_hidden_proto.
20036         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
20037         __fgets_unlocked instead of fgets_unlocked.
20038         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
20039         (GET_NPROCS_CONF_PARSER): Likewise.
20040         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
20041         (GET_NPROCS_CONF_PARSER): Likewise.
20043         [BZ #17574]
20044         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
20045         weak alias of __wmemset.  Use libc_hidden_weak.
20046         (__wmemset): Use libc_hidden_def.
20047         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
20048         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
20049         of wmemset.
20051         [BZ #17573]
20052         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
20053         with asm name __mempcpy.
20054         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
20056         [BZ #17572]
20057         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
20058         and define as weak alias of __rawmemchr.
20059         (__rawmemchr): Do not define as strong alias of rawmemchr.
20061         [BZ #17571]
20062         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
20063         alias of __qsort_r.
20064         (qsort): Call __qsort_r instead of qsort_r.
20065         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
20066         (__qsort_r): Declare.  Call libc_hidden_proto.
20067         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
20068         instead of qsort_r.
20069         * nscd/gai.c (__qsort_r): Define to qsort_r.
20070         * posix/tst-rfc3484.c (__qsort_r): Likewise.
20071         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
20072         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
20074         [BZ #17570]
20075         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
20076         define as weak alias of __malloc_info.
20078         [BZ #17584]
20079         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
20080         as weak alias of __rewinddir.  Don't use libc_hidden_def.
20081         (__rewinddir): Use libc_hidden_def.
20082         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
20083         as weak alias of __rewinddir.  Don't use libc_hidden_def.
20084         (__rewinddir): Use libc_hidden_def.
20085         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
20086         weak alias of __rewinddir.  Don't use libc_hidden_def.
20087         (__rewinddir): Use libc_hidden_def.
20088         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
20089         (__rewinddir): Use libc_hidden_proto.
20090         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
20091         rewinddir.
20092         (__getcwd): Use __rewinddir instead of rewinddir.
20094         [BZ #17583]
20095         * libio/fileno.c (fileno): Rename to __fileno and define as weak
20096         alias of __fileno.  Use libc_hidden_weak.
20097         (__fileno): Use libc_hidden_def.
20098         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
20099         * libio/ftello.c (ftello): Rename to __ftello and define as weak
20100         alias of __ftello.
20101         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
20102         __ftello.
20103         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
20104         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
20105         libc_hidden_def.
20106         (fread_unlocked): Don't use libc_hidden_ver.
20107         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
20108         and define as weak alias of __fread_unlocked.  Don't use
20109         libc_hidden_def.
20110         (__fread_unlocked): Use libc_hidden_def.
20111         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
20112         (ftello): Don't use libc_hidden_proto.
20113         (__ftello): Declare.  Use libc_hidden_proto.
20114         (fread_unlocked): Don't use libc_hidden_proto.
20115         (__fread_unlocked): Declare.  Use libc_hidden_proto.
20116         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
20117         and __ftello instead of fileno, fread_unlocked and ftello.
20119 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20121         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
20122         GOT12.
20123         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
20124         Likewise.
20125         (_dl_start_user): Likewise.
20126         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
20128 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
20129             Siddhesh Poyarekar  <siddhesh@redhat.com>
20131         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
20132         Move argv and envp down instead of moving argc up.
20133         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
20135 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
20137         [BZ #17506]
20138         * test-skeleton.c (main): Return successful if one of
20139         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
20140         * string/tst-strcoll-overflow.c: Define expected status.
20142 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
20144         [BZ #17475]
20145         * locale/iso-639.def: Define Bhili and Tulu language codes.
20147 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
20149         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
20151 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
20153         [BZ #17555]
20154         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
20156 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
20158         * configure.ac: Updated check of minimal required version to
20159         2.22.
20160         * manual/install.texi (Tools for Compilation): Updated version
20161         number.
20162         * configure: Regenerated.
20163         * INSTALL: Likewise.
20165 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
20167         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
20168         __tls_get_addr.
20170 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
20172         * include/sys/wait.h (__libc_waitpid): Remove declaration.
20173         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
20174         (__waitpid): Don't define as alias.  Use libc_hidden_def not
20175         libc_hidden_weak.
20176         (waitpid): Define as alias of __waitpid.
20177         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
20178         __waitpid.
20179         (__waitpid): Don't define as alias.  Use libc_hidden_def not
20180         libc_hidden_weak.
20181         (waitpid): Define as alias of __waitpid.
20182         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
20183         __libc_waitpid alias.
20184         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
20185         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
20186         Likewise.
20187         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
20188         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
20189         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
20190         alias.
20191         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
20192         __waitpid.
20193         (__waitpid): Don't define as alias.  Use libc_hidden_def not
20194         libc_hidden_weak.
20195         (waitpid): Define as alias of __waitpid.
20197 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
20199         * manual/llio.texi: Add comment that write safety has been
20200         fixed in Linux.
20202         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
20203         (localplt-build-dso): Add elf/ld.so.
20204         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
20205         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
20206         and free for ld.so.
20207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
20208         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
20209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
20210         Likewise.
20211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
20212         Likewise.
20213         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
20214         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
20215         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
20216         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
20217         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
20218         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
20219         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
20220         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
20221         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
20222         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
20223         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
20225 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
20227         [BZ #14132]
20228         * include/libc-symbols.h (INTUSE): Remove macro.
20229         (INTDEF): Likewise.
20230         (INTVARDEF): Likewise.
20231         (_INTVARDEF): Likewise.
20232         (INTDEF2): Likewise.
20233         (INTVARDEF2): Likewise.
20234         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
20235         rtld_hidden_def instead of INTVARDEF.
20236         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
20237         (_dl_starting_up_internal): Remove declaration.
20238         (_dl_starting_up): Use rtld_hidden_proto.
20239         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
20240         declaration.
20241         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
20242         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
20243         _dl_starting_up.
20244         * elf/dl-writev.h (_dl_writev): Likewise.
20245         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
20246         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
20247         _dl_starting_up_internal.
20249 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20251         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
20252         test-skeleton.c.
20254 2014-11-05  Will Newton  <will.newton@linaro.org>
20256         * benchtests/Makefile: (bench-malloc): Add malloc thread
20257         scalability benchmark.
20258         * benchtests/bench-malloc-threads.c: New file.
20260 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
20262         * sysdeps/aarch64/strchrnul.S: New file.
20264 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20266         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
20267         definition.
20268         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
20269         Likwise.
20270         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
20271         Likewise.
20272         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
20273         Likewise.
20274         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
20275         Likewise.
20276         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
20277         Likewise.
20279 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
20281         * catgets/test-gencat.c: Use test-skeleton.c.
20282         * catgets/tst-catgets.c: Likewise.
20283         * csu/tst-empty.c: Likewise.
20284         * elf/tst-audit2.c: Likewise.
20285         * elf/tst-global1.c: Likewise.
20286         * elf/tst-pathopt.c: Likewise.
20287         * elf/tst-piemod1.c: Likewise.
20288         * elf/tst-tls10.c: Likewise.
20289         * elf/tst-tls11.c: Likewise.
20290         * elf/tst-tls12.c: Likewise.
20291         * gnulib/tst-gcc.c: Likewise.
20292         * iconvdata/tst-e2big.c: Likewise.
20293         * iconvdata/tst-loading.c: Likewise.
20294         * iconv/tst-iconv1.c: Likewise.
20295         * iconv/tst-iconv2.c: Likewise.
20296         * inet/test-inet6_opt.c: Likewise.
20297         * inet/tst-gethnm.c: Likewise.
20298         * inet/tst-network.c: Likewise.
20299         * inet/tst-ntoa.c: Likewise.
20300         * intl/tst-codeset.c: Likewise.
20301         * intl/tst-gettext2.c: Likewise.
20302         * intl/tst-gettext3.c: Likewise.
20303         * intl/tst-ngettext.c: Likewise.
20304         * intl/tst-translit.c: Likewise.
20305         * io/test-stat.c: Likewise.
20306         * libio/test-fmemopen.c: Likewise.
20307         * libio/tst-freopen.c: Likewise.
20308         * libio/tst-sscanf.c: Likewise.
20309         * libio/tst-ungetwc1.c: Likewise.
20310         * libio/tst-ungetwc2.c: Likewise.
20311         * libio/tst-widetext.c: Likewise.
20312         * localedata/tst-ctype.c: Likewise.
20313         * localedata/tst-digits.c: Likewise.
20314         * localedata/tst-leaks.c: Likewise.
20315         * localedata/tst-mbswcs1.c: Likewise.
20316         * localedata/tst-mbswcs2.c: Likewise.
20317         * localedata/tst-mbswcs3.c: Likewise.
20318         * localedata/tst-mbswcs4.c: Likewise.
20319         * localedata/tst-mbswcs5.c: Likewise.
20320         * localedata/tst-setlocale.c: Likewise.
20321         * localedata/tst-trans.c: Likewise.
20322         * localedata/tst-wctype.c: Likewise.
20323         * localedata/tst-xlocale1.c: Likewise.
20324         * login/tst-grantpt.c: Likewise.
20325         * malloc/tst-calloc.c: Likewise.
20326         * malloc/tst-malloc.c: Likewise.
20327         * malloc/tst-mallocstate.c: Likewise.
20328         * malloc/tst-mcheck.c: Likewise.
20329         * malloc/tst-mtrace.c: Likewise.
20330         * malloc/tst-obstack.c: Likewise.
20331         * math/atest-exp2.c: Likewise.
20332         * math/atest-exp.c: Likewise.
20333         * math/atest-sincos.c: Likewise.
20334         * math/test-matherr.c: Likewise.
20335         * math/test-misc.c: Likewise.
20336         * math/test-powl.c: Likewise.
20337         * math/tst-definitions.c: Likewise.
20338         * misc/tst-dirname.c: Likewise.
20339         * misc/tst-efgcvt.c: Likewise.
20340         * misc/tst-fdset.c: Likewise.
20341         * misc/tst-hsearch.c: Likewise.
20342         * misc/tst-mntent2.c: Likewise.
20343         * nptl/tst-sem7.c: Likewise.
20344         * nptl/tst-sem8.c: Likewise.
20345         * nptl/tst-sem9.c: Likewise.
20346         * nss/test-netdb.c: Likewise.
20347         * posix/tst-fnmatch.c: Likewise.
20348         * posix/tst-getlogin.c: Likewise.
20349         * posix/tst-gnuglob.c: Likewise.
20350         * posix/tst-mmap.c: Likewise.
20351         * pwd/tst-getpw.c: Likewise.
20352         * resolv/tst-inet_ntop.c: Likewise.
20353         * rt/tst-timer.c: Likewise.
20354         * stdio-common/test-fseek.c: Likewise.
20355         * stdio-common/test-popen.c: Likewise.
20356         * stdio-common/test-vfprintf.c: Likewise.
20357         * stdio-common/tst-cookie.c: Likewise.
20358         * stdio-common/tst-fileno.c: Likewise.
20359         * stdio-common/tst-gets.c: Likewise.
20360         * stdio-common/tst-obprintf.c: Likewise.
20361         * stdio-common/tst-perror.c: Likewise.
20362         * stdio-common/tst-sprintf2.c: Likewise.
20363         * stdio-common/tst-sprintf3.c: Likewise.
20364         * stdio-common/tst-sprintf.c: Likewise.
20365         * stdio-common/tst-swprintf.c: Likewise.
20366         * stdio-common/tst-tmpnam.c: Likewise.
20367         * stdio-common/tst-unbputc.c: Likewise.
20368         * stdio-common/tst-wc-printf.c: Likewise.
20369         * stdlib/tst-environ.c: Likewise.
20370         * stdlib/tst-fmtmsg.c: Likewise.
20371         * stdlib/tst-limits.c: Likewise.
20372         * stdlib/tst-rand48-2.c: Likewise.
20373         * stdlib/tst-rand48.c: Likewise.
20374         * stdlib/tst-random2.c: Likewise.
20375         * stdlib/tst-random.c: Likewise.
20376         * stdlib/tst-strtol.c: Likewise.
20377         * stdlib/tst-strtoll.c: Likewise.
20378         * stdlib/tst-tls-atexit.c: Likewise.
20379         * stdlib/tst-xpg-basename.c: Likewise.
20380         * string/test-ffs.c: Likewise.
20381         * string/tst-bswap.c: Likewise.
20382         * string/tst-inlcall.c: Likewise.
20383         * string/tst-strtok.c: Likewise.
20384         * string/tst-strxfrm.c: Likewise.
20385         * sysdeps/x86_64/tst-audit10.c: Likewise.
20386         * sysdeps/x86_64/tst-audit3.c: Likewise.
20387         * sysdeps/x86_64/tst-audit4.c: Likewise.
20388         * sysdeps/x86_64/tst-audit5.c: Likewise.
20389         * time/tst-ftime_l.c: Likewise.
20390         * time/tst-getdate.c: Likewise.
20391         * time/tst-mktime3.c: Likewise.
20392         * time/tst-mktime.c: Likewise.
20393         * time/tst-posixtz.c: Likewise.
20394         * time/tst-strptime2.c: Likewise.
20395         * time/tst-strptime3.c: Likewise.
20396         * wcsmbs/tst-btowc.c: Likewise.
20397         * wcsmbs/tst-mbrtowc.c: Likewise.
20398         * wcsmbs/tst-mbsrtowcs.c: Likewise.
20399         * wcsmbs/tst-wchar-h.c: Likewise.
20400         * wcsmbs/tst-wcpncpy.c: Likewise.
20401         * wcsmbs/tst-wcrtomb.c: Likewise.
20402         * wcsmbs/tst-wcsnlen.c: Likewise.
20403         * wcsmbs/tst-wcstof.c: Likewise.
20405 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
20407         [BZ #14132]
20408         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
20409         INTDEF.
20410         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
20411         declaration.
20412         (_dl_mcount): Use rtld_hidden_proto.
20413         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
20414         _dl_mcount.
20415         * elf/rtld.c (_rtld_global_ro): Likewise.
20417         [BZ #14132]
20418         * elf/dl-init.c (_dl_init): Don't use INTDEF.
20419         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
20420         of _dl_init_internal.
20421         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
20422         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
20423         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
20424         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
20425         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
20426         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
20427         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
20428         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
20429         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
20430         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
20431         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
20432         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
20433         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
20434         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
20435         * sysdeps/tile/dl-start.S (_start): Likewise.
20436         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
20437         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
20439         [BZ #14132]
20440         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
20441         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
20442         (rtld_progname): Make macro definition unconditional.
20443         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
20444         INTDEF.
20445         (dlmopen_doit): Do not use INTUSE with _dl_argv.
20446         (dl_main): Likewise.
20447         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
20448         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
20449         instead of _dl_argv_internal.
20450         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
20451         __GI__dl_argv instead of INTUSE(_dl_argv).
20452         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
20453         __GI__dl_argv instead of _dl_argv_internal.
20455         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
20456         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
20457         macro.
20458         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
20459         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
20460         New macro.
20461         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
20462         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
20463         macro.
20464         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
20465         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
20467 2014-11-04  Andreas Schwab  <schwab@suse.de>
20469         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
20471 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20473         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
20474         mtvsrd instruction in binary form.
20476 2014-11-03  Andreas Schwab  <schwab@suse.de>
20478         [BZ #17522]
20479         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
20480         for less than MB_LEN_MAX use a local buffer of that size.
20481         * libio/tst-fputws.c: New file.
20482         * libio/Makefile (tests): Add tst-fputws.
20484 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
20486         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
20487         the size of the fpu_fr.fpu_dregs[] array.
20489 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
20491         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
20492         (__nanosleep): Do not define as alias.
20493         (nanosleep): Define as alias of __nanosleep.
20494         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
20495         __libc_nanosleep name.
20497 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
20499         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
20500         install.texi in comment.
20502 2014-10-31  Torvald Riegel  <triegel@redhat.com>
20504         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
20505         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
20506         ... add here and use lwsync or sync ...
20507         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
20508         ... and add here using lwsync.
20510 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
20512         * elf/dl-machine-reject-phdr.h: New file.
20513         * elf/dl-load.c: #include that.
20514         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
20515         if that returned true.
20517 2014-10-31  Roland McGrath  <roland@hack.frob.com>
20519         [BZ #17496]
20520         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
20521         gen-as-const-headers chunk.  Add a big scare comment after the last
20522         safe place to touch before-compile.
20524 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
20526         * manual/install.texi (Tools for Compilation): Update autoconf
20527         version requirements.
20528         * INSTALL: Regenerated.
20530         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
20531         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
20532         (__libc_pselect): Likewise.
20534         [BZ #14138]
20535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
20536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
20537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
20538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
20540 2014-10-31  Torvald Riegel  <triegel@redhat.com>
20542         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
20543         correct barrier instruction.
20544         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
20545         Likewise.
20546         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
20547         Likewise.
20549 2014-10-30  Roland McGrath  <roland@hack.frob.com>
20551         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
20552         after defining inlines.  Instead, just use parens to defeat macro
20553         expansion of __isctype in its declaration.
20555 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
20557         * include/sys/uio.h (__libc_readv): Remove declaration.
20558         (__libc_writev): Likewise.
20559         * misc/readv.c (__libc_readv): Rename to __readv.
20560         (__readv): Do not define as alias.
20561         (readv): Define as alias of __readv.
20562         * misc/writev.c (__libc_writev): Rename to __writev.
20563         (__writev): Do not define as alias.
20564         (writev): Define as alias of __writev.
20565         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
20566         (__readv): Do not define as alias.
20567         (readv): Define unconditionally as alias of __readv.
20568         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
20569         (__writev): Do not define as alias.
20570         (writev): Define unconditionally as alias of __writev.
20571         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
20572         name.
20573         (writev): Do not define __libc_writev name.
20575 2014-10-30  Roland McGrath  <roland@hack.frob.com>
20577         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
20578         (convert_charseq): New function, broken out of ...
20579         (use_from_charmap): ... here.  Call it.
20580         (use_to_charmap): Use convert_charseq and free instead of duplicating
20581         its code with a variable-length stack struct.
20583 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
20585         * include/fcntl.h (__libc_creat): Remove declaration.
20586         * io/creat.c (__libc_creat): Rename to creat.
20587         (creat): Do not define as alias.
20588         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
20589         of creat instead of __libc_creat.
20590         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
20591         to creat.
20592         (creat): Do not define as alias.
20593         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
20594         __libc_creat.
20595         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
20596         __libc_creat name.
20597         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
20598         Likewise.
20600 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
20602         * manual/llio.texi: Add comments discussing why write() may be
20603         considered MT-unsafe on Linux.
20605 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
20607         * dl-load.c (local_strdup): Remove.
20608         (expand_dynamic_string_token): Use __strdup.
20609         (decompose_rpath): Likewise.
20610         (_dl_map_object): Likewise.
20612 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
20614         [BZ #14132]
20615         * sysdeps/generic/unwind-dw2-fde.c
20616         (__register_frame_info_bases_internal): Do not declare.
20617         (__register_frame_info_table_bases_internal): Likewise.
20618         (__deregister_frame_info_bases_internal): Likewise.
20619         (__register_frame_info_bases): Declare and use hidden_proto before
20620         definition.  Use hidden_def instead of INTDEF.
20621         (__register_frame_info_table_bases): Likewise.
20622         (__deregister_frame_info_bases): Likewise.
20623         (__register_frame_info): Do not use INTUSE.
20624         (__register_frame): Likewise.
20625         (__register_frame_info_table): Likewise.
20626         (__register_frame_table): Likewise.
20627         (__deregister_frame_info): Likewise.
20628         (__deregister_frame): Likewise.
20630 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
20632         * sysdeps/unix/sysv/linux/arm/kernel-features.h
20633         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
20634         not undefine.
20635         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
20636         Likewise.
20637         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
20638         Likewise.
20640 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
20642         [BZ #14138]
20643         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
20644         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
20645         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
20646         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
20647         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
20648         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
20649         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
20650         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
20651         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
20652         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
20653         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
20654         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
20655         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
20656         syscall.
20657         (setfsuid): Likewise.
20658         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
20659         (setfsuid): Likewise.
20660         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
20661         (setfsuid): Likewise.
20662         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
20663         Likewise.
20664         (setfsuid): Likewise.
20665         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
20666         (setfsuid): Likewise.
20667         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
20668         Likewise.
20669         (setfsuid): Likewise.
20671 2014-10-27  Andreas Schwab  <schwab@suse.de>
20673         [BZ #17501]
20674         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
20675         check for Slow_SSE4_2 feature bit.
20676         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
20677         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
20678         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
20679         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
20681 2014-10-24  Roland McGrath  <roland@hack.frob.com>
20683         * configure.ac: Validate compiler version with a empirical test of
20684         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
20685         $CC -v output.
20686         * configure: Regenerated.
20688         * inet/htons.c (htons): Prototypify.
20689         * inet/htonl.c (htonl): Likewise.
20691 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20693         * string/strncat.c (strncat): Improve performance by using strlen.
20695 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20697         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
20699 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20701         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
20702         Call libc_fetestexcept_aarch64.
20704 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20706         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
20707         Call libc_feholdexcept_aarch64.
20709 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20711         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
20712         Call get_rounding_mode.
20714 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20716         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
20717         Simplify logic.
20719 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20721         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
20722         Simplify logic.
20724 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
20726         [BZ #14138]
20727         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
20728         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
20729         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
20730         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
20731         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
20732         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
20733         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
20734         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
20735         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
20736         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
20737         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
20738         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
20739         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
20740         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
20741         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
20742         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
20743         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
20744         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
20745         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
20746         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
20747         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
20748         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
20749         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
20750         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
20751         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
20752         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
20753         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
20754         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
20755         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
20756         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
20757         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
20758         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
20759         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
20760         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
20761         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
20762         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
20763         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
20764         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
20765         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
20766         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
20767         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
20768         syscall.
20769         (geteuid): Likewise.
20770         (getgid): Likewise.
20771         (getuid): Likewise.
20772         (getresgid): Likewise.
20773         (getresuid): Likewise.
20774         (getgroups): Likewise.
20775         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
20776         (geteuid): Likewise.
20777         (getgid): Likewise.
20778         (getuid): Likewise.
20779         (getresgid): Likewise.
20780         (getresuid): Likewise.
20781         (getgroups): Likewise.
20782         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
20783         (geteuid): Likewise.
20784         (getgid): Likewise.
20785         (getuid): Likewise.
20786         (getresgid): Likewise.
20787         (getresuid): Likewise.
20788         (getgroups): Likewise.
20789         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
20790         Likewise.
20791         (geteuid): Likewise.
20792         (getgid): Likewise.
20793         (getuid): Likewise.
20794         (getresgid): Likewise.
20795         (getresuid): Likewise.
20796         (getgroups): Likewise.
20797         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
20798         (geteuid): Likewise.
20799         (getgid): Likewise.
20800         (getuid): Likewise.
20801         (getresgid): Likewise.
20802         (getresuid): Likewise.
20803         (getgroups): Likewise.
20804         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
20805         Likewise.
20806         (geteuid): Likewise.
20807         (getgid): Likewise.
20808         (getuid): Likewise.
20809         (getgroups): Likewise.
20811         [BZ #14138]
20812         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
20813         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
20814         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
20815         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
20816         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
20817         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
20818         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
20819         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
20820         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
20821         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
20822         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
20823         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
20824         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
20825         __chown.
20826         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
20827         (lchown): Likewise.
20828         (fchown): Likewise.
20829         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
20830         Likewise.
20831         (lchown): Likewise.
20832         (fchown): Likewise.
20833         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
20834         (lchown): Likewise.
20835         (fchown): Likewise.
20836         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
20837         Likewise.
20838         (lchown): Likewise.
20839         (fchown): Likewise.
20841 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20843         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
20844         Simplify logic.
20846 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20848         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
20849         Cleanup logic.
20851 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20853         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
20854         Remove unused include.
20856 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20858         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
20859         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
20860         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
20861         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
20863 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
20864             Helge Deller <deller@gmx.de>
20866         [BZ #17508]
20867         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
20868         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
20869         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
20871 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
20873         [BZ #14132]
20874         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
20875         Remove macro definition.
20876         (__ashrdi3_v_glibc20): Likewise.
20877         (__lshrdi3_v_glibc20): Likewise.
20878         (__cmpdi2_v_glibc20): Likewise.
20879         (__ucmpdi2_v_glibc20): Likewise.
20880         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
20881         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20882         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20883         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20884         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20885         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
20887 2014-10-22  Roland McGrath  <roland@hack.frob.com>
20889         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
20890         old GNU extension [0] syntax.
20891         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
20892         alloca rather than an array member with variable length.
20893         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
20894         * nscd/nscd.c (invalidate_db): New function, broken out of ...
20895         (parse_opt): ... here.  Likewise use alloca there.
20896         Validate the -i argument before checking for rootness.
20897         (send_shutdown): New function, broken out of ...
20898         (parse_opt): ... here.
20900 2014-10-22  Roland McGrath  <roland@hack.frob.com>
20902         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
20903         macro to get at the _rt_local_ro field.
20904         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
20905         ([PIC] case) or _dl_hwcap ([!PIC] case).
20906         * sysdeps/arm/setjmp.S: Likewise.
20908         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
20909         * sysdeps/arm/configure.ac: New check to define it.
20910         * sysdeps/arm/configure: Regenerated.
20911         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
20912         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
20913         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
20914         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
20915         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
20916         Use move/movt pair instead of a load.
20917         (LDST_GLOBAL): Macro removed.
20918         (LDR_GLOBAL): New macro replaces it.
20919         (LDR_HIDDEN): New macro.
20920         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
20921         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
20923         * setjmp/tst-setjmp-static.c: New file.
20924         * setjmp/Makefile (tests): Add it.
20925         (tests-static): New variable.
20927 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
20929         [BZ #17485]
20930         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
20932 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
20934         [BZ #14132]
20935         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
20937 2014-10-21  Roland McGrath  <roland@hack.frob.com>
20939         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
20941 2014-10-20  Roland McGrath  <roland@hack.frob.com>
20943         * io/fts.c (dirent_not_directory): New function.
20944         (fts_build): Call it.
20946 2014-10-20  Roland McGrath  <roland@hack.frob.com>
20948         * nptl/version.c (__nptl_main): Use normal __write rather than
20949         INTERNAL_SYSCALL.
20950         (banner): Update copyright years.
20952         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
20953         gettimeofday.
20954         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
20955         * nptl/pthread_cond_timedwait.c: Likewise.
20956         * nptl/pthread_mutex_timedlock.c: Likewise.
20957         * nptl/sem_timedwait.c: Likewise.
20959         * sysdeps/nptl/bits/libc-lock.h
20960         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
20961         (__libc_lock_init_recursive): Return void, not 0.
20962         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
20963         (__libc_rwlock_init): Likewise.
20964         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
20966 2014-10-20  Torvald Riegel  <triegel@redhat.com>
20968         [BZ #15215]
20969         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
20970         (__pthread_once_slow): ... here.
20971         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
20972         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
20974 2014-10-20  Torvald Riegel  <triegel@redhat.com>
20976         [BZ #15215]
20977         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
20978         __PTHREAD_ONCE_FORK_GEN_INCR): New.
20979         * sysdeps/nptl/fork.c (__libc_fork): Use them.
20980         * nptl/pthread_once.c (__pthread_once): Likewise.
20981         Update comments.
20983 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
20985         [BZ #14138]
20986         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
20987         name.
20988         (writev): Use __libc_writev as strong name.
20989         * sysdeps/unix/sysv/linux/readv.c: Remove file.
20990         * sysdeps/unix/sysv/linux/writev.c: Likewise.
20992 2014-10-17  Roland McGrath  <roland@hack.frob.com>
20994         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
20996         * sysdeps/i386/nptl/tls.h
20997         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
20998         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
20999         New macros.
21000         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
21001         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
21002         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
21003         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
21004         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
21005         Call CHECK_THREAD_SYSINFO instead of doing an assert.
21007         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
21008         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
21009         on [__NR_futex].
21010         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
21011         broken out of ...
21012         (__pthread_mutex_init): ... here.  Call it.
21013         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
21014         Conditionalize PI cases on [__NR_futex].
21015         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
21016         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
21017         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
21019         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
21020         conditional on [SIGSETXID].
21021         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
21022         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
21023         is defined.  Likewise for SIGSETXID.
21024         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
21025         Conditionalize definitions on [SIGSETXID].
21026         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
21027         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
21028         unblocking on [SIGCANCEL].
21030         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
21031         [__NR_set_robust_list].
21033 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21035         * string/strcoll_l.c (get_next_seq): Fix up formatting.
21036         (do_compare): Likewise.
21038 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
21040         [BZ #15884]
21041         * string/strcoll_l.c: Don't include stdio.h.
21042         (coll_seq): Remove members idxarr and rulearr.
21043         (get_next_seq_cached): Remove function.
21044         (get_next_seq): Likewise.
21045         (get_next_seq_nocache): Rename to get_next_seq.
21046         (do_compare): Remove function.
21047         (do_compare_nocache): Rename to do_compare.
21048         (STRCOLL): Remove weight and rules cache.
21050 2014-10-16  Roland McGrath  <roland@hack.frob.com>
21052         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
21053         * sysdeps/arm/sfp-machine.h: ... to here.
21054         * sysdeps/arm/Implies: Remove arm/soft-fp.
21056 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
21058         * conform/data/sys/utsname.h-data (*_t): Allow.
21059         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
21060         [POSIX] (WEXITED): Do not expect constant.
21061         [POSIX] (WSTOPPED): Likewise.
21062         [POSIX] (WNOHANG): Likewise.
21063         [POSIX] (WNOWAIT): Likewise.
21064         [POSIX] (siginfo_t): Do not expect type or elements.
21065         [POSIX] (pid_t): Do not expect type.
21066         [POSIX] (signal.h): Do not allow header.
21067         [POSIX] (sys/resource.h): Likewise.
21068         [POSIX] (si_*): Do not allow pattern.
21069         [POSIX] (W*): Likewise.
21070         [POSIX] (P_*): Likewise.
21071         [POSIX] (BUS_*): Likewise.
21072         [POSIX] (CLD_*): Likewise.
21073         [POSIX] (FPE_*): Likewise.
21074         [POSIX] (ILL_*): Likewise.
21075         [POSIX] (POLL_*): Likewise.
21076         [POSIX] (SEGV_*): Likewise.
21077         [POSIX] (SI_*): Likewise.
21078         [POSIX] (TRAP_*): Likewise.
21079         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
21080         variable.
21082 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
21084         [BZ #12926]
21085         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
21086         infinite loop when __recvmsg returns 0.
21088 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
21090         * CANCEL-FCT-WAIVE: Remove file.
21091         * CANCEL-FILE-WAIVE: Likewise.
21093         [BZ #14132]
21094         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
21095         instead of INTVARDEF.
21096         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
21097         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
21098         rtld_hidden_data_def instead of INTVARDEF.
21099         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
21100         * elf/dl-deps.c (expand_dst): Likewise.
21101         * elf/dl-load.c (_dl_dst_count): Likewise.
21102         (_dl_dst_substitute): Likewise.
21103         (decompose_rpath): Likewise.
21104         (_dl_init_paths): Likewise.
21105         (open_path): Likewise.
21106         (_dl_map_object): Likewise.
21107         * elf/rtld.c (dl_main): Likewise.
21108         (process_dl_audit): Likewise.
21109         (process_envvars): Likewise.
21110         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
21111         Remove declaration.
21112         (__libc_enable_secure): Use rtld_hidden_proto.
21114 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21116         * elf/dl-load.c
21117         (add_path): New function broken out of _dl_rtld_di_serinfo.
21118         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
21120 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
21122         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
21123         parentheses around macro arguments.
21124         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
21125         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
21126         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
21127         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
21128         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
21129         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
21130         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
21131         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
21132         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
21133         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
21134         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
21135         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
21136         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
21137         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
21138         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
21139         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
21140         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
21141         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
21142         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
21143         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
21144         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
21145         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
21146         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
21147         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
21148         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
21149         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
21150         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
21151         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
21152         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
21153         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
21154         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
21155         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
21156         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
21157         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
21158         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
21159         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
21160         Likewise.
21161         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
21162         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
21163         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
21164         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
21165         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
21166         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
21167         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
21168         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
21169         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
21170         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
21171         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
21172         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
21173         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
21174         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
21175         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
21176         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
21177         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
21178         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
21179         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
21180         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
21181         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
21182         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
21183         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
21184         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
21185         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
21186         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
21187         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
21188         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
21189         (_FP_FRAC_SRS_1): Likewise.
21190         (_FP_FRAC_CLZ_1): Likewise.
21191         (_FP_MUL_MEAT_1_imm): Likewise.
21192         (_FP_MUL_MEAT_1_wide): Likewise.
21193         (_FP_MUL_MEAT_1_hard): Likewise.
21194         (_FP_SQRT_MEAT_1): Likewise.
21195         (_FP_FRAC_ASSEMBLE_1): Likewise.
21196         (_FP_FRAC_DISASSEMBLE_1): Likewise.
21197         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
21198         (__FP_CLZ_2): Likewise.
21199         (_FP_MUL_MEAT_2_wide): Likewise.
21200         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
21201         (_FP_MUL_MEAT_2_gmp): Likewise.
21202         (_FP_MUL_MEAT_2_120_240_double): Likewise.
21203         (_FP_SQRT_MEAT_2): Likewise.
21204         (_FP_FRAC_ASSEMBLE_2): Likewise.
21205         (_FP_FRAC_DISASSEMBLE_2): Likewise.
21206         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
21207         (_FP_FRAC_CLZ_4): Likewise.
21208         (_FP_MUL_MEAT_4_wide): Likewise.
21209         (_FP_MUL_MEAT_4_gmp): Likewise.
21210         (_FP_SQRT_MEAT_4): Likewise.
21211         (_FP_FRAC_ASSEMBLE_4): Likewise.
21212         (_FP_FRAC_DISASSEMBLE_4): Likewise.
21213         * soft-fp/op-common.h (_FP_CMP): Likewise.
21214         (_FP_CMP_EQ): Likewise.
21215         (_FP_CMP_UNORD): Likewise.
21216         (_FP_TO_INT): Likewise.
21217         (_FP_FROM_INT): Likewise.
21218         [!__FP_CLZ] (__FP_CLZ): Likewise.
21219         (_FP_DIV_HELP_imm): Likewise.
21220         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
21221         Likewise.
21222         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
21223         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
21224         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
21225         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
21226         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
21227         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
21228         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
21229         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
21230         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
21231         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
21232         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
21233         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
21234         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
21235         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
21236         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
21237         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
21238         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
21239         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
21240         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
21241         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
21242         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
21243         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
21244         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
21245         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
21246         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
21247         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
21248         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
21249         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
21250         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
21251         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
21252         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
21253         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
21254         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
21255         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
21256         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
21257         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
21258         (FP_UNPACK_RAW_SP): Likewise.
21259         (FP_PACK_RAW_S): Likewise.
21260         (FP_PACK_RAW_SP): Likewise.
21261         (FP_UNPACK_S): Likewise.
21262         (FP_UNPACK_SP): Likewise.
21263         (FP_UNPACK_SEMIRAW_S): Likewise.
21264         (FP_UNPACK_SEMIRAW_SP): Likewise.
21265         (FP_PACK_S): Likewise.
21266         (FP_PACK_SP): Likewise.
21267         (FP_PACK_SEMIRAW_S): Likewise.
21268         (FP_PACK_SEMIRAW_SP): Likewise.
21269         (_FP_SQRT_MEAT_S): Likewise.
21270         (FP_CMP_S): Likewise.
21271         (FP_CMP_EQ_S): Likewise.
21272         (FP_CMP_UNORD_S): Likewise.
21273         (FP_TO_INT_S): Likewise.
21274         (FP_FROM_INT_S): Likewise.
21276         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
21278         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
21279         (FP_EX_INVALID_IMZ): Likewise.
21280         (FP_EX_INVALID_IMZ_FMA): Likewise.
21281         (FP_EX_INVALID_ISI): Likewise.
21282         (FP_EX_INVALID_ZDZ): Likewise.
21283         (FP_EX_INVALID_IDI): Likewise.
21284         (FP_EX_INVALID_SQRT): Likewise.
21285         (FP_EX_INVALID_CVI): Likewise.
21286         (FP_EX_INVALID_VC): Likewise.
21287         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
21288         "invalid" exceptions.
21289         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
21290         (_FP_ADD_INTERNAL): Likewise.
21291         (_FP_MUL): Likewise.
21292         (_FP_FMA): Likewise.
21293         (_FP_DIV): Likewise.
21294         (_FP_CMP_CHECK_NAN): Likewise.
21295         (_FP_SQRT): Likewise.
21296         (_FP_TO_INT): Likewise.
21297         (FP_EXTEND): Likewise.
21299 2014-10-09  Allan McRae  <allan@archlinux.org>
21301         * po/fr.po: Update French translation from translation project.
21303 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
21305         [BZ #14132]
21306         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
21307         of INTDEF.
21308         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
21309         (__cxa_atexit): Use libc_hidden_proto.
21310         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
21312         [BZ #14132]
21313         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
21314         declaration.
21315         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
21316         [!_ISOMAC] (__iswspace_l_internal): Likewise.
21317         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
21318         [!_ISOMAC] (__iswctype_internal): Likewise.
21319         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
21320         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
21321         alias.
21322         (fcntl): Remove __fcntl_internal alias.
21323         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
21324         __connect_internal alias.
21325         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
21326         Likewise.
21328         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
21329         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
21330         FP_DENORM_ZERO.
21331         (_FP_CHECK_FLUSH_ZERO): New macro.
21332         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
21333         (_FP_CMP): Likewise.
21334         (_FP_CMP_EQ): Likewise.
21335         (_FP_TO_INT): Do not set inexact for subnormal arguments if
21336         FP_DENORM_ZERO.
21337         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
21338         (FP_TRUNC): Likewise.
21340         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
21341         treated as invalid conversion, not as normal exponent.
21343         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
21344         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
21345         (_FP_CMP_EQ): Likewise.
21346         (_FP_CMP_UNORD): Likewise.
21347         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
21348         (FP_CMP_EQ_D): Likewise.
21349         (FP_CMP_UNORD_D): Likewise.
21350         * soft-fp/extended.h (FP_CMP_E): Likewise.
21351         (FP_CMP_EQ_E): Likewise.
21352         (FP_CMP_UNORD_E): Likewise.
21353         * soft-fp/quad.h (FP_CMP_Q): Likewise.
21354         (FP_CMP_EQ_Q): Likewise.
21355         (FP_CMP_UNORD_Q): Likewise.
21356         * soft-fp/single.h (FP_CMP_S): Likewise.
21357         (FP_CMP_EQ_S): Likewise.
21358         (FP_CMP_UNORD_S): Likewise.
21359         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
21360         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
21361         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
21362         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
21363         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
21364         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
21365         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
21366         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
21367         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
21368         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
21369         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
21370         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
21371         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
21372         to FP_CMP_Q.
21373         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
21374         FP_CMP_Q.
21375         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
21376         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
21377         FP_CMP_EQ_Q.
21378         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
21379         FP_CMP_Q.
21380         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
21381         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
21382         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
21383         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
21384         FP_CMP_EQ_Q.
21385         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
21386         FP_CMP_Q.
21387         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
21388         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
21389         FP_CMP_EQ_Q.
21390         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
21391         FP_CMP_Q.
21392         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
21393         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
21394         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
21395         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
21396         FP_CMP_EQ_Q.
21398         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
21399         a subnormal result, set the underflow exception if trapping on
21400         underflow is enabled.
21401         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
21402         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
21403         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
21404         redefine to 0.
21405         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
21406         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
21407         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
21408         * soft-fp/extendxftf2.c (__extendxftf2): Use
21409         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
21411         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
21412         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
21413         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21414         FP_HANDLE_EXCEPTIONS.
21415         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
21416         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21417         FP_HANDLE_EXCEPTIONS.
21418         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
21419         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21420         FP_HANDLE_EXCEPTIONS.
21421         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
21422         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
21423         FP_HANDLE_EXCEPTIONS.
21425 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
21427         [BZ #14132]
21428         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
21429         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
21430         use INTUSE.
21431         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
21432         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
21433         Remove alias.
21434         (__adjtimex): Define using libc_hidden_ver.
21435         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
21436         Remove declaration.
21437         (ntp_gettime): Call __adjtimex directly.
21438         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
21439         Remove declaration.
21440         (ntp_gettimex): Call __adjtimex directly.
21441         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
21442         __adjtimex_internal alias.
21444 2014-10-08  Roland McGrath  <roland@hack.frob.com>
21446         [BZ #17460]
21447         * nscd/nscd.c (more_help): Rewrite list of tables collection
21448         using xstrdup and asprintf.
21450         * nscd/nscd_conf.c: Remove local xstrdup declaration.
21452 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21453             Roland McGrath  <roland@hack.frob.com>
21455         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
21456         (do_lookup_unique): ... local function 'enter' here; update callers.
21458 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
21460         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
21461         compat_symbol calls on [SHARED].
21462         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
21463         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
21464         Remove.
21465         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21466         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
21467         (oldsetrlimit): Remove.
21468         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
21470         (lchown): New syscall entry.
21471         (oldsetrlimit): Remove.
21472         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21473         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
21474         (oldsetrlimit): Remove.
21475         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21477         [BZ #14138]
21478         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
21479         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
21480         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
21481         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
21482         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
21483         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
21484         (fchown): Likewise.
21485         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
21486         (fchown): Likewise.
21487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
21488         Likewise.
21490 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21492         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
21493         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
21494         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
21495         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
21496         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
21497         Likewise.
21498         (__old_sem_post): Likewise.
21500 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
21502         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
21503         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
21504         HAVE_CLOCK_GETTIME_VSYSCALL macros.
21505         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
21506         Use INLINE_VSYSCALL macro.
21507         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
21508         __vdso_clock_gettime.
21509         * sysdeps/unix/sysv/linux/tile/init-first.c
21510         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
21511         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
21512         __vdso_clock_gettime.
21514         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
21515         to set up frame more cleanly.
21517         * sysdeps/tile/memcmp.c: New file.
21519         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
21521         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
21522         * sysdeps/tile/tilegx/strcasestr.c: New file.
21523         * sysdeps/tile/tilegx/strnlen.c: New file.
21524         * sysdeps/tile/tilegx/strstr.c: New file.
21526         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
21528 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
21530         * nptl/tst-setuid3.c: Write errors to stdout.
21532 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21534         * elf/dl-deps.c
21535         (preload): New functions broken out of _dl_map_object_deps.
21536         (_dl_map_object_deps):  Remove a nested function. Update call sites.
21538 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
21540         [BZ #14138]
21541         * sysdeps/unix/sysv/linux/execve.c: Remove file.
21542         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
21544 2014-10-01  Steve Ellcey  <sellcey@mips.com>
21546         * sysdeps/mips/strcmp.S: New.
21548 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
21550         [BZ #14138]
21551         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
21552         (linkat): Likewise.
21553         (mkdirat): Likewise.
21554         (readlinkat): Likewise.
21555         (renameat): Likewise.
21556         (symlinkat): Likewise.
21557         (unlinkat): Likewise.
21558         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
21559         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
21560         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
21561         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
21562         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
21563         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
21564         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
21566 2014-09-30  Will Newton  <will.newton@linaro.org>
21568         * math/math.h: Define long double math functions if
21569         _LIBC_TEST is defined.
21570         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
21572         * localedata/Makefile: Move assignment to tests-special
21573         into an ifdef testing run-built-tests.
21574         * timezone/Makefile: Likewise.
21576 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
21578         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
21579         with $(BASH) not $(SHELL).
21581 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
21582             Matthew LeGendre  <legendre1@llnl.gov>
21584         [BZ #17411]
21585         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
21586         l_reloc_result.
21588 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21590         * stdio-common/printf_fp.c
21591         (hack_digit): New function, broken out of ...
21592         (__printf_fp): ... local function here.  Update call sites.
21593         hack_digit now takes an additional parameter that is a pointer
21594         to a struct of the referenced locals.  Those locals moved inside
21595         the struct and references updated.
21597 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
21599         * aclocal.m4: Require autoconf 2.69.
21600         * configure: Regenerated.
21601         * sysdeps/aarch64/configure: Likewise.
21602         * sysdeps/alpha/configure: Likewise.
21603         * sysdeps/arm/armv7/configure: Likewise.
21604         * sysdeps/arm/configure: Likewise.
21605         * sysdeps/ia64/configure: Likewise.
21606         * sysdeps/mach/configure: Likewise.
21607         * sysdeps/mips/configure: Likewise.
21608         * sysdeps/s390/configure: Likewise.
21609         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
21610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
21612         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
21613         file.
21614         * sysdeps/ia64/configure.ac: Likewise.
21616 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
21618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
21619         specify symbol version for ld.so.  Do not include entry for
21620         libpthread.
21621         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21622         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
21623         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21625         [BZ #14171]
21626         * Makeconfig [$(build-shared) = yes]
21627         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
21628         makefiles.
21629         [$(build-shared) = yes && $(soversions.mk-done) = t]
21630         ($(common-objpfx)gnu/lib-names.h): Remove rule.
21631         [$(build-shared) = yes && $(soversions.mk-done) = t]
21632         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
21633         to Makerules.
21634         [$(build-shared) = yes && $(soversions.mk-done) = t]
21635         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
21636         here.
21637         [$(build-shared) = yes && $(soversions.mk-done) = t]
21638         (common-generated): Don't append gnu/lib-names.h and
21639         gnu/lib-names.stmp here.
21640         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
21641         (lib-names-h-abi): New variable.
21642         [$(build-shared) = yes && $(soversions.mk-done) = t]
21643         (lib-names-stmp-abi): Likewise.
21644         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21645         abi-variants] (before-compile): Append
21646         $(common-objpfx)$(lib-names-h-abi).
21647         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21648         abi-variants] (common-generated): Append gnu/lib-names.h.
21649         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21650         abi-variants] (install-others-nosubdir): Depend on
21651         $(inst_includedir)/$(lib-names-h-abi).
21652         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21653         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
21654         [$(build-shared) = yes && $(soversions.mk-done) = t]
21655         ($(common-objpfx)$(lib-names-h-abi)): New rule.
21656         [$(build-shared) = yes && $(soversions.mk-done) = t]
21657         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
21658         [$(build-shared) = yes && $(soversions.mk-done) = t]
21659         (common-generated): Append $(lib-names-h-abi) and
21660         $(lib-names-stmp-abi).
21661         * scripts/lib-names.awk: Do not handle multi being set.
21662         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
21663         Remove variable.
21664         (abi-lp64_be-ld-soname): Likewise.
21665         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
21666         Likewise.
21667         (abi-hard-ld-soname): Likewise.
21668         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
21669         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
21670         Remove variable.
21671         (abi-o32_hard-ld-soname): Likewise.
21672         (abi-o32_soft_2008-ld-soname): Likewise.
21673         (abi-o32_hard_2008-ld-soname): Likewise.
21674         (abi-n32_soft-ld-soname): Likewise.
21675         (abi-n32_hard-ld-soname): Likewise.
21676         (abi-n32_soft_2008-ld-soname): Likewise.
21677         (abi-n32_hard_2008-ld-soname): Likewise.
21678         (abi-n64_soft-ld-soname): Likewise.
21679         (abi-n64_hard-ld-soname): Likewise.
21680         (abi-n64_soft_2008-ld-soname): Likewise.
21681         (abi-n64_hard_2008-ld-soname): Likewise.
21682         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
21683         Likewise.
21684         (abi-64-v2-ld-soname): Likewise.
21685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
21686         ld.so entries.
21687         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
21688         variable.
21689         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
21690         entry.
21691         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
21692         variable.
21693         (abi-64-ld-soname): Likewise.
21694         (abi-x32-ld-soname): Likewise.
21695         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
21696         entry.
21697         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21699 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
21701         [BZ #14138]
21702         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
21703         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
21704         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
21705         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
21706         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
21707         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
21708         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
21709         syscall entry for GLIBC_2.2 symbol version.
21710         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
21711         Likewise.
21712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
21713         (setrlimit): Likewise.
21714         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
21715         Likewise.
21717 2014-09-23  Will Newton  <will.newton@linaro.org>
21719         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
21720         _LINUX_ARM_SYSDEP_H include guard too.
21721         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
21722         define.
21724 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
21726         * sysdeps/unix/sysv/linux/eventfd.c:
21727         Make first argument unsigned.
21728         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
21729         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
21731 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
21733         * socket/recvmmsg.c (recvmmsg): Drop const argument.
21734         * socket/sys/socket.h: Likewise
21735         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
21737 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21739         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
21741 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
21743         * time/tst-ftime.c: New test.
21744         * time/Makefile (tests): Add tst-ftime.
21746 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
21748         * soft-fp/extended.h: Fix comment formatting.
21749         * soft-fp/op-1.h: Likewise.
21750         * soft-fp/op-2.h: Likewise.
21751         * soft-fp/op-4.h: Likewise.
21752         * soft-fp/op-8.h: Likewise.
21753         * soft-fp/op-common.h: Likewise.
21754         * soft-fp/soft-fp.h: Likewise.
21756         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
21758 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
21760         [BZ #6652]
21761         * Makeconfig (soversions-default-setname): Remove variable.
21762         ($(common-objpfx)soversions.i): Don't pass default_setname to
21763         soversions.awk.
21764         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
21765         oldest_abi to abi-versions.awk.
21766         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
21767         * config.make.in (oldest-abi): Remove variable.
21768         * configure.ac (--enable-oldest-abi): Remove configure option.
21769         * configure: Regenerated.
21770         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
21771         text.
21772         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
21773         * scripts/soversions.awk: Do not handle default_setname variable.
21774         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
21775         variable.
21776         * sysdeps/mach/hurd/configure: Regenerated.
21777         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
21778         variable.
21779         * sysdeps/unix/sysv/linux/configure: Regenerated.
21781 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21783         * elf/Makefile (CFLAGS-interp.c): Remove.
21784         ($(elf-objpfx)runtime-linker.h): Generate header with linker
21785         path string.
21786         * elf/interp.c: Include generated runtime-linker.h
21788         * Makerules (lib%.so): Don't include $(+interp) in
21789         prerequisites.
21790         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
21791         * dlfcn/eval.c: Remove file.
21793         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
21794         macros.
21796         [BZ #17266]
21797         * misc/sys/cdefs.h: Define __extern_always_inline for clang
21798         4.2 and newer.
21800         [BZ #17370]
21801         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
21803 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21804             Jakub Jelinek  <jakub@redhat.com>
21806         [BZ #17266]
21807         * libio/stdio.h: Check definition of __fortify_function
21808         instead of __extern_always_inline to include bits/stdio2.h.
21809         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
21810         check if __extern_always_inline is defined.
21811         [__USE_MISC || __USE_XOPEN]: Likewise.
21812         [__USE_ISOC99] Likewise.
21813         * misc/sys/cdefs.h (__fortify_function): Define only if
21814         __extern_always_inline is defined.
21815         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
21816         __extern_always_inline and __extern_inline only for g++-4.3
21817         and newer or a compatible gcc.
21819 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
21821         [BZ #17371]
21822         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
21823         last change to handle zero prefix length.
21825 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21827         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
21828         _SC_REGEX_VERSION.
21830         * posix/getconf.c (vars): Add _POSIX_IPV6 and
21831         _POSIX_RAW_SOCKETS.
21833 2014-09-13  Allan McRae  <allan@archlinux.org>
21835         * po/ru.po: Update Russian translation from translation project.
21837 2014-09-12  Roland McGrath  <roland@hack.frob.com>
21839         * locale/programs/locale.c (show_locale_vars): Inline local function
21840         into its sole call site.  Clean up some style nits.
21841         (print_item): New function, broken out of ...
21842         (show_info): ... local function here.  Clean up style nits.
21844         * locale/programs/ld-ctype.c (set_one_default): New function, broken
21845         out of ...
21846         (set_class_defaults): ... local function set_default here.
21847         Define set_default as a macro locally to pass constant parameters.
21848         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
21849         rather than a shared local.
21851         * stdlib/rpmatch.c (try): New function, broken out of ...
21852         (rpmatch): ... local function here.  Also, prototypify definition.
21854 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
21856         * scripts/soversions.awk: Do not handle configuration names.
21857         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
21858         vendor and os variables to soversions.awk.
21859         * configure.ac: Do not modify gnu-* host_os.
21860         * configure: Regenerated
21861         * shlib-versions: Remove first column with configuration names.
21862         * nptl/shlib-versions: Likewise.
21863         * nptl_db/shlib-versions: Likewise.
21864         * sysdeps/hppa/shlib-versions: Likewise.
21865         * sysdeps/m68k/shlib-versions: Likewise.
21866         * sysdeps/mach/hurd/shlib-versions: Likewise.
21867         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
21868         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
21869         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
21870         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
21871         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
21872         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
21873         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
21874         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
21875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
21876         Likewise.
21877         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21878         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
21879         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
21880         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
21881         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
21882         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
21883         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
21884         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
21887         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
21888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
21889         Regenerated.
21890         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
21891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
21892         Condition symbol version definitions on [HAVE_ELFV2_ABI].
21894         * shlib-versions: Remove OS-specific entries.  Moved to files in
21895         sysdeps.
21896         * sysdeps/mach/hurd/shlib-versions: New file.
21897         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
21899         * nptl/shlib-versions: Remove architecture-specific entries.
21900         Moved to files in sysdeps.
21901         * shlib-versions: Likewise.
21902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
21903         file.
21904         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21905         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
21906         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
21907         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
21909         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
21910         (UDP_NO_CHECK6_RX): Likewise.
21912 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21914         * sysdeps/posix/sysconf.c (__sysconf): Spell
21915         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
21917 2014-08-12  Florian Weimer  <fweimer@redhat.com>
21919         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
21920         loading.
21921         * iconv/Versions (__gconv_transliterate): Export for use from
21922         gconv modules.
21923         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
21924         (struct __gconv_trans_data, __gconv_trans_fct,
21925         __gconv_trans_context_fct, __gconv_trans_query_fct,
21926         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
21927         definitions.
21928         (struct __gconv_step_data): Remove __trans member.
21929         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
21930         longer hidden.  Remove unused trans_data argument.
21931         * iconv/gconv_int.h (struct trans_struct): Remove definition.
21932         (__gconv_translit_find): Remove declaration.
21933         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
21934         prototype.
21935         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
21936         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
21937         trans_data argument.  Add hidden definition.
21938         (__gconv_translit_find): Remove.
21939         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
21940         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
21941         * iconv/skeleton.c: Remove transliteration initialization.
21942         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
21943         __gconv_step_data initialization.
21944         * libio/iofwide.c (__libio_translit_): Remove.
21945         (_IO_fwide): Adjust struct __gconv_step_data initialization.
21946         * wcsmbs/btowc.c (__btowc): Likewise.
21947         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
21948         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
21949         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
21950         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
21951         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
21952         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
21953         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
21954         * wcsmbs/wctob.c (wctob): Likewise.
21956 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21958         [BZ #16194]
21959         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
21960         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
21961         register usage.
21962         * sysdeps/x86/Makefile: Adjust.
21964 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21965             Roland McGrath  <roland@hack.frob.com>
21967         * locale/weight.h: Add include guard.
21968         (findidx): Make static rather than auto; take new parameters
21969         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
21970         * locale/weightwc.h: Likewise.
21971         * posix/fnmatch_loop.c
21972         (FCT): Change type of EXTRA from int32_t to wint_t.
21973         Don't include either header inside the function.
21974         Call FINDIDX rather than findidx, and pass new arguments.
21975         #undef FINDIDX at the end of the file.
21976         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
21977         FINDIDX before including fnmatch_loop.c for the non-wide version.
21978         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
21979         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
21980         for the wide version.
21981         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
21982         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
21983         Pass new arguments to findidx.
21984         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
21985         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
21986         Don't #include it inside the function.  Pass new arguments to findidx.
21987         * posix/regex_internal.h
21988         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
21989         (re_string_elem_size_at): Don't #include it inside the function.
21990         Pass new arguments to findidx.
21991         * string/strcoll_l.c: #include WEIGHT_H at top level.
21992         (get_next_seq): Don't #include it inside the function.
21993         Pass new arguments to findidx.
21994         (get_next_seq_nocache): Likewise.
21995         * string/strxfrm_l.c: #include WEIGHT_H at top level.
21996         (STRXFRM): Don't #include it inside the function.
21997         Pass new arguments to findidx.
21999 2014-09-11  Florian Weimer  <fweimer@redhat.com>
22001         [BZ #17344]
22002         * malloc/malloc.c (unlink): Turn asserts into a call to
22003         malloc_printerr.
22005 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
22007         [BZ #17370]
22008         * libio/wfileops (do_ftell_wide): Free OUT.
22010 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
22012         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
22014 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22016         [BZ #17363]
22017         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
22018         group if the current group is empty.
22020 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22022         * benchtests/bench-memset.c (test_main): Add more test from size
22023         from 32 to 512 bytes.
22024         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
22025         Add POWER8 memset object.
22026         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22027         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
22028         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
22029         implementation.
22030         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
22031         Likewise.
22032         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
22033         multiarch POWER8 memset optimization.
22034         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
22035         POWER8 memset optimization.
22037         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
22038         Remove bzero multiarch objects.
22039         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
22040         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
22041         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
22042         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
22043         Remove define.
22044         [__bzero]: Redefine to specific name.
22045         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
22046         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
22047         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
22048         define.
22049         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22050         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22052 2014-09-10  Florian Weimer  <fweimer@redhat.com>
22054         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
22055         warnings into errors.
22057         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
22058         __cxa_thread_atexit_impl prototype.
22060 2014-09-09  Steve Ellcey  <sellcey@mips.com>
22062         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
22063         Fix capitalization of error message.
22065 2014-09-09  Steve Ellcey  <sellcey@mips.com>
22067         * sysdeps/mips/preconfigure: Modify ABI tests.
22069 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
22071         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
22073 2014-09-07  Roland McGrath  <roland@hack.frob.com>
22074             Carlos O'Donell  <carlos@systemhalted.org>
22076         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
22077         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
22078         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
22079         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
22080         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
22081         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
22082         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
22083         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
22084         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
22085         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
22086         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
22087         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
22088         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
22089         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
22090         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
22091         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
22092         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
22093         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
22094         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
22095         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
22096         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
22097         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
22098         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
22099         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
22100         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
22101         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
22102         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
22103         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
22104         Deconditionalize the code that was previously under [RESET_PID].
22105         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
22106         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
22107         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
22108         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
22109         include sysdep.h.
22111 2014-09-08  Allan McRae  <allan@archlinux.org>
22113         * version.h (RELEASE): Set to "development".
22114         (VERSION): Set to "2.20.90"
22116 2014-09-07  Allan McRae  <allan@archlinux.org
22118         * version.h (RELEASE): Set to "stable".
22119         (VERSION): Set to "2.20"
22120         * include/features.h (__GLIBC_MINOR__): Set to 20.
22122         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
22123         Liebler.
22125         * po/ko.po: Update Korean translation from translation project.
22127 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
22129         [BZ #17354]
22130         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
22131         macro for handling signed relocations.
22133 2014-09-03  Florian Weimer  <fweimer@redhat.com>
22135         [BZ #17325]
22136         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
22137         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
22138         assert.
22139         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
22140         * iconvdata/ibm935.c (BODY): Likewise.
22141         * iconvdata/ibm937.c (BODY): Likewise.
22142         * iconvdata/ibm939.c (BODY): Likewise.
22143         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
22144         assert.
22145         * iconvdata/Makefile (iconv-test.out): Pass module list to test
22146         script.
22147         * iconvdata/run-iconv-test.sh: New test loop for checking for
22148         decoder crashers.
22150 2014-09-02  Khem Raj  <raj.khem@gmail.com>
22152         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
22153         libm_hidden_ver.
22155 2014-09-01  Allan McRae  <allan@archlinux.org>
22157         * po/eo.po: Update Esperanto translation from translation project.
22159         * po/ca.po: Update Catalan translation from translation project.
22161 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22163         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
22164         __proc_dostop call.
22166 2014-08-27  Mark Wielaard  <mjw@redhat.com>
22168         [BZ #17319]
22169         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
22170         to call set_thread_area instead of hand written asm.
22171         (__NR_set_thread_area): Removed define.
22172         (TLS_FLAG_WRITABLE): Likewise.
22173         (__ASSUME_SET_THREAD_AREA): Remove check.
22174         (TLS_EBX_ARG): Remove define.
22175         (TLS_LOAD_EBX): Likewise.
22177 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22179         Simplify atomicity of socket creation in bind.
22181         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
22182         looking up the name after linking the file.
22184 2014-08-27  Allan McRae  <allan@archlinux.org>
22186         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
22188 2014-08-26  Florian Weimer  <fweimer@redhat.com>
22190         [BZ #17187]
22191         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
22192         trans_compare, open_translit, __gconv_translit_find):
22193         Remove module loading code.
22195 2014-08-26  Allan McRae  <allan@archlinux.org>
22197         * po/vi.po: Update Vietnamese translation from translation project.
22199         * po/uk.po: Update Ukrainian translation from translation project.
22201         * po/fr.po: Update French translation from translation project.
22203         * po/ru.po: Update Russian translation from translation project.
22205         * po/pl.po: Update Polish translation from translation project.
22207         * po/cs.po: Update Czech translation from translation project.
22209         * po/de.po: Update German translation from translation project.
22211         * po/bg.po: Update Bulgarian translation from translation project.
22213         * po/sv.po: Update Sweedish translation from translation project.
22215         * po/nl.po: Update Dutch translation from translation project.
22217         * po/es.po: Update Spanish translation from translation project.
22219 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22221         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
22223         * catgets/Makefile (CPPFLAGS-gencat): Remove.
22224         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
22225         (CPPFLAGS-iconvconfig): Likewise.
22226         * timezone/Makefile (CPPFLAGS-zic): Likewise.
22228         * include/libc-symbols.h: Remove unnecessary check for
22229         NOT_IN_libc.
22230         * nptl/pthreadP.h: Likewise.
22231         * sysdeps/aarch64/setjmp.S: Likewise.
22232         * sysdeps/alpha/setjmp.S: Likewise.
22233         * sysdeps/arm/sysdep.h: Likewise.
22234         * sysdeps/i386/setjmp.S: Likewise.
22235         * sysdeps/m68k/setjmp.c: Likewise.
22236         * sysdeps/posix/getcwd.c: Likewise.
22237         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22238         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
22239         * sysdeps/s390/s390-32/setjmp.S: Likewise.
22240         * sysdeps/s390/s390-64/setjmp.S: Likewise.
22241         * sysdeps/sh/sh3/setjmp.S: Likewise.
22242         * sysdeps/sh/sh4/setjmp.S: Likewise.
22243         * sysdeps/unix/alpha/sysdep.h: Likewise.
22244         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
22245         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
22246         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
22247         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
22248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
22249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
22250         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
22251         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
22252         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
22253         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
22254         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
22255         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
22256         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
22257         * sysdeps/x86_64/setjmp.S: Likewise.
22259 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
22261         [BZ #17263]
22262         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
22263         <stdint.h>.
22264         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
22265         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
22267 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22269         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
22271         [BZ #17262]
22272         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
22273         and __x86_64__ when disabling x87 inline functions.
22275 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
22277         [BZ #17259]
22278         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
22279         asm statement with __cpuid_count.
22281 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
22283         * configure.ac: Change __ehdr_start code to dereference the struct.
22284         Run readelf on the output to look for relocations.
22285         * configure: Regenerated.
22287 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
22289         [BZ #17261]
22290         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
22291         value to 0.
22292         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
22294 2014-08-12  Roland McGrath  <roland@hack.frob.com>
22296         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
22298 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
22300         [BZ #16892]
22301         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
22302         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
22304 2014-08-12  Sean Anderson  <seanga2@gmail.com>
22306         * malloc/malloc.c: Fix typo in comment.
22308 2014-08-09  Allan McRae  <allan@archlinux.org>
22310         * Regenerate libc.po.
22312 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
22314         * intl/tst-gettext2.sh: Check every lang file for creation.
22316 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
22318         * sysdeps/aarch64/fpu/math_private.h
22319         (libc_feholdsetround_noex_aarch64_ctx): New function.
22321 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
22323         * sysdeps/arm/armv6/strcpy.S (strcpy):
22324         Fix performance issue in misaligned cases.
22326 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22328         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
22329         Move definition from termios.h.
22330         (struct termio): Likewise.
22331         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
22332         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
22333         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
22334         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
22335         Likewise.
22336         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
22337         Move definition to ioctl-types.h
22338         (struct termio): Likewise.
22339         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
22340         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
22341         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
22342         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
22343         Likewise.
22345 2014-08-05  Richard Henderson  <rth@redhat.com>
22347         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
22348         exceptions.
22349         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
22350         Add fraiseexcpt.
22351         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
22352         Use __feraiseexcept.
22353         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
22354         Protect libm symbols with IS_IN_libm.
22356         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
22358 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
22360         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
22362 2014-08-04  Will Newton  <will.newton@linaro.org>
22364         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
22365         file.
22367 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
22369         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
22370         variants for each function.
22372 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22374         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
22375         appended ...
22376         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
22377         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
22378         appended ...
22379         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
22380         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
22381         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
22382         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
22383         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
22384         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
22385         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
22386         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
22387         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
22388         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
22389         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
22390         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
22391         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
22392         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
22393         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
22394         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
22395         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
22396         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
22397         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
22398         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
22399         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
22400         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
22401         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
22402         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
22403         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
22404         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
22405         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
22406         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
22407         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
22408         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
22409         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
22410         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
22411         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
22412         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
22413         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
22414         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
22415         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
22416         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
22417         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
22418         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
22419         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
22420         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
22421         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
22422         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
22423         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
22424         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
22425         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
22426         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
22427         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
22428         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
22429         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
22430         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
22431         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
22432         Update #include.
22433         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
22434         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
22436 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22438         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
22439         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
22440         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
22441         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
22442         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
22443         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
22445 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22447         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
22448         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
22449         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
22450         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
22452 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22454         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
22455         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
22456         (__libc_vfork): Define function under this name.
22457         (__vfork): Define as an alias.
22458         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
22459         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
22461 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22463         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
22464         that was previously under [RESET_PID].
22465         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
22467 2014-08-04  Andreas Schwab  <schwab@suse.de>
22469         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
22471 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
22473         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
22474         (main): Likewise.
22476 2014-08-01  Roland McGrath  <roland@hack.frob.com>
22478         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
22480 2014-08-01  Richard Henderon  <rth@redhat.com>
22482         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
22483         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
22484         typo in exact zero test.
22485         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
22486         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
22487         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
22489 2014-08-01  Roland McGrath  <roland@hack.frob.com>
22491         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
22492         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
22493         * sysdeps/arm/sysdep.h: ... here.
22494         [!__ASSEMBLER__]: Include <stdint.h>.
22496 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22498         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
22499         (HAVE_WCTYPE_H): Likewise.
22500         (HAVE_ISWCTYPE): Likewise.
22501         (ENABLE_NLS): Likewise.
22502         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
22503         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
22505         * posix/regex_internal.c: Check if DEBUG is defined and is
22506         set.
22508         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
22509         (HAVE_MBSRTOWCS): Likewise.
22510         * posix/fnmatch.c: Include string.h unconditionally.
22512 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
22514         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
22515         reversal.
22517 2014-07-31  Roland McGrath  <roland@hack.frob.com>
22519         * sysdeps/generic/safe-fatal.h: New file.
22520         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
22521         * nptl/forward.c: Include it.
22522         (__pthread_unwind): Use __safe_fatal as default action, rather
22523         than a bogus use of INTERNAL_SYSCALL that could never work.
22525         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
22526         * configure.ac (libc_cv_builtin_trap): New test.
22527         * configure: Regenerated.
22528         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
22529         (ABORT_INSTRUCTION): Define using __builtin_trap.
22531         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
22532         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
22533         * sysdeps/nptl/nptl-signals.h: New file.
22534         * nptl/pthreadP.h: Include <nptl-signals.h>.
22536 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
22538         * sysdeps/s390/s390-64/utf16-utf32-z9.c
22539         (ONE_DIRECTION): Define.
22540         * sysdeps/s390/s390-64/utf8-utf16-z9.c
22541         (ONE_DIRECTION): Define.
22542         * sysdeps/s390/s390-64/utf8-utf32-z9.c
22543         (ONE_DIRECTION): Define.
22545 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
22547         * sysdeps/s390/Makefile: Delete file.
22548         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
22549         * sysdeps/s390/__longjmp.c: Delete file.
22550         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
22551         Remove fields __flags and __reserved.
22552         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
22553         and add versioning.
22554         * sysdeps/s390/rtld-__longjmp.c: Delete file.
22555         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
22556         * sysdeps/s390/rtld-setjmp.S: Likewise.
22557         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
22558         * sysdeps/s390/s390-32/__longjmp.c: ... here.
22559         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
22560         * sysdeps/s390/s390-32/setjmp.S: ... here.
22561         Add versioning.
22562         (__sigsetjmp): Remove setting __flags field.
22563         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
22564         * sysdeps/s390/s390-64/__longjmp.c: ... here.
22565         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
22566         * sysdeps/s390/s390-64/setjmp.S: ... here.
22567         Add versioning.
22568         (__sigsetjmp): Remove setting __flags field.
22569         * sysdeps/s390/setjmp.S: Delete file.
22570         * sysdeps/s390/sigjmp.c: Likewise.
22571         * sysdeps/s390/v1-longjmp.c: Likewise.
22572         * sysdeps/s390/v1-setjmp.h: Likewise.
22573         * sysdeps/s390/v1-sigjmp.c: Likewise.
22574         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
22575         Remove v1-longjmp_chk.
22576         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
22577         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
22578         Include debug/longjmp_chk.c and add versioning.
22579         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
22580         Include nptl/pt-longjmp.c and add versioning.
22581         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
22582         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
22583         Include __longjmp.c.
22584         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
22585         Move to ...
22586         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
22587         (__getcontext): Remove setting __flags field.
22588         Add versioning.
22589         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22590         Don't restore upper high grps.
22591         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
22592         Likewise.
22593         (__swapcontext): Remove setting uc_flags field.
22594         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
22595         Delete file.
22596         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
22597         Include __longjmp.c.
22598         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
22599         Move to ...
22600         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
22601         (__getcontext): Remove setting __flags field.
22602         Add versioning.
22603         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
22604         (__swapcontext): Remove setting uc_flags field.
22605         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
22606         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
22607         Remove fields uc_high_gprs and __reserved.
22608         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
22609         New file with reverted content.
22610         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
22611         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
22612         Regenerated.
22613         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
22614         Regenerated.
22616 2014-07-31  Andreas Schwab  <schwab@suse.de>
22618         * config.h.in (HAVE_IFUNC): Define to 0.
22619         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
22620         definedness.
22622 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
22624         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22625         memmove-avx-unaligned, memcpy-avx-unaligned and
22626         mempcpy-avx-unaligned.
22627         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22628         Add tests for AVX memcpy functions.
22629         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
22630         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
22631         memcpy_chk.
22632         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
22633         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
22634         memmove_chk.
22635         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
22636         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
22637         mempcpy_chk.
22638         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
22639         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
22640         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
22642 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22644         [BZ #17213]
22645         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
22646         powerpc64le.
22648 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
22650         [BZ #16839]
22651         * manual/llio.texi: Add section about open file description locks.
22652         * manual/examples/ofdlocks.c: Example of open file description
22653         lock usage.
22654         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
22655         F_OFD_SETLK, and F_OFD_SETLKW.
22657 2014-07-23  Allan McRae  <allan@archlinux.org>
22659         * po/es.po: Update Spanish translation from translation project.
22661 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
22663         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
22665 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
22667         [BZ #17078]
22668         * sysdeps/arm/dl-machine.h (elf_machine_rela)
22669         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
22670         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
22672 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
22674         [BZ #17088]
22675         * math/fesetenv.c (__fesetenv)
22676         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
22677         * math/feupdateenv.c (__feupdateenv)
22678         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
22680         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
22681         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
22682         (__ASSUME_SOCKETCALL): Do not define.
22684         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
22685         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
22686         (__ASSUME_SOCKETCALL): Do not define.
22687         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
22688         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
22689         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22690         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
22691         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22692         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
22693         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22694         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22696         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
22697         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
22698         (__ASSUME_SOCKETCALL): Do not define.
22699         (__ASSUME_IPC64): Define unconditionally.
22700         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
22701         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22702         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
22703         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22704         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
22705         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22706         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
22707         Likewise.
22709         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
22710         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
22711         (__ASSUME_SOCKETCALL): Do not define.
22712         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
22713         (__ASSUME_FUTEX_LOCK_PI): Likewise.
22714         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22715         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
22716         (__ASSUME_REQUEUE_PI): Define unconditionally.
22717         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
22718         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
22719         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22720         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
22721         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22722         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22724         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
22725         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
22726         (__ASSUME_SOCKETCALL): Do not define.
22727         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
22728         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22729         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22730         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
22731         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22732         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22734         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
22735         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
22736         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22737         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
22738         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22739         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
22740         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22741         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
22742         (__ASSUME_GETCPU_SYSCALL): Likewise.
22744         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
22745         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
22746         cases for individual architectures.
22747         * sysdeps/gnu/configure: Regenerated.
22748         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
22749         LIBC_SLIBDIR_RTLDDIR.
22750         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
22751         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
22752         LIBC_SLIBDIR_RTLDDIR.
22753         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
22754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
22755         LIBC_SLIBDIR_RTLDDIR.
22756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
22757         Regenerated.
22758         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
22759         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
22760         file.
22761         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
22762         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
22763         file.
22764         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
22765         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
22766         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
22767         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
22769         * sysdeps/aarch64/shlib-versions: Move to ...
22770         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
22771         * sysdeps/alpha/shlib-versions: Move to ...
22772         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
22773         * sysdeps/arm/shlib-versions: Move to ...
22774         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
22775         * sysdeps/hppa/shlib-versions: Move all contents except for
22776         libgcc_s entry to ...
22777         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
22778         entry from ...
22779         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
22780         * sysdeps/ia64/shlib-versions: Move to ...
22781         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
22782         entry from ...
22783         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
22784         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
22785         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
22786         * sysdeps/microblaze/shlib-versions: Move to ...
22787         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
22788         * sysdeps/mips/shlib-versions: Move to ...
22789         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
22790         entry from ...
22791         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
22792         * sysdeps/tile/shlib-versions: Move to ...
22793         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
22794         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
22795         from ...
22796         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
22797         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
22798         entry from ...
22799         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
22801 2014-07-17  Will Newton  <will.newton@linaro.org>
22803         * sysdeps/arm/bits/atomic.h
22804         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
22805         (__arch_compare_and_exchange_bool_16_int): Likewise.
22806         (__arch_compare_and_exchange_bool_64_int): Likewise.
22808         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
22809         into an #else block.
22811 2014-07-16  Roland McGrath  <roland@hack.frob.com>
22813         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
22814         just Linux configurations.  Test empirically that the compiler sets
22815         __ARM_EABI__, rather than using the tuple to decide.
22816         * sysdeps/arm/preconfigure: Regenerated.
22817         * sysdeps/unix/sysv/linux/arm/configure: File removed.
22818         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
22819         contents appended ...
22820         * sysdeps/arm/configure.ac: ... here.
22821         * sysdeps/arm/configure: Regenerated.
22823 2014-07-15  Roland McGrath  <roland@hack.frob.com>
22825         * nptl/pthread_kill.c: New file.
22826         * nptl/pthread_sigmask.c: New file.
22827         * nptl/pthread_sigqueue.c: New file.
22829         * sysdeps/nptl/lowlevellock.h: New file.
22830         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
22831         * sysdeps/nptl/lowlevellock-futex.h: New file.
22833         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
22834         Remove dead declarations.
22836 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
22838         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
22839         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
22840         config-cflags-avx2.
22841         * sysdeps/x86_64/configure.ac: Likewise.
22842         * sysdeps/i386/configure: Regenerated.
22843         * sysdeps/x86_64/configure: Likewise.
22844         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22845         memset-avx2 only if config-cflags-avx2 is yes.
22846         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22847         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
22848         defined.
22849         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
22850         only if HAVE_AVX2_SUPPORT is defined.
22851         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22853 2014-07-14  Alan Modra  <amodra@gmail.com>
22855         [BZ #17153]
22856         * elf/elf.h (DT_PPC64_NUM): Correct value.
22857         * NEWS: Add to fixed bug list.
22859 2014-07-13  Jim Meyering  <meyering@fb.com>
22861         [BZ 17150]
22862         regex: don't deref NULL upon heap allocation failure
22863         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
22864         failure in one more place.
22865         To trigger the segfault, configure grep -with-included-regex,
22866         build it, and run these commands:
22867         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
22869 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
22871         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
22873 2014-07-11  Richard Henderson  <rth@redhat.com>
22875         * sysdeps/aarch64/libm-test-ulps: Update.
22877 2014-07-10  Florian Weimer  <fweimer@redhat.com>
22879         [BZ #17135]
22880         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
22881         * nptl/allocatestack.c (__nptl_setxid_error): New function.
22882         (__nptl_setxid): Initialize error member.  Call
22883         __nptl_setxid_error.
22884         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
22885         * nptl/descr.h (struct xid_command): Add error member.
22886         * nptl/tst-setuid3.c: New file.
22887         * nptl/Makefile (tests): Add it.
22889 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22891         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
22892         New define.
22893         (__lll_trylock): Use __lll_base_trylock.
22894         (__lll_cond_trylock): Likewise.
22896 2014-07-10  Roland McGrath  <roland@hack.frob.com>
22898         * nptl/pthread_create.c (start_thread): Use atomic_or and
22899         lll_futex_wake directly rather than lll_robust_dead.
22900         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
22901         (lll_robust_dead): Macro removed.
22902         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
22903         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
22904         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
22905         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
22906         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
22907         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
22908         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
22909         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
22910         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
22911         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
22912         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
22913         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
22914         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
22915         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
22916         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
22918         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
22919         Use atomic_compare_and_exchange_val_acq directly rather than
22920         lll_robust_trylock.
22921         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
22922         (__lll_robust_trylock, lll_robust_trylock): Removed.
22923         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
22924         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
22925         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
22926         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
22927         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
22928         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
22929         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
22930         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
22931         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
22932         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
22933         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
22934         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
22935         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
22936         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
22938 2014-07-02  Florian Weimer  <fweimer@redhat.com>
22940         * manual/locale.texi (Locale Names): New section documenting
22941         locale name syntax.  Adjust menu and node chaining accordingly.
22942         (Choosing Locale): Reference Locale Names, Locale Categories.
22943         Mention setting LC_ALL=C.  Reflect that name syntax is now
22944         documented.
22945         (Locale Categories): New section title.  Reference Locale Names.
22946         LC_ALL is an environment variable, but not a category.
22947         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
22948         description, now in Locale Name.  Reference that section.  Locale
22949         name syntax is now documented.
22951 2014-07-02  Florian Weimer  <fweimer@redhat.com>
22953         [BZ #17137]
22954         * locale/findlocale.c (name_present, valid_locale_name): New
22955         functions.
22956         (_nl_find_locale): Use the loc_name variable to store name
22957         candidates.  Call name_present and valid_locale_name to check and
22958         validate locale names.  Return an error if the locale is invalid.
22960 2014-07-02  Florian Weimer  <fweimer@redhat.com>
22962         * locale/setlocale.c (setlocale): Use strdup for allocating
22963         composite name copy.
22965 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22967         Sync up with gnulib.
22968         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
22969         [!_LIBC && ENABLE_NLS]: Include gettext.h.
22970         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
22971         and _GL_ARG_NONNULL.
22972         [USE_UNLOCKED_IO]: Include unlocked-io.h.
22973         [!_LIBC]: Include code for Windows and Cygwin.
22974         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
22975         Include prototype for int strerror_r.
22976         [!_LIBC] (is_open): New function.
22977         (flush_stdout): New function.
22978         (print_errno_message): Use it.
22979         (error): Likewise.
22980         (error_at_line): Likewise.
22981         (error_tail) Add function attribute macros.  Use
22982         __builtin_expect.
22984         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
22986         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
22988         * io/ftw.c: Include sys/param.h unconditionally.
22990         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
22992         [BZ #17125]
22993         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
22994         libc_freeres_ptr.
22995         (freecache): New function to free CACHE on exit.
22997         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
22998         initialization.
23000 2014-07-09  David S. Miller  <davem@davemloft.net>
23002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23004         * sysdeps/sparc/nptl/internaltypes.h: Delete.
23005         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
23006         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
23007         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
23008         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
23009         * sysdeps/sparc/nptl/sem_init.c: Likewise.
23010         * sysdeps/sparc/nptl/sem_post.c: Likewise.
23011         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
23012         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
23013         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
23014         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
23015         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
23016         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
23018 2014-07-09  Andreas Schwab  <schwab@suse.de>
23020         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
23021         output.
23022         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
23023         (do_test): Likewise.
23025         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
23027 2014-07-09  Will Newton  <will.newton@linaro.org>
23029         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
23030         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
23031         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
23032         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
23033         * sysdeps/hppa/start.S (_start): Likewise.
23035 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
23037         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
23039         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
23040         defined.
23042 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23044         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
23045         after checking that it is non-NULL.
23047         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
23049 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23051         * sysdeps/powerpc/memmove.c: Remove file.
23052         * sysdeps/powerpc/powerpc32/power4/memcopy.h
23053         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
23054         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
23055         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
23056         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
23057         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
23058         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
23059         string memmove instead of removed powerpc one.
23061         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
23062         [weak_alias]: Fix compiler warning due trailing data.
23063         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
23064         [weak_alias]: Likewise.
23065         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
23066         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
23068         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23069         (__libc_ifunc_impl_list): Add memmove functions.
23071 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23073         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
23074         Remove code.
23075         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
23076         Likewise
23077         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
23078         Likewise
23079         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
23080         Likewise
23081         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
23082         Likewise
23083         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
23084         Likewise
23085         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
23086         Likewise
23087         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
23088         Likewise
23089         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
23090         Likewise
23091         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
23092         Likewise
23093         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
23094         Likewise
23095         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
23096         Likewise
23097         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
23098         Likewise
23099         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
23100         Likewise
23101         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
23102         Likewise
23103         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
23104         Likewise
23105         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
23106         Likewise
23108 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23110         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
23111         to avoid alignment traps in non-cacheable memory.
23112         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23114         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
23115         multiarch objects.
23116         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
23117         file: multiarch power7 memmove.
23118         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
23119         multiarch default memmove.
23120         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
23121         multiarch memove for powerpc32/power4.
23123         * string/bcopy.c: Use full path to include memmove.c.
23124         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
23125         multiarch objects.
23126         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
23127         bcopy for powerpc64.
23128         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
23129         bcopy for powerpc64.
23130         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
23131         and memmove implementations.
23132         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
23133         optimized multiarch memmove for POWER7/powerpc64.
23134         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
23135         default multiarch memmove for powerpc64.
23136         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
23137         multiarch for powerpc64.
23138         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
23139         for POWER7/powerpc64.
23140         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
23141         memmove for POWER7/powerpc64.
23143         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
23144         glibc default one.
23146         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
23147         __ELF_NATIVE_CLASS equal to 64.
23149 2014-07-07  Roland McGrath  <roland@hack.frob.com>
23151         * sysdeps/nptl/lowlevellock.h: File removed.
23153         * NEWS: NPTL is no longer an add-on!
23154         * nptl/internaltypes.h: Moved ...
23155         * sysdeps/nptl/internaltypes.h: ... here.
23156         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
23157         * sysdeps/nptl/fork.c: Likewise.
23158         * sysdeps/nptl/gai_misc.h: Likewise.
23159         * sysdeps/nptl/librt-cancellation.c: Likewise.
23160         * sysdeps/nptl/jmp-unwind.c: Likewise.
23161         * sysdeps/nptl/setxid.h: Likewise.
23162         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
23163         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
23164         * sysdeps/unix/sysv/linux/arm/Implies: New file.
23165         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
23166         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
23167         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
23168         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
23169         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
23170         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
23171         * sysdeps/unix/sysv/linux/mips/Implies: New file.
23172         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
23173         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
23174         * sysdeps/unix/sysv/linux/sh/Implies: New file.
23175         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
23176         * sysdeps/unix/sysv/linux/tile/Implies: New file.
23177         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
23178         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
23179         * nptl/Makeconfig: Moved ...
23180         * sysdeps/nptl/Makeconfig: ... here.
23181         * nptl/configure: File removed.
23182         * nptl/ANNOUNCE: File removed.
23183         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
23184         * sysdeps/unix/sysv/linux/configure: Regenerated.
23186         * nptl/Makefile (routines): Add libc_pthread_init,
23187         libc_multiple_threads, register-atfork and unregister-atfork.
23188         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
23189         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
23190         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
23191         pthread-pi-defines.sym, structsem.sym.
23192         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
23193         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
23194         [$(subdir) = nptl] (tests): Add tst-setgetname.
23195         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
23196         * sysdeps/unix/sysv/linux/sigaction.c: Just include
23197         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
23198         [!LIBC_SIGACTION]: Remove aliases.
23199         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
23200         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
23201         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
23202         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
23203         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
23204         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
23205         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
23206         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
23207         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
23208         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
23209         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
23210         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
23211         __libc_allocate_rtsig_private.
23212         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
23213         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
23214         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
23215         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
23216         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
23217         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
23218         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
23219         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
23220         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
23221         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
23222         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
23223         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
23224         * nptl/internaltypes.h: ... here.
23225         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
23226         * sysdeps/nptl/jmp-unwind.c: ... here.
23227         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
23228         * nptl/libc-lowlevellock.c: ... here.
23229         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
23230         * nptl/libc_multiple_threads.c: ... here.
23231         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
23232         * nptl/libc_pthread_init.c: ... here.
23233         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
23234         * nptl/lowlevelbarrier.sym: ... here.
23235         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
23236         * nptl/lowlevelcond.sym: ... here.
23237         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
23238         * nptl/lowlevellock.c: ... here.
23239         * nptl/lowlevellock.h: Moved ...
23240         * sysdeps/nptl/lowlevellock.h: ... here.
23241         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
23242         * nptl/lowlevelrobustlock.c: ... here.
23243         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
23244         * nptl/lowlevelrobustlock.sym: ... here.
23245         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
23246         * nptl/lowlevelrwlock.sym: ... here.
23247         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
23248         * nptl/pt-fork.c: ... here.
23249         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
23250         * nptl/pthread-pi-defines.sym: ... here.
23251         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
23252         * nptl/pthread_attr_getaffinity.c: ... here.
23253         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
23254         * nptl/pthread_attr_setaffinity.c: ... here.
23255         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
23256         * nptl/pthread_mutex_cond_lock.c: ... here.
23257         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
23258         Update #include.
23259         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
23260         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
23261         * nptl/pthread_once.c: ... here, replacing old file.
23262         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
23263         * nptl/pthread_yield.c: ... here.
23264         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
23265         * nptl/register-atfork.c: ... here.
23266         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
23267         * nptl/sem_post.c: ... here.
23268         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
23269         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
23270         * nptl/sem_timedwait.c: ... here.
23271         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
23272         * nptl/sem_trywait.c: ... here.
23273         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
23274         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
23275         * nptl/sem_wait.c: ... here.
23276         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
23277         * nptl/structsem.sym: ... here.
23278         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
23279         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
23280         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
23281         * nptl/unregister-atfork.c: ... here.
23282         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
23283         * nptl/unwindbuf.sym: ... here.
23284         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
23285         * sysdeps/nptl/fork.c: ... here.
23286         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
23287         * sysdeps/nptl/fork.h: ... here.
23288         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
23289         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
23290         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
23291         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
23292         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
23293         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
23294         * sysdeps/unix/sysv/linux/getpid.c: ... here.
23295         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
23296         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
23297         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
23298         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
23299         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
23300         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
23301         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
23302         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
23303         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
23304         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
23305         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
23306         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
23307         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
23308         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
23309         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
23310         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
23311         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
23312         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
23313         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
23314         * sysdeps/unix/sysv/linux/raise.c: ... here.
23315         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
23316         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
23317         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
23318         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
23319         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
23320         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
23321         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
23322         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
23323         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
23324         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
23325         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
23326         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
23327         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
23328         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
23329         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
23331 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23333         * sysdeps/generic/memcopy.h: Add comment for
23334         MEMCPY_OK_FOR_FWD_MEMMOVE.
23336 2014-07-04  Will Newton  <will.newton@linaro.org>
23338         * string/memchr.c: Merge from gnulib.
23339         [_LIBC]: Remove conditionals.
23340         (__ptr_t): Remove define.
23341         (LONG_MAX_32_BITS): Likewise.
23342         (LONG_MAX): Likewise.
23343         (MEMCHR): Use ANSI prototype and optimize algorithm.
23345         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
23347 2014-07-03  Roland McGrath  <roland@hack.frob.com>
23349         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
23350         (lll_futex_timed_wait_bitset): Fix syscall argument count.
23352         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
23353         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
23354         in a bare environment with no <stdlib.h> installed.
23355         * sysdeps/nptl/configure: Regenerated.
23357         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
23359         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
23360         AC_EGREP_CPP for kernel header checks, so they only succeed if
23361         including <linux/version.h> actually works right.
23362         * sysdeps/unix/sysv/linux/configure: Regenerated.
23364         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
23365         value so it's not diagnosed as unused.
23367         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
23368         thing) with "ifeq ($(subdir),rt)".
23370 2014-07-03  Richard Henderson  <rth@redhat.com>
23372         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
23373         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
23374         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
23376         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
23377         (math_force_eval): New.
23379         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
23380         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
23382         * sysdeps/alpha/fpu/s_round.c: Remove file.
23383         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
23385         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
23386         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
23387         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
23388         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
23389         (_dl_start, print_statistics): Likewise.
23390         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
23391         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
23393         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23394         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23395         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23396         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23397         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
23398         (HP_SMALL_TIMING_AVAIL): Define.
23399         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23400         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
23401         (HP_SMALL_TIMING_AVAIL): Define.
23402         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23403         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
23405         * sysdeps/aarch64/hp-timing.h: New file.
23407         * sysdeps/generic/hp-timing.h: Remove dead comment.
23408         * sysdeps/generic/hp-timing-common.h: New file.
23409         * sysdeps/alpha/hp-timing.h: Include it.
23410         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
23411         * sysdeps/i386/i686/hp-timing.h: Likewise.
23412         * sysdeps/ia64/hp-timing.h: Likewise.
23413         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
23414         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
23415         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
23416         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
23417         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
23418         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
23419         (hp_timing_t): New.
23421         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
23422         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
23423         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
23424         * elf/rtld.c (_dl_start_final): Likewise.
23425         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
23426         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23427         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23428         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23429         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23430         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
23431         (HP_TIMING_DIFF_INIT): Remove.
23432         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23433         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
23434         (HP_TIMING_DIFF_INIT): Remove.
23435         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
23436         * sysdeps/i386/i686/hp-timing.c: Remove file.
23437         * sysdeps/x86_64/hp-timing.c: Remove file.
23438         * sysdeps/ia64/hp-timing.c: Remove file.
23439         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
23440         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
23441         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
23442         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
23444         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
23445         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
23446         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
23447         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
23448         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
23449         (HP_TIMING_ACCUM): Remove.
23450         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
23451         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
23452         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
23454         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
23455         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
23456         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
23457         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
23458         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
23459         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
23460         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
23461         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
23463         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
23465 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
23467         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
23469 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23471         Sync up with gettext.
23472         * intl/loadmsgcat.c: Define O_BINARY if not defined.
23473         [_MSC_VER]: Include malloc.h
23474         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
23475         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
23476         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
23477         TEMP_FAILURE_RETRY.  Cast return of alloca.
23478         [!_LIBC] Call gl_rwlock_init.
23479         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
23481 2014-07-02  Roland McGrath  <roland@hack.frob.com>
23483         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
23484         before checking its value.
23486 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23488         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
23490         * debug/memcpy_chk.c: Don't include pagecopy.h.
23491         * debug/mempcpy_chk.c: Likewise.
23492         * string/memcpy.c: Likewise.
23493         * string/memmove.c: Likewise.
23494         * sysdeps/powerpc/memmove.c: Likewise.
23495         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
23496         definition of PAGE_COPY_FWD_MAYBE here...
23497         * sysdeps/generic/pagecopy.h: ... from here.
23498         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
23500 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
23501             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23503         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
23504         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
23505         optimizations.
23506         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
23507         (__libc_ifunc_impl_list): Likewise.
23508         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
23509         multiarch strcat for PPC64.
23510         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
23511         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
23513 2014-07-02  Roland McGrath  <roland@hack.frob.com>
23515         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
23517 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23519         * intl/loadmsgcat.c: Remove declaration of
23520         get_sysdep_segment_value.
23521         (get_sysdep_segment_value): Use ISO C style.
23522         (_nl_load_domain): Use ISO C style.  Get rid of redundant
23523         semicolon.  Fix typo and formatting in comment.
23524         (_nl_unload_domain): Use ISO C style.
23526         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
23528 2014-07-02  Will Newton  <will.newton@linaro.org>
23530         * malloc/obstack.c: Merge from gnulib master.
23531         [HAVE_CONFIG_H]: Remove conditional code.
23532         [!_LIBC]: Include config.h.
23533         [!ELIDE_CODE]: Don't include inttypes.h, include
23534         stdint.h unconditionally.
23535         (print_and_abort): Mark as _Noreturn.
23536         (_obstack_allocated_p): Mark as __attribute_pure__.
23537         (obstack_free): Rename to __obstack_free.
23538         [!__attribute__]: Remove conditional code.
23539         * malloc/obstack.h: Merge from gnulib master.
23540         [__cplusplus]: Move conditional down.
23541         [!__attribute_pure__]: Define __attribute_pure__ here
23542         if it is not already defined.
23543         (_obstack_memory_used): Mark as __attribute_pure__.
23544         [!__obstack_free]: Define as obstack_free.
23545         [__GNUC__]: Remove check for ancient NeXT gcc.
23547 2014-07-02  Will Newton  <will.newton@linaro.org>
23548             Paul Eggert  <eggert@cs.ucla.edu>
23550         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
23552 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23554         * resolv/gethnamaddr.c: Add comment warning that the file is
23555         not maintained.
23557 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
23559         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
23560         entries.
23562         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
23563         entry for aio_cancel and aio_cancel64.
23564         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
23565         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
23566         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
23567         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
23568         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
23569         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
23570         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
23571         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
23572         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
23573         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
23574         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
23575         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
23576         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
23578 2014-07-01  Roland McGrath  <roland@hack.frob.com>
23580         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
23581         * nptl/pthread_mutex_lock.c: Likewise.
23582         * nptl/pthread_mutex_timedlock.c: Likewise.
23583         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
23585 2014-07-01  Richard henderson  <rth@redhat.com>
23587         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
23588         (__isnan, __isnanl): Remove.
23589         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
23591         * sysdeps/alpha/fpu/libm-test-ulps: Update.
23593 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
23595         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
23597 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23599         * resolv/nss_dns/dns-host.c (getanswer_r)
23600         [MULTI_PTRS_ARE_ALIASES]: Remove code.
23602 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
23604         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23605         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
23606         undefine.
23607         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
23608         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
23610 2014-07-01  Roland McGrath <roland@hack.frob.com>
23612         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
23613         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
23615         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
23616         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
23618         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
23619         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
23620         ... here.
23621         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
23622         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
23624         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
23625         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
23626         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
23627         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
23629         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
23630         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
23631         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
23632         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
23633         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
23634         Moved ...
23635         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
23636         ... here.
23637         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
23638         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
23639         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
23640         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
23641         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
23642         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
23643         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
23644         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
23645         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
23646         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
23647         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
23648         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
23649         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
23650         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
23651         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
23652         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
23653         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
23654         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
23655         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
23656         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
23657         ... here.
23658         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
23659         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
23660         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
23661         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
23662         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
23663         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
23664         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
23665         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
23667 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
23669         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
23670         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
23671         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
23672         Add sysdep.
23674 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23678 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
23680         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
23681         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
23683         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
23685         * sysdeps/arm/libm-test-ulps: Regenerated.
23687 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
23688             Roland McGrath <roland@hack.frob.com>
23690         * test-skeleton.c (signal_handler): Kill the whole process group
23691         before killing the child individually.
23692         (main): Report any failure on `setpgid'.
23694 2014-06-30  Roland McGrath  <roland@hack.frob.com>
23696         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
23697         from _TLS_H to _ARM_NPTL_TLS_H.
23698         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
23699         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
23701 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
23703         [BZ #16539]
23704         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
23705         (__expm1l): Return argument unchanged when small but not
23706         subnormal.
23708         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
23709         include macro name.
23710         (_FP_UNPACK_RAW_1_P): Likewise.
23711         (_FP_PACK_RAW_1): Likewise.
23712         (_FP_PACK_RAW_1_P): Likewise.
23713         (_FP_MUL_MEAT_1_wide): Likewise.
23714         (_FP_MUL_MEAT_DW_1_hard): Likewise.
23715         (_FP_MUL_MEAT_1_hard): Likewise.
23716         (_FP_DIV_MEAT_1_imm): Likewise.
23717         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
23718         (_FP_DIV_MEAT_1_udiv): Likewise.
23719         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
23720         (_FP_UNPACK_RAW_2): Likewise.
23721         (_FP_UNPACK_RAW_2_P): Likewise.
23722         (_FP_PACK_RAW_2): Likewise.
23723         (_FP_PACK_RAW_2_P): Likewise.
23724         (_FP_MUL_MEAT_DW_2_wide): Likewise.
23725         (_FP_MUL_MEAT_2_wide): Likewise.
23726         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
23727         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
23728         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
23729         (_FP_MUL_MEAT_2_gmp): Likewise.
23730         (_FP_DIV_MEAT_2_udiv): Likewise.
23731         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
23732         (_FP_FRAC_SRL_4): Likewise.
23733         (_FP_FRAC_SRST_4): Likewise.
23734         (_FP_FRAC_SRS_4): Likewise.
23735         (_FP_UNPACK_RAW_4): Likewise.
23736         (_FP_UNPACK_RAW_4_P): Likewise.
23737         (_FP_PACK_RAW_4): Likewise.
23738         (_FP_PACK_RAW_4_P): Likewise.
23739         (_FP_MUL_MEAT_DW_4_wide): Likewise.
23740         (_FP_MUL_MEAT_4_wide): Likewise.
23741         (_FP_MUL_MEAT_4_gmp): Likewise.
23742         (umul_ppppmnnn): Likewise.
23743         (_FP_DIV_MEAT_4_udiv): Likewise.
23744         (__FP_FRAC_ADD_4): Likewise.
23745         (__FP_FRAC_SUB_3): Likewise.
23746         (__FP_FRAC_SUB_4): Likewise.
23747         (__FP_FRAC_DEC_3): Likewise.
23748         (__FP_FRAC_DEC_4): Likewise.
23749         (__FP_FRAC_ADDI_4): Likewise.
23750         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
23751         (_FP_FRAC_SRL_8): Likewise.
23752         (_FP_FRAC_SRS_8): Likewise.
23754         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
23755         include macro name.
23756         (FP_UNPACK_RAW_EP): Likewise.
23757         (FP_PACK_RAW_E): Likewise.
23758         (FP_PACK_RAW_EP): Likewise.
23759         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
23760         (_FP_ISSIGNAN): Likewise.
23761         (_FP_ADD_INTERNAL): Likewise.
23762         (_FP_FMA): Likewise.
23763         (_FP_CMP): Likewise.
23764         (_FP_SQRT): Likewise.
23765         (_FP_TO_INT): Likewise.
23766         (_FP_FROM_INT): Likewise.
23767         (FP_EXTEND): Likewise.
23768         (_FP_DIV_MEAT_N_loop): Likewise.
23770 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
23772         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
23773         throughout.
23775 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
23777         [BZ #17097]
23778         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
23779         result with correct sign in case of exponents that produce
23780         overflow except for X very close to 1.
23782 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
23784         mktime: merge #if/#ifdef usage from glibc
23785         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
23786         as that works with both Glibc's and Gnulib's style.
23787         See thread starting at Siddhesh Poyarekar's bug report at:
23788         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
23790 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23792         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
23793         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
23794         * sysdeps/tile/tilegx/memmove.c: Remove file.
23796 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
23798         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
23799         abi-name definition.
23800         * scripts/soversions.awk: Do not handle or generate ABI lines.
23801         * shlib-versions: Remove ABI entries.
23802         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
23803         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
23805 2014-06-27  Roland McGrath  <roland@hack.frob.com>
23807         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
23808         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
23809         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
23810         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
23811         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
23812         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
23813         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
23814         Moved ...
23815         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
23816         ... here.
23817         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
23818         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
23819         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
23820         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
23821         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
23822         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
23823         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
23824         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
23825         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
23826         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
23827         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
23828         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
23829         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
23830         Moved ...
23831         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
23832         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
23833         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
23834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
23835         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
23836         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
23837         Moved ...
23838         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
23839         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
23840         Moved ...
23841         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
23842         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
23843         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
23844         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
23845         Moved ...
23846         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
23847         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
23848         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
23849         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
23850         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
23851         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
23852         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
23853         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
23854         Moved ...
23855         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
23856         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
23857         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
23858         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
23859         Moved ...
23860         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
23861         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
23862         Moved ...
23863         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
23864         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
23865         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
23866         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
23867         Moved ...
23868         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
23869         ... here.
23870         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
23871         Identical file removed.
23872         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
23873         Moved ...
23874         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
23875         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
23876         Identical file removed.
23877         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
23878         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
23879         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
23880         Moved ...
23881         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
23882         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
23883         Identical file removed.
23884         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
23885         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
23886         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
23887         Identical file removed.
23888         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
23889         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
23890         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
23891         Identical file removed.
23892         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
23893         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
23894         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
23895         Identical file removed.
23896         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
23897         Moved ...
23898         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
23899         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
23900         Identical file removed.
23901         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
23902         Moved ...
23903         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
23904         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
23905         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
23906         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
23907         Identical file removed.
23908         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
23909         Moved ...
23910         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
23911         ... here.
23912         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
23913         Identical file removed.
23914         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
23915         Moved ...
23916         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
23917         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
23918         Identical file removed.
23919         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
23920         Moved ...
23921         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
23922         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
23923         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
23924         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
23925         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
23926         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
23927         Moved ...
23928         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
23929         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
23930         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
23932         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
23933         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
23934         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
23935         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
23936         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
23938 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
23940         [BZ #17092]
23941         * nscd/nscd.c (monitor_child): Return exit status of child
23942         instead of return value from wait syscall.
23944 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
23946         * configure.ac (libc_commonpagesize): Remove variable.
23947         (libc_relro_required): Likewise.
23948         (libc_cv_z_relro): Remove configure test.
23949         * configure: Regenerated.
23950         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
23951         variable.
23952         (libc_relro_required): Likewise.
23953         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
23954         (libc_relro_required): Likewise.
23955         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
23956         (libc_relro_required): Likewise.
23957         * sysdeps/arm/preconfigure: Regenerated.
23958         * sysdeps/ia64/preconfigure: Remove file.
23959         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
23960         variable.
23961         (libc_relro_required): Likewise.
23963         [BZ #16561]
23964         [BZ #16562]
23965         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
23966         (__ieee754_yn): Set FE_TONEAREST mode internally and then
23967         recompute overflowing results in original rounding mode.
23968         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
23969         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
23970         recompute overflowing results in original rounding mode.
23971         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
23972         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
23973         recompute overflowing results in original rounding mode.
23974         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
23975         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
23976         recompute overflowing results in original rounding mode.
23977         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
23978         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
23979         recompute overflowing results in original rounding mode.
23980         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
23981         (libc_feholdsetround_ctx): New macro.
23982         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
23983         * sysdeps/i386/fpu/libm-test-ulps: Update.
23984         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
23986 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
23988         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
23989         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
23990         corresponding .cpsetup call.
23992 2014-06-26  Roland McGrath  <roland@hack.frob.com>
23994         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
23995         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
23996         * sysdeps/arm/Makefile [$(subdir) = csu]
23997         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
23998         (static-only-routines): Add aeabi_read_tp here.
23999         (shared-only-routines): Add libc-aeabi_read_tp here.
24000         (CFLAGS-libc-start.c): Add -fexceptions here.
24001         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
24002         (sysdep_routines, static-only-routines, shared-only-routines):
24003         Don't add to these here.
24004         (CFLAGS-libc-start.c): Likewise.
24006         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
24007         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
24008         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
24009         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
24010         * sysdeps/arm/Makefile [$(subdir) = rt]
24011         (librt-sysdep_routines, librt-shared-only-routines):
24012         Append rt-aeabi_unwind_cpp_pr1 here.
24013         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
24014         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
24015         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
24016         (libpthread-sysdep_routines, libpthread-shared-only-routines):
24017         Append nptl-aeabi_unwind_cpp_pr1 here.
24018         (tests): Filter out tst-cleanupx4 here.
24019         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
24020         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
24021         Don't do those here.
24023 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
24025         * scripts/list-sources.sh: Do not handle ports specially.
24027 2014-06-26  Roland McGrath  <roland@hack.frob.com>
24029         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
24030         * sysdeps/arm/feupdateenv.c: Likewise.
24032         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
24034 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
24036         * manual/texinfo.tex: Update to version 2014-05-05.10 with
24037         trailing whitespace removed.
24038         * scripts/config.guess: Update to version 2014-03-23.
24039         * scripts/config.sub: Update to version 2014-05-01
24040         * scripts/install-sh: Update to version 2013-12-25.23.
24041         * scripts/move-if-change: Update from gnulib.
24043 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24045         * debug/memmove_chk.c: Remove pagecopy.h include.
24047 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
24049         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
24050         identical to gnulib mktime.
24052 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
24054         * configure.ac: Do not test for machine being rs6000.  Do not test
24055         for powerpc*-*soft.
24056         * configure: Regenerated.
24058         [BZ #11505]
24059         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
24060         test.
24061         * configure: Regenerated.
24062         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
24063         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
24064         Remove configure test.
24065         * sysdeps/arm/configure: Regenerated.
24066         * sysdeps/nptl/configure.ac: Do not check
24067         libc_cv_asm_cfi_directives.
24068         * sysdeps/nptl/configure: Regenerated.
24069         * sysdeps/x86_64/nptl/configure.ac: Remove file.
24070         * sysdeps/x86_64/nptl/configure: Remove generated file.
24071         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
24072         unconditional.
24073         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
24075 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24077         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
24078         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
24079         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
24080         it is defined.
24082         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
24083         instead of whether it is defined.
24084         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
24085         * sysdeps/hppa/dl-machine.h: Likewise.
24086         * sysdeps/ia64/dl-machine.h: Likewise.
24087         * sysdeps/m68k/dl-machine.h: Likewise.
24088         * sysdeps/microblaze/dl-machine.h: Likewise.
24089         * sysdeps/mips/dl-machine.: Likewise.
24090         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
24091         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
24092         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
24093         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
24094         * sysdeps/sh/dl-machine.h: Likewise.
24095         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
24096         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
24097         * sysdeps/tile/dl-machine.h: Likewise.
24098         * sysdeps/x86_64/dl-machine.h: Likewise.
24100         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
24101         code.
24102         (verify_persistent_db): Likewise.
24104 2014-06-26  Roland McGrath  <roland@hack.frob.com>
24106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
24107         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
24108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
24109         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
24110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
24111         Moved ...
24112         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
24113         ... here.
24114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
24115         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
24116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
24117         Identical file removed.
24118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
24119         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
24120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
24121         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
24122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
24123         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
24124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
24125         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
24126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
24127         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
24128         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24129         Moved ...
24130         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
24131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
24132         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
24133         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
24134         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
24135         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
24136         Moved ...
24137         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
24138         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
24139         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
24140         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
24141         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
24142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
24143         Identical file removed.
24144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
24145         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
24146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
24147         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
24148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
24149         Moved ...
24150         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
24151         ... here.
24152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
24153         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
24154         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
24155         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
24156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
24157         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
24158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
24159         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
24160         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
24161         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
24162         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24163         Moved ...
24164         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
24165         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
24166         Moved ...
24167         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
24168         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
24169         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
24170         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
24171         Moved ...
24172         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
24173         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
24174         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
24176         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
24177         folded into ...
24178         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
24179         * sysdeps/unix/sysv/linux/s390/Versions
24180         (libpthread: GLIBC_2.19): New version set.
24181         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
24182         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
24183         (librt: GLIBC_2.3.3): New version set.
24184         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
24185         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
24186         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
24187         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
24188         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
24189         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
24190         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
24191         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
24192         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
24193         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
24194         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
24195         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
24196         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
24197         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
24198         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
24199         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
24200         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
24201         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
24202         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
24203         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
24204         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
24205         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
24206         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
24207         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
24208         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
24209         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
24210         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
24211         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
24212         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
24213         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
24214         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
24215         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
24216         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
24217         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
24218         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
24219         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
24220         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
24221         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
24222         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
24223         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
24224         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
24225         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
24226         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
24227         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
24228         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
24230         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
24231         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
24232         (__libc_vfork): Define the function under this name.
24233         [!NOT_IN_libc] (__vfork): Make this an alias.
24234         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
24235         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
24236         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
24237         (__libc_vfork): Define the function under this name.
24238         [!NOT_IN_libc] (__vfork): Make this an alias.
24239         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
24240         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
24241         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
24242         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
24243         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
24244         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
24246         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
24247         code that was previously under [RESET_PID].
24248         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
24249         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
24250         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
24252         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
24253         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
24254         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
24255         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
24256         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
24257         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
24258         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
24259         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
24260         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
24261         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
24262         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
24263         Moved ...
24264         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
24265         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
24266         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
24267         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
24268         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
24269         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
24270         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
24271         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
24272         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
24273         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
24274         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
24275         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
24276         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
24277         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
24278         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
24279         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
24280         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
24281         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
24282         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
24283         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
24284         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
24285         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
24286         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
24287         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
24288         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
24289         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
24290         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
24291         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
24292         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
24294 2014-06-25  Roland McGrath  <roland@hack.frob.com>
24296         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
24297         that was previously under [RESET_PID].
24298         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
24300 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24302         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
24303         not undefine and redefine.
24304         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
24305         [O_CLOEXEC]: Make code unconditional.
24306         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
24307         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
24308         <kernel-features.h>.
24309         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
24310         conditional variable definition.
24311         (shm_open) [O_CLOEXEC]: Make code unconditional.
24312         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
24313         code.
24315         * configure.ac (USE_REGPARMS): Don't define here.
24316         * configure: Regenerated.
24317         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
24318         * sysdeps/i386/configure: Regenerated.
24320         * nptl/createthread.c: Don't include kernel-features.h.
24321         * nptl/pthread_cancel.c: Likewise.
24322         * nptl/pthread_condattr_setclock.c: Likewise.
24323         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
24324         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
24325         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
24326         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
24327         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
24328         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
24329         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
24330         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
24331         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
24332         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
24333         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
24334         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
24335         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
24336         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
24337         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
24338         * nscd/gai.c: Likewise.
24339         * nss/nss_db/db-open.c: Likewise.
24340         * sysdeps/generic/ldsodefs.h: Likewise.
24341         * sysdeps/sh/nptl/tls.h: Likewise.
24342         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
24343         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
24344         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
24345         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
24346         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
24347         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
24348         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
24349         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24350         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
24351         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
24352         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
24353         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
24354         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
24355         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
24356         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
24357         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
24358         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
24359         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
24360         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
24361         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
24362         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
24363         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
24364         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
24365         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
24366         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
24367         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
24368         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
24369         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
24370         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
24371         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
24372         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
24373         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
24374         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
24375         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
24376         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
24377         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
24378         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
24379         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
24380         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
24381         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
24382         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24383         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
24384         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
24385         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
24386         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
24387         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
24388         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
24389         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
24390         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
24391         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
24392         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
24393         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
24394         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
24395         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
24396         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
24397         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24398         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
24399         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
24400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
24401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
24402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
24403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
24404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
24405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
24406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
24407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
24408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
24409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
24410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
24411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
24412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
24413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
24414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
24416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
24417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
24418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
24419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
24420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
24421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
24422         * sysdeps/unix/sysv/linux/pread.c: Likewise.
24423         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
24424         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
24425         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
24426         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
24427         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
24428         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
24429         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
24430         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
24431         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
24432         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
24433         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
24434         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
24435         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
24436         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
24437         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
24438         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
24439         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
24440         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
24441         * sysdeps/unix/sysv/linux/system.c: Likewise.
24442         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
24443         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
24444         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
24445         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
24446         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
24447         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
24448         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
24450         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
24451         * configure: Regenerated.
24452         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
24454         * configure.ac (base_machine): Do not set specially for particular
24455         machines here.
24456         * configure: Regenerated.
24457         * sysdeps/powerpc/preconfigure: Move machine and base_machine
24458         settings from configure.ac.
24459         * sysdeps/i386/preconfigure: New file.
24460         * sysdeps/s390/preconfigure: Likewise.
24461         * sysdeps/sh/preconfigure: Likewise.
24462         * sysdeps/sparc/preconfigure: Likewise.
24464 2014-06-25  Roland McGrath  <roland@hack.frob.com>
24466         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
24467         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
24468         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
24469         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
24470         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
24471         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
24472         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
24473         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
24474         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
24475         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
24476         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
24477         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
24478         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
24479         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
24480         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
24481         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
24482         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
24483         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
24484         * sysdeps/sparc/sparc64/Makefile: ... appended here.
24486         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
24487         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
24488         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
24489         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
24490         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
24491         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
24492         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
24493         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
24494         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
24495         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
24496         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
24497         * sysdeps/sparc/sparc32/sem_post.c: ... here.
24498         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
24499         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
24500         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
24501         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
24502         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
24503         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
24504         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
24505         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
24506         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
24507         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
24508         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
24509         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
24510         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
24511         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
24512         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
24513         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
24514         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
24515         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
24516         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
24517         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
24518         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
24519         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
24520         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
24521         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
24522         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
24523         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
24525         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
24526         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
24527         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
24528         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
24529         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
24530         Moved ...
24531         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
24532         ... here.
24533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
24534         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
24535         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
24536         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
24537         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
24538         Moved ...
24539         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
24540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
24541         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
24542         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
24543         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
24544         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
24545         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
24546         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24547         Moved ...
24548         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
24549         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
24550         Moved ...
24551         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
24552         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
24553         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
24554         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
24555         Moved ...
24556         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
24557         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
24558         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
24559         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
24560         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
24561         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
24562         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
24563         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
24564         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
24565         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
24566         Moved ...
24567         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
24568         ... here.
24569         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
24570         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
24571         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
24572         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
24573         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
24574         Moved ...
24575         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
24576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
24577         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
24578         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
24579         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
24580         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
24581         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
24582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24583         Moved ...
24584         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
24585         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
24586         Moved ...
24587         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
24588         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
24589         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
24590         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
24591         Moved ...
24592         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
24593         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
24594         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
24595         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
24596         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
24598 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24600         * timezone/checktab.awk: Update from tzcode 2014e.
24601         * timezone/private.h: Likewise.
24602         * timezone/tzfile.h: Likewise.
24603         * timezone/zdump.c: Likewise.
24604         * timezone/zic.c: Likewise.
24606         * sysdeps/unix/sysv/linux/kernel-features.h
24607         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
24608         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
24609         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
24610         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
24611         Remove conditional code.
24613 2014-06-25  Will Newton  <will.newton@linaro.org>
24615         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
24616         (_dl_arm_cap_flags): Add HWCAP2 values.
24617         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
24618         (_DL_HWCAP_COUNT): Increase to 37.
24619         (_DL_HWCAP_LAST): New define.
24620         (_DL_HWCAP2_LAST): New define.
24621         (_dl_procinfo): Add support for printing
24622         AT_HWCAP2 entries.
24623         (_dl_string_hwcap): Use _dl_hwcap_string.
24625 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24629 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24631         * README: Do not mention ports directory.
24633         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
24634         Remove macro.
24635         * sysdeps/unix/sysv/linux/futimes.c: Do not include
24636         <kernel-features.h>.
24637         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
24638         conditional variable definition.
24639         (__futimes): Update comment.
24640         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
24641         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
24643         [BZ #16560]
24644         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
24645         arguments close to 0.
24646         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
24647         Likewise.
24648         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
24649         Likewise.
24650         * math/auto-libm-test-in: Add more tests of exp10.
24651         * math/auto-libm-test-out: Regenerated.
24652         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24654         * sysdeps/unix/sysv/linux/kernel-features.h
24655         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
24656         * sysdeps/unix/sysv/linux/readv.c: Do not include
24657         <kernel-features.h>.
24658         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
24659         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
24660         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
24661         unconditional.
24662         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
24663         conditional code.
24664         * sysdeps/unix/sysv/linux/writev.c: Do not include
24665         <kernel-features.h>.
24666         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
24667         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
24668         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
24669         unconditional.
24670         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
24671         conditional code.
24673 2014-06-25  Will Newton  <will.newton@linaro.org>
24675         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
24676         comment changes throughout the file.  Remove checks
24677         for HAVE_*_H definitions that are not required.
24678         (__gen_tempname): Call abort if an unknown kind value is
24679         passed.
24681 2014-06-25  Andreas Schwab  <schwab@suse.de>
24683         [BZ #17086]
24684         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
24685         scalbln, scalblnf, scalblnl in libc.
24687 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24689         [BZ #17086]
24690         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
24691         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
24692         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
24694 2014-06-24  Roland McGrath  <roland@hack.frob.com>
24696         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
24697         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
24698         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
24699         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
24700         Update #include.
24701         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
24702         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
24703         Update #include.
24704         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
24705         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
24706         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
24707         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
24708         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
24709         * sysdeps/x86/bits/pthreadtypes.h: ... here.
24710         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
24711         * sysdeps/x86/bits/semaphore.h: ... here.
24712         * sysdeps/x86/nptl/elide.h: Moved ...
24713         * sysdeps/x86/elide.h: ... here.
24714         * sysdeps/x86_64/nptl/Implies: File removed.
24715         * sysdeps/i386/nptl/Implies: File removed.
24717 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
24719         [BZ #16539]
24720         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
24721         return the argument for normal arguments with exponent below -64.
24722         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
24723         Likewise.
24724         * math/auto-libm-test-in: Add another test of expm1.
24725         * math/auto-libm-test-out: Regenerated.
24727         [BZ #16287]
24728         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
24729         calling __erfcl for arguments at least 16.
24730         * math/auto-libm-test-in: Add more tests of erf.
24731         * math/auto-libm-test-out: Regenerated.
24733         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
24734         individual architectures.
24735         * sysdeps/unix/sysv/linux/configure: Regenerated.
24736         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
24737         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
24738         * sysdeps/unix/sysv/linux/powerpc/configure.ac
24739         (ldd_rewrite_script): Define variable.
24740         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
24741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
24742         file.
24743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
24744         generated file.
24745         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
24746         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
24747         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
24748         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
24749         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
24750         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
24751         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
24752         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
24754 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24756         [BZ #17084]
24757         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
24758         Rename member __data.d to __data.__elision_data.
24760 2014-06-24  Wilco  <wdijkstr@arm.com>
24762         * NEWS: Add 16918 to fixed bug list.
24764 2014-06-24  Wilco  <wdijkstr@arm.com>
24766         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
24768 2014-06-24  Wilco  <wdijkstr@arm.com>
24770         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
24771         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
24772         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
24773         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
24774         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
24775         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
24776         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
24777         Use _FPU_MASK_RM.
24779 2014-06-24  Wilco  <wdijkstr@arm.com>
24781         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
24783 2014-06-24  Wilco  <wdijkstr@arm.com>
24785         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
24786         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
24787         * sysdeps/arm/fesetround.c (fesetround): Remove space.
24788         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
24790 2014-06-24  Wilco  <wdijkstr@arm.com>
24792         [BZ #16918]
24793         * sysdeps/arm/feupdateenv.c (feupdateenv):
24794         Rewrite to reduce FPSCR accesses and fix return value.
24796 2014-06-24  Wilco  <wdijkstr@arm.com>
24798         * sysdeps/arm/fclrexcpt.c (feclearexcept):
24799         Optimize to avoid unnecessary FPSCR writes.
24800         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
24801         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
24802         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
24803         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
24805 2014-06-24  Wilco  <wdijkstr@arm.com>
24807         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
24808         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
24809         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
24810         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
24811         Call libc_fetestexcept_vfp.
24812         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
24813         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
24814         __SOFTFP__ ifdef so that they can be built for softfp.
24816 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24818         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
24819         argument type signed char.
24821         * Makerules (check-abi): Dump diff of symlist if the test
24822         fails.
24824 2014-06-23  Roland McGrath  <roland@hack.frob.com>
24826         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
24827         using abort.
24829         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
24830         Remove unused variable ST.
24832 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
24834         [BZ #16354]
24835         [BZ #17061]
24836         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
24837         small arguments before calling __expm1.
24838         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
24839         small arguments before calling __expm1f.
24840         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
24841         small arguments before calling __expm1l.
24842         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
24843         Likewise.
24844         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
24845         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
24846         spurious underflow for some cosh tests.
24847         * math/auto-libm-test-out: Regenerated.
24848         * sysdeps/i386/fpu/libm-test-ulps: Update.
24850         [BZ #17050]
24851         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
24852         (__ieee754_y1): Set errno if return value overflows.
24853         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
24854         (__ieee754_y1f): Set errno if return value overflows.
24855         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
24856         (__ieee754_y1l): Set errno if return value overflows.
24857         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
24858         (__ieee754_y1l): Set errno if return value overflows.
24859         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
24860         * math/auto-libm-test-out: Regenerated.
24862         * math/gen-auto-libm-tests.c: Document use of
24863         ignore-zero-inf-sign.
24864         (input_flag_type): Add value flag_ignore_zero_inf_sign.
24865         (input_flags): Add ignore-zero-inf-sign.
24866         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
24867         * math/gen-libm-test.pl (generate_testfile): Handle
24868         ignore-zero-inf-sign.
24869         * math/auto-libm-test-in: Mark some cpow tests with
24870         ignore-zero-inf-sign and some with xfail-rounding.
24871         * math/auto-libm-test-out: Regenerated.
24872         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
24873         * sysdeps/i386/fpu/libm-test-ulps: Update.
24874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24876         [BZ #16315]
24877         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
24878         overflowing or underflowing operations take place with sign of
24879         result.
24880         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24881         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
24882         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
24883         (__ieee754_pow): Recompute overflowing and underflowing results in
24884         original rounding mode.
24885         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
24886         (__powl_helper): Allow negative argument X and scale negated value
24887         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
24888         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
24889         overflowing or underflowing operations take place with sign of
24890         result.
24891         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
24892         Include <math.h>.
24893         * math/auto-libm-test-in: Add more tests of pow.
24894         * math/auto-libm-test-out: Regenerated.
24895         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
24896         (pow_tonearest_test_data): Remove.
24897         (pow_test_tonearest): Likewise.
24898         (pow_towardzero_test_data): Likewise.
24899         (pow_test_towardzero): Likewise.
24900         (pow_downward_test_data): Likewise.
24901         (pow_test_downward): Likewise.
24902         (pow_upward_test_data): Likewise.
24903         (pow_test_upward): Likewise.
24904         (main): Don't call removed functions.
24905         * sysdeps/i386/fpu/libm-test-ulps: Update.
24906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24908 2014-06-23  Roland McGrath  <roland@hack.frob.com>
24910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
24911         Moved ...
24912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
24913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24914         Moved ...
24915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
24916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
24917         Moved ...
24918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
24919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
24920         Moved ...
24921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
24922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
24923         File removed.
24924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
24925         File removed.
24926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
24927         File removed.
24928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
24929         File removed.
24930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
24931         File removed.
24932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
24933         File removed.
24934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
24935         File removed.
24936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24937         File removed.
24938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
24939         File removed.
24940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
24941         File removed.
24942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
24943         File removed.
24944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
24945         File removed.
24946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
24947         Moved ...
24948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
24949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
24950         Moved ...
24951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
24952         ... here.
24953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
24954         Moved ...
24955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
24956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
24957         Moved ...
24958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
24959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
24960         Moved ...
24961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
24962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
24963         Moved ...
24964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
24965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
24966         Moved ...
24967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
24968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
24969         Moved ...
24970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
24971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
24972         Moved ...
24973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
24974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
24975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
24976         ... here.
24977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
24978         Moved ...
24979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
24980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
24981         Moved ...
24982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
24983         ... here.
24984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
24985         Moved ...
24986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
24987         ... here.
24988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24989         Moved ...
24990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
24991         ... here.
24992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
24993         Moved ...
24994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
24995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
24996         Moved ...
24997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
24998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
24999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
25000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
25001         Moved ...
25002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
25003         ... here.
25004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
25005         Moved ...
25006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
25007         ... here.
25008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
25009         Moved ...
25010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
25011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
25012         Moved ...
25013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
25014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
25015         Moved ...
25016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
25017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25018         Moved ...
25019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
25020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
25021         Moved ...
25022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
25023         ... here.
25024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
25025         Moved ...
25026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
25027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
25028         Moved ...
25029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
25030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
25031         Moved ...
25032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
25033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
25034         Moved ...
25035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
25036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
25037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
25038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
25039         Moved ...
25040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
25041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
25042         Moved ...
25043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
25044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
25045         Moved ...
25046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
25047         ... here.
25048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25049         Moved ...
25050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
25051         ... here.
25052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
25053         Moved ...
25054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
25055         ... here.
25056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
25057         Moved ...
25058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
25059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
25060         Moved ...
25061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
25062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
25063         Moved ...
25064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
25065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
25066         Moved ...
25067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
25068         ... here.
25069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
25070         Moved ...
25071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
25072         ... here.
25073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
25074         Moved ...
25075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
25076         ... here.
25077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
25078         Moved ...
25079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
25080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
25081         Moved ...
25082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
25084 2014-06-23  Will Newton  <will.newton@linaro.org>
25085             Wilco  <wdijkstr@arm.com>
25087         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
25088         implementation.  Include get-rounding-mode.h.
25089         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
25090         [!libc_feholdsetround_noex_ctx]: Define
25091         libc_feholdsetround_noex_ctx.
25092         [!libc_feholdsetround_noexf_ctx]: Define
25093         libc_feholdsetround_noexf_ctx.
25094         [!libc_feholdsetround_noexl_ctx]: Define
25095         libc_feholdsetround_noexl_ctx.
25096         (libc_feholdsetround_ctx): New function.
25097         (libc_feresetround_ctx): New function.
25098         (libc_feholdsetround_noex_ctx): New function.
25099         (libc_feresetround_noex_ctx): New function.
25101 2014-06-23  Roland McGrath  <roland@hack.frob.com>
25103         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
25104         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
25105         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
25106         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
25107         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
25108         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
25110         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
25111         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
25112         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
25113         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
25114         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
25115         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
25116         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
25117         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
25118         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
25119         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
25120         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
25121         Moved ...
25122         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
25123         ... here.
25124         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
25125         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
25126         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
25127         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
25128         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
25129         Moved ...
25130         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
25131         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
25132         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
25133         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
25134         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
25135         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
25136         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
25137         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
25138         Moved ...
25139         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
25140         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
25141         Moved ...
25142         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
25143         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
25144         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
25145         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
25146         Moved ...
25147         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
25148         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
25149         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
25150         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
25151         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
25152         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
25153         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
25154         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
25155         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
25156         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
25157         Moved ...
25158         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
25159         ... here.
25160         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
25161         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
25162         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
25163         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
25164         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
25165         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
25166         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
25167         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
25168         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
25169         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
25170         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
25171         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
25172         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
25173         Moved ...
25174         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
25175         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
25176         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
25177         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
25178         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
25179         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
25180         Moved ...
25181         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
25182         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
25183         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
25184         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
25185         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
25187         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
25188         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
25189         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
25190         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
25191         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
25192         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
25193         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
25194         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
25195         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
25196         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
25197         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
25198         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
25199         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
25200         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
25201         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
25202         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
25203         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
25204         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
25205         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
25206         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
25207         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
25208         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
25209         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
25210         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
25211         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
25212         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
25213         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
25214         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
25216 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
25218         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
25219         (FALLOC_FL_COLLAPSE_RANGE): New macro.
25220         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
25221         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
25222         (IPV6_PMTUDISC_INTERFACE): Likewise.
25223         (IPV6_PMTUDISC_OMIT): Likewise.
25225 2014-06-23  Andreas Schwab  <schwab@suse.de>
25227         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
25228         Remove unused errout label.
25230 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25232         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
25233         macro: hardware supports Vector Crypto instructions.
25235 2014-06-23  Will Newton  <will.newton@linaro.org>
25237         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
25238         rather than __builtin_expect.
25240         * elf/dl-lookup.c (undefined_msg): Remove variable.
25241         (_dl_lookup_symbol_x): Replace undefined_msg with string
25242         literal.
25244         * elf/dl-lookup.c (do_lookup_unique): New function.
25245         (do_lookup_x): Move STB_GNU_UNIQUE handling code
25246         to a separate function.
25248 2014-06-23  Andreas Schwab  <schwab@suse.de>
25250         [BZ #17079]
25251         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
25252         before reading the next line.
25254 2014-06-23  Will Newton  <will.newton@linaro.org>
25256         * test-skeleton.c (signal_handler): Use printf and %m
25257         rather than perror.  Use printf rather than fprintf to
25258         stderr.  Use puts rather than fputs to stderr.
25259         (main): Likewise.
25261 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
25263         * nscd/nscd.c (thread_info_t): Remove typedef.
25264         (thread_info): Remove variable.
25266 2014-06-21  Allan McRae  <allan@archlinux.org>
25268         * NEWS: Mention CVE-2014-4043.
25270 2014-06-20  Roland McGrath  <roland@hack.frob.com>
25272         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
25273         * nptl/smp.h: ... here.
25275         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
25277         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
25278         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
25279         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
25280         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
25282         * nptl/allocatestack.c: Include <stack-aliasing.h>.
25283         * nptl/stack-aliasing.h: New file.
25284         * sysdeps/i386/i686/stack-aliasing.h: New file.
25285         * sysdeps/i386/i686/nptl/Makefile: File removed.
25286         * sysdeps/x86_64/stack-aliasing.h: New file.
25287         * sysdeps/x86_64/nptl/Makefile
25288         (CFLAGS-pthread_create.c): Variable removed.
25290         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
25291         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
25292         old file.
25293         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
25294         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
25295         old file.
25297 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
25299         * sysdeps/unix/sysv/linux/arm/kernel-features.h
25300         (__ASSUME_SIGFRAME_V2): Remove macro.
25301         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
25302         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
25303         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
25304         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
25305         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
25306         Declare as function.  Remove conditional macro definitions.
25307         (__default_rt_sa_restorer): Likewise.
25308         (__default_sa_restorer_v1): Remove declaration.
25309         (__default_sa_restorer_v2): Likewise.
25310         (__default_rt_sa_restorer_v1): Likewise.
25311         (__default_rt_sa_restorer_v2): Likewise.
25312         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
25313         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
25314         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
25316 2014-06-20  Roland McGrath  <roland@hack.frob.com>
25318         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
25319         (libpthread-routines): Add sysdep.
25320         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
25321         * sysdeps/unix/sysv/linux/sparc/Versions
25322         (libpthread: GLIBC_2.3.3): New version set.
25323         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
25324         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
25325         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
25326         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
25327         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
25328         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
25329         Moved ...
25330         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
25331         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
25332         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
25333         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
25334         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
25335         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
25336         * sysdeps/sparc/nptl/sem_init.c: ... here.
25337         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
25338         * sysdeps/sparc/nptl/sem_post.c: ... here.
25339         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
25340         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
25341         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
25342         * sysdeps/sparc/nptl/sem_wait.c: ... here.
25343         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
25344         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
25345         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
25346         (libpthread-routines): Add cpu_relax.
25347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
25348         File removed.
25349         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
25350         (librt: GLIBC_2.3.3): New version set.
25351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
25352         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
25353         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
25354         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
25355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
25356         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
25357         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
25358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
25359         Moved ...
25360         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
25361         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
25362         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
25363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
25364         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
25365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
25366         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
25367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
25368         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
25369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
25370         Moved ...
25371         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
25372         Update #include.
25373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
25374         Moved ...
25375         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
25376         Update #include.
25377         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
25378         Moved ...
25379         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
25380         Update #include.
25381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
25382         Moved ...
25383         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
25384         Update #include.
25385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
25386         Moved ...
25387         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
25388         Update #include.
25389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
25390         Moved ...
25391         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
25392         Update #include.
25393         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
25394         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
25395         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
25396         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
25397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
25398         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
25399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
25400         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
25401         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
25402         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
25403         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
25404         Moved ...
25405         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
25406         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
25407         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
25408         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
25409         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
25411 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
25413         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
25414         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
25415         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
25416         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
25417         * nscd/nscd.c: Likewise.
25418         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
25419         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
25420         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
25421         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
25423         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
25424         <kernel-features.h>.
25425         (init_mq_netlink): Remove conditional have_sock_cloexec
25426         definitions.  Remove code conditional on have_sock_cloexec < 0.
25427         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
25428         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
25429         * sysdeps/unix/sysv/linux/opensock.c: Do not include
25430         <kernel-features.h>.
25431         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
25432         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
25434 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
25436         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25437         Add tests for memset_chk and memset.
25439         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
25440         with AVX2_Usable.
25442 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
25444         [BZ #16046]
25445         * elf/tst-dl-iter-static.c: New file.
25446         * elf/Makefile (tests-static): Add tst-dl-iter-static.
25448         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
25449         error.
25451 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
25453         * sysdeps/unix/sysv/linux/kernel-features.h
25454         (__ASSUME_F_GETOWN_EX): Remove macro.
25455         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
25456         <kernel-features.h>.
25457         (miss_F_GETOWN_EX): Remove variable or macro.
25458         (do_fcntl): Do not check miss_F_GETOWN_EX.
25459         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
25461         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
25462         Remove macro.
25463         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
25464         [!__ASSUME_AT_RANDOM]: Remove conditional code.
25465         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
25467         * sysdeps/unix/sysv/linux/kernel-features.h
25468         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
25469         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
25470         [ADJ_OFFSET_SS_READ]: Make code unconditional.
25471         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
25473 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
25475         [BZ #17075]
25476         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
25477         Fix calculation of the symbol's value.
25478         * sysdeps/arm/tst-armtlsdescloc.c: New file.
25479         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
25480         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
25481         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
25482         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
25483         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
25484         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
25485         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
25486         (modules-names): Add `tst-armtlsdescmod',
25487         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
25488         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
25489         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
25490         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
25491         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
25492         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
25493         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
25494         ($(objpfx)tst-armtlsdescloc): New dependency.
25495         ($(objpfx)tst-armtlsdescextnow): Likewise.
25496         ($(objpfx)tst-armtlsdescextlazy): Likewise.
25497         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
25498         TLS scheme support.
25499         * sysdeps/arm/configure: Regenerate.
25501 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
25503         * include/fcntl.h (__atfct_seterrno): Remove prototype.
25504         (__atfct_seterrno_2): Likewise.
25505         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
25506         <kernel-features.h>.
25507         (__ASSUME_ATFCTS): Do not undefine and redefine.
25508         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
25509         (__have_atfcts): Remove conditional definition.
25510         (__fxstatat([__NR_fstatat64]: Make code unconditional.
25511         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
25512         unreachable if [__ASSUME_ATFCTS].
25513         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
25514         not undefine and redefine.
25515         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
25516         <kernel-features.h>.
25517         (faccessat) [__NR_faccessat]: Make code unconditional.
25518         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
25519         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
25520         <kernel-features.h>.
25521         (fchmodat) [__NR_fchmodat]: Make code unconditional.
25522         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
25523         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
25524         <kernel-features.h>.
25525         (fchownat) [__NR_fchownat]: Make code unconditional.
25526         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
25527         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
25528         <kernel-features.h>.
25529         (futimesat) [__NR_futimesat]: Make code unconditional.
25530         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
25531         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25532         <kernel-features.h>.
25533         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
25534         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25535         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25536         <kernel-features.h>.
25537         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
25538         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
25539         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
25540         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25541         <kernel-features.h>.
25542         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
25543         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25544         * sysdeps/unix/sysv/linux/linkat.c: Do not include
25545         <kernel-features.h>.
25546         (linkat) [__NR_linkat]: Make code unconditional.
25547         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25548         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
25549         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
25550         <kernel-features.h>.
25551         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
25552         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
25553         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
25554         <kernel-features.h>.
25555         (mkdirat) [__NR_mkdirat]: Make code unconditional.
25556         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
25557         * sysdeps/unix/sysv/linux/openat.c: Do not include
25558         <kernel-features.h>.
25559         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
25560         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
25561         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
25562         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
25563         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
25564         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
25565         <kernel-features.h>.
25566         (readlinkat) [__NR_readlinkat]: Make code unconditional.
25567         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
25568         result of INLINE_SYSCALL directly, not via int variable.
25569         * sysdeps/unix/sysv/linux/renameat.c: Do not include
25570         <kernel-features.h>.
25571         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
25572         (renameat) [__NR_renameat]: Make code unconditional.
25573         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
25574         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
25575         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
25576         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
25577         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
25578         (__ASSUME_ATFCTS): Do not undefine and redefine.
25579         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
25580         <kernel-features.h>.
25581         (symlinkat) [__NR_symlinkat]: Make code unconditional.
25582         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25583         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
25584         <kernel-features.h>.
25585         (unlinkat) [__NR_unlinkat]: Make code unconditional.
25586         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25587         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
25588         (__ASSUME_ATFCTS): Do not undefine and redefine.
25589         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25590         <kernel-features.h>.
25591         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
25592         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25593         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25594         <kernel-features.h>.
25595         (__xmknodat) [__NR_mknodat]: Make code unconditional.
25596         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
25598 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
25600         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
25602 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
25604         [BZ #17069]
25605         * posix/regcomp.c (parse_reg_exp): Deallocate partially
25606         constructed tree before returning error.
25607         * posix/bug-regexp36.c: Expand test case.
25609 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
25611         [BZ #6803]
25612         * math/libm-test.inc (scalbln_test_date):
25613         Add errno expectations.
25614         * math/w_scalblnf.c: New File.
25615         Add wrapper which checks for setting errno to ERANGE.
25616         Add weak_alias for corresponding scalbln function.
25617         * math/w_scalbln.c: Likewise.
25618         * math/w_scalblnl.c: Likewise.
25619         * math/Makefile (libm-calls): Add w_scalbln.
25620         * sysdeps/ieee754/flt-32/s_scalblnf.c:
25621         Remove weak_alias for corresponding scalbln function.
25622         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
25623         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
25624         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
25625         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25626         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
25627         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
25628         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
25629         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
25630         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
25631         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
25632         Remove long_double_symbol for scalblnl function in libm, libc.
25633         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
25634         Add wrapper which checks for setting errno to ERANGE.
25635         Add long_double_symbol for scalblnl function in libm, libc.
25636         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
25637         Remove long_double_symbol for scalblnl in libm.
25638         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
25639         Add wrapper which checks for setting errno to ERANGE.
25640         Add long_double_symbol for scalblnl function in libm.
25641         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
25642         Do not use wrapper because of own implementation.
25644 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
25646         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
25647         3 bytes for __pad1 for x32.
25648         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
25650 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
25651             H.J. Lu  <hongjiu.lu@intel.com>
25653         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
25654         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
25655         * sysdeps/x86_64/multiarch/memset.S: Likewise.
25656         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
25657         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
25659 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
25661         [BZ #17069]
25662         * posix/regcomp.c (parse_expression): Deallocate partially
25663         constructed tree before returning error.
25664         * posix/Makefile.c (tests): Add bug-regex36.
25665         (generated): Add bug-regex36.mtrace.
25666         (tests-special): Add $(objpfx)bug-regex36-mem.out
25667         (bug-regex36-ENV): New variable.
25668         ($(objpfx)bug-regex36-mem.out): New rule.
25669         * posix/bug-regex36.c: New file.
25671 2014-06-19  Will Newton  <will.newton@linaro.org>
25673         * malloc/malloc.c (systrim): If extra is zero then return
25674         early.
25676 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25678         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
25680 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
25682         * sysdeps/aarch64/strchr.S: New file.
25684 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
25686         [BZ #17022]
25687         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
25688         from arguments -2 or below.
25689         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
25690         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
25692 2014-06-18  Andreas Schwab  <schwab@suse.de>
25694         [BZ #17062]
25695         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
25696         of a bracket expr not to run off the end of the string.
25697         * posix/Makefile (tests): Add tst-fnmatch3.
25698         * posix/tst-fnmatch3.c: New file.
25700 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
25702         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
25703         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
25704         [$(cross-compiling) = no]: Likewise.
25705         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
25706         [$(cross-compiling) = no]: Likewise.
25708 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25710         [BZ #17031]
25711         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
25712         double, adjusted for any remainder from the high double.
25713         * math/libm-test.inc (nearbyint): Add tests.
25714         (rint): Likewise.
25716 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25718         * nptl/sysdeps/powerpc/Makefile: Moved ...
25719         * sysdeps/powerpc/nptl/Makefile: ... here.
25720         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
25721         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
25722         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
25723         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
25724         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
25725         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
25726         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
25727         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
25728         * nptl/sysdeps/powerpc/tls.h: Moved ...
25729         * sysdeps/powerpc/nptl/tls.h: ... here.
25731 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
25733         [BZ #16681]
25734         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
25735         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
25736         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
25737         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
25738         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
25739         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
25740         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
25741         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
25742         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
25744 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
25746         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
25748 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
25750         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
25751         defined operator.
25753         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
25754         $TIMEOUTFACTOR.
25756 2014-06-16  Florian Weimer  <fweimer@redhat.com>
25758         [BZ #17058]
25759         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
25760         non-executed part of the test.
25762 2014-06-16  Andreas Schwab  <schwab@suse.de>
25764         * string/bits/string2.h (strdup, strndup): Update feature guard.
25766 2014-06-14  David S. Miller  <davem@davemloft.net>
25768         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25770 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
25772         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
25773         that was previously under [RESET_PID].
25774         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
25776         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
25777         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
25778         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
25779         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
25780         (__libc_vfork): New strong alias.
25781         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
25783 2014-06-14 Andi Kleen  <ak@linux.intel.com>
25785         * sysdeps/generic/elide.h: New file.
25787 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
25789         * Makefile (installed-headers): Adjust path of pthread.h header.
25791 2014-06-13  Roland McGrath  <roland@hack.frob.com>
25793         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
25794         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
25795         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
25796         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
25798         * nptl/sysdeps/s390/Makefile: Moved ...
25799         * sysdeps/s390/nptl/Makefile: ... here.
25800         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
25801         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
25802         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
25803         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
25804         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
25805         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
25806         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
25807         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
25808         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
25809         * sysdeps/s390/nptl/pthreaddef.h: ... here.
25810         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
25811         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
25812         * nptl/sysdeps/s390/tls.h: Moved ...
25813         * sysdeps/s390/nptl/tls.h: ... here.
25815         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
25816         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
25818 2014-06-13  David S. Miller  <davem@davemloft.net>
25820         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
25821         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
25822         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
25823         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
25824         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
25825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
25826         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
25827         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
25828         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
25829         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
25830         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
25831         Remove RESET_PID cpp guards.
25832         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
25833         Remove RESET_PID cpp guards.
25834         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
25836 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
25838         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
25839         __sp to uintptr_t.
25841 2014-06-13  Andi Kleen  <ak@linux.intel.com>
25843         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
25844         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
25845         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
25846         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
25847         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
25848         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
25849         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
25850         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
25851         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
25852         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
25853         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
25854         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
25855         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
25856         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
25857         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
25858         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
25859         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
25860         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
25861         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
25862         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
25864         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
25865         (pthread_rwlock_rdlock): Add elision.
25866         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
25867         (pthread_rwlock_wrlock): Add elision.
25868         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
25869         (pthread_rwlock_trywrlock): Add elision.
25870         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
25871         (pthread_rwlock_tryrdlock): Add elision.
25872         * nptl/pthread_rwlock_unlock.c: Include elide.h.
25873         (pthread_rwlock_tryrdlock): Add elision unlock.
25874         * nptl/sysdeps/pthread/pthread.h:
25875         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
25876         (PTHREAD_RWLOCK_INITIALIZER,
25877         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
25878         Handle new elision field.
25879         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
25880         * sysdeps/arm/nptl/bits/pthreadtypes.h
25881         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25882         * sysdeps/sh/nptl/bits/pthreadtypes.h
25883         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25884         * sysdeps/tile/nptl/bits/pthreadtypes.h
25885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25886         * sysdeps/a/nptl/bits/pthreadtypes.h
25887         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25888         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
25889         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25890         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
25891         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25892         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
25893         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25894         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
25895         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25896         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
25897         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25898         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
25899         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25900         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
25901         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25902         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
25903         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25904         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
25905         (elision_init): Set try_xbegin to zero when no RTM.
25906         * sysdeps/x86/nptl/bits/pthreadtypes.h
25907         (pthread_rwlock_t): Change __pad1 to __rwelision.
25908         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25910 2014-06-13  Andi Kleen  <ak@linux.intel.com>
25912         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
25913         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
25914         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
25915         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
25917 2014-06-13  Meador Inge  <meadori@codesourcery.com>
25919         [BZ #16996]
25920         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
25921         that the cached result has been set before returning it.
25923 2014-06-12  Roland McGrath  <roland@hack.frob.com>
25925         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
25926         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
25927         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
25928         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
25929         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
25930         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
25932         * nptl/sysdeps/sparc/Makefile: Moved ...
25933         * sysdeps/sparc/nptl/Makefile: ... here.
25934         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
25935         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
25936         * nptl/sysdeps/sparc/tls.h: Moved ...
25937         * sysdeps/sparc/nptl/tls.h: ... here.
25938         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
25939         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
25940         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
25941         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
25942         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
25943         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
25944         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
25945         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
25946         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
25947         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
25948         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
25949         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
25950         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
25951         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
25952         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
25953         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
25954         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
25955         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
25956         Update #include.
25957         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
25958         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
25959         Update #include.
25960         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
25961         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
25962         Update #include.
25963         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
25964         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
25965         Update #include.
25967         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
25969         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
25970         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
25972         * sysdeps/pthread/posix-timer.h: Include <list.h>.
25973         (struct list_links): Type removed.
25974         (struct thread_node, struct timer_node): Replace struct list_links
25975         with struct list_head.
25976         (list_unlink_ip): Likewise.
25977         * sysdeps/pthread/timer_routines.c
25978         (timer_free_list, thread_free_list, thread_active_list): Likewise.
25979         (list_append, list_insbefore): Likewise.
25980         (list_init): Function removed.
25981         (thread_init, init_module): Use INIT_LIST_HEAD instead.
25982         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
25983         * sysdeps/pthread/Makefile: ... here, new file.
25985         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
25986         * sysdeps/nptl/Implies: ... here.
25987         * sysdeps/unix/sysv/linux/Implies: Add nptl.
25988         * nptl/sysdeps/pthread/list.h: Moved ...
25989         * include/list.h: ... here.
25990         * nptl/sysdeps/pthread/createthread.c: Moved ...
25991         * nptl/createthread.c: ... here.
25992         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
25993         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
25994         * nptl/pt-longjmp.c: ... here.
25995         * nptl/sysdeps/pthread/Makefile: Moved ...
25996         * sysdeps/nptl/Makefile: ... here.
25997         * nptl/sysdeps/pthread/Subdirs: Moved ...
25998         * sysdeps/nptl/Subdirs: ... here.
25999         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
26000         * sysdeps/nptl/aio_misc.h: ... here.
26001         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
26002         * sysdeps/nptl/bits/libc-lock.h: ... here.
26003         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
26004         * sysdeps/nptl/bits/libc-lockP.h: ... here.
26005         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
26006         * sysdeps/nptl/bits/stdio-lock.h: ... here.
26007         * nptl/sysdeps/pthread/configure: Moved ...
26008         * sysdeps/nptl/configure: ... here.
26009         * nptl/sysdeps/pthread/configure.ac: Moved ...
26010         * sysdeps/nptl/configure.ac: ... here.
26011         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
26012         * sysdeps/nptl/gai_misc.h: ... here.
26013         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
26014         * sysdeps/nptl/librt-cancellation.c: ... here.
26015         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
26016         * sysdeps/nptl/malloc-machine.h: ... here.
26017         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
26018         * sysdeps/nptl/pthread-functions.h: ... here.
26019         * nptl/sysdeps/pthread/pthread.h: Moved ...
26020         * sysdeps/nptl/pthread.h: ... here.
26021         * nptl/sysdeps/pthread/setxid.h: Moved ...
26022         * sysdeps/nptl/setxid.h: ... here.
26023         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
26024         * sysdeps/nptl/sigfillset.c: ... here.
26025         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
26026         * sysdeps/nptl/tcb-offsets.h: ... here.
26027         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
26028         * sysdeps/nptl/tst-mqueue8x.c: ... here.
26029         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
26030         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
26031         * nptl/sysdeps/pthread/allocalim.h: Moved ...
26032         * sysdeps/pthread/allocalim.h: ... here.
26033         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
26034         * sysdeps/pthread/bits/sigthread.h: ... here.
26035         * nptl/sysdeps/pthread/flockfile.c: Moved ...
26036         * sysdeps/pthread/flockfile.c: ... here.
26037         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
26038         * sysdeps/pthread/ftrylockfile.c: ... here.
26039         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
26040         * sysdeps/pthread/funlockfile.c: ... here.
26041         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
26042         * sysdeps/pthread/posix-timer.h: ... here.
26043         * nptl/sysdeps/pthread/timer_create.c: Moved ...
26044         * sysdeps/pthread/timer_create.c: ... here.
26045         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
26046         * sysdeps/pthread/timer_delete.c: ... here.
26047         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
26048         * sysdeps/pthread/timer_getoverr.c: ... here.
26049         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
26050         * sysdeps/pthread/timer_gettime.c: ... here.
26051         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
26052         * sysdeps/pthread/timer_routines.c: ... here.
26053         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
26054         * sysdeps/pthread/timer_settime.c: ... here.
26055         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
26056         * sysdeps/pthread/tst-timer.c: ... here.
26057         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
26058         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
26060         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
26061         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
26063         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
26064         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
26065         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
26066         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
26067         Update #include target.
26068         * nptl/sysdeps/i386/i686/Makefile: Moved ...
26069         * sysdeps/i386/i686/nptl/Makefile: ... here.
26070         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
26071         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
26072         Update #include target.
26073         * nptl/sysdeps/i386/i686/tls.h: Moved ...
26074         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
26075         * nptl/sysdeps/i386/Makefile: Moved ...
26076         * sysdeps/i386/nptl/Makefile: ... here.
26077         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
26078         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
26079         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
26080         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
26081         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
26082         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
26083         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
26084         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
26085         * sysdeps/i386/nptl/pthreaddef.h: ... here.
26086         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
26087         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
26088         * nptl/sysdeps/i386/tls.h: Moved ...
26089         * sysdeps/i386/nptl/tls.h: ... here.
26091         * sysdeps/sh/Makefile [$(subdir) = csu]
26092         (gen-as-const-headers): Add tcb-offsets.sym.
26093         * nptl/sysdeps/sh/Makefile: File removed.
26094         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
26095         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
26096         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
26097         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
26098         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
26099         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
26100         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
26101         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
26102         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
26103         * sysdeps/sh/nptl/pthreaddef.h: ... here.
26104         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
26105         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
26106         * nptl/sysdeps/sh/tls.h: Moved ...
26107         * sysdeps/sh/nptl/tls.h: ... here.
26108         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
26109         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
26110         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
26111         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
26112         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
26113         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
26114         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
26115         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
26116         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
26117         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
26118         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
26119         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
26120         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
26121         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
26122         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
26123         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
26124         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
26125         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
26126         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
26127         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
26128         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
26129         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
26130         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
26131         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
26132         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
26133         Moved ...
26134         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
26135         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
26136         Moved ...
26137         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
26138         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
26139         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
26140         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
26141         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
26142         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
26143         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
26144         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
26145         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
26146         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
26147         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
26148         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
26149         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
26150         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
26151         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
26152         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
26153         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
26154         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
26155         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
26157 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
26159         * posix/spawn_faction_addopen.c: Include string.h.
26161 2014-06-11  Roland McGrath  <roland@hack.frob.com>
26163         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
26164         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
26165         * nptl/sysdeps/x86_64/Makefile: Moved ...
26166         * sysdeps/x86_64/nptl/Makefile: ... here.
26167         * nptl/sysdeps/x86_64/configure: Moved ...
26168         * sysdeps/x86_64/nptl/configure: ... here.
26169         * nptl/sysdeps/x86_64/configure.ac: Moved ...
26170         * sysdeps/x86_64/nptl/configure.ac: ... here.
26171         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
26172         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
26173         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
26174         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
26175         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
26176         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
26177         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
26178         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
26179         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
26180         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
26181         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
26182         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
26183         * nptl/sysdeps/x86_64/tls.h: Moved ...
26184         * sysdeps/x86_64/nptl/tls.h: ... here.
26185         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
26186         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
26187         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
26188         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
26190         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
26192 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26196 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
26198         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
26199         type.
26200         [POSIX] (off_t): Likewise.
26201         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
26202         [POSIX] (S_ISBLK): Require macro.
26203         [POSIX] (S_ISCHR): Likewise.
26204         [POSIX] (S_ISDIR): Likewise.
26205         [POSIX] (S_ISFIFO): Likewise.
26206         [POSIX] (S_ISREG): Likewise.
26207         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
26208         optional-macro.
26209         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
26210         type.
26211         [POSIX] (time_t): Likewise.
26212         [POSIX] (timer_t): Likewise.
26214 2014-06-11  Florian Weimer  <fweimer@redhat.com>
26216         [BZ #17048]
26217         * posix/spawn_int.h (struct __spawn_action): Make the path string
26218         non-const to support deallocation.
26219         * posix/spawn_faction_addopen.c
26220         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
26221         * posix/spawn_faction_destroy.c
26222         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
26223         path in all spawn_do_open actions.
26224         * posix/tst-spawn.c (do_test): Exercise the copy operation in
26225         posix_spawn_file_actions_addopen.
26227 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
26229         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
26230         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
26231         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
26232         conditional code always true.
26233         (__libc_vfork): New alias.
26235 2014-06-11  Roland McGrath  <roland@hack.frob.com>
26237         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26238         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
26240         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
26242         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26243         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
26245         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
26246         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
26248         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26249         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
26251 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
26253         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
26254         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
26255         multiarch strcmp for PPC64.
26256         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
26257         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
26258         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
26259         multiarch optimizations.
26260         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
26261         (__libc_ifunc_impl_list): Likewise.
26263 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26265         * benchtests/scripts/validate_benchout.py: New script.
26266         * benchtests/Makefile (bench-func): Call it.
26267         * benchtests/scripts/benchout.schema.json: New file.
26269 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
26271         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
26272         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
26273         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
26274         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
26275         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
26276         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
26277         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
26278         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
26279         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
26280         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
26281         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
26282         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
26283         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
26284         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
26285         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
26286         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
26287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
26288         Moved ...
26289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
26290         ... here.
26291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
26292         Moved ...
26293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
26294         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
26295         Moved ...
26296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
26297         ... here.
26298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
26299         Moved ...
26300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
26301         ... here.
26302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
26303         Moved ...
26304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
26305         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
26306         Moved ...
26307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
26308         ... here.
26309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
26310         Moved ...
26311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
26312         ... here.
26313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
26314         Moved ...
26315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
26316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
26317         Moved ...
26318         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
26319         ... here.
26320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
26321         Moved ...
26322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
26323         ... here.
26324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
26325         Moved ...
26326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
26327         ... here.
26328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
26329         Moved ...
26330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
26331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
26332         Moved ...
26333         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
26334         ... here.
26335         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
26336         Moved ...
26337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
26338         ... here.
26339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
26340         Moved ...
26341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
26342         ... here.
26343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
26344         Moved ...
26345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
26346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
26347         Moved ...
26348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
26349         ... here.
26350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
26351         Moved ...
26352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
26353         ... here.
26354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
26355         Moved ...
26356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
26357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
26358         Moved ...
26359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
26360         ... here.
26361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
26362         Moved ...
26363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
26364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
26365         Moved ...
26366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
26367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
26368         Moved ...
26369         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
26370         ... here.
26371         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
26372         Moved ...
26373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
26374         ... here.
26375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
26376         Moved ...
26377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
26378         ... here.
26379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
26380         Moved ...
26381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
26382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
26383         Moved ...
26384         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
26385         ... here.
26386         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
26387         Moved ...
26388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
26389         ... here.
26390         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
26391         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
26392         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
26393         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
26394         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
26395         Moved ...
26396         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
26397         ... here.
26398         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
26399         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
26400         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
26401         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
26402         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
26403         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
26404         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
26405         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
26406         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
26407         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
26408         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
26409         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
26410         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
26411         Moved ...
26412         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
26413         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
26414         Moved ...
26415         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
26416         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
26417         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
26418         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
26419         Moved ...
26420         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
26421         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
26422         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
26423         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
26424         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
26425         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
26426         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
26428 2014-06-10  Wilco  <wdijkstr@arm.com>
26430         * math/test-fenv-return.c: New file.
26431         * math/Makefile: Add new test test-fenv-return.
26433 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
26435         [BZ #17042]
26436         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
26437         when x - 1 is zero.
26438         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
26439         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
26440         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
26441         0.0L for an argument of 1.0L.
26442         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
26443         Likewise.
26444         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
26445         value when x - 1 is zero.
26446         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
26447         * sysdeps/i386/fpu/libm-test-ulps: Update.
26448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26450 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
26452         [BZ #15119]
26453         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
26455 2014-06-09  Roland McGrath  <roland@hack.frob.com>
26457         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
26458         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
26460 2014-06-09  Roland McGrath  <roland@hack.frob.com>
26462         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26463         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
26465         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26466         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
26468         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26469         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
26471         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26472         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
26474         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
26475         if not already defined.
26476         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
26477         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
26478         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
26479         (TLS_INIT_TP): Use it.
26480         (TLS_DEFINE_INIT_TP): New macro.
26481         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
26483 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
26485         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
26486         constant.
26487         [POSIX] (IXANY): Likewise.
26488         [POSIX] (OLCUC): Likewise.
26489         [POSIX || POSIX2008] (CBAUD): Do not allow.
26490         [POSIX || POSIX2008] (DEFECHO): Likewise.
26491         [POSIX || POSIX2008] (ECHOCTL): Likewise.
26492         [POSIX || POSIX2008] (ECHOKE): Likewise.
26493         [POSIX || POSIX2008] (ECHOPRT): Likewise.
26494         [POSIX || POSIX2008] (EXTA): Likewise.
26495         [POSIX || POSIX2008] (EXTB): Likewise.
26496         [POSIX || POSIX2008] (FLUSHO): Likewise.
26497         [POSIX || POSIX2008] (LOBLK): Likewise.
26498         [POSIX || POSIX2008] (PENDIN): Likewise.
26499         [POSIX || POSIX2008] (SWTCH): Likewise.
26500         [POSIX || POSIX2008] (VDISCARD): Likewise.
26501         [POSIX || POSIX2008] (VDSUSP): Likewise.
26502         [POSIX || POSIX2008] (VLNEXT): Likewise.
26503         [POSIX || POSIX2008] (VREPRINT): Likewise.
26504         [POSIX || POSIX2008] (VSTATUS): Likewise.
26505         [POSIX || POSIX2008] (VWERASE): Likewise.
26506         (B*): Change to B[0123456789]*.
26507         * conform/data/time.h-data [POSIX || UNIX98]
26508         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
26509         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26510         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
26511         [POSIX] (tm_*): Do not allow.
26513 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
26515         * Makefile (install): Don't set LANGUAGE.
26516         * Makefile.in (install): Likewise.
26517         * assert/Makefile (test-assert-ENV): Remove variable.
26518         (test-assert-perr-ENV): Likewise.
26519         * elf/Makefile (neededtest4-ENV): Likewise.
26520         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
26521         [$(cross-compiling) = no]: Don't set LANGUAGE.
26522         * io/ftwtest-sh (LANG): Remove variable.
26523         * libio/Makefile (tst-widetext-ENV): Likewise.
26524         * manual/install.texi (Running make install): Don't refer to
26525         environment settings for make install.
26526         * INSTALL: Regenerated.
26527         * nptl/tst-tls6.sh: Don't set LANG.
26528         * posix/globtest.sh (LANG): Remove variable.
26529         * string/Makefile (tester-ENV): Likewise.
26530         (inl-tester-ENV): Likewise.
26531         (noinl-tester-ENV): Likewise.
26532         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
26533         [$(cross-compiling) = no]: Don't set LANGUAGE.
26534         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
26535         without explicit environment settings.
26537 2014-06-06  Roland McGrath  <roland@hack.frob.com>
26539         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
26540         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
26541         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
26542         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
26544 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
26546         * crypt/crypt-private.h [DOS]: Add some includes taken from the
26547         other files in the crypt directory.
26548         * crypt/crypt.c: Remove duplicate includes.
26549         * crypt/crypt-entry.c: Likewise.
26550         * crypt/crypt_util.c: Likewise.
26552 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
26554         * Makeconfig (run-program-env): New variable.
26555         (run-program-prefix-before-env): Likewise.
26556         (run-program-prefix-after-env): Likewise.
26557         (run-program-prefix): Define in terms of new variables.
26558         (built-program-cmd-before-env): New variable.
26559         (built-program-cmd-after-env): Likewise.
26560         (built-program-cmd): Define in terms of new variables.
26561         (test-program-prefix-before-env): New variable.
26562         (test-program-prefix-after-env): Likewise.
26563         (test-program-prefix): Define in terms of new variables.
26564         (test-program-cmd-before-env): New variable.
26565         (test-program-cmd-after-env): Likewise.
26566         (test-program-cmd): Define in terms of new variables.
26567         * Rules (make-test-out): Use $(run-program-env).
26568         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
26569         (help): Do not mention environment variables.  Mention
26570         --timeoutfactor option.
26571         (timeoutfactor): New variable.
26572         (blacklist_exports): Remove function.
26573         (exports): Remove variable.
26574         (command): Do not include ${exports}.
26575         * manual/install.texi (Configuring and compiling): Do not mention
26576         test wrappers preserving environment variables.  Mention that last
26577         assignment to a variable must take precedence.
26578         * INSTALL: Regenerated.
26579         * benchtests/Makefile (run-bench): Use $(run-program-env).
26580         * catgets/Makefile ($(objpfx)test1.cat): Use
26581         $(built-program-cmd-before-env), $(run-program-env) and
26582         $(built-program-cmd-after-env).
26583         ($(objpfx)test2.cat): Do not specify environment variables
26584         explicitly.
26585         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
26586         $(run-program-env) and $(built-program-cmd-after-env).
26587         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
26588         $(run-program-env) and $(test-program-cmd-after-env).
26589         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
26590         explicitly.
26591         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
26592         run_program_env and test_program_cmd_after_env arguments.
26593         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
26594         * elf/tst-pathopt.sh: Use run_program_env argument.
26595         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
26596         $(test-wrapper-env) and $(run-program-env).
26597         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
26598         run_program_env arguments.
26599         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
26600         * intl/Makefile ($(objpfx)tst-gettext.out): Use
26601         $(test-program-prefix-before-env), $(run-program-env) and
26602         $(test-program-prefix-after-env).
26603         ($(objpfx)tst-gettext2.out): Likewise.
26604         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
26605         run_program_env and test_program_prefix_after_env arguments.
26606         * intl/tst-gettext2.sh: Likewise.
26607         * intl/tst-gettext4.sh: Do not set environment variables
26608         explicitly.
26609         * intl/tst-gettext6.sh: Likewise.
26610         * intl/tst-translit.sh: Likewise.
26611         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
26612         $(test-program-prefix-before-env), $(run-program-env) and
26613         $(test-program-prefix-after-env).
26614         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
26615         run_program_env and test_program_prefix_after_env arguments.
26616         * math/Makefile (run-regen-ulps): Use $(run-program-env).
26617         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
26618         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
26619         explicitly with each use of ${test_wrapper_env}.
26620         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
26621         $(test-program-prefix-before-env), $(run-program-env) and
26622         $(test-program-prefix-after-env).
26623         * posix/tst-getconf.sh: Do not set environment variables
26624         explicitly.
26625         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
26626         run_program_env and test_program_prefix_after_env arguments.
26627         * stdio-common/tst-printf.sh: Do not set environment variables
26628         explicitly.
26629         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
26630         $(test-program-prefix-before-env), $(run-program-env) and
26631         $(test-program-prefix-after-env).
26632         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
26633         run_program_env and test_program_prefix_after_env arguments.
26634         Split $test calls into $test_pre and $test.
26635         * timezone/Makefile (build-testdata): Use
26636         $(built-program-cmd-before-env), $(run-program-env) and
26637         $(built-program-cmd-after-env).
26639 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26641         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
26642         strlen for non SHARED builds.
26644 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26646         * nptl/allocatestack.c (check_list): Inlined function...
26647         (__reclaim_stacks): ... here.
26649 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
26651         [BZ #15698]
26652         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
26653         memory overrun.
26655 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
26657         * Rules (make-test-out): Include
26658         LOCPATH=$(common-objpfx)localedata in default environment.
26659         * debug/Makefile (tst-chk1-ENV): Remove variable.
26660         (tst-chk2-ENV): Likewise.
26661         (tst-chk3-ENV): Likewise.
26662         (tst-chk4-ENV): Likewise.
26663         (tst-chk5-ENV): Likewise.
26664         (tst-chk6-ENV): Likewise.
26665         (tst-lfschk1-ENV): Likewise.
26666         (tst-lfschk2-ENV): Likewise.
26667         (tst-lfschk3-ENV): Likewise.
26668         (tst-lfschk4-ENV): Likewise.
26669         (tst-lfschk5-ENV): Likewise.
26670         (tst-lfschk6-ENV): Likewise.
26671         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
26672         (tst-iconv7-ENV): Likewise.
26673         * intl/Makefile (LOCPATH-ENV): Likewise.
26674         (tst-codeset-ENV): Likewise.
26675         (tst-gettext3-ENV): Likewise.
26676         (tst-gettext5-ENV): Likewise.
26677         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
26678         (tst-fopenloc-ENV): Likewise.
26679         (tst-fgetws-ENV): Remove variable.
26680         (tst-ungetwc1-ENV): Likewise.
26681         (tst-ungetwc2-ENV): Likewise.
26682         (bug-ungetwc2-ENV): Likewise.
26683         (tst-swscanf-ENV): Likewise.
26684         (bug-ftell-ENV): Likewise.
26685         (tst-fgetwc-ENV): Likewise.
26686         (tst-fseek-ENV): Likewise.
26687         (tst-ftell-partial-wide-ENV): Likewise.
26688         (tst-ftell-active-handler-ENV): Likewise.
26689         (tst-ftell-append-ENV): Likewise.
26690         * posix/Makefile (tst-fnmatch-ENV): Likewise.
26691         (tst-regexloc-ENV): Likewise.
26692         (bug-regex1-ENV): Likewise.
26693         (tst-regex-ENV): Likewise.
26694         (tst-regex2-ENV): Likewise.
26695         (bug-regex5-ENV): Likewise.
26696         (bug-regex6-ENV): Likewise.
26697         (bug-regex17-ENV): Likewise.
26698         (bug-regex18-ENV): Likewise.
26699         (bug-regex19-ENV): Likewise.
26700         (bug-regex20-ENV): Likewise.
26701         (bug-regex22-ENV): Likewise.
26702         (bug-regex23-ENV): Likewise.
26703         (bug-regex25-ENV): Likewise.
26704         (bug-regex26-ENV): Likewise.
26705         (bug-regex30-ENV): Likewise.
26706         (bug-regex32-ENV): Likewise.
26707         (bug-regex33-ENV): Likewise.
26708         (bug-regex34-ENV): Likewise.
26709         (bug-regex35-ENV): Likewise.
26710         (tst-rxspencer-ENV): Likewise.
26711         (tst-rxspencer-no-utf8-ENV): Likewise.
26712         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
26713         (tst-sscanf-ENV): Likewise.
26714         (tst-swprintf-ENV): Likewise.
26715         (tst-swscanf-ENV): Likewise.
26716         (test-vfprintf-ENV): Likewise.
26717         (scanf13-ENV): Likewise.
26718         (bug14-ENV): Likewise.
26719         (tst-grouping-ENV): Likewise.
26720         * stdlib/Makefile (tst-strtod-ENV): Likewise.
26721         (tst-strtod3-ENV): Likewise.
26722         (tst-strtod4-ENV): Likewise.
26723         (tst-strtod5-ENV): Likewise.
26724         (testmb2-ENV): Likewise./
26725         * string/Makefile (tst-strxfrm-ENV): Likewise.
26726         (tst-strxfrm2-ENV): Likewise.
26727         (bug-strcoll1-ENV): Likewise.
26728         (test-strcasecmp-ENV): Likewise.
26729         (test-strncasecmp-ENV): Likewise.
26730         * time/Makefile (tst-strptime-ENV): Likewise.
26731         (tst-ftime_l-ENV): Likewise.
26732         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
26733         (tst-mbrtowc-ENV): Likewise.
26734         (tst-wcrtomb-ENV): Likewise.
26735         (tst-mbrtowc2-ENV): Likewise.
26736         (tst-c16c32-1-ENV): Likewise.
26737         (tst-mbsnrtowcs-ENV): Likewise.
26739 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
26741         * manual/resource.texi (How to get information about the memory
26742         subsystem?): Fix typo.
26743         Reported by Peon de la Parra Ivan <peon@keba.com>
26745 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
26747         [BZ #16882]
26748         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
26749         (pthread_spin_lock): Branch out of spin loop to proper location.
26750         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
26751         (pthread_spin_lock): Likewise.
26753         * nptl/tst-spin4.c: New test.
26754         * nptl/Makefile (tests): Add tst-spin4.
26756 2014-06-03  Andreas Schwab  <schwab@suse.de>
26758         [BZ #15946]
26759         * resolv/res_send.c (send_dg): Reload file descriptor after
26760         calling reopen.
26762 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
26764         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
26766 2014-06-03  Richard Henderson  <rth@redhat.com>
26768         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
26769         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
26770         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
26771         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
26772         in the SAVE_PID block.
26773         (__libc_vfork): New alias.
26774         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
26776         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
26777         child in registers, not on the stack.  Remove RESET_PID conditionals.
26778         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
26780 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
26782         * sysdeps/aarch64/libm-test-ulps: Regenerate.
26784 2014-06-03  Wilco  <wdijkstr@arm.com>
26786         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
26787         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
26788         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
26789         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
26790         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
26791         Likewise.
26793 2014-06-03  Wilco  <wdijkstr@arm.com>
26795         * sysdeps/aarch64/fpu/math_private.h
26796         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
26797         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
26798         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
26799         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
26800         Fix declarations.
26802 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
26804         * crypt/crypt-private.h: Include ufc-crypt.h.
26805         (__b64_from_24bit): Declare extern.
26806         * crypt/crypt_util.c(__b64_from_24bit): New function.
26807         (b64t): New static const variable.
26808         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
26809         (b64t): Remove variable.
26810         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
26811         * crypt/sha256-crypt.c: Include crypt-private.h.
26812         (b64t): Remove variable.
26813         (__sha256_crypt_r): Remove b64_from_24bit and replace
26814         with __b64_from_24bit.
26815         * crypt/sha512-crypt.c: Likewise.
26817 2014-06-02  Roland McGrath  <roland@hack.frob.com>
26819         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
26820         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
26821         Label the code __libc_vfork rather than __vfork.
26822         [!NOT_IN_libc] (vfork): Define as weak alias.
26823         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
26824         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
26825         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
26827 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26829         * malloc/malloc.c (malloc_info): Fix format specifier for
26830         n_mmaps.
26832 2014-06-02  Wilco  <wdijkstr@arm.com>
26834         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
26835         FPCR write.
26837 2014-06-02  Wilco  <wdijkstr@arm.com>
26839         [BZ #17009]
26840         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
26841         Rewrite to reduce FPCR/FPSR accesses.
26843 2014-06-01  David S. Miller  <davem@davemloft.net>
26845         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26847 2014-05-31  David S. Miller  <davem@davemloft.net>
26849         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
26850         to occur in round to nearest mode when |x| >= 2.0
26852 2014-05-30  Richard Henderson  <rth@twiddle.net>
26854         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
26855         (PSEUDO_RET_NOERRNO): Remove.
26856         (ret): Don't redefine.
26857         (ret_NOERRNO): Define in terms of ret.
26858         (ret_ERRVAL): Likewise.
26860         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
26861         use of PSEUDO_RET; perform the error check directly.
26863 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
26865         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
26866         with __int128_t.
26868 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26870         * malloc/malloc (malloc_info): Fix formatting.
26872 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26873             Roland McGrath  <roland@hack.frob.com>
26875         * malloc/malloc (malloc_info): Also print mmapped statistics.
26877 2014-05-30  Roland McGrath  <roland@hack.frob.com>
26879         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
26880         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
26882 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
26884         * malloc/malloc.c (malloc_info): Inline mi_arena.
26886 2014-05-29  Richard Henderson  <rth@twiddle.net>
26888         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
26889         Remove comma before expanding ASM_ARGS_##nr.
26890         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
26891         Make _x0 a strict output; make _x8 a strict input; adjust expansion
26892         of ASM_ARGS_##nr.
26893         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
26894         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
26895         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
26896         (ASM_ARGS_1): Add leading comma.
26898         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
26899         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
26900         to __errno_location.
26901         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
26902         Remove the expected plt for __errno_location.
26904         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26905         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
26906         call to __read_tp.
26908         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26909         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
26910         it and break it down.
26911         (DOCARGS_0, DOCARGS_1): Do nothing.
26912         (DOCARGS_2): Update to store into the new stack frame.
26913         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
26914         (UNDOCARGS_1): Update to restore from the new stack frame.
26915         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
26916         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
26918         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26919         (SINGLE_THREAD_P): New parameter for result regno.
26920         (PSEUDO): Update to match; use cbz instead of beq.
26922         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26923         Use ENTRY to define the _nocancel entry point.  Share the syscall
26924         and syscall error check paths with the cancel path.
26925         (PSEUDO_END): New.
26927         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
26928         whitespace; tabs before and after asm mnemonics.
26930 2014-05-29  Eric Wong  <normalperson@yhbt.net>
26932         [BZ #15132]
26933         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26934         Call fstat64 or stat64 internally, depending on arguments passed.
26935         Replace stat buffer argument with file descriptor argument.
26936         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
26937         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
26938         Pass fd to __internal_statvfs instead of calling fstat64.
26939         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
26940         Pass fd to __internal_statvfs64 instead of calling fstat64.
26941         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
26942         Pass -1 to __internal_statvfs instead of calling stat64.
26943         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
26944         Pass -1 to __internal_statvfs64 instead of calling stat64.
26946 2014-05-28  Roland McGrath  <roland@hack.frob.com>
26948         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
26949         that was previously under [RESET_PID].
26950         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
26952         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
26953         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
26955 2014-05-27  Roland McGrath  <roland@hack.frob.com>
26957         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
26959         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
26960         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
26962 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
26964         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
26966 2014-05-27  Andreas Schwab  <schwab@suse.de>
26968         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
26969         TLS_INIT_TP macro.
26970         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
26971         * elf/rtld.c (init_tls, dl_main): Likewise.
26972         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
26973         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
26974         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
26975         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
26976         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
26977         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
26978         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
26979         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
26980         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
26981         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
26982         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
26983         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
26984         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
26985         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
26986         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
26987         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
26988         * sysdeps/generic/tls.h: Update description.
26990 2014-05-27  Will Newton  <will.newton@linaro.org>
26992         [BZ #16990]
26993         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
26994         and restore r2 rather than just restoring.
26996 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26998         [BZ #16724]
26999         * libio/tst-ftell-append.c: New test case.
27000         * libio/Makefile (tests): Add test case.
27001         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
27002         append mode.
27003         * libio/wfileops.c (do_ftell_wide): Likewise.
27005 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27007         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27009         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
27010         ...
27011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
27012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27013         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
27014         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
27015         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
27016         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
27017         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
27018         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
27019         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
27020         Moved ...
27021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
27022         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
27023         Moved ...
27024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
27025         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
27026         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
27027         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
27028         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
27029         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
27030         ...
27031         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
27032         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
27033         Moved ...
27034         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
27035         here.
27036         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
27037         ...
27038         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
27039         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
27040         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
27042         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
27043         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
27044         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
27045         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
27047         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
27048         merge into ...
27049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
27050         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
27051         ...
27052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
27053         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
27054         ...
27055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
27056         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
27057         Moved ...
27058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
27059         here.
27060         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
27061         Moved ...
27062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
27063         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
27064         Moved ...
27065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
27067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
27068         conditional [RESET_PID].
27069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
27070         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
27071         removed.
27072         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
27073         removed.
27075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
27076         <tcb-offsets.h>.
27077         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27078         (__libc_vfork): New strong alias.
27079         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
27080         removed.
27081         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
27082         Removed.
27084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
27085         <tcb-offsets.h>.
27086         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
27087         (__libc_vfork): New strong alias.
27088         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
27089         removed.
27090         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
27091         removed.
27093 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
27095         * malloc/malloc.c (mi_arena): New function.
27096         (malloc_info): Remove nested function mi_arena. Call non-nosted
27097         function mi_arena.
27099 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27101         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
27102         by insrwi.
27103         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
27104         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
27105         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
27106         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
27107         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
27108         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
27109         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
27111 2014-05-26  Andreas Schwab  <schwab@suse.de>
27113         [BZ #16984]
27114         * locale/programs/repertoire.c (repertoire_read): Add slash
27115         between I18NPATH element and file name.
27116         * locale/programs/locfile.c (locfile_read): Likewise.
27118 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
27120         * nptl/pthread_mutexattr_settype.c
27121         (__pthread_mutexattr_settype):
27122         Disable lock elision for PTHREAD_MUTEX_NORMAL.
27124 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
27126         * nptl/tst-mutex5 (do_test):
27127         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
27129 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27131         * benchtests/README: Document 'init' directive.
27132         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
27133         BENCH_INIT.
27134         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
27135         (parse_file): Recognize 'init' directive.
27137 2014-05-26  Kyle McMartin  <kyle@redhat.com>
27139         [BZ #16796]
27140         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
27141         alignment of struct pthread.
27143 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27145         [BZ #16878]
27146         * nscd/netgroupcache.c (addgetnetgrentX): Look for
27147         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
27148         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
27149         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
27151 2014-05-25  Richard Henderson  <rth@twiddle.net>
27153         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
27154         (SINGLE_THREAD_P_PIC): Remove.
27155         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
27156         (SINGLE_THREAD_P_PIC): Remove.
27158         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
27159         branch to syscall error ...
27160         (PSEUDO): ... here.
27161         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
27162         from __local_syscall_error to .Lsyscall_error.
27163         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
27164         (SYSCALL_ERROR): Update label name.
27166         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
27167         Do not use DOARGS/UNDOARGS.
27168         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
27169         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
27170         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
27171         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
27172         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
27174         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
27175         block comment.
27177         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
27178         define if !NOT_IN_libc.
27179         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
27180         define with non-default symbol versions.
27182 2014-05-23  Richard Henderson  <rth@twiddle.net>
27184         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
27185         (vfork, __vfork): Define via compat_symbol.
27187         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
27188         [!HAVE_IFUNC] (vfork_compat): Remove.
27189         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
27191 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
27193         [BZ #16978]
27194         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
27195         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
27196         variable.
27198 2014-05-23  Richard Henderson  <rth@twiddle.net>
27200         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
27201         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
27202         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
27203         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
27205         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
27206         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
27207         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
27208         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
27209         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
27210         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
27211         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
27212         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
27213         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
27214         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
27215         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
27216         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
27217         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
27218         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
27219         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
27220         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
27221         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
27222         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
27223         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
27224         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
27225         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
27226         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
27227         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
27228         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
27229         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
27230         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
27231         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
27232         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
27233         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
27234         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
27235         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
27236         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
27237         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
27238         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
27239         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
27240         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
27241         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
27242         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
27243         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
27244         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
27245         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
27246         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
27247         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
27248         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
27249         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
27250         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
27251         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
27252         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
27253         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
27254         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
27255         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
27256         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
27257         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
27258         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
27259         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
27260         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
27262         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
27263         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
27264         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
27265         before exiting on error.
27266         (__libc_vfork): New strong alias.
27267         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
27268         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
27270         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
27271         that was previously under [RESET_PID].
27272         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
27274         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
27276 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
27278         [BZ #16977]
27279         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
27280         value when x - 1 is zero.
27281         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
27282         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
27283         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
27284         0.0L for an argument of 1.0L.
27285         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
27286         Likewise.
27287         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
27288         value when x - 1 is zero.
27289         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
27290         * sysdeps/i386/fpu/libm-test-ulps: Update.
27291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27293 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
27295         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
27296         alphasort and versionsort.
27298 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27300         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
27301         macro.
27302         [copysignf]: Likewise.
27304 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27306         * crypt/md5-crypt.c: Fix formatting.
27308 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
27310         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
27311         (b64_from_24bit): New function.
27313 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27315         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
27316         libc_hidden_builtin_def to ifunc.
27317         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
27318         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
27320 2014-05-21  Roland McGrath  <roland@hack.frob.com>
27322         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
27323         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
27325 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
27327         * nscd/Depend (linuxthreads): Remove.
27328         (nptl): Add.
27329         * resolv/Depend (linuxthreads): Remove.
27330         * rt/Depend (linuxthreads): Remove.
27332         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
27333         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
27334         $(common-objpfx)elf/.
27335         (link-libc-before-gnulib): Likewise.
27336         (elfobjdir): Remove variable.
27337         * Makefile (install): Use $(elf-objpfx) instead of
27338         $(common-objpfx)elf/.
27339         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
27340         $(elfobjdir)/.
27341         (link-libc-deps): Likewise.
27342         ($(common-objpfx)libc.so): Likewise.
27343         ($(common-objpfx)linkobj/libc.so): Likewise.
27344         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
27345         instead of $(common-objpfx)elf/.
27346         (symbolic-link-list): Likewise.
27347         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
27348         [$(cross-compiling) = no]: Likewise.
27349         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
27350         $(elfobjdir)/.
27351         (static-gnulib-arch): Likewise.
27352         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
27353         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
27354         $(common-objpfx)elf/.
27356 2014-05-21  Richard Henderson  <rth@redhat.com>
27358         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
27359         (SINGLE_THREAD_P): Use the correct width load.  Fold
27360         into the ldr offset.
27362         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
27363         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
27365 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
27367         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
27368         (libgcc_s_resume): Use __attribute_used__.
27369         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
27370         Likewise.
27372 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27374         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
27375         optimization when used with float constants.
27377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27379 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
27381         [BZ #16915]
27382         * locale/nl_langinfo_l.c: Make direct reference to every
27383         _nl_current_CATEGORY symbol.
27384         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
27385         (tests-static): Add tst-langinfo-static.
27386         (tests-special): Add tst-langinfo-static.out.
27387         ($(objpfx)tst-langinfo.out): Redirect output.
27388         ($(objpfx)tst-langinfo-static.out): New.
27389         * localedata/tst-langinfo.sh: Send output to stdout.
27390         * localedata/tst-langinfo-static.c: New file.
27392         [BZ #16965]
27393         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
27394         when the shift amount is modulo the limb size.
27396 2014-05-20  Richard Henderson  <rth@redhat.com>
27398         [BZ #16967]
27399         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
27400         Change type of sa_flags from unsigned int to int.
27402         [BZ #16966]
27403         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
27405         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
27407 2014-05-20  Will Newton  <will.newton@linaro.org>
27409         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
27410         Test the return value of the system call in the nocancel case.
27412 2014-05-20  Will Newton  <will.newton@linaro.org>
27413             Yvan Roux  <yvan.roux@linaro.org>
27415         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
27416         #include of asm/ptrace.h.
27417         (PTRACE_GET_THREAD_AREA): Remove #undef.
27418         (PTRACE_GETHBPREGS): Likewise.
27419         (PTRACE_SETHBPREGS): Likewise.
27420         (struct user_regs_struct): New structure.
27421         (struct user_fpsimd_struct): New structure.
27422         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
27423         #include of asm/ptrace.h and second #include of sys/user.h.
27424         (PTRACE_GET_THREAD_AREA): Remove #undef.
27425         (PTRACE_GETHBPREGS): Likewise.
27426         (PTRACE_SETHBPREGS): Likewise.
27427         (ELF_NGREG): Use new struct user_regs_struct.
27428         (elf_fpregset_t): Use new struct user_fpsimd_struct.
27430 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27432         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
27433         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
27435 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
27437         [BZ #16958]
27438         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
27439         membar to avoid block loads/stores to overlap previous stores.
27441 2014-05-17  Richard Henderson  <rth@redhat.com>
27443         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
27444         Create the __##syscall_name##_nocancel entry point.
27445         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
27446         Remove; let the sysdep-cancel.h code create it.
27448 2014-05-17  David S. Miller  <davem@davemloft.net>
27450         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
27451         Protect with __USE_GNU.
27452         (TIOCSET_TEMPT): Likewise.
27453         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
27454         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
27455         these are already provided in bits/ioctl-types.h
27457 2014-05-16  Roland McGrath  <roland@hack.frob.com>
27459         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
27460         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
27462         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
27463         Use wait4 regardless of [__NR_waitpid].
27465 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27467         PR libgcc/60166
27468         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
27469         (_FP_NANSIGN_Q): Set the quiet bit.
27471 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
27473         * benchtests/Makefile
27474         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
27475         not $(common-objpfx)math/libm.so.
27476         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
27477         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
27478         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
27479         $(common-objpfx)dlfcn/libdl.so.
27480         ($(objpfx)tst-audit8): Depend on $(libm), not
27481         $(common-objpfx)math/libm.so.
27482         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
27483         not $(common-objpfx)dlfcn/libdl.so.
27484         * math/Makefile
27485         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
27486         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
27487         [$(build-shared) = yes].
27488         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
27489         $(common-objpfx)nptl/libpthread.so.
27490         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
27491         $(common-objpfx)math/libm.so$(libm.so-version) or
27492         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
27493         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
27494         $(common-objpfx)dlfcn/libdl.so.
27495         * setjmp/Makefile (link-libm): Remove variable.
27496         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
27497         * stdio-common/Makefile (link-libm): Remove variable.
27498         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
27499         * stdlib/Makefile (link-libm): Remove variable.
27500         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
27501         ($(objpfx)tst-strtod-round): Likewise.
27502         ($(objpfx)tst-tininess): Likewise.
27503         ($(objpfx)tst-strtod-underflow): Likewise.
27504         ($(objpfx)tst-strtod6): Likewise.
27505         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
27506         $(libdl), not $(common-objpfx)nptl/libpthread.so and
27507         $(common-objpfx)dlfcn/libdl.so.
27509 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27511         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
27512         BSD terminal modes definitions.
27514 2014-05-16  Roland McGrath  <roland@hack.frob.com>
27516         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
27517         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
27519         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
27520         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
27521         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
27522         Don't do #include_next.
27523         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
27524         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
27525         Don't do #include_next.
27526         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
27527         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
27528         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
27529         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
27531 2014-05-16  Allan McRae  <allan@archlinux.org>
27533         * po/sv.po: Update Swedish translation from translation project.
27535         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
27536         in sed expression.
27538 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
27540         [BZ #16917]
27541         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
27542         errno if the TIOCGPTN ioctl fails with an error different than
27543         EINVAL.
27544         * login/tst-ptsname.c: New file.
27545         * login/Makefile (tests): Add tst-ptsname.
27547         [BZ #16943]
27548         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
27549         and prlimit64.
27551 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27553         [BZ #16849]
27554         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
27555         herrno to return EAI_AGAIN.
27557 2014-05-14  Roland McGrath  <roland@hack.frob.com>
27559         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
27560         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
27561         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
27562         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
27563         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
27564         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
27565         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
27566         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
27567         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
27568         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
27569         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
27570         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
27571         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
27572         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
27573         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
27574         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
27575         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
27576         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
27577         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
27578         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
27579         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
27580         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
27581         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
27582         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
27583         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
27584         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
27585         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
27586         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
27587         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
27588         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
27589         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
27590         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
27591         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
27592         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
27593         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
27594         Moved ...
27595         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
27596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
27597         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
27598         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
27599         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
27600         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
27601         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
27602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
27603         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
27604         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
27605         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
27606         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
27607         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
27608         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
27609         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
27610         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
27611         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
27612         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
27613         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
27614         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
27615         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
27616         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
27617         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
27618         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
27619         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
27620         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
27621         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
27622         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
27623         Moved ...
27624         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
27625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
27626         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
27627         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
27628         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
27629         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
27630         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
27631         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
27632         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
27633         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
27634         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
27635         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
27636         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
27637         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
27638         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
27639         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
27640         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
27641         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
27642         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
27643         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
27644         Moved ...
27645         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
27646         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
27647         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
27649         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
27650         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
27651         (libpthread-sysdep_routines): Add elision-related stuff here instead.
27652         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
27653         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
27654         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
27655         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
27656         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
27657         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
27658         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
27659         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
27660         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
27661         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
27662         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
27663         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
27664         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
27665         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
27666         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
27667         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
27668         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
27669         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
27670         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
27671         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
27672         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
27673         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
27674         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
27675         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
27676         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
27677         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
27678         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
27679         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
27681         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
27682         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
27684         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
27685         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
27686         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
27687         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
27688         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
27689         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
27690         Moved ...
27691         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
27692         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
27693         Moved ...
27694         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
27695         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
27696         Moved ...
27697         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
27698         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
27699         Moved ...
27700         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
27701         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
27702         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
27703         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
27704         Moved ...
27705         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
27706         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
27707         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
27708         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
27709         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
27710         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
27711         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
27712         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
27713         Moved ...
27714         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
27715         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
27716         Moved ...
27717         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
27718         ... here.
27719         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
27720         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
27721         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
27722         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
27723         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
27724         Moved ...
27725         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
27726         ... here.
27727         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
27728         Moved ...
27729         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
27730         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
27731         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
27732         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
27733         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
27734         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
27735         Moved ...
27736         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
27737         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
27738         Moved ...
27739         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
27740         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
27741         Moved ...
27742         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
27743         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
27744         Moved ...
27745         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
27746         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
27747         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
27748         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
27749         Moved ...
27750         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
27751         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
27752         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
27753         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
27754         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
27755         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
27756         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
27757         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
27758         Moved ...
27759         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
27760         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
27761         Moved ...
27762         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
27763         ... here.
27764         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
27765         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
27766         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
27767         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
27768         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
27769         Moved ...
27770         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
27771         ... here.
27772         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
27773         Moved ...
27774         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
27775         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
27776         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
27777         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
27778         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
27779         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
27780         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
27781         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
27782         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
27783         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
27784         Moved ...
27785         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
27786         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
27787         Moved ...
27788         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
27789         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
27790         Moved ...
27791         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
27792         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
27793         Moved ...
27794         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
27795         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
27796         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
27797         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
27798         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
27799         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
27800         Moved ...
27801         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
27802         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
27803         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
27804         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
27805         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
27806         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
27807         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
27808         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
27809         Moved ...
27810         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
27811         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
27812         Moved ...
27813         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
27814         ... here.
27815         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
27816         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
27817         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
27818         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
27819         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
27820         Moved ...
27821         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
27822         ... here.
27823         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
27824         Moved ...
27825         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
27826         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
27827         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
27828         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
27829         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
27830         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
27831         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
27832         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
27833         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
27834         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
27835         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
27837         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
27838         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
27840         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
27841         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
27843         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
27844         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
27845         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
27846         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
27847         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
27848         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
27849         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
27850         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
27851         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
27852         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
27853         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
27854         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
27855         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
27856         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
27857         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
27858         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
27859         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
27860         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
27861         Moved ...
27862         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
27863         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
27864         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
27865         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
27866         Moved ...
27867         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
27868         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
27869         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
27870         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
27871         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
27872         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
27873         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
27874         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
27875         Moved ...
27876         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
27877         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
27878         Moved ...
27879         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
27880         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
27881         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
27882         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
27883         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
27884         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
27885         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
27886         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
27887         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
27888         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
27889         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
27890         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
27891         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
27892         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
27893         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
27894         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
27895         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
27897         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
27898         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
27899         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
27900         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
27901         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
27903         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
27904         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
27905         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
27906         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
27907         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
27908         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
27909         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
27910         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
27911         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
27912         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
27914         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
27915         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
27917         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
27918         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
27919         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
27920         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
27921         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
27922         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
27923         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
27924         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
27925         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
27926         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
27927         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
27928         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
27929         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
27930         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
27931         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
27932         Update #include.
27933         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
27934         Likewise.
27935         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
27936         Likewise.
27937         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
27938         Likewise.
27939         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
27940         Likewise.
27941         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
27942         Likewise.
27943         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
27944         Likewise.
27945         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
27946         Likewise.
27947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
27948         Likewise.
27949         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
27950         Likewise.
27951         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
27952         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
27953         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
27954         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
27955         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
27956         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
27957         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
27958         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
27959         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
27960         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
27961         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
27962         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
27963         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
27964         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
27965         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
27967         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
27968         that was previously under [RESET_PID].
27969         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
27970         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
27971         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
27973         * sysdeps/i386/nptl/Implies: New file.
27974         * sysdeps/x86_64/nptl/Implies: New file.
27975         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
27976         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
27977         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
27978         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
27980         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
27981         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27982         (__libc_vfork): New strong alias.
27983         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
27984         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
27986         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
27987         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27988         (__libc_vfork): New strong alias.
27989         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
27990         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
27992         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
27993         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27994         (__libc_vfork): New strong alias.
27995         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
27996         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
27997         * nptl/pt-vfork.c: New file.
27998         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
27999         (libpthread: GLIBC_2.20): New version set (empty).
28001 2014-05-14  Will Newton  <will.newton@linaro.org>
28003         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
28004         rather than #if.
28006 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
28008         [BZ #16564]
28009         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
28010         arguments with exponent 65 or above.
28011         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
28012         arguments 0x1p113L or above.
28013         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
28014         to arguments 0x1p107L or above.
28015         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
28016         positive arguments with exponent 65 or above.
28017         * math/auto-libm-test-in: Add more tests of log1p.
28018         * math/auto-libm-test-out: Regenerated.
28020         [BZ #16928]
28021         * math/s_cacos.c (__cacos): Ensure zero real part of result from
28022         non-finite arguments is +0.
28023         * math/s_cacosf.c (__cacosf): Likewise.
28024         * math/s_cacosl.c (__cacosl): Likewise.
28025         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
28026         * sysdeps/i386/fpu/libm-test-ulps: Update.
28027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28029         [BZ #16927]
28030         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
28031         value.
28032         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
28033         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
28034         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
28035         for explicit high bit of mantissa when testing for argument equal
28036         to 1.
28037         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
28038         * sysdeps/i386/fpu/libm-test-ulps: Update.
28039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28041         [BZ #16516]
28042         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
28043         (__erf): Scale by 16 instead of 8 in potentially underflowing
28044         case.  Ensure exception if result actually underflows.
28045         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
28046         (__erff): Scale by 16 instead of 8 in potentially underflowing
28047         case.  Ensure exception if result actually underflows.
28048         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
28049         (efx8): Remove variable.
28050         (__erfl): Scale by 16 instead of 8 in potentially underflowing
28051         case.  Ensure exception if result actually underflows.
28052         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
28053         (efx8): Remove variable.
28054         (__erfl): Scale by 16 instead of 8 in potentially underflowing
28055         case.  Ensure exception if result actually underflows.
28056         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
28057         (efx8): Remove variable.
28058         (__erfl): Scale by 16 instead of 8 in potentially underflowing
28059         case.  Ensure exception if result actually underflows.
28060         * math/auto-libm-test-in: Add more tests of erf.
28061         * math/auto-libm-test-out: Regenerated.
28063 2014-05-14  Andreas Schwab  <schwab@suse.de>
28065         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
28066         Remove code conditionalized on USE___THREAD.
28068         * config.h.in (HAVE_PT_CHOWN): Define as 0.
28069         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
28070         not definedness.
28072 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
28074         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
28075         Define unconditionally.
28076         (__ASSUME_O_CLOEXEC): Likewise.
28077         (__ASSUME_SOCK_CLOEXEC): Likewise.
28078         (__ASSUME_IN_NONBLOCK): Likewise.
28079         (__ASSUME_PIPE2): Likewise.
28080         (__ASSUME_EVENTFD2): Likewise.
28081         (__ASSUME_SIGNALFD4): Likewise.
28082         (__ASSUME_DUP3): Likewise.
28083         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
28084         (__ASSUME_DUP3): Do not define.
28085         (__ASSUME_EVENTFD2): Likewise.
28086         (__ASSUME_IN_NONBLOCK): Likewise.
28087         (__ASSUME_O_CLOEXEC): Likewise.
28088         (__ASSUME_PIPE2): Likewise.
28089         (__ASSUME_SIGNALFD4): Likewise.
28090         (__ASSUME_SOCK_CLOEXEC): Likewise.
28091         (__ASSUME_UTIMES): Undefine.
28092         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
28093         (__ASSUME_UTIMES): Do not define.
28094         (__ASSUME_O_CLOEXEC): Likewise.
28095         (__ASSUME_SOCK_CLOEXEC): Likewise.
28096         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
28097         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
28098         0x020621].
28099         (__ASSUME_PIPE2): Likewise.
28100         (__ASSUME_EVENTFD2): Likewise.
28101         (__ASSUME_SIGNALFD4): Likewise.
28102         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
28103         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
28104         Do not define.
28105         (__ASSUME_EVENTFD2): Likewise.
28106         (__ASSUME_SIGNALFD4): Likewise.
28107         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
28108         (__ASSUME_32BITUIDS): Likewise.
28109         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
28110         (__ASSUME_IPC64): Likewise.
28111         (__ASSUME_ST_INO_64_BIT): Likewise.
28112         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
28113         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
28114         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
28115         (__ASSUME_UTIMES): Do not define.
28116         (__ASSUME_PSELECT): Likewise.
28117         (__ASSUME_PPOLL): Likewise.
28118         (__ASSUME_O_CLOEXEC): Likewise.
28119         (__ASSUME_SOCK_CLOEXEC): Likewise.
28120         (__ASSUME_IN_NONBLOCK): Likewise.
28121         (__ASSUME_PIPE2): Likewise.
28122         (__ASSUME_EVENTFD2): Likewise.
28123         (__ASSUME_SIGNALFD4): Likewise.
28124         (__ASSUME_DUP3): Likewise.
28125         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
28126         (__ASSUME_UTIMES): Likewise.
28127         (__ASSUME_O_CLOEXEC): Likewise.
28128         (__ASSUME_SOCK_CLOEXEC): Likewise.
28129         (__ASSUME_IN_NONBLOCK): Likewise.
28130         (__ASSUME_PIPE2): Likewise.
28131         (__ASSUME_EVENTFD2): Likewise.
28132         (__ASSUME_SIGNALFD4): Likewise.
28133         (__ASSUME_DUP3): Likewise.
28134         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
28135         (__ASSUME_UTIMES): Likewise.
28136         (__ASSUME_O_CLOEXEC): Likewise.
28137         (__ASSUME_SOCK_CLOEXEC): Likewise.
28138         (__ASSUME_IN_NONBLOCK): Likewise.
28139         (__ASSUME_PIPE2): Likewise.
28140         (__ASSUME_EVENTFD2): Likewise.
28141         (__ASSUME_SIGNALFD4): Likewise.
28142         (__ASSUME_DUP3): Likewise.
28143         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
28144         Likewise.
28145         (__ASSUME_UTIMES): Likewise.
28146         (__ASSUME_EVENTFD2): Likewise.
28147         (__ASSUME_SIGNALFD4): Likewise.
28148         * sysdeps/unix/sysv/linux/tile/kernel-features.h
28149         (__ASSUME_O_CLOEXEC): Likewise.
28150         (__ASSUME_SOCK_CLOEXEC): Likewise.
28151         (__ASSUME_IN_NONBLOCK): Likewise.
28152         (__ASSUME_PIPE2): Likewise.
28153         (__ASSUME_EVENTFD2): Likewise.
28154         (__ASSUME_SIGNALFD4): Likewise.
28155         (__ASSUME_DUP3): Likewise.
28156         (__ASSUME_UTIMES): Undefine.
28158         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
28159         feclearexcept.  Remove symbol versioning code.
28160         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
28161         symbol versioning code.
28162         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
28163         symbol versioning code.
28164         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
28165         feupdateenv.  Remove symbol versioning code.
28166         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
28167         fegetexceptflag.  Remove symbol versioning code.
28168         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
28169         fesetexceptflag.  Remove symbol versioning code.
28170         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
28171         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
28172         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
28173         (__posix_fadvise64_l32): Remove prototype.
28174         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
28175         code.
28177 2014-05-13  Roland McGrath  <roland@hack.frob.com>
28179         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
28180         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
28181         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
28182         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
28184 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
28186         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
28187         current working directory
28189 2014-05-13  Roland McGrath  <roland@hack.frob.com>
28191         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
28192         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
28193         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
28194         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
28195         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
28196         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
28197         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
28198         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
28199         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
28200         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
28201         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
28202         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
28203         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
28204         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
28205         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
28206         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
28207         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
28208         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
28209         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
28210         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
28211         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
28212         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
28213         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
28214         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
28215         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
28216         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
28217         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
28218         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
28219         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
28220         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
28221         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
28222         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
28223         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
28224         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
28225         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
28226         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
28227         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
28228         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
28229         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
28230         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
28231         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
28232         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
28234         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
28235         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
28237         * sysdeps/unix/sysv/linux/arm/Makefile
28238         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
28239         Add rt-aeabi_unwind_cpp_pr1.
28240         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
28241         Add nptl-aeabi_unwind_cpp_pr1.
28242         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
28243         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
28244         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
28245         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
28246         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
28247         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
28249         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
28250         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
28251         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
28252         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
28254         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
28255         Deconditionalize the code that was previously under [RESET_PID].
28256         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
28258         * sysdeps/generic/exit-thread.h: New file.
28259         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
28260         * include/unistd.h (__exit_thread): Remove declaration.
28261         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
28262         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
28263         * csu/libc-start.c: Include <exit-thread.h>.
28264         (LIBC_START_MAIN): Pass no argument to __exit_thread.
28265         * nptl/pthread_create.c: Include <exit-thread.h>.
28266         (start_thread): Call __exit_thread in place of __exit_thread_inline.
28267         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
28268         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
28269         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
28270         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
28271         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
28272         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
28273         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
28274         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
28275         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
28276         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
28277         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
28278         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
28279         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
28280         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
28281         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
28282         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
28284 2014-05-13  Andreas Schwab  <schwab@suse.de>
28286         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
28288 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
28290         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
28291         (__ASSUME_UTIMES): Do not condition on kernel version.
28292         (__ASSUME_PSELECT): Define unconditionally.
28293         (__ASSUME_PPOLL): Likewise.
28294         (__ASSUME_ATFCTS): Likewise.
28295         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
28296         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
28297         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
28298         (__ASSUME_UTIMENSAT): Define unconditionally.
28299         (__ASSUME_PRIVATE_FUTEX): Likewise.
28300         (__ASSUME_FALLOCATE): Likewise.
28301         (__ASSUME_O_CLOEXEC): Likewise.
28302         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
28303         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
28304         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
28305         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
28306         (__ASSUME_IN_NONBLOCK): Likewise.
28307         (__ASSUME_PIPE2): Likewise.
28308         (__ASSUME_EVENTFD2): Likewise.
28309         (__ASSUME_SIGNALFD4): Likewise.
28310         (__ASSUME_DUP3): Likewise.
28311         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
28312         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
28313         (__ASSUME_AT_RANDOM): Likewise.
28314         (__ASSUME_PREADV): Likewise.
28315         (__ASSUME_PWRITEV): Likewise.
28316         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
28317         (__ASSUME_F_GETOWN_EX): Define unconditionally.
28318         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
28319         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
28320         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
28321         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
28322         (__ASSUME_O_CLOEXEC): Define unconditionally.
28323         (__ASSUME_PSELECT): Do not undefine conditionally.
28324         (__ASSUME_PPOLL): Likewise.
28325         (__ASSUME_ATFCTS): Likewise.
28326         (__ASSUME_SET_ROBUST_LIST): Likewise.
28327         (__ASSUME_UTIMENSAT): Likewise.
28328         (__ASSUME_FDATASYNC): Define unconditionally.
28329         * sysdeps/unix/sysv/linux/arm/kernel-features.h
28330         (__ASSUME_SIGFRAME_V2): Likewise.
28331         )__ASSUME_EVENTFD2): Likewise.
28332         (__ASSUME_SIGNALFD4): Likewise.
28333         (__ASSUME_PSELECT): Do not undefine conditionally.
28334         (__ASSUME_PPOLL): Likewise.
28335         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
28336         (__ASSUME_PSELECT): Define unconditionally.
28337         (__ASSUME_PPOLL): Likewise.
28338         (__ASSUME_O_CLOEXEC): Likewise.
28339         (__ASSUME_SOCK_CLOEXEC): Likewise.
28340         (__ASSUME_IN_NONBLOCK): Likewise.
28341         (__ASSUME_PIPE2): Likewise.
28342         (__ASSUME_EVENTFD2): Likewise.
28343         (__ASSUME_SIGNALFD4): Likewise.
28344         (__ASSUME_DUP3): Likewise.
28345         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
28346         (__ASSUME_O_CLOEXEC): Likewise.
28347         (__ASSUME_SOCK_CLOEXEC): Likewise.
28348         (__ASSUME_IN_NONBLOCK): Likewise.
28349         (__ASSUME_PIPE2): Likewise.
28350         (__ASSUME_EVENTFD2): Likewise.
28351         (__ASSUME_SIGNALFD4): Likewise.
28352         (__ASSUME_DUP3): Likewise.
28353         * sysdeps/unix/sysv/linux/mips/kernel-features.h
28354         (__ASSUME_EVENTFD2): Likewise.
28355         (__ASSUME_SIGNALFD4): Likewise.
28356         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
28358 2014-05-12  Andreas Schwab  <schwab@suse.de>
28360         [BZ #16932]
28361         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
28362         (_nss_nis_gethostbyname4_r): Return error if item length is larger
28363         than maximum RPC packet size.
28364         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
28365         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
28366         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
28367         (_nss_nis_getservbyport_r): Likewise.
28369 2014-05-12  Will Newton  <will.newton@linaro.org>
28371         * malloc/Makefile (tests): Add tst-mallopt.
28372         * malloc/tst-mallopt.c: New file.
28374 2014-05-09  Roland McGrath  <roland@hack.frob.com>
28376         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
28377         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
28379 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28381         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
28382         (tst-tlsmod6.so): Likewise.
28384 2014-05-09  Roland McGrath  <roland@hack.frob.com>
28386         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
28388 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
28390         [BZ #16064]
28391         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
28392         and <dl-procinfo.h>.
28393         (__fegetenv): Save SSE state in envp->__eip if supported.
28394         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
28395         envp->__eip if supported.
28396         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
28397         and <dl-procinfo.h>.
28398         (__fesetenv): Always set __eip, __cs_selector, __opcode,
28399         __data_offset and __data_selector in environment to 0.  Set SSE
28400         state if supported.
28401         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
28402         test-fenv-sse.
28403         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
28404         -mfpmath=sse.
28405         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
28407 2014-05-09  Will Newton  <will.newton@linaro.org>
28409         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
28410         and libc_relro_required for ARM.
28411         * sysdeps/arm/preconfigure: Regenerate.
28413 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28414             Stefan Liebler  <stli@linux.vnet.ibm.com>
28416         * config.make.in (enable-lock-elision): New Makefile variable.
28417         * configure.ac: Likewise.
28418         * configure: Regenerate.
28419         * sysdeps/s390/configure.ac:
28420         Add check for gcc transactions support.
28421         * sysdeps/s390/configure: Regenerate.
28422         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
28423         Build elision files if enabled.
28424         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
28425         Add lock elision support for s390.
28426         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
28427         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
28428         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
28429         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
28430         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
28431         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
28432         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
28433         Likewise.
28434         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
28435         Likewise.
28436         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
28437         Likewise.
28438         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
28439         Likewise.
28440         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
28441         (__lll_timedlock_elision, __lll_lock_elision)
28442         (__lll_unlock_elision, __lll_trylock_elision)
28443         (lll_timedlock_elision, lll_lock_elision)
28444         (lll_unlock_elision, lll_trylock_elision): Add.
28445         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
28446         (pthread_mutex_t): Add lock elision support for s390.
28448 2014-05-14  Wilco  <wdijkstr@arm.com>
28450         * sysdeps/arm/fclrexcpt.c: Cleanup.
28451         * sysdeps/arm/fedisblxcpt.c: Cleanup.
28452         * sysdeps/arm/feenablxcpt.c: Cleanup.
28453         * sysdeps/arm/fegetenv.c: Cleanup.
28454         * sysdeps/arm/fegetexcept.c: Cleanup.
28455         * sysdeps/arm/fegetround.c: Cleanup.
28456         * sysdeps/arm/feholdexcpt.c: Cleanup.
28457         * sysdeps/arm/fesetenv.c: Cleanup.
28458         * sysdeps/arm/fesetround.c: Cleanup.
28459         * sysdeps/arm/feupdateenv.c: Cleanup.
28460         * sysdeps/arm/fgetexcptflg.c: Cleanup.
28461         * sysdeps/arm/fraiseexcpt.c: Cleanup.
28462         * sysdeps/arm/fsetexcptflg.c: Cleanup.
28463         * sysdeps/arm/ftestexcept.c: Cleanup.
28464         * sysdeps/arm/get-rounding-mode.h: Cleanup.
28465         * sysdeps/arm/setfpucw.c: Cleanup.
28467 2014-05-09  Will Newton  <will.newton@linaro.org>
28469         * sysdeps/arm/armv7/strcmp.S: New file.
28470         * NEWS: Mention addition of ARMv7 optimized strcmp.
28472 2014-05-08  Roland McGrath  <roland@hack.frob.com>
28474         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
28475         look for %.ac rather than %.in.
28477         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
28478         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
28479         * sysdeps/mach/hurd/configure: Regenerated.
28480         * sysdeps/unix/sysv/linux/configure: Regenerated.
28482         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
28484 2014-05-07  Steve Ellcey  <sellcey@mips.com>
28486         [BZ# 16922]
28487         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
28488         (LONG_SUB): Ditto.
28489         (PTR_SUB): Ditto.
28491 2014-05-07  Andreas Schwab  <schwab@suse.de>
28493         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
28494         when skipping over non-matching result from nscd.
28496 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
28498         [BZ #16876]
28499         * nptl/sockperf.c (client): Check socket return value.
28501         [BZ #16877]
28502         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
28503         nscd security class.
28505 2014-05-06  Roland McGrath  <roland@hack.frob.com>
28507         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
28508         * sysdeps/arm/unwind.h: ... here.
28510 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
28512         [BZ# 16916]
28513         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
28514         Define.
28516 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
28518         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
28519         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
28520         multiarch strncpy for PPC64.
28521         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
28522         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
28523         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
28524         multiarch optimizations.
28525         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
28526         (__libc_ifunc_impl_list): Likewise.
28527         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
28528         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
28529         multiarch stpncpy for PPC64.
28530         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
28531         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
28533 2014-05-06  Andreas Schwab  <schwab@suse.de>
28535         [BZ #16912]
28536         * gmon/mcount.c (_MCOUNT_DECL): Use
28537         atomic_compare_and_exchange_bool_acq instead of
28538         catomic_compare_and_exchange_bool_acq.
28540 2014-05-05  Roland McGrath  <roland@hack.frob.com>
28542         * elf/Makefile (others, install-bin): Remove pldd.
28543         (pldd-modules): Variable removed.
28544         ($(objpfx)pldd): Target removed.
28545         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
28546         (others, install-bin): Append pldd here.
28547         ($(objpfx)pldd): New target.
28549         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
28550         to 0, so the first #if test emitted later doesn't see it undefined.
28551         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
28552         * sysdeps/gnu/errlist.c: Regenerated.
28554 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28556         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
28557         [libc_hidden_builtin_def]: Define to empty value.
28558         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
28559         [libc_hidden_builtin_def]: Likewise.
28560         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
28561         [libc_hidden_builtin_def]: Likewise.
28562         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
28563         [libc_hidden_builtin_def]: Likewise.
28564         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
28565         __redirect_memcpy and define ifunc as default hidden symbol.
28566         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
28567         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
28569 2014-05-04  Adam Conrad  <adconrad@0c3.net>
28571         * locale/iso-4217.def: Reintroduce XDR currency.
28573 2014-05-04  Allan McRae  <allan@archlinux.org>
28575         * po/eo.po: Update Esperanto translation from translation project.
28577 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
28579         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
28580         and FEATURE_INDEX_MAX to 1.
28581         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
28583 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28585         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
28586         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
28587         * iconvdata/big5.c (ONE_DIRECTION): Define.
28588         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
28589         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
28590         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
28591         * iconvdata/cp932.c (ONE_DIRECTION): Define.
28592         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
28593         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
28594         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
28595         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
28596         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
28597         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
28598         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
28599         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
28600         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
28601         * iconvdata/gbk.c (ONE_DIRECTION): Define.
28602         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
28603         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
28604         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
28605         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
28606         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
28607         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
28608         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
28609         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
28610         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
28611         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
28612         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
28613         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
28614         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
28615         * iconvdata/iso646.c (ONE_DIRECTION): Define.
28616         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
28617         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
28618         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
28619         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
28620         * iconvdata/johab.c (ONE_DIRECTION): Define.
28621         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
28622         * iconvdata/sjis.c (ONE_DIRECTION): Define.
28623         * iconvdata/t.61.c (ONE_DIRECTION): Define.
28624         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
28625         * iconvdata/tscii.c (ONE_DIRECTION): Define.
28626         * iconvdata/uhc.c (ONE_DIRECTION): Define.
28627         * iconvdata/unicode.c (ONE_DIRECTION): Define.
28628         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
28629         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
28630         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
28632 2014-05-01  Roland McGrath  <roland@hack.frob.com>
28634         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
28635         (_IO_JUMPS_OFFSET): Define to 0.
28637         * nptl/sysdeps/pthread/bits/libc-lock.h
28638         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
28639         (__libc_lock_define_initialized_recursive): Always define using
28640         initializer.  Modern compilers treat uninitialized (implicit zero) and
28641         explicit zero initializers the same (i.e. put the datum in bss).
28643 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
28645         * nscd/nscd-client.h: Include <string.h>.
28647 2014-05-01  David S. Miller  <davem@davemloft.net>
28649         [BZ #16885]
28650         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
28651         multiple zero bytes exist at the end of a string.
28652         Reported by Aurelien Jarno <aurelien@aurel32.net>
28654         * string/test-strcmp.c (check): Add explicit test for situations where
28655         there are multiple zero bytes after the first.
28657 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
28659         [BZ #16890]
28660         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
28661         when compiling wprintf.
28662         * stdio-common/tstdiomisc.c (t3): New function.
28663         (main): Call it.
28665 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28667         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
28668         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
28669         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
28670         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
28672 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28674         * stdlib/longlong.h: Updated from GCC.
28676 2014-05-01  Will Newton  <will.newton@linaro.org>
28677             Bernard Ogden  <bernie.ogden@linaro.org>
28679         * NEWS: Update fixed bug list.
28681         [BZ #15119]
28682         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
28684 2014-04-30  David S. Miller  <davem@davemloft.net>
28686         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
28687         (libc_feholdexcept_setround_sparc_ctx): New function.
28688         (libc_fesetenv_sparc_ctx): Likewise.
28689         (libc_feupdateenv_sparc_ctx): Likewise.
28690         (libc_feholdsetround_sparc_ctx): Likewise.
28691         (libc_feholdexcept_setround_ctx): Define.
28692         (libc_feholdexcept_setroundf_ctx): Likewise.
28693         (libc_feholdexcept_setroundl_ctx): Likewise.
28694         (libc_fesetenv_ctx): Likewise.
28695         (libc_fesetenvf_ctx): Likewise.
28696         (libc_fesetenvl_ctx): Likewise.
28697         (libc_feupdateenv_ctx): Likewise.
28698         (libc_feupdateenvf_ctx): Likewise.
28699         (libc_feupdateenvl_ctx): Likewise.
28700         (libc_feresetround_ctx): Likewise.
28701         (libc_feresetroundf_ctx): Likewise.
28702         (libc_feresetroundl_ctx): Likewise.
28703         (libc_feholdsetround_ctx): Likewise.
28704         (libc_feholdsetroundf_ctx): Likewise.
28705         (libc_feholdsetroundl_ctx): Likewise.
28707         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
28708         with __USE_GNU instead of XOPEN cpp guards.
28710         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
28711         0.
28713         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
28714         with XOPEN cpp guards.
28716 2014-04-30  Julian Brown  <julian@codesourcery.com>
28718         [BZ #16888]
28719         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
28720         handling.
28722 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
28724         [BZ #9894]
28725         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
28726         Change to 2.6.32.
28727         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
28728         * sysdeps/unix/sysv/linux/configure: Regenerated.
28729         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
28730         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
28731         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
28732         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
28733         * README: Update reference to required Linux kernel version.
28734         * manual/install.texi (Linux): Update reference to required Linux
28735         kernel headers version.
28736         * INSTALL: Regenerated.
28738         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
28739         header inclusion.
28740         [POSIX] (limits.h): Likewise.
28741         [POSIX] (math.h): Likewise.
28742         [POSIX] (sys/wait.h): Likewise.
28743         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
28744         function.
28745         [POSIX] (stddef.h): Do not allow header inclusion.
28747 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28749         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
28751 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
28753         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
28754         Return immediately after lll_futex_wake.
28756 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28758         [BZ #16791]
28759         * nscd/nscd-client.h (datahead_init_common): Initialize entire
28760         structure.
28761         (datahead_init_pos): Call datahead_init_common early.
28762         (datahead_init_neg): Likewise.
28764         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
28765         datahead_init_neg): New functions.
28766         * nscd/aicache.c (addhstaiX): Use them.
28767         * nscd/grpcache.c (cache_addgr): Likewise.
28768         * nscd/hstcache.c (cache_addhst): Likewise.
28769         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28770         * nscd/netgroupcache.c (do_notfound): Likewise.
28771         (addgetnetgrentX): Likewise.
28772         (addinnetgrX): Likewise.
28773         * nscd/pwdcache.c (cache_addpw): Likewise.
28774         * nscd/servicescache.c (cache_addserv): Likewise.
28776 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28777             Atsushi Onoe  <atsushi@onoe.org>
28779         [BZ #14308]
28780         [BZ #12994]
28781         [BZ #13651]
28782         * resolv/res_query.c (__libc_res_nsearch): Return if at least
28783         one response is valid.
28784         * resolv/res_send.c (send_dg): Check for validity of other
28785         response if the current response is a referral.
28787 2014-04-29  Steve Ellcey  <sellcey@mips.com>
28789         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
28791 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
28793         [BZ #16823]
28794         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
28795         Always divide by positive zero when computing -Inf result.
28796         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
28797         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
28799 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28801         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
28802         FPSCR if value do not change.
28803         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
28804         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
28805         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
28806         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
28807         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
28808         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
28809         function.
28811 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
28813         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
28814         * sysdeps/unix/sysv/linux/hppa: Move directory from
28815         ports/systeps/unix/sysv/linux/hppa.
28816         * README: Update listing for hppa-*-linux-gnu.
28818 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
28820         [BZ #16754]
28821         * manual/stdio.texi (Hook functions): Fix types of stream hook
28822         functions.
28823         [BZ #16854]
28824         * socket/sys/socket.h: Fix typo in comment.
28826 2014-04-28  Wilco  <wdijkstr@arm.com>
28828         * sysdeps/arm/fenv_private.h: New file.
28829         * sysdeps/arm/math_private.h: New file.
28830         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
28832 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
28834         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
28835         with __int128_t.
28836         (La_x86_64_retval): Likewise.
28838 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
28840         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
28841         fpsr if value didn't change.
28842         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
28843         to fpcr if value didn't change.
28844         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
28845         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
28846         fpsr or fpcr if value didn't change.
28847         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
28848         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
28849         fpcr if value didn't change.
28850         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
28851         to fpsr if value didn't change.
28853 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28855         * nptl/tst-sem3.c: Use test-skeleton.c
28856         (main): Rename to do_test.  Use return instead of
28857         exit.
28858         * nptl/tst-sem4.c: Use test-skeleton.c
28859         (main): Rename to do_test.
28861 2014-04-22  David S. Miller  <davem@davemloft.net>
28863         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
28864         (struct sigaction): New struct member __glibc_reserved0, change
28865         type of sa_flags to int.
28867 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
28869         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
28870         (COUNT_LEADING_ZEROS_0): Define for AArch64.
28872 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28874         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
28875         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
28877 2014-04-22  Will Newton  <will.newton@linaro.org>
28878             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
28880         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
28881         (__longjmp): Add longjmp and longjmp_target SystemTap
28882         probes.
28883         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
28884         (__sigsetjmp): Add setjmp SystemTap probe.
28886 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
28888         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
28889         match manual order.
28891 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28893         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
28895         * sysdeps/powerpc/fpu/fenv_private.h
28896         (libc_feholdexcept_setroundl_ctx): Define to
28897         libc_feholdexcept_setround_ppc_ctx.
28898         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
28899         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
28900         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
28901         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
28903 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
28905         * sysdeps/aarch64/math-tests.h: New file.
28907 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
28909         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
28910         New.
28911         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28912         Check and set bit_AVX2_Usable.
28913         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
28914         macro.
28915         (bit_AVX2): Likewise.
28916         (index_AVX2_Usable): Likewise.
28917         (CPUID_AVX2): Likewise.
28918         (HAS_AVX2): Likewise.
28920 2014-04-17  Will Newton  <will.newton@linaro.org>
28922         * manual/setjmp.texi (System V contexts): Add note that
28923         calling setcontext on a context created by a call to a
28924         signal handler is undefined.  Update text to note that
28925         setcontext from a signal handler is possible but not
28926         recommended.
28928         [BZ #16629]
28929         * stdlib/tst-setcontext.c: Include signal.h.
28930         (main): Check that the signal stack before and
28931         after swapcontext is the same.
28933         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
28934         Re-implement to restore registers in user code and avoid
28935         rt_sigreturn system call.
28937 2014-04-17  Wilco  <wdijkstr@arm.com>
28939         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
28940         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
28941         * math/test-fenv.c: Skip exception trap tests on targets which only
28942         support non-stop mode.
28944 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
28945             Wilco Dijkstra  <wilco.dijkstra@arm.com>
28947         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
28948         (libc_feholdsetround_aarch64_ctx)
28949         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
28950         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
28951         (libc_feresetround_ctx, libc_feresetroundf_ctx)
28952         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
28953         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
28954         (libc_feresetround_noexl_ctx): Define.
28956 2014-04-16  Richard Henderson  <rth@redhat.com>
28958         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
28960         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
28961         unwind tables.
28963         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
28964         const from the non-libc, non-ldso copy.
28966         * sysdeps/alpha/libm-test-ulps: Regenerate.
28968 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
28969             Wilco Dijkstra  <wilco.dijkstra@arm.com>
28971         * sysdeps/aarch64/fpu/math_private.h: New file.
28973 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
28975         * sysdeps/aarch64/libm-test-ulps: Regenerate.
28977 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
28979         [BZ #16275]
28980         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
28981         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
28982         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
28983         Intel MPX bound registers before _dl_profile_fixup.
28984         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
28985         registers after _dl_profile_fixup.  Save and restore bound
28986         registers bnd0/bnd1 when calling _dl_call_pltexit.
28987         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
28988         (LR_BND_OFFSET): Likewise.
28989         (LRV_BND0_OFFSET): Likewise.
28990         (LRV_BND1_OFFSET): Likewise.
28992 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28994         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
28995         to...
28996         * sysdeps/mach/hurd/i386/tls.h: ... here.
28997         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
28998         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
28999         fields.
29001 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29003         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
29005 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
29007         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
29009 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
29011         [BZ #14770]
29012         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
29013         * sysdeps/s390/configure: Regenerate.
29015         [BZ #16824]
29016         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
29017         Set round-to-nearest internally to reduce error accumulation.
29019 2014-04-16  Alan Modra  <amodra@gmail.com>
29021         [BZ #16740]
29022         [BZ #16619]
29023         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
29024         * math/libm-test.inc (frexp_test_data): Add tests.
29025         * NEWS: Update fixed bug list.
29027 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29029         * benchtests/Makefile: Depend on libraries in build directory.
29030         (bench-math): Separate out math tests.
29031         (bench-pthread): Separate out pthread tests.
29032         (bench): Include math and pthread tests.
29034 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
29036         [BZ #16831]
29037         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
29038         _dl_debug_initialize.
29040         * configure.ac: Remove SELinux header check.
29041         * configure: Regenerate.
29042         * nscd/selinux.c (perms): Array of const char* to permission names.
29043         (nscd_request_avc_has_perm): Call security_deny_unknown to find
29044         default policy. Call string_to_security_class and string_to_av_perm to
29045         translate strings. Enforce default policy and call avs_has_perm with
29046         results of translated strings.
29048 2014-04-13  David S. Miller  <davem@davemloft.net>
29050         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29052 2014-04-12  Allan McRae  <allan@archlinux.org>
29054         [BZ #16838]
29055         * manual/string.texi (Collation Functions): Fix qsort argument
29056         order in example.
29057         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
29059 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
29061         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
29062         Make the test a no-op if there are no exceptions defined.
29064 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
29066         * elf/Makefile (tests): make tst-dlopen-aout conditional on
29067         enable-hardcoded-path-in-tests
29069 2014-04-11  Will Newton  <will.newton@linaro.org>
29071         * benchtests/Makefile (extra-objs): Add json-lib.o.
29072         (bench-func): Tidy up JSON output.
29073         * benchtests/bench-skeleton.c: Include json-lib.h.
29074         (main): Use JSON library functions to do output of
29075         benchmark results.
29076         * benchtests/bench-timing-type.c (main): Output the
29077         timing type simply, leaving formatting to the user.
29078         * benchtests/json-lib.c: New file.
29079         * benchtests/json-lib.h: Likewise.
29081 2014-04-11  Torvald Riegel  <triegel@redhat.com>
29083         [BZ #15215]
29084         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
29085         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
29086         memory barriers.  Add comments.
29087         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
29088         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
29089         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
29090         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
29091         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
29092         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
29094 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
29096         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
29097         * sysdeps/s390/s390-64/configure.ac: ... this ...
29098         * sysdeps/s390/configure.ac: ... to here.
29099         * sysdeps/s390/s390-32/configure: Delete file.
29100         * sysdeps/s390/s390-64/configure: Delete file.
29101         * sysdeps/s390/configure: Regenerate.
29103 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
29105         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
29107 2014-04-11  Will Newton  <will.newton@linaro.org>
29109         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
29110         to zero if it is not defined elsewhere.  (mtrim): Test
29111         the value of MALLOC_DEBUG with #if rather than #ifdef.
29113 2014-04-10 Torvald Riegel  <triegel@redhat.com>
29115         * benchtests/pthread_once-inputs: New file.
29116         * benchtests/pthread_once-source.c: New file.
29117         * benchtests/README: Update documentation.
29119 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
29120             H.J. Lu  <hongjiu.lu@intel.com>
29122         [BZ #16275]
29123         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
29124         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
29125         * sysdeps/x86_64/configure: Regenerated.
29126         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
29127         macro.
29128         (REGISTER_SAVE_RAX): Likewise.
29129         (REGISTER_SAVE_RCX): Likewise.
29130         (REGISTER_SAVE_RDX): Likewise.
29131         (REGISTER_SAVE_RSI): Likewise.
29132         (REGISTER_SAVE_RDI): Likewise.
29133         (REGISTER_SAVE_R8): Likewise.
29134         (REGISTER_SAVE_R9): Likewise.
29135         (REGISTER_SAVE_BND0): Likewise.
29136         (REGISTER_SAVE_BND1): Likewise.
29137         (REGISTER_SAVE_BND2): Likewise.
29138         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
29139         bound registers when calling _dl_fixup.
29141 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29143         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
29144         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
29145         of its definition.
29146         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
29147         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
29148         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
29149         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
29150         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
29151         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
29152         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
29154 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
29156         [BZ #15514]
29157         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
29158         pathconf(_PC_NAME_MAX).
29160 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29162         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
29163         Remove macro usage.
29164         (__PTHREAD_SPINS): Move definition to ...
29165         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
29166         (__PTHREAD_SPINS): ... here.
29167         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
29168         (__PTHREAD_SPIN): Likewise.
29169         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
29170         (__PTHREAD_SPIN): Likewise.
29171         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
29172         (__PTHREAD_SPIN): Likewise.
29173         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
29174         (__PTHREAD_SPIN): Likewise.
29175         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
29176         (__PTHREAD_SPIN): Likewise.
29177         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
29178         (__PTHREAD_SPIN): Likewise.
29179         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
29180         (__PTHREAD_SPIN): Likewise.
29181         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
29182         (__PTHREAD_SPIN): Likewise.
29183         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
29184         (__PTHREAD_SPIN): Likewise.
29185         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
29186         (__PTHREAD_SPIN): Likewise.
29187         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
29188         (__PTHREAD_SPIN): Likewise.
29189         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
29190         (__PTHREAD_SPIN): Likewise.
29192         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
29193         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
29194         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
29195         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
29196         imply folder.
29197         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
29198         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
29199         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
29200         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
29201         correct imply path.
29202         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
29203         strlen symbol for non multi-arch builds.
29204         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
29205         missing hidden_def and weak_alias.
29207 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
29209         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
29211 2014-04-07  Will Newton  <will.newton@linaro.org>
29213         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
29214         and contents.  [!_LIBC] Remove #ifndef and contents.
29215         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
29216         * string/memccpy.c (__memccpy): Use ANSI prototype.
29217         * string/memfrob.c (memfrob): Likewise.
29218         * string/strcoll.c (STRCOLL): Likewise.
29219         * string/strlen.c (strlen): Likewise.
29220         * string/strtok.c (STRTOK): Likewise.
29221         * string/strcat.c: Remove unused #include of memcopy.h.
29222         (strcat): Use ANSI prototype.
29223         * string/strchr.c: Remove unused #include of memcopy.h.
29224         (strchr): Use ANSI prototype.
29225         * string/strcmp.c: Remove unused #include of memcopy.h.
29226         (strcmp): Use ANSI prototype.
29227         * string/strcpy.c: Remove unused #include of memcopy.h.
29228         (strcpy): Use ANSI prototype.
29230 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29232         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
29233         * config.make.in (config-extra-cppflags): Set it from
29234         libc_extra_cppflags.
29235         * configure.ac (libc_extra_cflags): Make it accumulate over
29236         configure fragments.
29237         (libc_extra_cppflags): New flag.
29238         * configure. Regenerate.
29239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
29240         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
29241         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
29242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
29244         [BZ #16815]
29245         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
29246         result for FE_DOWNWARD rounding mode.
29247         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
29248         Likewise.
29249         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29251 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
29253         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
29254         in function argument name.
29256 2014-04-03  David Svoboda  <svoboda@cert.org>
29258         [BZ #5666]
29259         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
29260         explicitly.
29262 2014-04-03  Roland McGrath  <roland@hack.frob.com>
29264         * elf/dl-unmap-segments.h: New file.
29265         * sysdeps/generic/ldsodefs.h
29266         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
29267         * elf/dl-close.c: Include <dl-unmap-segments.h>.
29268         * elf/dl-fptr.c: Likewise.
29269         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
29270         * sysdeps/aarch64/tlsdesc.c: Likewise.
29271         * sysdeps/arm/tlsdesc.c: Likewise.
29272         * sysdeps/i386/tlsdesc.c: Likewise.
29273         * sysdeps/tile/dl-runtime.c: Likewise.
29274         * sysdeps/x86_64/tlsdesc.c: Likewise.
29275         * elf/dl-load.h: New file.
29276         * elf/dl-load.c: Include it.
29277         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
29278         Macros moved to dl-load.h.
29279         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
29280         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
29281         Use _dl_unmap_segments in place of __munmap.
29282         Break out segment-mapping loop into ...
29283         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
29285 2014-04-03  Will Newton  <will.newton@linaro.org>
29287         * elf/dl-lookup.c (do_lookup_x): Remove comment
29288         referring to nested function and move variable
29289         declarations down to before first use.
29291 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
29293         [BZ #16799]
29294         [BZ #16800]
29295         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
29296         with 0 numerator.
29297         * math/s_catanf.c (__catanf): Likewise.
29298         * math/s_catanh.c (__catanh): Likewise.
29299         * math/s_catanhf.c (__catanhf): Likewise.
29300         * math/s_catanhl.c (__catanhl): Likewise.
29301         * math/s_catanl.c (__catanl): Likewise.
29302         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
29303         by positive zero when computing -Inf result.
29304         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
29305         (catanh_test): Likewise.
29306         * sysdeps/i386/fpu/libm-test-ulps: Update.
29307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29309         [BZ #16789]
29310         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
29311         instead of using underflowing value in computing result.
29312         * math/s_clog10.c (__clog10): Likewise.
29313         * math/s_clog10f.c (__clog10f): Likewise.
29314         * math/s_clog10l.c (__clog10l): Likewise.
29315         * math/s_clogf.c (__clogf): Likewise.
29316         * math/s_clogl.c (__clogl): Likewise.
29317         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
29318         (clog10_test): Likewise.
29319         * sysdeps/i386/fpu/libm-test-ulps: Update.
29320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29322 2014-04-02  Alan Modra  <amodra@gmail.com>
29324         [BZ #16739]
29325         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
29326         output when value is near a power of two.  Use int64_t for lx and
29327         remove casts.  Use decimal rather than hex exponent constants.
29328         Don't use long double multiplication when double will suffice.
29329         * math/libm-test.inc (nextafter_test_data): Add tests.
29330         * NEWS: Add 16739 and 16786 to bug list.
29332         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
29334         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
29336 2014-04-01  Will Newton  <will.newton@linaro.org>
29338         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
29339         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
29341 2014-04-01  Florian Weimer  <fweimer@redhat.com>
29343         [BZ #13347]
29344         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
29345         * nptl/tst-setuid2.c: New file.
29346         * nptl/Makefile (xtests): Add tst-setuid2.
29348 2014-04-01  Alan Modra  <amodra@gmail.com>
29350         [BZ #16786]
29351         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
29353 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
29355         [BZ #6803]
29356         [BZ #6804]
29357         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
29358         set errno as appropriate.
29359         * math/w_scalbf.c (__scalbf): Likewise.
29360         * math/w_scalbl.c (__scalbl): Likewise.
29361         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
29362         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
29363         * math/libm-test.inc (scalb_test_data): Add errno expectations.
29364         Add more NaN tests.
29366         [BZ #16349]
29367         * math/w_atan2.c: Include <errno.h>.
29368         (__atan2): Set errno for result underflowing to zero.
29369         * math/w_atan2f.c: Include <errno.h>.
29370         (__atan2f): Set errno for result underflowing to zero.
29371         * math/w_atan2l.c: Include <errno.h>.
29372         (__atan2l): Set errno for result underflowing to zero.
29373         * math/auto-libm-test-in: Don't allow missing errno for some atan2
29374         tests.
29375         * math/auto-libm-test-out: Regenerated.
29377 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29379         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
29380         Encode instruction correctly in little endian.
29381         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
29382         Likewise.
29383         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
29384         Likewise.
29385         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
29386         Likewise.
29387         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
29388         Likewise.
29390 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
29392         [BZ #9894]
29393         * sysdeps/unix/sysv/linux/kernel-features.h
29394         [__sparc__ && !__arch64__ && !__sparc_v9__]
29395         (__ASSUME_SET_ROBUST_LIST): Do not define.
29396         [__sparc__ && !__arch64__ && !__sparc_v9__]
29397         (__ASSUME_FUTEX_LOCK_PI): Likewise.
29398         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
29399         Likewise.
29400         * sysdeps/unix/sysv/linux/arm/kernel-features.h
29401         (__ASSUME_FUTEX_LOCK_PI): Undefine.
29402         (__ASSUME_REQUEUE_PI): Likewise.
29403         (__ASSUME_SET_ROBUST_LIST): Likewise.
29404         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
29405         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
29406         Undefine.
29407         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
29408         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
29409         Likewise.
29410         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
29411         Likewise.
29412         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
29413         Likewise.
29414         * sysdeps/unix/sysv/linux/mips/kernel-features.h
29415         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
29416         Undefine.
29417         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
29418         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
29419         Likewise.
29421         [BZ #16648]
29422         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
29423         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
29424         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
29426 2014-03-31  Will Newton  <will.newton@linaro.org>
29428         * benchtests/Makefile (bench): Add ffs and ffsll to list
29429         of tests.
29430         * benchtests/ffs-inputs: New file.
29431         * benchtests/ffsll-inputs: Likewise.
29433 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
29435         [BZ #16770]
29436         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
29437         too large before casting to int.
29438         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
29439         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
29440         * math/libm-test.inc (scalb_test_data): Add more tests.
29442 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29444         * benchtests/Makefile (DETAILED_OPT): New make option.
29445         (bench-func): Run benchmark program with -d if DETAILED_OPT is
29446         set.
29447         * benchtests/bench-skeleton.c: Include stdbool.h.
29448         (main): Store and print timings per input.
29449         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
29450         member to each argument value.
29451         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
29452         (_print_arg_data): Initialize per-input timing to 0.
29454         * benchtests/Makefile (timing-type): New binary.
29455         (bench-clean): Also remove bench-timing-type.
29456         (bench): New target for timing-type.
29457         (bench-func): Print output in JSON format.
29458         * benchtests/bench-skeleton.c (main): Print output in JSON
29459         format.
29460         * benchtests/bench-timing-type.c: New file.
29461         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
29462         (TIMING_PRINT_STATS): Remove.
29463         * benchtests/scripts/bench.py (_print_arg_data): Store variant
29464         name separately.
29466         * benchtests/bench-modf.c: Remove.
29467         * benchtests/modf-inputs: New inputs file.
29469 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
29471         [BZ #16362]
29472         * math/s_clog10.c (M_PI_LOG10E): New macro.
29473         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
29474         imaginary parts are 0.
29475         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
29476         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
29477         imaginary parts are 0.
29478         * math/s_clog10l.c (M_PI_LOG10El): New macro.
29479         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
29480         imaginary parts are 0.
29481         * math/libm-test.inc (clog10_test_data): Update expected results
29482         for when real and imaginary parts are 0.
29484 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
29486         * elf/dl-load.c: Finish conversion of __builtin_expect into
29487         __glibc_{un}likely.
29489 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
29491         [BZ #16348]
29492         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
29493         1+x for argument with exponent below -67.
29494         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
29495         Likewise.
29496         * math/auto-libm-test-in: Add more tests of exp.
29497         * math/auto-libm-test-out: Regenerated.
29499 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29501         [BZ #16759]
29502         * inet/getnetgrent_r.c (get_nonempty_val): New function.
29503         (nscd_getnetgrent): Use it.
29505         [BZ #16760]
29506         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
29507         of stpcpy.
29509 2014-03-27  Andi Kleen  <ak@linux.intel.com>
29511         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
29512         (lll_robust_lock, lll_cond_lock, lll_timedlock)
29513         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
29514         (lll_robust_unlock): Remove out of line section. Use cfi
29515         intrinsics.
29516         (LLL_STUB_UNWIND_INFO*): Remove.
29517         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
29518         (lll_robust_lock, lll_cond_lock, lll_timedlock)
29519         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
29520         (lll_robust_unlock): Remove out of line section. Use cfi
29521         intrinsics.
29522         (LLL_STUB_UNWIND_INFO*): Remove.
29524 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29526         [BZ #16758]
29527         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
29528         blank values.
29530 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
29532         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
29534 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
29536         [BZ #16198]
29537         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
29538         fnstenv.
29539         * math/test-fenv-preserve.c: New file.
29540         * math/Makefile (tests): Add test-fenv-preserve.
29542 2014-03-26  Will Newton <will.newton@linaro.org>
29544         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
29546 2014-03-25  Roland McGrath  <roland@hack.frob.com>
29548         * scripts/versionlist.awk: Partition the version sets and emit all
29549         GLIBC_* (sorted) before all others (sorted).
29551 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
29553         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
29554         GLIBC_2.2.5 version.
29556 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29558         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
29559         calls.
29561         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
29562         previous change.
29564         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29566 2014-03-25  Andreas Schwab  <schwab@suse.de>
29568         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
29569         label to be used after in6ailist is initialized.
29571 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29573         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
29574         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
29576 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
29578         [BZ #16357]
29579         [BZ #16599]
29580         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
29581         min_plus_half.
29582         (fp_formats): Update initializers.
29583         (init_fp_formats): Initialize new field.
29584         (output_for_one_input_case): Allow underflow for results up to
29585         min_plus_half.
29586         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
29587         * math/auto-libm-test-in: Don't mark some underflows from asin and
29588         atanh as spurious.
29589         * math/auto-libm-test-out: Regenerated.
29590         * sysdeps/i386/fpu/libm-test-ulps: Update.
29591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29593 2014-03-25  Andreas Schwab  <schwab@suse.de>
29595         * libio/Makefile (tst-ftell-partial-wide-ENV)
29596         (tst-ftell-active-handler-ENV): Define.
29598 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
29600         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
29602 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
29604         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
29606 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
29608         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
29609         * sysdeps/x86_64/fpu/multiarch/e_exp.c
29610         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
29612 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
29614         [BZ #16634]
29615         * elf/dl-load.c (open_verify): Add mode parameter.
29616         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
29617         (open_path): Change from boolean 'secure' to complete flag 'mode'
29618         (_dl_map_object): Adjust.
29619         * elf/Makefile (tests): Add tst-dlopen-aout.
29620         * elf/tst-dlopen-aout.c: New test.
29622 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
29624         [BZ #16714]
29625         * sysdeps/unix/sysv/linux/s390/bits/stat.h
29626         (struct stat): Rename member pad0 to __glibc_reserved0.
29628         [BZ #16712]
29629         * sysdeps/s390/s390-32/bits/wordsize.h
29630         (__WORDSIZE32_SIZE_ULONG): New define.
29631         * sysdeps/s390/s390-64/bits/wordsize.h
29632         (__WORDSIZE32_SIZE_ULONG): Likewise.
29633         * sysdeps/generic/stdint.h (SIZE_MAX):
29634         Define as UL if __WORDSIZE32_SIZE_ULONG.
29636         [BZ #16713]
29637         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
29638         (__glibc_reserved0): New variable.
29639         (sa_flags): Change type to int.
29641         * posix/Makefile (before-compile): Use += before-compile instead
29642         of a :=.
29644         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
29645         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
29647 2014-03-20  Andreas Schwab  <schwab@suse.de>
29649         [BZ #16743]
29650         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
29651         non-matching result from nscd.
29653 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29655         * scripts/bench.py: Moved to ...
29656         * benchtests/scripts/bench.py: ... here.
29657         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
29659 2014-03-24  Andreas Schwab  <schwab@suse.de>
29661         [BZ #16002]
29662         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
29663         alloca_account and account alloca use for struct in6ailist.
29665 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
29667         [BZ #16284]
29668         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
29669         rounding mode to recompute results that overflow to infinity or
29670         underflow to zero.
29671         * math/auto-libm-test-in: Don't mark tests as expected to fail for
29672         bug 16284.
29673         * math/auto-libm-test-out: Regenerated.
29674         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
29675         (ccosh_test): Likewise.
29676         (csin_test_data): Use plus_oflow.
29677         (csin_test): Use ALL_RM_TEST.
29678         (csinh_test_data): Use plus_oflow.
29679         (csinh_test): Use ALL_RM_TEST.
29680         * sysdeps/i386/fpu/libm-test-ulps: Update.
29681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29683 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
29685         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
29686         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
29687         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
29689         [BZ #16731]
29690         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
29691         when x - 1 is zero.
29692         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
29693         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
29694         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
29695         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
29696         argument is 1.
29697         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
29698         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
29699         zero.
29700         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
29701         * sysdeps/i386/fpu/libm-test-ulps: Update.
29702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29704 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29706         * scripts/bench.pl: Remove file.
29707         * scripts/bench.py: New benchmark script.
29708         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
29709         * benchtests/README: Mention python dependency.
29710         * scripts/pylintrc: New file.
29711         * scripts/pylint: New file.
29713         * bits/mathdef.h: Use #ifdef instead of #if.
29714         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
29715         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29716         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
29717         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29718         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
29719         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29721 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29722             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
29724         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
29725         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
29726         and strpbrk-ppc64 objects.
29727         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
29728         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
29729         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
29730         multiarch strpbrk for POWER7.
29731         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
29732         multiarch strpbrk for PPC64.
29733         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
29734         ifunc selector.
29735         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
29736         strpbrk for POWER7.
29738 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
29740         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
29741         (atan_test): Likewise.
29742         (atanh_test_data): Use NO_TEST_INLINE for two tests.
29743         (atanh_test): Use ALL_RM_TEST.
29744         (atan2_test_data): Likewise.
29745         (cabs_test): Likewise.
29746         (cacosh_test): Likewise.
29747         (carg_test): Likewise.
29748         (casin_test): Likewise.
29749         (casinh_test): Likewise.
29750         (cbrt_test): Likewise.
29751         (csqrt_test): Likewise.
29752         (erf_test): Likewise.
29753         (erfc_test): Likewise.
29754         (pow10_test): Likewise.
29755         (exp2_test): Likewise.
29756         (hypot_test): Likewise.
29757         (j0_test): Likewise.
29758         (j1_test): Likewise.
29759         (lgamma_test): Likewise.
29760         (gamma_test): Likewise.
29761         (sincos_test): Likewise.
29762         (tanh_test): Likewise.
29763         (y0_test): Likewise.
29764         (y1_test): Likewise.
29765         * sysdeps/i386/fpu/libm-test-ulps: Update.
29766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29768 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29770         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
29771         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
29772         and strcspn-ppc64 objects.
29773         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
29774         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
29775         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
29776         multiarch strcspn for POWER7.
29777         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
29778         multiarch strcspn for PPC64.
29779         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
29780         ifunc selector.
29781         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
29782         strcspn for POWER7.
29784 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
29786         * math/gen-libm-test.pl (generate_testfile): Expect only function
29787         name as argument to AUTO_TESTS_* and pass results for all rounding
29788         modes to parse_args.
29789         (parse_auto_input): Separate inputs of automatic tests from
29790         outputs before storing in %auto_tests.
29791         * math/libm-test.inc (acos_test_data): Update call to
29792         AUTO_TESTS_f_f.
29793         (acos_test): Use ALL_RM_TEST.
29794         (acos_tonearest_test_data): Remove.
29795         (acos_test_tonearest): Likewise.
29796         (acos_towardzero_test_data): Likewise.
29797         (acos_test_towardzero): Likewise.
29798         (acos_downward_test_data): Likewise.
29799         (acos_test_downward): Likewise.
29800         (acos_upward_test_data): Likewise.
29801         (acos_test_upward): Likewise.
29802         (acosh_test_data): Update call to AUTO_TESTS_f_f.
29803         (asin_test_data): Likewise.
29804         (asin_test): Use ALL_RM_TEST.
29805         (asin_tonearest_test_data): Remove.
29806         (asin_test_tonearest): Likewise.
29807         (asin_towardzero_test_data): Likewise.
29808         (asin_test_towardzero): Likewise.
29809         (asin_downward_test_data): Likewise.
29810         (asin_test_downward): Likewise.
29811         (asin_upward_test_data): Likewise.
29812         (asin_test_upward): Likewise.
29813         (asinh_test_data): Update call to AUTO_TESTS_f_f.
29814         (atan_test_data): Likewise.
29815         (atanh_test_data): Likewise.
29816         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
29817         (cabs_test_data): Update call to AUTO_TESTS_c_f.
29818         (carg_test_data): Likewise.
29819         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
29820         (ccos_test_data): Update call to AUTO_TESTS_c_c.
29821         (ccosh_test_data): Likewise.
29822         (cexp_test_data): Likewise.
29823         (clog_test_data): Likewise.
29824         (clog10_test_data): Likewise.
29825         (cos_test_data): Update call to AUTO_TESTS_f_f.
29826         (cos_test): Use ALL_RM_TEST.
29827         (cos_tonearest_test_data): Remove.
29828         (cos_test_tonearest): Likewise.
29829         (cos_towardzero_test_data): Likewise.
29830         (cos_test_towardzero): Likewise.
29831         (cos_downward_test_data): Likewise.
29832         (cos_test_downward): Likewise.
29833         (cos_upward_test_data): Likewise.
29834         (cos_test_upward): Likewise.
29835         (cosh_test_data): Update call to AUTO_TESTS_f_f.
29836         (cosh_test): Use ALL_RM_TEST.
29837         (cosh_tonearest_test_data): Remove.
29838         (cosh_test_tonearest): Likewise.
29839         (cosh_towardzero_test_data): Likewise.
29840         (cosh_test_towardzero): Likewise.
29841         (cosh_downward_test_data): Likewise.
29842         (cosh_test_downward): Likewise.
29843         (cosh_upward_test_data): Likewise.
29844         (cosh_test_upward): Likewise.
29845         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
29846         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
29847         (ctan_test_data): Likewise.
29848         (ctan_test): Use ALL_RM_TEST.
29849         (ctan_tonearest_test_data): Remove.
29850         (ctan_test_tonearest): Likewise.
29851         (ctan_towardzero_test_data): Likewise.
29852         (ctan_test_towardzero): Likewise.
29853         (ctan_downward_test_data): Likewise.
29854         (ctan_test_downward): Likewise.
29855         (ctan_upward_test_data): Likewise.
29856         (ctan_test_upward): Likewise.
29857         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
29858         (ctanh_test): Use ALL_RM_TEST.
29859         (ctanh_tonearest_test_data): Remove.
29860         (ctanh_test_tonearest): Likewise.
29861         (ctanh_towardzero_test_data): Likewise.
29862         (ctanh_test_towardzero): Likewise.
29863         (ctanh_downward_test_data): Likewise.
29864         (ctanh_test_downward): Likewise.
29865         (ctanh_upward_test_data): Likewise.
29866         (ctanh_test_upward): Likewise.
29867         (erf_test_data): Update call to AUTO_TESTS_f_f.
29868         (erfc_test_data): Likewise.
29869         (exp_test_data): Likewise.
29870         (exp_test): Use ALL_RM_TEST.
29871         (exp_tonearest_test_data): Remove.
29872         (exp_test_tonearest): Likewise.
29873         (exp_towardzero_test_data): Likewise.
29874         (exp_test_towardzero): Likewise.
29875         (exp_downward_test_data): Likewise.
29876         (exp_test_downward): Likewise.
29877         (exp_upward_test_data): Likewise.
29878         (exp_test_upward): Likewise.
29879         (exp10_test_data): Update call to AUTO_TESTS_f_f.
29880         (exp10_test): Use ALL_RM_TEST.
29881         (exp10_tonearest_test_data): Remove.
29882         (exp10_test_tonearest): Likewise.
29883         (exp10_towardzero_test_data): Likewise.
29884         (exp10_test_towardzero): Likewise.
29885         (exp10_downward_test_data): Likewise.
29886         (exp10_test_downward): Likewise.
29887         (exp10_upward_test_data): Likewise.
29888         (exp10_test_upward): Likewise.
29889         (exp2_test_data): Update call to AUTO_TESTS_f_f.
29890         (expm1_test_data): Likewise.
29891         (expm1_test): Use ALL_RM_TEST.
29892         (expm1_tonearest_test_data): Remove.
29893         (expm1_test_tonearest): Likewise.
29894         (expm1_towardzero_test_data): Likewise.
29895         (expm1_test_towardzero): Likewise.
29896         (expm1_downward_test_data): Likewise.
29897         (expm1_test_downward): Likewise.
29898         (expm1_upward_test_data): Likewise.
29899         (expm1_test_upward): Likewise.
29900         (fma_test_data): Update call to AUTO_TESTS_fff_f.
29901         (fma_test): Use ALL_RM_TEST.
29902         (fma_towardzero_test_data): Remove.
29903         (fma_test_towardzero): Likewise.
29904         (fma_downward_test_data): Likewise.
29905         (fma_test_downward): Likewise.
29906         (fma_upward_test_data): Likewise.
29907         (fma_test_upward): Likewise.
29908         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
29909         (j0_test_data): Update call to AUTO_TESTS_f_f.
29910         (j1_test_data): Likewise.
29911         (jn_test_data): Update call to AUTO_TESTS_if_f.
29912         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
29913         (log_test_data): Update call to AUTO_TESTS_f_f.
29914         (log10_test_data): Likewise.
29915         (log1p_test_data): Likewise.
29916         (log2_test_data): Likewise.
29917         (pow_test_data): Update call to AUTO_TESTS_ff_f.
29918         (pow_tonearest_test_data): Likewise.
29919         (sin_test_data): Update call to AUTO_TESTS_f_f.
29920         (sin_test): Use ALL_RM_TEST.
29921         (sin_tonearest_test_data): Remove.
29922         (sin_test_tonearest): Likewise.
29923         (sin_towardzero_test_data): Likewise.
29924         (sin_test_towardzero): Likewise.
29925         (sin_downward_test_data): Likewise.
29926         (sin_test_downward): Likewise.
29927         (sin_upward_test_data): Likewise.
29928         (sin_test_upward): Likewise.
29929         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
29930         (sinh_test_data): Update call to AUTO_TESTS_f_f.
29931         (sinh_test): Use ALL_RM_TEST.
29932         (sinh_tonearest_test_data): Remove.
29933         (sinh_test_tonearest): Likewise.
29934         (sinh_towardzero_test_data): Likewise.
29935         (sinh_test_towardzero): Likewise.
29936         (sinh_downward_test_data): Likewise.
29937         (sinh_test_downward): Likewise.
29938         (sinh_upward_test_data): Likewise.
29939         (sinh_test_upward): Likewise.
29940         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
29941         (sqrt_test): Use ALL_RM_TEST.
29942         (sqrt_tonearest_test_data): Remove.
29943         (sqrt_test_tonearest): Likewise.
29944         (sqrt_towardzero_test_data): Likewise.
29945         (sqrt_test_towardzero): Likewise.
29946         (sqrt_downward_test_data): Likewise.
29947         (sqrt_test_downward): Likewise.
29948         (sqrt_upward_test_data): Likewise.
29949         (sqrt_test_upward): Likewise.
29950         (tan_test_data): Update call to AUTO_TESTS_f_f.
29951         (tan_test): Use ALL_RM_TEST.
29952         (tan_tonearest_test_data): Remove.
29953         (tan_test_tonearest): Likewise.
29954         (tan_towardzero_test_data): Likewise.
29955         (tan_test_towardzero): Likewise.
29956         (tan_downward_test_data): Likewise.
29957         (tan_test_downward): Likewise.
29958         (tan_upward_test_data): Likewise.
29959         (tan_test_upward): Likewise.
29960         (tanh_test_data): Update call to AUTO_TESTS_f_f.
29961         (tgamma_test_data): Likewise.
29962         (y0_test_data): Likewise.
29963         (y1_test_data): Likewise.
29964         (yn_test_data): Update call to AUTO_TESTS_if_f.
29965         (main): Do not call removed functions.
29967 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
29969         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
29970         (ldexp_test_data): Remove.
29971         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
29972         scalbn_test_data.
29973         (scalb_test): Use ALL_RM_TEST.
29975 2014-03-19  Andreas Schwab  <schwab@suse.de>
29977         * nscd/nscd.service: Also invalidate netgroup cache on reload.
29979 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
29981         [BZ #16649]
29982         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
29983         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
29984         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
29985         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
29986         (__ASSUME_PREADV): Undefine.
29987         (__ASSUME_PWRITEV): Likewise.
29989 2014-03-18  Roland McGrath  <roland@hack.frob.com>
29991         * bits/mman-linux.h: Add comment about non-Linux use.
29992         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
29993         bits/mman-linux.h resting place.
29995         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
29996         * bits/mman-linux.h: ... here.
29998 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30000         * conform/conformtest.pl: Add standard definition when calling C
30001         preprocessor on data files.
30002         (checknamespace): Remove unused variable.
30004 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
30006         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
30007         minus_oflow, plus_uflow and minus_uflow in expected results.
30008         * math/libm-test.inc (scalbn_test_data): Add more tests of
30009         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
30010         minus_uflow.
30011         (scalbn_test): Use ALL_RM_TEST.
30012         (scalbln_test_data): Add more tests of negative arguments.  Use
30013         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
30014         (scalbln_test): Use ALL_RM_TEST.
30016 2014-03-18  Roland McGrath  <roland@hack.frob.com>
30018         * scripts/abilist.awk: Ignore symbols marked with .hidden.
30020 2014-03-18  Will Newton  <will.newton@linaro.org>
30022         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
30023         inaccurate comment.
30025 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
30027         * Makerules [!subdir] (check-abi): Exit with error status if a
30028         test failed.
30030 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
30032         * math/libm-test.inc (nearbyint_test_data): Include all tests used
30033         for rint.  Include results for all rounding modes.
30034         (nearbyint_test): Use ALL_RM_TEST.
30035         (rint_test_data): Include all tests used for nearbyint.
30037 2014-03-17  Will Newton  <will.newton@linaro.org>
30039         * nptl/sysdeps/pthread/pthread.h: Revert previous
30040         change.
30042         * sysdeps/generic/ldsodefs.h: Revert previous
30043         change.
30045         * libio/genops.c: Revert previous change.
30046         * libio/libioP.h: Likewise.
30047         * stdio-common/vfprintf.c: Likewise.
30049         * sysdeps/generic/math_private.h: Revert previous
30050         change.
30052         * sysdeps/generic/math_private.h: Check whether
30053         HAVE_RM_CTX is defined with #ifdef rather
30054         than #if.
30056         * argp/argp-fmtstream.h: Check whether
30057         __STRICT_ANSI__ is defined with #ifdef rather
30058         than #if.
30059         * argp/argp.h: Likewise.
30061         * libio/genops.c: Check whether
30062         _IO_JUMPS_OFFSET is defined with #ifdef rather
30063         than #if.
30064         * libio/libioP.h: Likewise.
30065         * stdio-common/vfprintf.c: Likewise.
30067         * sysdeps/generic/ldsodefs.h: Check whether
30068         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
30069         than #if.
30071         * nptl/sysdeps/pthread/pthread.h: Check
30072         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
30073         its value.
30075 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30077         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
30078         setting O_APPEND.
30079         * libio/tst-ftell-active-handler.c (do_append_test): Add a
30080         test case.
30082         [BZ #16680]
30083         * libio/fileops.c (_IO_file_open): Seek to end of file but
30084         don't cache the offset.
30085         (get_file_offset): Remove function.
30086         (do_ftell): Use cached offset when available.
30087         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
30088         don't cache the offset.
30089         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
30090         case.
30091         (do_one_test): Call it.
30092         (do_ftell_test): Fix up expected old offset for a+ mode.
30093         * libio/wfileops.c (do_ftell_wide): Used cached offset when
30094         available.
30096         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
30097         up test status with function return status.
30098         (do_write_test): Likewise.
30099         (do_append_test): Likewise.
30101         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
30102         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
30103         Remove.
30105 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
30107         * math/gen-libm-test.pl (parse_args): Handle results specified for
30108         each rounding mode separately.
30109         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
30110         tests and results from lrint_tonearest_test_data,
30111         lrint_towardzero_test_data, lrint_downward_test_data and
30112         lrint_upward_test_data.
30113         (lrint_test): Use ALL_RM_TEST.
30114         (lrint_tonearest_test_data): Remove.
30115         (lrint_test_tonearest): Likewise.
30116         (lrint_towardzero_test_data): Likewise.
30117         (lrint_test_towardzero): Likewise.
30118         (lrint_downward_test_data): Likewise.
30119         (lrint_test_downward): Likewise.
30120         (lrint_upward_test_data): Likewise.
30121         (lrint_test_upward): Likewise.
30122         (llrint_test_data): Merge in per-rounding-mode tests and results
30123         from llrint_tonearest_test_data, llrint_towardzero_test_data,
30124         llrint_downward_test_data and llrint_upward_test_data.
30125         (llrint_test): Use ALL_RM_TEST.
30126         (llrint_tonearest_test_data): Remove.
30127         (llrint_test_tonearest): Likewise.
30128         (llrint_towardzero_test_data): Likewise.
30129         (llrint_test_towardzero): Likewise.
30130         (llrint_downward_test_data): Likewise.
30131         (llrint_test_downward): Likewise.
30132         (llrint_upward_test_data): Likewise.
30133         (llrint_test_upward): Likewise.
30134         (rint_test_data): Merge in per-rounding-mode tests and results
30135         from rint_tonearest_test_data, rint_towardzero_test_data,
30136         rint_downward_test_data and rint_upward_test_data.  Add
30137         per-rounding-mode results for tests not in those arrays.
30138         (rint_test): Use ALL_RM_TEST.
30139         (rint_tonearest_test_data): Remove.
30140         (rint_test_tonearest): Likewise.
30141         (rint_towardzero_test_data): Likewise.
30142         (rint_test_towardzero): Likewise.
30143         (rint_downward_test_data): Likewise.
30144         (rint_test_downward): Likewise.
30145         (rint_upward_test_data): Likewise.
30146         (rint_test_upward): Likewise.
30147         (main): Don't call removed functions.
30149 2014-03-14  Roland McGrath  <roland@hack.frob.com>
30151         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
30152         "Compiled on ..." crapola.  It is anti-useful.
30154 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
30156         * scripts/evaluate-test.sh: Handle fourth argument to determine
30157         whether test run should stop on failure.
30158         * Makeconfig (stop-on-test-failure): New variable.
30159         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
30160         $(stop-on-test-failure).
30161         * Makefile (tests): Give a summary of results from testing and
30162         exit with failure status if they include an ERROR or FAIL.
30163         (xtests): Likewise.
30164         * manual/install.texi (Configuring and compiling): Mention
30165         stop-on-test-failure=y.
30166         * INSTALL: Regenerated.
30168 2014-03-14  Roland McGrath  <roland@hack.frob.com>
30170         * scripts/versionlist.awk: New file.
30171         * Makerules [$(build-shared) = yes]
30172         (postclean-generated): Add Versions.def, not Versions.def.v and
30173         Versions.def.v.i.
30174         ($(common-objpfx)Versions.def.v.i): Target removed.
30175         ($(common-objpfx)Versions.def): New target.
30176         ($(common-objpfx)Versions.all): Depend on that rather that
30177         $(common-objpfx)Versions.def.v.
30178         * Versions.def: File removed.
30180         * Makeconfig (+gccwarn): Add -Wundef.
30181         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
30182         a dl-sysdep.h breaking its contract.
30183         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
30184         * include/stackinfo.h: New file.
30185         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
30186         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
30187         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
30188         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
30189         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
30190         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
30191         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30192         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30193         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30194         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30195         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30196         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
30197         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30198         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30199         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
30201 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30203         [BZ #16707]
30204         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
30205         implementation.
30206         * math/libm-test.inc (round_test_data): Add more tests.
30208         [BZ #16706]
30209         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
30210         implementation.
30211         * math/libm-test.inc (nearbyint_test_data): Add more tests.
30213         [BZ #16701]
30214         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
30215         implementation.
30216         * math/libm-test.inc (ceil_test_data): Add more tests.
30218         * math/libm-test.inc (trunc_test_data): Add more tests related to
30219         BZ#16414.
30221 2014-03-14  Roland McGrath  <roland@hack.frob.com>
30223         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
30224         with #if rather than #ifdef.
30225         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
30227 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
30229         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
30230         first.  Disable AVX-512 GCC support if assembler doesn't support
30231         it.
30232         * sysdeps/x86_64/configure: Regenerated.
30234 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
30236         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
30237         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
30238         (__old_pthread_attr_setstack): Likewise.
30239         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
30240         [!_STACK_GROWS_DOWN]: Likewise.
30242 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
30244         * config.make.in (have-bash2): Delete.
30245         * configure.ac (libc_cv_have_bash2): Delete.
30246         * configure: Regenerate.
30247         * elf/Makefile (common-ldd-rewrite): Rename to ...
30248         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
30249         (sh-ldd-rewrite): Delete.
30250         (bash-ldd-rewrite): Delete.
30251         (have-bash2): Delete checks.
30252         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
30253         ldd-rewrite.
30255         * config.make.in (have-ksh): Delete.
30256         (KSH): Delete.
30257         * configure.ac (libc_cv_have_ksh): Delete.
30258         * configure: Regenerate.
30260         * elf/Makefile: Delete $(have-ksh) check.
30261         ($(objpfx)sotruss): Change KSH to BASH.
30262         * elf/sotruss.ksh: Rename to ...
30263         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
30264         function style to match POSIX.  Drop ksh vim mode setting.
30266         * manual/time.texi (Specifying the Time Zone with TZ): Change
30267         Tuesday to Thursday.
30269         * debug/tst-longjmp_chk2.c: Update header comment.
30270         (stackoverflow_handler): Add comment.  Call assert on pass value.
30272 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
30274         [BZ #16194]
30275         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
30276         (HAVE_AVX512_ASM_SUPPORT): Likewise.
30277         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
30278         (La_x86_64_vector): Add zmm.
30279         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
30280         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
30281         ($(objpfx)tst-audit10): New target.
30282         ($(objpfx)tst-audit10.out): Likewise.
30283         (tst-audit10-ENV): New.
30284         (AVX512-CFLAGS): Likewise.
30285         (CFLAGS-tst-audit10.c): Likewise.
30286         (CFLAGS-tst-auditmod10a.c): Likewise.
30287         (CFLAGS-tst-auditmod10b.c): Likewise.
30288         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
30289         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
30290         * sysdeps/x86_64/configure: Regenerated.
30291         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
30292         AVX-512 zmm register support.
30293         (_dl_x86_64_save_sse): Likewise.
30294         (_dl_x86_64_restore_sse): Likewise.
30295         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
30296         size vector registers.
30297         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
30298         (ZMM_SIZE): Likewise.
30299         * sysdeps/x86_64/tst-audit10.c: New file.
30300         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
30301         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
30303 2014-03-13  Roland McGrath  <roland@hack.frob.com>
30305         * configure.ac (HAVE_EHDR_START): New check.
30306         * configure: Regenerated.
30307         * config.h.in (HAVE_EHDR_START): New #undef.
30308         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
30309         assuming the lowest-addressed segment maps the start of the file.
30311 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
30313         * INSTALL: Regenerated.
30315 2014-03-13  Will Newton  <will.newton@linaro.org>
30317         * manual/setjmp.texi (System V contexts): Improve
30318         clarity and grammar of documentation.
30320 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
30322         [BZ #16381]
30323         * elf/Makefile (tests): Add tst-pie2.
30324         (tests-pie): Add tst-pie2.
30325         * elf/tst-pie2.c: New file.
30326         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
30327         for ET_EXEC.
30328         * elf/rtld.c (map_doit): Load executable as lt_executable.
30329         (dl_main): Likewise.
30331 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
30333         [BZ #16642]
30334         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
30335         (__ASSUME_PSELECT): Undefine.
30337 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30339         [BZ #16689]
30340         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
30341         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
30342         static build.
30343         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
30344         selector for static builds.
30346 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30348         [BZ #16695]
30349         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
30350         key in the buffer.
30352 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30354         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
30355         IFUNC selector for static builds.
30357 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
30359         * sysdeps/mips/math_private.h [__mips_hard_float]
30360         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
30361         libc_feresetround_mips_ctx.
30362         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
30363         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
30364         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
30366         [BZ #16677]
30367         * math/s_nextafter.c (__nextafter): Do not return value from
30368         overflowing computation.
30369         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
30370         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
30371         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
30372         Likewise.
30373         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
30374         Likewise.
30375         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
30376         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
30378 2014-03-11  Roland McGrath  <roland@hack.frob.com>
30380         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
30381         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
30382         Move sfi_sp use from the load-multiple (that no longer sets sp) to
30383         the new mov targetting sp.
30385 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30387         [BZ #16683]
30388         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
30389         Define it for static builds as well.
30390         (NO_BZERO_IMPL): Likewise.
30392 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
30394         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
30395         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
30396         multiarch strspn for PPC64.
30397         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
30398         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
30399         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
30400         (__libc_ifunc_impl_list): Likewise.
30401         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
30402         multiarch optimizations
30403         * string/strspn.c (strspn): Using macro to redefine symbol name.
30405 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
30406             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30408         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
30409         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
30410         multiarch strncat for PPC64.
30411         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
30412         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
30413         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
30414         (__libc_ifunc_impl_list): Likewise.
30415         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
30416         multiarch optimizations
30418 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30420         [BZ #16639]
30421         * nscd/nscd.service: Make service type forking.
30423 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30425         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
30426         sign in non default rounding modes.
30427         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
30429 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
30431         * math/libm-test.inc (ALL_RM_TEST): New macro.
30432         (ceil_test): Use ALL_RM_TEST.
30433         (cimag_test): Likewise.
30434         (conj_test): Likewise.
30435         (copysign_test): Likewise.
30436         (cproj_test): Likewise.
30437         (creal_test): Likewise.
30438         (fabs_test): Likewise.
30439         (floor_test): Likewise.
30440         (fmax_test): Likewise.
30441         (fmin_test): Likewise.
30442         (fmod_test): Likewise.
30443         (fpclassify_test): Likewise.
30444         (frexp_test): Likewise.
30445         (ilogb_test): Likewise.
30446         (isfinite_test): Likewise.
30447         (finite_test): Likewise.
30448         (isgreater_test): Likewise.
30449         (isgreaterequal_test): Likewise.
30450         (isinf_test): Likewise.
30451         (isless_test): Likewise.
30452         (islessequal_test): Likewise.
30453         (islessgreater_test): Likewise.
30454         (isnan_test): Likewise.
30455         (isnormal_test): Likewise.
30456         (issignaling_test): Likewise.
30457         (isunordered_test): Likewise.
30458         (logb_test): Likewise.
30459         (logb_downward_test_data): Remove.
30460         (logb_test_downward): Likewise.
30461         (lround_test): Use ALL_RM_TEST.
30462         (llround_test): Likewise.
30463         (modf_test): Likewise.
30464         (nexttoward_test): Likewise.
30465         (remainder_test): Likewise.
30466         (drem_test): Likewise.
30467         (remainder_tonearest_test_data): Likewise.
30468         (remainder_test_tonearest): Likewise.
30469         (drem_test_tonearest): Likewise.
30470         (remainder_towardzero_test_data): Likewise.
30471         (remainder_test_towardzero): Likewise.
30472         (drem_test_towardzero): Likewise.
30473         (remainder_downward_test_data): Likewise.
30474         (remainder_test_downward): Likewise.
30475         (drem_test_downward): Likewise.
30476         (remainder_upward_test_data): Likewise.
30477         (remainder_test_upward): Likewise.
30478         (drem_test_upward): Likewise.
30479         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
30480         (round_test): Use ALL_RM_TEST.
30481         (signbit_test): Likewise.
30482         (trunc_test): Likewise.
30483         (significand_test): Likewise.
30484         (main): Don't call removed functions.
30486 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
30488         [BZ #16674]
30489         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
30490         || __USE_XOPEN2K8].
30491         (ILL_ILLOPN): Likewise.
30492         (ILL_ILLADR): Likewise.
30493         (ILL_ILLTRP): Likewise.
30494         (ILL_PRVOPC): Likewise.
30495         (ILL_PRVREG): Likewise.
30496         (ILL_COPROC): Likewise.
30497         (ILL_BADSTK): Likewise.
30498         (FPE_INTDIV): Likewise.
30499         (FPE_INTOVF): Likewise.
30500         (FPE_FLTDIV): Likewise.
30501         (FPE_FLTOVF): Likewise.
30502         (FPE_FLTUND): Likewise.
30503         (FPE_FLTRES): Likewise.
30504         (FPE_FLTINV): Likewise.
30505         (FPE_FLTSUB): Likewise.
30506         (SEGV_MAPERR): Likewise.
30507         (SEGV_ACCERR): Likewise.
30508         (BUS_ADRALN): Likewise.
30509         (BUS_ADRERR): Likewise.
30510         (BUS_OBJERR): Likewise.
30511         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30512         (TRAP_TRACE): Likewise.
30513         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30514         __USE_XOPEN2K8].
30515         (CLD_KILLED): Likewise.
30516         (CLD_DUMPED): Likewise.
30517         (CLD_TRAPPED): Likewise.
30518         (CLD_STOPPED): Likewise.
30519         (CLD_CONTINUED): Likewise.
30520         (POLL_IN): Likewise.
30521         (POLL_OUT): Likewise.
30522         (POLL_MSG): Likewise.
30523         (POLL_ERR): Likewise.
30524         (POLL_PRI): Likewise.
30525         (POLL_HUP): Likewise.
30526         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
30527         Likewise.
30528         (ILL_ILLOPN): Likewise.
30529         (ILL_ILLADR): Likewise.
30530         (ILL_ILLTRP): Likewise.
30531         (ILL_PRVOPC): Likewise.
30532         (ILL_PRVREG): Likewise.
30533         (ILL_COPROC): Likewise.
30534         (ILL_BADSTK): Likewise.
30535         (FPE_INTDIV): Likewise.
30536         (FPE_INTOVF): Likewise.
30537         (FPE_FLTDIV): Likewise.
30538         (FPE_FLTOVF): Likewise.
30539         (FPE_FLTUND): Likewise.
30540         (FPE_FLTRES): Likewise.
30541         (FPE_FLTINV): Likewise.
30542         (FPE_FLTSUB): Likewise.
30543         (SEGV_MAPERR): Likewise.
30544         (SEGV_ACCERR): Likewise.
30545         (BUS_ADRALN): Likewise.
30546         (BUS_ADRERR): Likewise.
30547         (BUS_OBJERR): Likewise.
30548         (BUS_MCEERR_AR): Likewise.
30549         (BUS_MCEERR_AO): Likewise.
30550         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30551         (TRAP_TRACE): Likewise.
30552         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30553         __USE_XOPEN2K8].
30554         (CLD_KILLED): Likewise.
30555         (CLD_DUMPED): Likewise.
30556         (CLD_TRAPPED): Likewise.
30557         (CLD_STOPPED): Likewise.
30558         (CLD_CONTINUED): Likewise.
30559         (POLL_IN): Likewise.
30560         (POLL_OUT): Likewise.
30561         (POLL_MSG): Likewise.
30562         (POLL_ERR): Likewise.
30563         (POLL_PRI): Likewise.
30564         (POLL_HUP): Likewise.
30565         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
30566         (ILL_ILLOPN): Likewise.
30567         (ILL_ILLADR): Likewise.
30568         (ILL_ILLTRP): Likewise.
30569         (ILL_PRVOPC): Likewise.
30570         (ILL_PRVREG): Likewise.
30571         (ILL_COPROC): Likewise.
30572         (ILL_BADSTK): Likewise.
30573         (FPE_INTDIV): Likewise.
30574         (FPE_INTOVF): Likewise.
30575         (FPE_FLTDIV): Likewise.
30576         (FPE_FLTOVF): Likewise.
30577         (FPE_FLTUND): Likewise.
30578         (FPE_FLTRES): Likewise.
30579         (FPE_FLTINV): Likewise.
30580         (FPE_FLTSUB): Likewise.
30581         (SEGV_MAPERR): Likewise.
30582         (SEGV_ACCERR): Likewise.
30583         (BUS_ADRALN): Likewise.
30584         (BUS_ADRERR): Likewise.
30585         (BUS_OBJERR): Likewise.
30586         (BUS_MCEERR_AR): Likewise.
30587         (BUS_MCEERR_AO): Likewise.
30588         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30589         (TRAP_TRACE): Likewise.
30590         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30591         __USE_XOPEN2K8].
30592         (CLD_KILLED): Likewise.
30593         (CLD_DUMPED): Likewise.
30594         (CLD_TRAPPED): Likewise.
30595         (CLD_STOPPED): Likewise.
30596         (CLD_CONTINUED): Likewise.
30597         (POLL_IN): Likewise.
30598         (POLL_OUT): Likewise.
30599         (POLL_MSG): Likewise.
30600         (POLL_ERR): Likewise.
30601         (POLL_PRI): Likewise.
30602         (POLL_HUP): Likewise.
30603         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
30604         Likewise.
30605         (ILL_ILLOPN): Likewise.
30606         (ILL_ILLADR): Likewise.
30607         (ILL_ILLTRP): Likewise.
30608         (ILL_PRVOPC): Likewise.
30609         (ILL_PRVREG): Likewise.
30610         (ILL_COPROC): Likewise.
30611         (ILL_BADSTK): Likewise.
30612         (ILL_BADIADDR): Likewise.
30613         (ILL_BREAK): Likewise.
30614         (FPE_INTDIV): Likewise.
30615         (FPE_INTOVF): Likewise.
30616         (FPE_FLTDIV): Likewise.
30617         (FPE_FLTOVF): Likewise.
30618         (FPE_FLTUND): Likewise.
30619         (FPE_FLTRES): Likewise.
30620         (FPE_FLTINV): Likewise.
30621         (FPE_FLTSUB): Likewise.
30622         (FPE_DECOVF): Likewise.
30623         (FPE_DECDIV): Likewise.
30624         (FPE_DECERR): Likewise.
30625         (FPE_INVASC): Likewise.
30626         (FPE_INVDEC): Likewise.
30627         (SEGV_MAPERR): Likewise.
30628         (SEGV_ACCERR): Likewise.
30629         (SEGV_PSTKOVF): Likewise.
30630         (BUS_ADRALN): Likewise.
30631         (BUS_ADRERR): Likewise.
30632         (BUS_OBJERR): Likewise.
30633         (BUS_MCEERR_AR): Likewise.
30634         (BUS_MCEERR_AO): Likewise.
30635         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30636         (TRAP_TRACE): Likewise.
30637         (TRAP_BRANCH): Likewise.
30638         (TRAP_HWBKPT): Likewise.
30639         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30640         __USE_XOPEN2K8].
30641         (CLD_KILLED): Likewise.
30642         (CLD_DUMPED): Likewise.
30643         (CLD_TRAPPED): Likewise.
30644         (CLD_STOPPED): Likewise.
30645         (CLD_CONTINUED): Likewise.
30646         (POLL_IN): Likewise.
30647         (POLL_OUT): Likewise.
30648         (POLL_MSG): Likewise.
30649         (POLL_ERR): Likewise.
30650         (POLL_PRI): Likewise.
30651         (POLL_HUP): Likewise.
30652         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
30653         (ILL_ILLOPN): Likewise.
30654         (ILL_ILLADR): Likewise.
30655         (ILL_ILLTRP): Likewise.
30656         (ILL_PRVOPC): Likewise.
30657         (ILL_PRVREG): Likewise.
30658         (ILL_COPROC): Likewise.
30659         (ILL_BADSTK): Likewise.
30660         (FPE_INTDIV): Likewise.
30661         (FPE_INTOVF): Likewise.
30662         (FPE_FLTDIV): Likewise.
30663         (FPE_FLTOVF): Likewise.
30664         (FPE_FLTUND): Likewise.
30665         (FPE_FLTRES): Likewise.
30666         (FPE_FLTINV): Likewise.
30667         (FPE_FLTSUB): Likewise.
30668         (SEGV_MAPERR): Likewise.
30669         (SEGV_ACCERR): Likewise.
30670         (BUS_ADRALN): Likewise.
30671         (BUS_ADRERR): Likewise.
30672         (BUS_OBJERR): Likewise.
30673         (BUS_MCEERR_AR): Likewise.
30674         (BUS_MCEERR_AO): Likewise.
30675         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30676         (TRAP_TRACE): Likewise.
30677         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30678         __USE_XOPEN2K8].
30679         (CLD_KILLED): Likewise.
30680         (CLD_DUMPED): Likewise.
30681         (CLD_TRAPPED): Likewise.
30682         (CLD_STOPPED): Likewise.
30683         (CLD_CONTINUED): Likewise.
30684         (POLL_IN): Likewise.
30685         (POLL_OUT): Likewise.
30686         (POLL_MSG): Likewise.
30687         (POLL_ERR): Likewise.
30688         (POLL_PRI): Likewise.
30689         (POLL_HUP): Likewise.
30690         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
30691         (ILL_ILLOPN): Likewise.
30692         (ILL_ILLADR): Likewise.
30693         (ILL_ILLTRP): Likewise.
30694         (ILL_PRVOPC): Likewise.
30695         (ILL_PRVREG): Likewise.
30696         (ILL_COPROC): Likewise.
30697         (ILL_BADSTK): Likewise.
30698         (FPE_INTDIV): Likewise.
30699         (FPE_INTOVF): Likewise.
30700         (FPE_FLTDIV): Likewise.
30701         (FPE_FLTOVF): Likewise.
30702         (FPE_FLTUND): Likewise.
30703         (FPE_FLTRES): Likewise.
30704         (FPE_FLTINV): Likewise.
30705         (FPE_FLTSUB): Likewise.
30706         (SEGV_MAPERR): Likewise.
30707         (SEGV_ACCERR): Likewise.
30708         (BUS_ADRALN): Likewise.
30709         (BUS_ADRERR): Likewise.
30710         (BUS_OBJERR): Likewise.
30711         (BUS_MCEERR_AR): Likewise.
30712         (BUS_MCEERR_AO): Likewise.
30713         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30714         (TRAP_TRACE): Likewise.
30715         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30716         __USE_XOPEN2K8].
30717         (CLD_KILLED): Likewise.
30718         (CLD_DUMPED): Likewise.
30719         (CLD_TRAPPED): Likewise.
30720         (CLD_STOPPED): Likewise.
30721         (CLD_CONTINUED): Likewise.
30722         (POLL_IN): Likewise.
30723         (POLL_OUT): Likewise.
30724         (POLL_MSG): Likewise.
30725         (POLL_ERR): Likewise.
30726         (POLL_PRI): Likewise.
30727         (POLL_HUP): Likewise.
30728         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
30729         (ILL_ILLOPN): Likewise.
30730         (ILL_ILLADR): Likewise.
30731         (ILL_ILLTRP): Likewise.
30732         (ILL_PRVOPC): Likewise.
30733         (ILL_PRVREG): Likewise.
30734         (ILL_COPROC): Likewise.
30735         (ILL_BADSTK): Likewise.
30736         (FPE_INTDIV): Likewise.
30737         (FPE_INTOVF): Likewise.
30738         (FPE_FLTDIV): Likewise.
30739         (FPE_FLTOVF): Likewise.
30740         (FPE_FLTUND): Likewise.
30741         (FPE_FLTRES): Likewise.
30742         (FPE_FLTINV): Likewise.
30743         (FPE_FLTSUB): Likewise.
30744         (SEGV_MAPERR): Likewise.
30745         (SEGV_ACCERR): Likewise.
30746         (BUS_ADRALN): Likewise.
30747         (BUS_ADRERR): Likewise.
30748         (BUS_OBJERR): Likewise.
30749         (BUS_MCEERR_AR): Likewise.
30750         (BUS_MCEERR_AO): Likewise.
30751         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30752         (TRAP_TRACE): Likewise.
30753         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30754         __USE_XOPEN2K8].
30755         (CLD_KILLED): Likewise.
30756         (CLD_DUMPED): Likewise.
30757         (CLD_TRAPPED): Likewise.
30758         (CLD_STOPPED): Likewise.
30759         (CLD_CONTINUED): Likewise.
30760         (POLL_IN): Likewise.
30761         (POLL_OUT): Likewise.
30762         (POLL_MSG): Likewise.
30763         (POLL_ERR): Likewise.
30764         (POLL_PRI): Likewise.
30765         (POLL_HUP): Likewise.
30766         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
30767         (ILL_ILLOPN): Likewise.
30768         (ILL_ILLADR): Likewise.
30769         (ILL_ILLTRP): Likewise.
30770         (ILL_PRVOPC): Likewise.
30771         (ILL_PRVREG): Likewise.
30772         (ILL_COPROC): Likewise.
30773         (ILL_BADSTK): Likewise.
30774         (ILL_DBLFLT): Likewise.
30775         (ILL_HARDWALL): Likewise.
30776         (FPE_INTDIV): Likewise.
30777         (FPE_INTOVF): Likewise.
30778         (FPE_FLTDIV): Likewise.
30779         (FPE_FLTOVF): Likewise.
30780         (FPE_FLTUND): Likewise.
30781         (FPE_FLTRES): Likewise.
30782         (FPE_FLTINV): Likewise.
30783         (FPE_FLTSUB): Likewise.
30784         (SEGV_MAPERR): Likewise.
30785         (SEGV_ACCERR): Likewise.
30786         (BUS_ADRALN): Likewise.
30787         (BUS_ADRERR): Likewise.
30788         (BUS_OBJERR): Likewise.
30789         (BUS_MCEERR_AR): Likewise.
30790         (BUS_MCEERR_AO): Likewise.
30791         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30792         (TRAP_TRACE): Likewise.
30793         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30794         __USE_XOPEN2K8].
30795         (CLD_KILLED): Likewise.
30796         (CLD_DUMPED): Likewise.
30797         (CLD_TRAPPED): Likewise.
30798         (CLD_STOPPED): Likewise.
30799         (CLD_CONTINUED): Likewise.
30800         (POLL_IN): Likewise.
30801         (POLL_OUT): Likewise.
30802         (POLL_MSG): Likewise.
30803         (POLL_ERR): Likewise.
30804         (POLL_PRI): Likewise.
30805         (POLL_HUP): Likewise.
30806         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
30807         (ILL_ILLOPN): Likewise.
30808         (ILL_ILLADR): Likewise.
30809         (ILL_ILLTRP): Likewise.
30810         (ILL_PRVOPC): Likewise.
30811         (ILL_PRVREG): Likewise.
30812         (ILL_COPROC): Likewise.
30813         (ILL_BADSTK): Likewise.
30814         (FPE_INTDIV): Likewise.
30815         (FPE_INTOVF): Likewise.
30816         (FPE_FLTDIV): Likewise.
30817         (FPE_FLTOVF): Likewise.
30818         (FPE_FLTUND): Likewise.
30819         (FPE_FLTRES): Likewise.
30820         (FPE_FLTINV): Likewise.
30821         (FPE_FLTSUB): Likewise.
30822         (SEGV_MAPERR): Likewise.
30823         (SEGV_ACCERR): Likewise.
30824         (BUS_ADRALN): Likewise.
30825         (BUS_ADRERR): Likewise.
30826         (BUS_OBJERR): Likewise.
30827         (BUS_MCEERR_AR): Likewise.
30828         (BUS_MCEERR_AO): Likewise.
30829         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30830         (TRAP_TRACE): Likewise.
30831         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30832         __USE_XOPEN2K8].
30833         (CLD_KILLED): Likewise.
30834         (CLD_DUMPED): Likewise.
30835         (CLD_TRAPPED): Likewise.
30836         (CLD_STOPPED): Likewise.
30837         (CLD_CONTINUED): Likewise.
30838         (POLL_IN): Likewise.
30839         (POLL_OUT): Likewise.
30840         (POLL_MSG): Likewise.
30841         (POLL_ERR): Likewise.
30842         (POLL_PRI): Likewise.
30843         (POLL_HUP): Likewise.
30844         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
30845         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
30847         [BZ #16670]
30848         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
30849         before #include of <time.h>.
30850         [!__USE_XOPEN2K] (__need_timespec): Likewise.
30851         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
30852         (test-xfail-UNIX98/sched.h/conform): Likewise.
30854 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
30856         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
30857         error absence of trapping exception support.
30858         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
30860 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
30862         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
30863         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
30864         * timezone/Makefile (testdata): Move definition above include of
30865         Rules.
30866         (test-zones): New variable.
30867         (tests-special): Add zone files.
30868         (build-testdata): Use $(evaluate-test).
30870         * elf/Makefile (tests-special): Rename tests to end with .out.
30871         ($(objpfx)noload-mem): Likewise.
30872         ($(objpfx)tst-leaks1-mem): Likewise.
30873         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
30874         * iconv/Makefile (xtests-special): Change test-iconvconfig to
30875         $(objpfx)test-iconvconfig.out.
30876         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
30877         set -e inside subshell and redirect output to file.
30878         * iconvdata/Makefile (generated): Rename tests to end with .out.
30879         Correct type.
30880         (tests-special): Rename tests to end with .out.
30881         ($(objpfx)mtrace-tst-loading): Likewise.
30882         * intl/Makefile (generated): Likewise.
30883         (tests-special): Likewise.
30884         ($(objpfx)mtrace-tst-gettext): Likewise.
30885         * misc/Makefile (generated): Likewise.
30886         (tests-special): Likewise.
30887         ($(objpfx)tst-error1-mem): Likewise.
30888         * nptl/Makefile (tests-special): Likewise.
30889         ($(objpfx)tst-stack3-mem): Likewise.
30890         (generated): Likewise.
30891         * posix/Makefile (generated): Likewise.
30892         (tests-special): Likewise.
30893         (xtests-special): Likewise.
30894         ($(objpfx)tst-fnmatch-mem): Likewise.
30895         ($(objpfx)bug-regex2-mem): Likewise.
30896         ($(objpfx)bug-regex14-mem): Likewise.
30897         ($(objpfx)bug-regex21-mem): Likewise.
30898         ($(objpfx)bug-regex31-mem): Likewise.
30899         ($(objpfx)tst-vfork3-mem): Likewise.
30900         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
30901         ($(objpfx)tst-pcre-mem): Likewise.
30902         ($(objpfx)tst-boost-mem): Likewise.
30903         ($(objpfx)bug-ga2-mem): Likewise.
30904         ($(objpfx)bug-glob2-mem): Likewise.
30905         * resolv/Makefile (generate): Likewise.
30906         (tests-special): Likewise.
30907         (xtests-special): Likewise.
30908         (generated): Likewise.
30909         ($(objpfx)mtrace-tst-leaks): Likewise.
30910         ($(objpfx)mtrace-tst-leaks2): Likewise.
30912         * scripts/merge-test-results.sh: New file.
30913         * Makefile (tests-special-notdir): New variable.
30914         (tests): Run merge-test-results.sh.
30915         (xtests): Likewise.
30916         * Rules (tests-special-notdir): New variable.
30917         (xtests-special-notdir): Likewise.
30918         (tests): Run merge-test-results.sh
30919         (xtests): Likewise.
30921         * Makeconfig (test-xfail-name): New variable.
30922         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
30923         compute variable name for expected failures.
30924         * conform/Makefile (conformtest-headers-data): New variable.
30925         (conformtest-standards): Likewise.
30926         (conformtest-headers-ISO): Likewise.
30927         (conformtest-headers-ISO99): Likewise.
30928         (conformtest-headers-ISO11): Likewise.
30929         (conformtest-headers-POSIX): Likewise.
30930         (conformtest-headers-XPG3): Likewise.
30931         (conformtest-headers-XPG4): Likewise.
30932         (conformtest-headers-UNIX98): Likewise.
30933         (conformtest-headers-XOPEN2K): Likewise.
30934         (conformtest-headers-POSIX2008): Likewise.
30935         (conformtest-headers-XOPEN2K8): Likewise.
30936         (conformtest-header-list-base): Likewise.
30937         (conformtest-header-list-tests): Likewise.
30938         (conformtest-header-base): Likewise.
30939         (conformtest-header-tests): Likewise.
30940         (tests-special): Add $(conformtest-header-list-tests).  If
30941         [$(fast-check) && !$(cross-compiling)], add
30942         $(conformtest-header-tests) instead of
30943         $(objpfx)run-conformtest.out.
30944         (generated): Add $(conformtest-header-list-base).  If
30945         [$(fast-check) && !$(cross-compiling)], add
30946         $(conformtest-header-base).  Remove previous setting.
30947         ($(conformtest-header-list-tests)): New target.
30948         (test-xfail-run-conformtest): Remove variable.
30949         ($(objpfx)run-conformtest.out): Remove target.
30950         (test-xfail-ISO11/complex.h/conform): New variable.
30951         (test-xfail-ISO11/stdalign.h/conform): Likewise.
30952         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
30953         (test-xfail-XPG3/varargs.h/conform): Likewise.
30954         (test-xfail-XPG4/varargs.h/conform): Likewise.
30955         (test-xfail-UNIX98/varargs.h/conform): Likewise.
30956         (test-xfail-XPG4/ndbm.h/conform): Likewise.
30957         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
30958         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
30959         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
30960         (test-xfail-XPG3/fcntl.h/conform): Likewise.
30961         (test-xfail-XPG3/ftw.h/conform): Likewise.
30962         (test-xfail-XPG3/grp.h/conform): Likewise.
30963         (test-xfail-XPG3/langinfo.h/conform): Likewise.
30964         (test-xfail-XPG3/limits.h/conform): Likewise.
30965         (test-xfail-XPG3/pwd.h/conform): Likewise.
30966         (test-xfail-XPG3/search.h/conform): Likewise.
30967         (test-xfail-XPG3/signal.h/conform): Likewise.
30968         (test-xfail-XPG3/stdio.h/conform): Likewise.
30969         (test-xfail-XPG3/stdlib.h/conform): Likewise.
30970         (test-xfail-XPG3/string.h/conform): Likewise.
30971         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
30972         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
30973         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
30974         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
30975         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
30976         (test-xfail-XPG3/sys/types.h/conform): Likewise.
30977         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
30978         (test-xfail-XPG3/termios.h/conform): Likewise.
30979         (test-xfail-XPG3/time.h/conform): Likewise.
30980         (test-xfail-XPG3/unistd.h/conform): Likewise.
30981         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
30982         (test-xfail-XPG4/fcntl.h/conform): Likewise.
30983         (test-xfail-XPG4/langinfo.h/conform): Likewise.
30984         (test-xfail-XPG4/netdb.h/conform): Likewise.
30985         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
30986         (test-xfail-XPG4/signal.h/conform): Likewise.
30987         (test-xfail-XPG4/stdio.h/conform): Likewise.
30988         (test-xfail-XPG4/stdlib.h/conform): Likewise.
30989         (test-xfail-XPG4/stropts.h/conform): Likewise.
30990         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
30991         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
30992         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
30993         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
30994         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
30995         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
30996         (test-xfail-XPG4/sys/time.h/conform): Likewise.
30997         (test-xfail-XPG4/sys/types.h/conform): Likewise.
30998         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
30999         (test-xfail-XPG4/termios.h/conform): Likewise.
31000         (test-xfail-XPG4/ucontext.h/conform): Likewise.
31001         (test-xfail-XPG4/unistd.h/conform): Likewise.
31002         (test-xfail-XPG4/utmpx.h/conform): Likewise.
31003         (test-xfail-POSIX/sched.h/conform): Likewise.
31004         (test-xfail-POSIX/signal.h/conform): Likewise.
31005         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
31006         (test-xfail-POSIX/tar.h/conform): Likewise.
31007         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
31008         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
31009         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
31010         (test-xfail-UNIX98/netdb.h/conform): Likewise.
31011         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
31012         (test-xfail-UNIX98/sched.h/conform): Likewise.
31013         (test-xfail-UNIX98/signal.h/conform): Likewise.
31014         (test-xfail-UNIX98/stdio.h/conform): Likewise.
31015         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
31016         (test-xfail-UNIX98/stropts.h/conform): Likewise.
31017         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
31018         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
31019         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
31020         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
31021         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
31022         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
31023         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
31024         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
31025         (test-xfail-UNIX98/unistd.h/conform): Likewise.
31026         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
31027         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
31028         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
31029         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
31030         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
31031         (test-xfail-XOPEN2K/math.h/conform): Likewise.
31032         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
31033         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
31034         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
31035         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
31036         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
31037         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
31038         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
31039         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
31040         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
31041         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
31042         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
31043         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
31044         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
31045         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
31046         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
31047         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
31048         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
31049         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
31050         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
31051         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
31052         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
31053         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
31054         (test-xfail-POSIX2008/signal.h/conform): Likewise.
31055         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
31056         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
31057         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
31058         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
31059         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
31060         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
31061         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
31062         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
31063         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
31064         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
31065         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
31066         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
31067         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
31068         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
31069         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
31070         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
31071         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
31072         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
31073         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
31074         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
31075         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
31076         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
31077         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
31078         (conformtest-cc-flags): Likewise.
31079         ($(conformtest-header-tests): New target.
31080         * conform/check-header-lists.sh: New file.
31081         * conform/run-conformtest.sh: Remove.
31083         * conform/conformtest.pl: Allow ' and \ in values given for
31084         constants.
31085         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
31086         inclusion.
31087         [POSIX] (sys/types.h): Likewise.
31088         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
31089         inclusion.
31090         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
31091         inclusion.
31092         * conform/data/signal.h-data (SIGIO): Remove expectation.
31093         [XPG3] (SIGBUS): Do not expect.
31094         [POSIX || XPG3] (SIGPOLL): Likewise.
31095         [POSIX || XPG3] (SIGPROF): Likewise.
31096         [POSIX || XPG3] (SIGSYS): Likewise.
31097         [XPG3] (SIGTRAP): Likewise.
31098         [POSIX || XPG3] (SIGURG): Likewise.
31099         [POSIX || XPG3] (SIGVTALRM): Likewise.
31100         [POSIX || XPG3] (SIGXCPU): Likewise.
31101         [POSIX || XPG3] (SIGXFSZ): Likewise.
31102         [POSIX] (SA_SIGINFO): Expect.
31103         [XPG3] (siginfo_t): Do not expect type or contents.
31104         [POSIX] (si_pid): Do not expect element.
31105         [POSIX] (si_uid): Likewise.
31106         [POSIX] (si_addr): Likewise.
31107         [POSIX] (si_status): Likewise.
31108         [POSIX] (si_band): Likewise.
31109         [XPG4] (si_value): Likewise.
31110         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
31111         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
31112         [POSIX || XPG3] (ILL_ILLADR): Likewise.
31113         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
31114         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
31115         [POSIX || XPG3] (ILL_PRVREG): Likewise.
31116         [POSIX || XPG3] (ILL_COPROC): Likewise.
31117         [POSIX || XPG3] (ILL_BADSTK): Likewise.
31118         [POSIX || XPG3] (FPE_INTDIV): Likewise.
31119         [POSIX || XPG3] (FPE_INTOVF): Likewise.
31120         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
31121         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
31122         [POSIX || XPG3] (FPE_FLTUND): Likewise.
31123         [POSIX || XPG3] (FPE_FLTRES): Likewise.
31124         [POSIX || XPG3] (FPE_FLTINV): Likewise.
31125         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
31126         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
31127         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
31128         [POSIX || XPG3] (BUS_ADRALN): Likewise.
31129         [POSIX || XPG3] (BUS_ADRERR): Likewise.
31130         [POSIX || XPG3] (BUS_OBJERR): Likewise.
31131         [POSIX || XPG3] (CLD_EXITED): Likewise.
31132         [POSIX || XPG3] (CLD_KILLED): Likewise.
31133         [POSIX || XPG3] (CLD_DUMPED): Likewise.
31134         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
31135         [POSIX || XPG3] (CLD_STOPPED): Likewise.
31136         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
31137         [POSIX || XPG3] (POLL_IN): Likewise.
31138         [POSIX || XPG3] (POLL_OUT): Likewise.
31139         [POSIX || XPG3] (POLL_MSG): Likewise.
31140         [POSIX || XPG3] (POLL_ERR): Likewise.
31141         [POSIX || XPG3] (POLL_PRI): Likewise.
31142         [POSIX || XPG3] (POLL_HUP): Likewise.
31143         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
31144         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
31145         (SIG*): Do not allow.
31146         [XPG3] (si_*): Likewise.
31147         [XPG3] (SI_*): Likewise.
31148         [XPG3 || XPG4] (sigev_*): Likewise.
31149         [XPG3 || XPG4] (SIGEV_*): Likewise.
31150         [XPG3 || XPG4] (sival_*): Likewise.
31151         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
31152         [POSIX || XPG3] (BUS_*): Likewise.
31153         [POSIX || XPG3] (CLD_*): Likewise.
31154         [POSIX || XPG3] (FPE_*): Likewise.
31155         [POSIX || XPG3] (ILL_*): Likewise.
31156         [POSIX || XPG3] (POLL_*): Likewise.
31157         [POSIX || XPG3] (SEGV_*): Likewise.
31158         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
31159         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
31160         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
31161         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
31162         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
31163         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
31164         Specify type and value.
31165         (TVERSLEN): Likewise.
31166         (REGTYPE): Likewise.
31167         (AREGTYPE): Likewise.
31168         (LNKTYPE): Likewise.
31169         (SYMTYPE): Likewise.
31170         (CHRTYPE): Likewise.
31171         (BLKTYPE): Likewise.
31172         (DIRTYPE): Likewise.
31173         (FIFOTYPE): Likewise.
31174         (CONTTYPE): Likewise.
31175         (TSUID): Likewise.
31176         (TSGID): Likewise.
31177         (TSVTX): Likewise.
31178         (TUREAD): Likewise.
31179         (TUWRITE): Likewise.
31180         (TUEXEC): Likewise.
31181         (TGREAD): Likewise.
31182         (TGWRITE): Likewise.
31183         (TGEXEC): Likewise.
31184         (TOREAD): Likewise.
31185         (TOWRITE): Likewise.
31186         (TOEXEC): Likewise.
31187         [POSIX] (TSVTX): Expect constant.
31189 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
31191         * Makefile (tests): Change dependencies to ....
31192         (tests-special): ... additions to this variable.
31193         (tests): Depend on $(tests-special).
31194         * Makerules (check-abi-list): New variable.
31195         (check-abi): Depend on $(check-abi-list).
31196         [$(subdir) = elf] (tests-special): Add
31197         $(objpfx)check-abi-libc.out.
31198         [$(build-shared) = yes && subdir] (tests-special): Add
31199         $(check-abi-list).
31200         [$(build-shared) = yes && subdir] (tests): Do not depend on
31201         check-abi.
31202         * Rules (tests): Depend on $(tests-special).
31203         (xtests): Depend on $(xtests-special).
31204         * catgets/Makefile (tests): Change dependencies to ....
31205         (tests-special): ... additions to this variable.
31206         * conform/Makefile (tests): Change dependencies to ....
31207         (tests-special): ... additions to this variable.
31208         * elf/Makefile (tests): Change dependencies to ....
31209         (tests-special): ... additions to this variable.
31210         * grp/Makefile (tests): Change dependencies to ....
31211         (tests-special): ... additions to this variable.
31212         * iconv/Makefile (xtests): Change dependencies to ....
31213         (xtests-special): ... additions to this variable.
31214         * iconvdata/Makefile (tests): Change dependencies to ....
31215         (tests-special): ... additions to this variable.
31216         * intl/Makefile (tests): Change dependencies to ....
31217         (tests-special): ... additions to this variable.  Also add
31218         $(objpfx)tst-gettext.out.
31219         * io/Makefile (tests): Change dependencies to ....
31220         (tests-special): ... additions to this variable.
31221         * libio/Makefile (tests): Change dependencies to ....
31222         (tests-special): ... additions to this variable.
31223         * malloc/Makefile (tests): Change dependencies to ....
31224         (tests-special): ... additions to this variable.
31225         * misc/Makefile (tests): Change dependencies to ....
31226         (tests-special): ... additions to this variable.
31227         * nptl/Makefile (tests): Change dependencies to ....
31228         (tests-special): ... additions to this variable.
31229         * nptl_db/Makefile (tests): Change dependencies to ....
31230         (tests-special): ... additions to this variable.
31231         * posix/Makefile (tests): Change dependencies to ....
31232         (tests-special): ... additions to this variable.
31233         (xtests): Change dependencies to ....
31234         (xtests-special): ... additions to this variable.
31235         * resolv/Makefile (tests): Change dependencies to ....
31236         (tests-special): ... additions to this variable.
31237         (xtests): Change dependencies to ....
31238         (xtests-special): ... additions to this variable.
31239         * stdio-common/Makefile (tests): Change dependencies to ....
31240         (tests-special): ... additions to this variable.
31241         (do-tst-unbputc): Remove target.
31242         (do-tst-printf): Likewise.
31243         * stdlib/Makefile (tests): Change dependencies to ....
31244         (tests-special): ... additions to this variable.
31245         * string/Makefile (tests): Change dependencies to ....
31246         (tests-special): ... additions to this variable.
31247         * sysdeps/x86/Makefile (tests): Change dependencies to ....
31248         (tests-special): ... additions to this variable.
31250         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
31251         whole file.
31252         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
31253         whole file.
31254         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
31255         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
31257         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
31258         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
31259         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
31260         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
31261         * conform/data/libgen.h-data [XPG3]: Likewise.
31262         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
31263         * conform/data/ndbm.h-data [XPG3]: Likewise.
31264         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
31265         * conform/data/netdb.h-data [XPG3]: Likewise.
31266         * conform/data/netinet/in.h-data [XPG3]: Likewise.
31267         * conform/data/poll.h-data [XPG3]: Likewise.
31268         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
31269         * conform/data/strings.h-data [XPG3]: Likewise.
31270         * conform/data/stropts.h-data [XPG3]: Likewise.
31271         * conform/data/sys/mman.h-data [XPG3]: Likewise.
31272         * conform/data/sys/resource.h-data [XPG3]: Likewise.
31273         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
31274         Likewise.
31275         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
31276         * conform/data/sys/time.h-data [XPG3]: Likewise.
31277         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
31278         * conform/data/sys/uio.h-data [XPG3]: Likewise.
31279         * conform/data/sys/un.h-data [XPG3]: Likewise.
31280         * conform/data/syslog.h-data [XPG3]: Likewise.
31281         * conform/data/ucontext.h-data [XPG3]: Likewise.
31282         * conform/data/utmpx.h-data [XPG3]: Likewise.
31283         * conform/data/varargs.h-data [UNIX98]: Enable file.
31285         * manual/Makefile (INSTALL_INFO): Remove variable setting.
31287         * math/libm-test.inc (struct test_f_f_data): Move expected results
31288         into structure for each rounding mode.
31289         (struct test_ff_f_data): Likewise.
31290         (struct test_ff_f_data_nexttoward): Likewise.
31291         (struct test_fi_f_data): Likewise.
31292         (struct test_fl_f_data): Likewise.
31293         (struct test_if_f_data): Likewise.
31294         (struct test_fff_f_data): Likewise.
31295         (struct test_c_f_data): Likewise.
31296         (struct test_f_f1_data): Likewise.
31297         (struct test_fF_f1_data): Likewise.
31298         (struct test_ffI_f1_data): Likewise.
31299         (struct test_c_c_data): Likewise.
31300         (struct test_cc_c_data): Likewise.
31301         (struct test_f_i_data): Likewise.
31302         (struct test_ff_i_data): Likewise.
31303         (struct test_f_l_data): Likewise.
31304         (struct test_f_L_data): Likewise.
31305         (struct test_fFF_11_data): Likewise.
31306         (RM_): New macro.
31307         (RM_FE_DOWNWARD): Likewise.
31308         (RM_FE_TONEAREST): Likewise.
31309         (RM_FE_TOWARDZERO): Likewise.
31310         (RM_FE_UPWARD): Likewise.
31311         (RUN_TEST_LOOP_f_f): Update references to expected results.
31312         (RUN_TEST_LOOP_2_f): Likewise.
31313         (RUN_TEST_LOOP_fff_f): Likewise.
31314         (RUN_TEST_LOOP_c_f): Likewise.
31315         (RUN_TEST_LOOP_f_f1): Likewise.
31316         (RUN_TEST_LOOP_fF_f1): Likewise.
31317         (RUN_TEST_LOOP_fI_f1): Likewise.
31318         (RUN_TEST_LOOP_ffI_f1): Likewise.
31319         (RUN_TEST_LOOP_c_c): Likewise.
31320         (RUN_TEST_LOOP_cc_c): Likewise.
31321         (RUN_TEST_LOOP_f_i): Likewise.
31322         (RUN_TEST_LOOP_f_i_tg): Likewise.
31323         (RUN_TEST_LOOP_ff_i_tg): Likewise.
31324         (RUN_TEST_LOOP_f_b): Likewise.
31325         (RUN_TEST_LOOP_f_b_tg): Likewise.
31326         (RUN_TEST_LOOP_f_l): Likewise.
31327         (RUN_TEST_LOOP_f_L): Likewise.
31328         (RUN_TEST_LOOP_fFF_11): Likewise.
31329         * math/gen-libm-test.pl (parse_args): Output four copies of
31330         expected results for each test.
31332         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
31333         (__ASSUME_UTIMES): Remove.
31334         * sysdeps/unix/sysv/linux/tile/kernel-features.h
31335         (__ASSUME_UTIMES): Likewise.
31337         * math/gen-auto-libm-tests.c: Update comment on output format.
31338         (output_for_one_input_case): Generate before-rounding and
31339         after-rounding information as conditions on output flags not
31340         floating-point format.
31341         * math/auto-libm-test-out: Regenerated.
31342         * math/gen-libm-test.pl (cond_value): New function.
31343         (or_cond_value): Use cond_value.
31344         (generate_testfile): Handle conditional exceptions.
31346 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
31348         * math/libm-test.inc (max_valid_error): New variable.
31349         (init_max_error): Take new argument specifying whether function
31350         results are exactly determined.  Set max_valid_error and bound
31351         other variables for errors based on this argument.
31352         (set_max_error): Do not record results above max_valid_error.
31353         (check_float_internal): Only accept errors of up to 0.5ulps if
31354         also at most max_valid_error.
31355         (START): Take new argument EXACT and pass it to init_max_error.
31356         (acos_test): Update call to START.
31357         (acos_test_tonearest): Likewise.
31358         (acos_test_towardzero): Likewise.
31359         (acos_test_downward): Likewise.
31360         (acos_test_upward): Likewise.
31361         (acosh_test): Likewise.
31362         (asin_test): Likewise.
31363         (asin_test_tonearest): Likewise.
31364         (asin_test_towardzero): Likewise.
31365         (asin_test_downward): Likewise.
31366         (asin_test_upward): Likewise.
31367         (asinh_test): Likewise.
31368         (atan_test): Likewise.
31369         (atanh_test): Likewise.
31370         (atan2_test): Likewise.
31371         (cabs_test): Likewise.
31372         (cacos_test): Likewise.
31373         (cacosh_test): Likewise.
31374         (carg_test): Likewise.
31375         (casin_test): Likewise.
31376         (casinh_test): Likewise.
31377         (catan_test): Likewise.
31378         (catanh_test): Likewise.
31379         (cbrt_test): Likewise.
31380         (ccos_test): Likewise.
31381         (ccosh_test): Likewise.
31382         (ceil_test): Likewise.
31383         (cexp_test): Likewise.
31384         (cimag_test): Likewise.
31385         (clog_test): Likewise.
31386         (clog10_test): Likewise.
31387         (conj_test): Likewise.
31388         (copysign_test): Likewise.
31389         (cos_test): Likewise.
31390         (cos_test_tonearest): Likewise.
31391         (cos_test_towardzero): Likewise.
31392         (cos_test_downward): Likewise.
31393         (cos_test_upward): Likewise.
31394         (cosh_test): Likewise.
31395         (cosh_test_tonearest): Likewise.
31396         (cosh_test_towardzero): Likewise.
31397         (cosh_test_downward): Likewise.
31398         (cosh_test_upward): Likewise.
31399         (cpow_test): Likewise.
31400         (cproj_test): Likewise.
31401         (creal_test): Likewise.
31402         (csin_test): Likewise.
31403         (csinh_test): Likewise.
31404         (csqrt_test): Likewise.
31405         (ctan_test): Likewise.
31406         (ctan_test_tonearest): Likewise.
31407         (ctan_test_towardzero): Likewise.
31408         (ctan_test_downward): Likewise.
31409         (ctan_test_upward): Likewise.
31410         (ctanh_test): Likewise.
31411         (ctanh_test_tonearest): Likewise.
31412         (ctanh_test_towardzero): Likewise.
31413         (ctanh_test_downward): Likewise.
31414         (ctanh_test_upward): Likewise.
31415         (erf_test): Likewise.
31416         (erfc_test): Likewise.
31417         (exp_test): Likewise.
31418         (exp_test_tonearest): Likewise.
31419         (exp_test_towardzero): Likewise.
31420         (exp_test_downward): Likewise.
31421         (exp_test_upward): Likewise.
31422         (exp10_test): Likewise.
31423         (exp10_test_tonearest): Likewise.
31424         (exp10_test_towardzero): Likewise.
31425         (exp10_test_downward): Likewise.
31426         (exp10_test_upward): Likewise.
31427         (pow10_test): Likewise.
31428         (exp2_test): Likewise.
31429         (expm1_test): Likewise.
31430         (expm1_test_tonearest): Likewise.
31431         (expm1_test_towardzero): Likewise.
31432         (expm1_test_downward): Likewise.
31433         (expm1_test_upward): Likewise.
31434         (fabs_test): Likewise.
31435         (fdim_test): Likewise.
31436         (floor_test): Likewise.
31437         (fma_test): Likewise.
31438         (fma_test_towardzero): Likewise.
31439         (fma_test_downward): Likewise.
31440         (fma_test_upward): Likewise.
31441         (fmax_test): Likewise.
31442         (fmin_test): Likewise.
31443         (fmod_test): Likewise.
31444         (fpclassify_test): Likewise.
31445         (frexp_test): Likewise.
31446         (hypot_test): Likewise.
31447         (ilogb_test): Likewise.
31448         (isfinite_test): Likewise.
31449         (finite_test): Likewise.
31450         (isgreater_test): Likewise.
31451         (isgreaterequal_test): Likewise.
31452         (isinf_test): Likewise.
31453         (isless_test): Likewise.
31454         (islessequal_test): Likewise.
31455         (islessgreater_test): Likewise.
31456         (isnan_test): Likewise.
31457         (isnormal_test): Likewise.
31458         (issignaling_test): Likewise.
31459         (isunordered_test): Likewise.
31460         (j0_test): Likewise.
31461         (j1_test): Likewise.
31462         (jn_test): Likewise.
31463         (ldexp_test): Likewise.
31464         (lgamma_test): Likewise.
31465         (gamma_test): Likewise.
31466         (lrint_test): Likewise.
31467         (lrint_test_tonearest): Likewise.
31468         (lrint_test_towardzero): Likewise.
31469         (lrint_test_downward): Likewise.
31470         (lrint_test_upward): Likewise.
31471         (llrint_test): Likewise.
31472         (llrint_test_tonearest): Likewise.
31473         (llrint_test_towardzero): Likewise.
31474         (llrint_test_downward): Likewise.
31475         (llrint_test_upward): Likewise.
31476         (log_test): Likewise.
31477         (log10_test): Likewise.
31478         (log1p_test): Likewise.
31479         (log2_test): Likewise.
31480         (logb_test): Likewise.
31481         (logb_test_downward): Likewise.
31482         (lround_test): Likewise.
31483         (llround_test): Likewise.
31484         (modf_test): Likewise.
31485         (nearbyint_test): Likewise.
31486         (nextafter_test): Likewise.
31487         (nexttoward_test): Likewise.
31488         (pow_test): Likewise.
31489         (pow_test_tonearest): Likewise.
31490         (pow_test_towardzero): Likewise.
31491         (pow_test_downward): Likewise.
31492         (pow_test_upward): Likewise.
31493         (remainder_test): Likewise.
31494         (drem_test): Likewise.
31495         (remainder_test_tonearest): Likewise.
31496         (drem_test_tonearest): Likewise.
31497         (remainder_test_towardzero): Likewise.
31498         (drem_test_towardzero): Likewise.
31499         (remainder_test_downward): Likewise.
31500         (drem_test_downward): Likewise.
31501         (remainder_test_upward): Likewise.
31502         (drem_test_upward): Likewise.
31503         (remquo_test): Likewise.
31504         (rint_test): Likewise.
31505         (rint_test_tonearest): Likewise.
31506         (rint_test_towardzero): Likewise.
31507         (rint_test_downward): Likewise.
31508         (rint_test_upward): Likewise.
31509         (round_test): Likewise.
31510         (scalb_test): Likewise.
31511         (scalbn_test): Likewise.
31512         (scalbln_test): Likewise.
31513         (signbit_test): Likewise.
31514         (sin_test): Likewise.
31515         (sin_test_tonearest): Likewise.
31516         (sin_test_towardzero): Likewise.
31517         (sin_test_downward): Likewise.
31518         (sin_test_upward): Likewise.
31519         (sincos_test): Likewise.
31520         (sinh_test): Likewise.
31521         (sinh_test_tonearest): Likewise.
31522         (sinh_test_towardzero): Likewise.
31523         (sinh_test_downward): Likewise.
31524         (sinh_test_upward): Likewise.
31525         (sqrt_test): Likewise.
31526         (sqrt_test_tonearest): Likewise.
31527         (sqrt_test_towardzero): Likewise.
31528         (sqrt_test_downward): Likewise.
31529         (sqrt_test_upward): Likewise.
31530         (tan_test): Likewise.
31531         (tan_test_tonearest): Likewise.
31532         (tan_test_towardzero): Likewise.
31533         (tan_test_downward): Likewise.
31534         (tan_test_upward): Likewise.
31535         (tanh_test): Likewise.
31536         (tgamma_test): Likewise.
31537         (trunc_test): Likewise.
31538         (y0_test): Likewise.
31539         (y1_test): Likewise.
31540         (yn_test): Likewise.
31541         (significand_test): Likewise.
31543         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
31544         individual tests in comment.
31545         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
31546         (prev_max_error): New variable.
31547         (prev_real_max_error): Likewise.
31548         (prev_imag_max_error): Likewise.
31549         (compare_ulp_data): Don't refer to test names in comment.
31550         (find_test_ulps): Remove function.
31551         (find_function_ulps): Likewise.
31552         (find_complex_function_ulps): Likewise.
31553         (init_max_error): Take function name as argument.  Look up ulps
31554         for that function.
31555         (print_ulps): Remove function.
31556         (print_max_error): Use prev_max_error instead of calling
31557         find_function_ulps.
31558         (print_complex_max_error): Use prev_real_max_error and
31559         prev_imag_max_error instead of calling find_complex_function_ulps.
31560         (check_float_internal): Take max_ulp parameter instead of calling
31561         find_test_ulps.  Don't call print_ulps.
31562         (check_float): Update call to check_float_internal.
31563         (check_complex): Update calls to check_float_internal.
31564         (START): Pass argument to init_max_error.
31565         * math/gen-libm-test.pl (%results): Don't include "kind"
31566         information.
31567         (parse_ulps): Don't handle ulps of individual tests.
31568         (print_ulps_file): Likewise.
31569         (output_ulps): Likewise.
31570         * math/README.libm-test: Update.
31571         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
31572         individual tests.
31573         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
31574         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
31575         * sysdeps/arm/libm-test-ulps: Likewise.
31576         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
31577         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
31578         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
31579         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
31580         * sysdeps/microblaze/libm-test-ulps: Likewise.
31581         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
31582         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
31583         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
31584         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
31585         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
31586         * sysdeps/sh/libm-test-ulps: Likewise.
31587         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
31588         * sysdeps/tile/libm-test-ulps: Likewise.
31589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31591 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
31593         * math/libm-test.inc (print_complex_max_error): Check separately
31594         whether real and imaginary errors are within allowed range and
31595         pass 0 to print_complex_function_ulps instead of value within
31596         allowed range.
31598 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31600         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
31601         formatting.
31602         (get_handles_fopen): Likewise.
31603         (do_write_test): Likewise.
31605         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
31607         * libio/fileops.c (do_ftell): Use cached offset when
31608         available.
31609         * libio/iofwide.c (do_ftell_wide): Likewise.
31610         * libio/iofdopen.c (_IO_new_fdopen): Don't use
31611         _IO_file_attach.
31612         * libio/wfileops.c (_IO_fwide): Don't cache offset.
31614         [BZ #16532]
31615         * libio/libioP.h (get_file_offset): New function.
31616         * libio/fileops.c (get_file_offset): Likewise.
31617         (do_ftell): Likewise.
31618         (_IO_new_file_seekoff): Split out ftell logic.
31619         * libio/wfileops.c (do_ftell_wide): Likewise.
31620         (_IO_wfile_seekoff): Split out ftell logic.
31621         * libio/tst-ftell-active-handler.c: New test case.
31622         * libio/Makefile (tests): Add it.
31624 2014-03-03  Roland McGrath  <roland@hack.frob.com>
31626         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
31627         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
31629 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31631         [BZ #16639]
31632         * nscd/connections.c (nscd_init): Call do_exit.
31633         (start_threads): Call do_exit and notify_parent.
31634         (begin_drop_privileges): Call do_exit.
31635         (finish_drop_privileges): Likewise.
31636         * nscd/selinux.c (preserve_capabilities): Likewise.
31637         (install_real_capabilities): Likewise.
31638         (nscd_selinux_enabled): Likewise.
31639         (avc_create_thread): Likewise.
31640         (avc_alloc_lock): Likewise.
31641         (nscd_avc_init): Likewise.
31642         * nscd/nscd.c (parent_fd): New static variable.
31643         (main): Create a pipe between parent and child processes.
31644         Skip closing parent_fd.
31645         (monitor_child): New function.
31646         (do_exit): Likewise.
31647         (notify_parent): Likewise.
31648         * nscd/nscd.h (notify_parent): Likewise.
31649         (do_exit): Likewise.
31651 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
31653         * malloc/malloc.c (__libc_calloc): Revert last change.
31655 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31659 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
31661         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
31662         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
31663         implementation.
31664         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
31665         (__libc_ifunc_impl_list): Likewise.
31666         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
31667         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
31668         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
31669         * string/strrchr.c: Define STRRCHR.
31671 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
31673         * benchtest/bench-strtok.c (simple_strtok): Delete.
31674         (strtok_string): Use as benchmark.
31675         * string/strtok (STRTOK): New macro.
31677 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
31679         * manual/threads.texi: Add header and standard comments to all
31680         functions.
31682         * elf/dl-lookup.c (check_match): New function.
31683         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
31684         (do_lookup_x): Remove nested function check_match. Use non-nested
31685         function check_match.
31687 2014-02-28  Roland McGrath  <roland@hack.frob.com>
31689         * csu/Makefile (generated, before-compile): Use += rather than =.
31690         * catgets/Makefile (generated, generated-dirs): Likewise.
31691         * debug/Makefile (generated): Likewise.
31692         * dlfcn/Makefile (generated): Likewise.
31693         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
31694         * iconvdata/Makefile (before-compile, generated): Likewise.
31695         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
31696         * libio/Makefile (generated): Likewise.
31697         * malloc/Makefile (generated): Likewise.
31698         * manual/Makefile (generated, generated-dirs): Likewise.
31699         * misc/Makefile (generated): Likewise.
31700         * posix/Makefile (generated): Likewise.
31701         * resolv/Makefile (generated): Likewise.
31702         * sunrpc/Makefile (generated, generated-dirs): Likewise.
31703         * timezone/Makefile (generated, generated-dirs): Likewise.
31705         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
31707 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31709         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
31710         power8 implementation.
31711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
31712         file: POWER8 llround ifunc implementation.
31713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
31714         (__lllround): Add POWER8 implementation.
31715         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
31716         POWER8 llround implementation.
31718         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
31719         power8 implementation.
31720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
31721         file: POWER8 llrint ifunc implementation.
31722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
31723         Add POWER8 implementation.
31724         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
31725         POWER8 llrint implementation.
31727         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
31728         power8 implementation.
31729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
31730         file: POWER8 finite ifunc implementation.
31731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
31732         Add POWER8 implementation.
31733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
31734         Likewise.
31735         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
31736         POWER8 finite implementation.
31737         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
31739         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
31740         power8 implementation.
31741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
31742         file: POWER8 isinf ifunc implementation.
31743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
31744         POWER8 implementation.
31745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
31746         Likewise.
31747         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
31748         isinf implementation.
31749         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
31751         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
31752         (INIT_ARCH): Add hwcap2 initialization.
31753         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
31754         power8 implementation.
31755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
31756         file: POWER8 isnan ifunc implementation.
31757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
31758         POWER8 implementation.
31759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
31760         Likewise.
31761         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
31762         isnan implementation.
31763         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
31765 2014-02-27  Joey Ye  <joey.ye@arm.com>
31767         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
31768         (_FP_NANFRAC_Q): Set to zero.
31770 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31772         [BZ #16623]
31773         * math/auto-libm-test-in: New test inputs.
31774         * math/auto-libm-test-out: Regenerate.
31775         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
31776         and DA.
31777         (__cos): Likewise.
31778         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31780 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
31782         * scripts/evaluate-test.sh: Take new argument indicating whether
31783         failure is expected.
31784         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
31785         indicating whether failure is expected.
31786         * conform/Makefile (test-xfail-run-conformtest): New variable.
31787         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
31788         level.
31789         * posix/Makefile (test-xfail-annexc): New variable.
31790         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
31792 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
31794         * argp/Makefile: Include Makeconfig immediately after defining
31795         subdir.
31796         * assert/Makefile: Likewise.
31797         * benchtests/Makefile: Likewise.
31798         * catgets/Makefile: Likewise.
31799         * conform/Makefile: Likewise.
31800         * crypt/Makefile: Likewise.
31801         * csu/Makefile: Likewise.
31802         (all): Remove target.
31803         * ctype/Makefile: Include Makeconfig immediately after defining
31804         subdir.
31805         * debug/Makefile: Likewise.
31806         * dirent/Makefile: Likewise.
31807         * dlfcn/Makefile: Likewise.
31808         * gmon/Makefile: Likewise.
31809         * gnulib/Makefile: Likewise.
31810         * grp/Makefile: Likewise.
31811         * gshadow/Makefile: Likewise.
31812         * hesiod/Makefile: Likewise.
31813         * hurd/Makefile: Likewise.
31814         (all): Remove target.
31815         * iconvdata/Makefile: Include Makeconfig immediately after
31816         defining subdir.
31817         * inet/Makefile: Likewise.
31818         * intl/Makefile: Likewise.
31819         * io/Makefile: Likewise.
31820         * libio/Makefile: Likewise.
31821         (all): Remove target.
31822         * locale/Makefile: Include Makeconfig immediately after defining
31823         subdir.
31824         * login/Makefile: Likewise.
31825         * mach/Makefile: Likewise.
31826         (all): Remove target.
31827         * malloc/Makefile: Include Makeconfig immediately after defining
31828         subdir.
31829         (all): Remove target.
31830         * manual/Makefile: Include Makeconfig immediately after defining
31831         subdir.
31832         * math/Makefile: Likewise.
31833         * misc/Makefile: Likewise.
31834         * nis/Makefile: Likewise.
31835         * nss/Makefile: Likewise.
31836         * po/Makefile: Likewise.
31837         (all): Remove target.
31838         * posix/Makefile: Include Makeconfig immediately after defining
31839         subdir.
31840         * pwd/Makefile: Likewise.
31841         * resolv/Makefile: Likewise.
31842         * resource/Makefile: Likewise.
31843         * rt/Makefile: Likewise.
31844         * setjmp/Makefile: Likewise.
31845         * shadow/Makefile: Likewise.
31846         * signal/Makefile: Likewise.
31847         * socket/Makefile: Likewise.
31848         * soft-fp/Makefile: Likewise.
31849         * stdio-common/Makefile: Likewise.
31850         * stdlib/Makefile: Likewise.
31851         * streams/Makefile: Likewise.
31852         * string/Makefile: Likewise.
31853         * sunrpc/Makefile: Likewise.
31854         (all): Remove target.
31855         * sysvipc/Makefile: Include Makeconfig immediately after defining
31856         subdir.
31857         * termios/Makefile: Likewise.
31858         * time/Makefile: Likewise.
31859         * timezone/Makefile: Likewise.
31860         (all): Remove target.
31861         * wcsmbs/Makefile: Include Makeconfig immediately after defining
31862         subdir.
31863         * wctype/Makefile: Likewise.
31865 2014-02-26  Steve Ellcey  <sellcey@mips.com>
31867         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
31868         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
31869         (libc_feholdexcept_setround_mips): Ditto.
31870         (libc_feholdsetround): New.
31871         (libc_feholdsetroundf): New.
31872         (libc_feholdsetroundl): New.
31873         (libc_feupdateenv_test_mips): New.
31874         (libc_feupdateenv_test): New.
31875         (libc_feupdateenv_testf): New.
31876         (libc_feupdateenv_testl): New.
31877         (libc_feresetround): New.
31878         (libc_feresetroundf): New.
31879         (libc_feresetroundl): New.
31880         (libc_fetestexcept_mips): New.
31881         (libc_fetestexcept): New.
31882         (libc_fetestexceptf): New.
31883         (libc_fetestexceptl): New.
31884         (HAVE_RM_CTX): New.
31885         (libc_feholdexcept_setround_mips_ctx): New.
31886         (libc_feholdexcept_setround_ctx): New.
31887         (libc_feholdexcept_setroundf_ctx): New.
31888         (libc_feholdexcept_setroundl_ctx): New.
31889         (libc_fesetenv_mips_ctx): New.
31890         (libc_fesetenv_ctx): New.
31891         (libc_fesetenv_ctxf): New.
31892         (libc_fesetenv_ctxl): New.
31893         (libc_feupdateenv_mips_ctx): New.
31894         (libc_feupdateenv_ctx): New.
31895         (libc_feupdateenvf_ctx): New.
31896         (libc_feupdateenvl_ctx): New.
31897         (libc_feholdsetround_mips_ctx): New.
31898         (libc_feholdsetround_ctx): New.
31899         (libc_feholdsetroundf_ctx): New.
31900         (libc_feholdsetroundl_ctx): New.
31901         (libc_feresetround_mips_ctx): New.
31902         (libc_feresetround_ctx): New.
31903         (libc_feresetroundf_ctx): New.
31904         (libc_feresetroundl_ctx): New.
31906 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
31908         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
31910         * manual/ipc.texi: New file.
31911         * manual/Makefile (chapters): Add ipc.
31912         * manual/job.texi: Add "Inter-Process Communication" to next.
31913         * manual/process.texi: Add "Inter-Process Communication" to prev.
31915 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31917         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31919 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
31921         * malloc/malloc.c (__libc_calloc): Simplify implementation.
31923         * manual/arith.texi: Fix spaces after sentences.
31924         * manual/charset.texi: Likewise.
31925         * manual/errno.texi: Likewise.
31926         * manual/install.texi: Likewise.
31927         * manual/llio.texi: Likewise.
31928         * manual/locale.texi: Likewise.
31929         * manual/maint.texi: Likewise.
31930         * manual/math.texi: Likewise.
31931         * manual/memory.texi: Likewise.
31932         * manual/message.texi: Likewise.
31933         * manual/probes.texi: Likewise.
31934         * manual/resource.texi: Likewise.
31935         * manual/signal.texi: Likewise.
31936         * manual/socket.texi: Likewise.
31937         * manual/stdio.texi: Likewise.
31938         * manual/string.texi: Likewise.
31939         * manual/time.texi: Likewise.
31940         * manual/users.texi: Likewise.
31942 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
31944         [BZ #16632]
31945         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
31946         _DEFAULT_SOURCE is defined.
31948 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
31949             Carlos O'Donell  <carlos@redhat.com>
31951         [BZ #16613]
31952         * elf/dl-tls.c (_dl_count_modids): New function.
31953         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
31954         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
31955         audit library and increment generation counter.
31956         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
31957         * elf/tst-audit9.c: New file.
31958         * elf/tst-auditmod9a.c: New file.
31959         * elf/tst-auditmod9b.c: New file.
31960         * elf/Makefile: Add rules to build and run tst-audit9.
31962 2014-02-25  Florian Weimer  <fweimer@redhat.com>
31964         [BZ #15347]
31965         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
31967 2014-02-25  Will Newton  <will.newton@linaro.org>
31969         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
31970         (__longjmp): Restore sp and lr before restoring callee
31971         saved registers.  Add longjmp and longjmp_target
31972         SystemTap probe point.
31973         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
31974         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
31975         Define to zero to match jmpbuf layout.
31976         * sysdeps/arm/setjmp.S: Include stap-probe.h.
31977         (__sigsetjmp): Save sp and lr before saving callee
31978         saved registers.  Add setjmp SystemTap probe point.
31980 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
31982         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
31984 2014-02-24  Andreas Schwab  <schwab@suse.de>
31986         [BZ #15804]
31987         * elf/pldd.c (wait_for_ptrace_stop): New function.
31988         (main): Call it after attaching.
31990 2014-02-22  Roland McGrath  <roland@hack.frob.com>
31992         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
31993         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
31994         Versions files is now verboten.
31995         * hurd/Versions (libc: GLIBC_2.0):
31996         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
31997         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
31998         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
31999         * mach/Versions: Likewise.
32001         * csu/Versions: Remove unused %include.
32002         * resolv/Versions: Likewise.
32004 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
32006         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
32007         ($(objpfx)check-local-headers.out): Likewise.
32008         ($(objpfx)begin-end-check.out): Likewise.
32009         * Makerules (check-abi-%.out): Likewise.
32010         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
32011         ($(objpfx)test2.cat): Likewise.
32012         ($(objpfx)de/libc.cat): Likewise.
32013         ($(objpfx)test-gencat.out): Likewise.
32014         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
32015         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
32016         ($(objpfx)noload-mem): Likewise.
32017         ($(objpfx)tst-pathopt.out): Likewise.
32018         ($(objpfx)tst-rtld-load-self.out): Likewise.
32019         ($(objpfx)tst-array1-cmp.out): Likewise.
32020         ($(objpfx)tst-array1-static-cmp.out): Likewise.
32021         ($(objpfx)tst-array2-cmp.out): Likewise.
32022         ($(objpfx)tst-array3-cmp.out): Likewise.
32023         ($(objpfx)tst-array4-cmp.out): Likewise.
32024         ($(objpfx)tst-array5-cmp.out): Likewise.
32025         ($(objpfx)tst-array5-static-cmp.out): Likewise.
32026         ($(objpfx)check-textrel.out): Likewise.
32027         ($(objpfx)check-execstack.out): Likewise.
32028         ($(objpfx)check-localplt.out): Likewise.
32029         ($(objpfx)order2-cmp.out): Likewise.
32030         ($(objpfx)tst-leaks1-mem): Likewise.
32031         ($(objpfx)tst-leaks1-static-mem): Likewise.
32032         ($(objpfx)tst-initorder-cmp.out): Likewise.
32033         ($(objpfx)tst-initorder2-cmp.out): Likewise.
32034         ($(objpfx)tst-unused-dep.out): Likewise.
32035         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
32036         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
32037         * iconv/Makefile (test-iconvconfig): Likewise.
32038         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
32039         ($(objpfx)iconv-test.out): Likewise.
32040         ($(objpfx)tst-tables.out): Likewise.
32041         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
32042         ($(objpfx)tst-gettext.out): Likewise.
32043         ($(objpfx)tst-translit.out): Likewise.
32044         ($(objpfx)tst-gettext2.out): Likewise.
32045         ($(objpfx)tst-gettext4.out): Likewise.
32046         ($(objpfx)tst-gettext6.out): Likewise.
32047         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
32048         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
32049         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
32050         ($(objpfx)tst-fopenloc-mem.out): Likewise.
32051         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
32052         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
32053         * posix/Makefile ($(objpfx)globtest.out): Likewise.
32054         ($(objpfx)wordexp-tst.out): Likewise.
32055         ($(objpfx)annexc.out): Likewise.
32056         ($(objpfx)tst-fnmatch-mem): Likewise.
32057         ($(objpfx)bug-regex2-mem): Likewise.
32058         ($(objpfx)bug-regex14-mem): Likewise.
32059         ($(objpfx)bug-regex21-mem): Likewise.
32060         ($(objpfx)bug-regex31-mem): Likewise.
32061         ($(objpfx)tst-vfork3-mem): Likewise.
32062         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
32063         ($(objpfx)tst-pcre-mem): Likewise.
32064         ($(objpfx)tst-boost-mem): Likewise.
32065         ($(objpfx)tst-getconf.out): Likewise.
32066         ($(objpfx)bug-ga2-mem): Likewise.
32067         ($(objpfx)bug-glob2-mem): Likewise.
32068         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
32069         ($(objpfx)mtrace-tst-leaks2): Likewise.
32070         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
32071         ($(objpfx)tst-printf.out): Likewise.
32072         ($(objpfx)tst-setvbuf1.out): Likewise.
32073         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
32074         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
32075         ($(objpfx)tst-fmtmsg.out): Likewise.
32076         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
32077         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
32079         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
32080         * bits/sigaction.h [__USE_MISC]: Likewise.
32081         * bits/waitstatus.h: Update #endif comments.
32082         * ctype/ctype.h: Likewise.
32083         * dirent/dirent.h: Likewise.
32084         [__USE_MISC]: Remove redundant conditionals.
32085         * grp/grp.h: Update #endif comments.
32086         [__USE_GNU]: Remove redundant conditionals.
32087         [__USE_MISC]: Likewise.
32088         * inet/netinet/in.h [__USE_GNU]: Likewise.
32089         * io/sys/stat.h [__USE_MISC]: Likewise.
32090         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
32091         * libio/bits/stdio.h: Update #endif comments.
32092         [__USE_MISC]: Remove redundant conditionals.
32093         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
32094         * libio/stdio.h: Update #endif comments.
32095         [__USE_MISC]: Remove redundant conditionals.
32096         * math/bits/math-finite.h [__USE_MISC]: Likewise.
32097         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
32098         * math/math.h: Update #else and #endif comments.
32099         [__USE_MISC]: Remove redundant conditionals.
32100         * misc/sys/uio.h: Update #endif comments.
32101         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
32102         * posix/glob.h [__USE_MISC]: Likewise.
32103         * posix/sys/types.h: Update #endif comments.
32104         [__USE_MISC]: Remove redundant conditionals.
32105         * posix/sys/wait.h: Update #endif comments.
32106         [__USE_MISC]: Remove redundant conditionals.
32107         * posix/unistd.h: Update #endif comments.
32108         [__USE_MISC]: Remove redundant conditionals.
32109         * pwd/pwd.h [__USE_GNU]: Likewise.
32110         [__USE_MISC]: Likewise.
32111         * resolv/netdb.h [__USE_GNU]: Likewise.
32112         * signal/signal.h: Update #endif comments.
32113         [__USE_MISC]: Remove redundant conditionals.
32114         * stdlib/stdlib.h: Update #else and #endif comments.
32115         [__USE_MISC]: Remove redundant conditionals.
32116         [__USE_GNU]: Likewise.
32117         * string/bits/string2.h [__USE_MISC]: Likewise.
32118         * string/string.h: Update #endif comments.
32119         [__USE_MISC]: Remove redundant conditionals.
32120         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
32121         Likewise.
32122         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
32123         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
32124         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
32125         Likewise.
32126         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
32127         Likewise.
32128         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
32129         comments.
32130         [__USE_MISC]: Remove redundant conditionals.
32131         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
32132         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
32133         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
32134         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
32135         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
32136         Likewise.
32137         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
32138         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
32139         Likewise.
32140         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
32141         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
32142         Likewise.
32143         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
32144         Likewise.
32145         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
32146         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
32147         Likewise.
32148         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
32149         Likewise.
32150         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
32151         * sysdeps/x86/bits/string.h: Update #endif comments.
32152         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
32153         conditionals.
32154         * time/sys/time.h: Update #endif comments.
32155         * time/time.h: Likewise.
32156         [__USE_MISC]: Remove redundant conditionals.
32158 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
32160         [BZ #16600]
32161         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
32163 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
32165         * Versions.def (librt): Add GLIBC_2.17.
32167 2014-02-21  Adam Conrad  <adconrad@0c3.net>
32169         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
32170         synonym for _SYS_AUXV_H to allow direct inclusion.
32171         * sysdeps/sparc/bits/hwcap.h: Likewise.
32172         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
32173         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
32174         * sysdeps/sparc/sysdep.h: Likewise.
32176 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32178         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
32180 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
32182         * benchtests/bench-strrchr.c: Print length instead of position.
32184 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
32186         [BZ #16611]
32187         * sysdeps/unix/sysv/linux/kernel-features.h
32188         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
32189         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
32190         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
32191         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
32192         Likewise.
32193         [__i386__ || __powerpc__ || __sh__ || __sparc__]
32194         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
32195         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
32196         (__ASSUME_SENDMMSG): Define instead of using previous
32197         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
32198         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
32199         (__ASSUME_SENDMMSG_SYSCALL): Define.
32200         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
32201         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
32202         Likewise.
32203         * sysdeps/unix/sysv/linux/arm/kernel-features.h
32204         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
32205         Likewise.
32206         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
32207         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
32208         Likewise.
32209         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
32210         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
32211         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
32212         [__ASSUME_SENDMMSG]: Change conditionals to
32213         [__ASSUME_SENDMMSG_SOCKETCALL].
32214         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
32215         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
32216         Define.
32217         * sysdeps/unix/sysv/linux/mips/kernel-features.h
32218         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
32219         Likewise.
32220         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
32221         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
32222         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
32223         [!__ASSUME_SENDMMSG]: Change conditional to
32224         [!__ASSUME_SENDMMSG_SOCKETCALL].
32225         * sysdeps/unix/sysv/linux/tile/kernel-features.h
32226         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
32227         Define.
32229         [BZ #16610]
32230         * sysdeps/unix/sysv/linux/kernel-features.h
32231         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
32232         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
32233         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
32234         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
32235         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
32236         [__i386__ || __sparc__]
32237         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
32238         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
32239         (__ASSUME_RECVMMSG): Define instead of using previous
32240         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
32241         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
32242         (__ASSUME_RECVMMSG_SYSCALL): Define.
32243         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
32244         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32245         Likewise.
32246         * sysdeps/unix/sysv/linux/arm/kernel-features.h
32247         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32248         Likewise.
32249         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
32250         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32251         Likewise.
32252         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
32253         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
32254         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
32255         [__ASSUME_RECVMMSG]: Change condition to
32256         [__ASSUME_RECVMMSG_SOCKETCALL].
32257         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
32258         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32259         Define.
32260         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
32261         * sysdeps/unix/sysv/linux/mips/kernel-features.h
32262         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
32263         Likewise.
32264         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
32265         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
32266         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
32267         [!__ASSUME_RECVMMSG]: Change condition to
32268         [!__ASSUME_RECVMMSG_SOCKETCALL].
32269         * sysdeps/unix/sysv/linux/tile/kernel-features.h
32270         (__ASSUME_RECVMMSG_SYSCALL): Define.
32272         [BZ #16609]
32273         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
32274         __powerpc__ || __s390__ || __sh__ || __sparc__]
32275         (__ASSUME_SOCKETCALL): Define.
32276         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
32277         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
32278         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
32279         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
32280         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
32281         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
32282         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
32283         (__ASSUME_ACCEPT4): Define instead of using previous
32284         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
32285         __powerpc__ || __sparc__ || __s390__)] condition.
32286         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
32287         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
32288         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
32289         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
32290         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
32291         [!__ASSUME_ACCEPT4]: Change condition to
32292         [!__ASSUME_ACCEPT4_SOCKETCALL].
32293         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
32294         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
32295         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
32296         * sysdeps/unix/sysv/linux/arm/kernel-features.h
32297         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
32298         __ASSUME_ACCEPT4_SYSCALL.
32299         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
32300         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
32301         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
32302         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
32303         __ASSUME_ACCEPT4_SYSCALL.
32304         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
32305         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
32306         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
32307         [__ASSUME_ACCEPT4]: Change condition to
32308         [__ASSUME_ACCEPT4_SOCKETCALL].
32309         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
32310         (__ASSUME_SOCKETCALL): Define.
32311         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
32312         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
32313         (__ASSUME_SOCKETCALL): Define.
32314         (__ASSUME_ACCEPT4): Remove.
32315         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
32316         Define.
32317         * sysdeps/unix/sysv/linux/mips/kernel-features.h
32318         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
32319         Likewise.
32320         * sysdeps/unix/sysv/linux/tile/kernel-features.h
32321         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
32323         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
32324         macro.
32325         (HWCAP_ARM_LPAE): Likewise.
32326         (HWCAP_ARM_EVTSTRM): Likewise.
32327         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
32328         Add vpfd32, lpae and evtstrm.
32329         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
32330         Increase to 22.
32332 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
32334         * math/auto-libm-test-in: Add tests of clog10.
32335         * math/auto-libm-test-out: Regenerated.
32336         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
32337         * sysdeps/i386/fpu/libm-test-ulps: Update.
32338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32340 2014-02-18  Andreas Schwab  <schwab@suse.de>
32342         [BZ #16574]
32343         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
32344         Store non-zero if the second buffer was newly allocated.
32345         (send_dg): Likewise.
32346         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
32347         to send_vc and send_dg.
32348         (res_nsend): Pass NULL for ansp2_malloced.
32349         * resolv/res_query.c (__libc_res_nquery): Add parameter
32350         answerp2_malloced and pass it down to __libc_res_nsend.
32351         (res_nquery): Pass additional NULL to __libc_res_nquery.
32352         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
32353         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
32354         second answer buffer if answerp2_malloced was set.
32355         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
32356         (__libc_res_nquerydomain): Add parameter
32357         answerp2_malloced and pass it down to __libc_res_nquery.
32358         (res_nquerydomain): Pass additional NULL to
32359         __libc_res_nquerydomain.
32360         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
32361         additional NULL to __libc_res_nsend and __libc_res_nquery.
32362         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
32363         additional NULL to __libc_res_nsearch.
32364         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
32365         parameter of __libc_res_nsearch to check for separately allocated
32366         second buffer.
32367         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
32368         __libc_res_nquery.
32369         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
32370         additional NULL to __libc_res_nquery.
32371         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
32372         __libc_res_nsearch.
32373         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
32374         * include/resolv.h: Update prototypes of __libc_res_nquery,
32375         __libc_res_nsearch, __libc_res_nsend.
32377 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
32379         * math/auto-libm-test-in: Add tests of fma.
32380         * math/auto-libm-test-out: Regenerated.
32381         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
32382         (fma_towardzero_test_data): Likewise.
32383         (fma_downward_test_data): Likewise.
32384         (fma_upward_test_data): Likewise.
32385         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
32386         mpc_mode.
32387         (rounding_modes): Add values for new field.
32388         (func_calc_method): Add value mpfr_fff_f.
32389         (func_calc_desc): Add mpfr_fff_f union field.
32390         (test_function): Add field exact_args.
32391         (FUNC): Add macro argument EXACT_ARGS.
32392         (FUNC_mpfr_f_f): Update call to FUNC.
32393         (FUNC_mpfr_f_f): Likewise.
32394         (FUNC_mpfr_ff_f): Likewise.
32395         (FUNC_mpfr_if_f): Likewise.
32396         (FUNC_mpc_c_f): Likewise.
32397         (FUNC_mpc_c_c): Likewise.
32398         (test_functions): Add fma.  Update calls to FUNC.
32399         (handle_input_arg): Add argument exact_args.
32400         (add_test): Update call to handle_input_arg.
32401         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
32402         (output_for_one_input_case): Update call to calc_generic_results.
32403         Recalculate exact zero results in each rounding mode.
32405         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
32406         non-negative before setting low bit.
32407         * math/auto-libm-test-in: Mark one asin test possibly having
32408         spurious underflow.
32409         * math/auto-libm-test-out: Regenerated.
32410         * sysdeps/i386/fpu/libm-test-ulps: Update.
32411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32413 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
32415         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
32416         * sysdeps/unix/sysv/linux/microblaze: Move directory from
32417         ports/sysdeps/unix/sysv/linux/microblaze.
32418         * README: Add missing listing for microblaze*-*-linux-gnu.
32420 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
32422         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
32423         duplicate code
32425 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
32427         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
32428         * sysdeps/unix/sysv/linux/ia64: Move directory from
32429         ports/sysdeps/unix/sysv/linux/ia64.
32430         * README: Update listing for ia64-*-linux-gnu.
32432 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
32433             Joseph Myers  <joseph@codesourcery.com>
32435         * Makeconfig (test-name): New variable.
32436         (evaluate-test): Likewise.
32437         * Makerules (do-test-clean): Remove .test-result files.
32438         (common-mostlyclean): Likewise.
32439         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
32440         * scripts/evaluate-test.sh: New file.
32442 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
32444         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
32445         separate $(objpfx)tst-fopenloc-cmp.out and
32446         $(objpfx)tst-fopenloc-mem.out targets.
32447         (tests): Update dependencies.
32448         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
32449         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
32450         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
32451         (tst-rxspencer-no-utf8-ARGS): New variable.
32452         (tst-rxspencer-no-utf8-ENV): Likewise.
32453         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
32454         instead of $(objpfx)tst-rxspencer-mem.
32455         ($(objpfx)tst-rxspencer-mem): Change target to
32456         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
32457         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
32458         * posix/tst-rxspencer-no-utf8.c: New file.
32460         * elf/Makefile ($(objpfx)order.out): Remove rule.
32461         [$(run-built-tests) = yes] (tests): Depend on
32462         $(objpfx)order-cmp.out.
32463         ($(objpfx)order-cmp.out): New rule.
32464         [$(run-built-tests) = yes] (tests): Depend on
32465         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
32466         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
32467         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
32468         $(objpfx)tst-array5-static-cmp.out.
32469         ($(objpfx)tst-array1.out): Remove rule.
32470         ($(objpfx)tst-array1-cmp.out): New rule.
32471         ($(objpfx)tst-array1-static.out): Remove rule.
32472         ($(objpfx)tst-array1-static-cmp.out): New rule.
32473         ($(objpfx)tst-array2.out): Remove rule.
32474         ($(objpfx)tst-array2-cmp.out): New rule.
32475         ($(objpfx)tst-array3.out): Remove rule.
32476         ($(objpfx)tst-array3-cmp.out): New rule.
32477         ($(objpfx)tst-array4.out): Remove rule.
32478         ($(objpfx)tst-array4-cmp.out): New rule.
32479         ($(objpfx)tst-array5.out): Remove rule.
32480         ($(objpfx)tst-array5-cmp.out): New rule.
32481         ($(objpfx)tst-array5-static.out): Remove rule.
32482         ($(objpfx)tst-array5-static-cmp.out): New rule.
32483         [$(run-built-tests) = yes] (tests): Depend on
32484         $(objpfx)order2-cmp.out.
32485         ($(objpfx)order2.out): Remove rule.
32486         ($(objpfx)order2-cmp.out): New rule.
32487         ($(objpfx)tst-initorder.out): Remove rule.
32488         [$(run-built-tests) = yes] (tests): Depend on
32489         $(objpfx)tst-initorder-cmp.out.
32490         ($(objpfx)tst-initorder-cmp.out): New rule.
32491         ($(objpfx)tst-initorder2.out): Remove rule.
32492         [$(run-built-tests) = yes] (tests): Depend on
32493         $(objpfx)tst-initorder2-cmp.out.
32494         ($(objpfx)tst-initorder2-cmp.out): New rule.
32495         [$(run-built-tests) = yes] (tests): Depend on
32496         $(objpfx)tst-unused-dep-cmp.out.
32497         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
32498         ($(objpfx)tst-unused-dep-cmp.out): New rule.
32499         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
32500         on $(objpfx)tst-setvbuf1-cmp.out.
32501         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
32502         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
32503         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
32504         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
32505         ($(objpfx)tst-svc.out): Remove rule.
32506         ($(objpfx)tst-svc-cmp.out): New rule.
32508 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
32510         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
32511         * ctype/ctype.h [__USE_MISC]: Likewise.
32512         * dirent/dirent.h [__USE_MISC]: Likewise.
32513         * grp/grp.h [__USE_MISC]: Likewise.
32514         * io/fcntl.h [__USE_MISC]: Likewise.
32515         * io/sys/stat.h [__USE_MISC]: Likewise.
32516         * libio/stdio.h [__USE_MISC]: Likewise.
32517         * posix/unistd.h [__USE_MISC]: Likewise.
32518         * pwd/pwd.h [__USE_MISC]: Likewise.
32519         * stdlib.h [__USE_MISC]: Likewise.
32520         * string/bits/string2.h [__USE_MISC]: Likewise.
32521         * string/string.h [__USE_MISC]: Likewise.
32522         * time/time.h [__USE_MISC]: Likewise.
32524 2014-02-13  Andreas Schwab  <schwab@suse.de>
32526         [BZ #16574]
32527         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
32528         second answer buffer if it was separately allocated.
32530 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
32532         * sysdeps/mips/math-tests.h: Include <features.h>.
32533         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
32534         (ROUNDING_TESTS_long_double): Do not define.
32535         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
32536         (EXCEPTION_TESTS_long_double): Likewise.
32537         * sysdeps/mips/mips64/libm-test-ulps: Update.
32539         * include/features.h (__USE_BSD): Remove macro definitions.
32540         (__USE_SVID): Likewise.
32541         (_BSD_SOURCE): Likewise.
32542         (_SVID_SOURCE): Likewise.
32543         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
32544         from definition of _DEFAULT_SOURCE.
32545         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
32546         [_DEFAULT_SOURCE].
32547         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
32548         * bits/mman.h [__USE_BSD]: Likewise.
32549         * bits/termios.h [__USE_BSD]: Likewise.
32550         * bits/waitstatus.h [__USE_BSD]: Likewise.
32551         * ctype/ctype.h [__USE_SVID]: Likewise.
32552         * dirent/dirent.h [__USE_BSD]: Likewise.
32553         * grp/grp.h [__USE_SVID]: Likewise.
32554         [__USE_BSD]: Likewise.
32555         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
32556         * io/fcntl.h [__USE_BSD]: Likewise.
32557         * io/ftw.h [__USE_BSD]: Likewise.
32558         * io/sys/stat.h [__USE_BSD]: Likewise.
32559         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
32560         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
32561         * libio/stdio.h [__USE_SVID]: Likewise.
32562         [__USE_BSD]: Likewise.
32563         * math/math.h [__USE_SVID]: Likewise.
32564         [__USE_BSD]: Likewise.
32565         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
32566         * misc/bits/syslog.h [__USE_BSD]: Likewise.
32567         * misc/search.h [__USE_SVID]: Likewise.
32568         * misc/sys/mman.h [__USE_BSD]: Likewise.
32569         * misc/sys/syslog.h [__USE_BSD]: Likewise.
32570         * misc/sys/uio.h [__USE_BSD]: Likewise.
32571         * posix/bits/unistd.h [__USE_BSD]: Likewise.
32572         * posix/glob.h [__USE_BSD]: Likewise.
32573         * posix/regex.h [__USE_BSD]: Likewise.
32574         * posix/sys/types.h [__USE_BSD]: Likewise.
32575         [__USE_SVID]: Likewise.
32576         * posix/sys/utsname.h [__USE_SVID]: Likewise.
32577         * posix/sys/wait.h [__USE_BSD]: Likewise.
32578         [__USE_SVID]: Likewise.
32579         * posix/unistd.h [__USE_BSD]: Likewise.
32580         [__USE_SVID]: Likewise.
32581         * pwd/pwd.h [__USE_SVID]: Likewise.
32582         * resolv/netdb.h [__USE_BSD]: Likewise.
32583         * setjmp/setjmp.h [__USE_BSD]: Likewise.
32584         * signal/signal.h [__USE_BSD]: Likewise.
32585         [__USE_SVID]: Likewise.
32586         * socket/sys/socket.h [__USE_BSD]: Likewise.
32587         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
32588         * stdlib/stdlib.h [__USE_BSD]: Likewise.
32589         [__USE_SVID]: Likewise.
32590         * string/bits/string2.h [__USE_BSD]: Likewise.
32591         [__USE_SVID]: Likewise.
32592         * string/bits/string3.h [__USE_BSD]: Likewise.
32593         * string/endian.h [__USE_BSD]: Likewise.
32594         * string/string.h [__USE_SVID]: Likewise.
32595         [__USE_BSD]: Likewise.
32596         * string/strings.h [__USE_BSD]: Likewise.
32597         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
32598         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
32599         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
32600         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
32601         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
32602         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
32603         Likewise.
32604         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
32605         Likewise.
32606         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
32607         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
32608         Likewise.
32609         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
32610         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
32611         Likewise.
32612         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
32613         Likewise.
32614         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
32615         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
32616         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
32617         Likewise.
32618         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
32619         Likewise.
32620         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
32621         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
32622         * termios/termios.h [__USE_BSD]: Likewise.
32623         * time/sys/time.h [__USE_BSD]: Likewise.
32624         * time/time.h [__USE_BSD]: Likewise.
32625         [__USE_SVID]: Likewise.
32627         * Makefile (subdir_targets): Remove subdir_lint.out.
32629         * stdio-common/Makefile (do-tst-unbputc): Remove target.
32630         (do-tst-printf): Likewise.
32631         (tests): Depend directly on $(objpfx)tst-unbputc.out and
32632         $(objpfx)tst-printf.out.
32634         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
32636         * Makerules (check-abi-%): Change target to
32637         $(objpfx)check-abi-%.out.
32638         (check-abi target): Update dependencies.
32639         (check-abi-pattern variable): Redirect output of diff to $@.
32640         (check-abi variable): Likewise.
32641         * elf/Makefile (check-abi): Update dependencies.
32643         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
32644         unused.
32645         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
32646         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
32647         subnormal range.
32648         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
32649         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
32650         value has largest subnormal exponent.
32651         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
32652         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
32653         * sysdeps/aarch64/soft-fp/sfp-machine.h
32654         (_FP_TININESS_AFTER_ROUNDING): New macro.
32655         * sysdeps/alpha/soft-fp/sfp-machine.h
32656         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32657         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32658         Likewise.
32659         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
32660         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32661         * sysdeps/mips/soft-fp/sfp-machine.h
32662         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32663         * sysdeps/powerpc/soft-fp/sfp-machine.h
32664         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32665         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32666         Likewise.
32667         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
32668         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32669         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
32670         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32671         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32672         Likewise.
32674 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
32676         [BZ #16545]
32677         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
32678         model 1.
32680 2014-02-12  Richard Henderson  <rth@redhat.com>
32682         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
32683         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
32684         * sysdeps/unix/sysv/linux/alpha: Move directory from
32685         ports/sysdeps/unix/sysv/linux/alpha.
32686         * README: Update listing for alpha-*-linux-gnu.
32688 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
32690         * include/features.h: Update comment documenting feature test
32691         macros.
32692         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
32693         _DEFAULT_SOURCE.
32694         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
32695         (_SVID_SOURCE): Likewise.
32696         (_DEFAULT_SOURCE): Update description of default features.
32697         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
32698         with _GNU_SOURCE.
32699         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
32700         (S_ISVTX): Likewise.
32701         * manual/math.texi (Mathematical Constants): Likewise.
32702         * manual/signal.texi (Interrupted Primitives): Likewise.
32703         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
32704         * math/test-matherr.c (_SVID_SOURCE): Do not define.
32705         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
32706         Don't refer to _SVID_SOURCE in warning text.
32708         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32710         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
32711         already defined.
32712         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
32713         * sysdeps/mips/dl-lookup.c: Remove.
32714         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
32716 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
32718         [BZ #16447]
32719         * math/auto-libm-test-in: Add testcase for expl.
32720         * math/auto-libm-test-out: Regenerate.
32721         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
32722         calculation of unsafe.
32723         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
32725 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
32727         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
32728         * sysdeps/unix/sysv/linux/aarch64: Move directory from
32729         ports/sysdeps/unix/sysv/linux/aarch64.
32730         * README: Update listing for aarch64*-*-linux-gnu.
32732 2014-02-11  Will Newton  <will.newton@linaro.org>
32734         * manual/probes.texi (Mathematical Function Probes): Use
32735         "triggered" instead of "hit".
32737         * manual/probes.texi (Internal Probes): Add documentation
32738         of setjmp, longjmp and longjmp_target probes.
32740         * include/stap-probe.h: Add comment about probe argument
32741         format.
32743         * malloc/mtrace.c (attribute_hidden): Remove unused macro
32744         definition.  (tr_where, tr_freehook, tr_mallochook,
32745         tr_reallochook, tr_memalignhook): Use ANSI protoype.
32747 2014-02-11  David S. Miller  <davem@davemloft.net>
32749         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
32750         processing int_tests.
32752 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
32754         * sysdeps/mips: Move directory from ports/sysdeps/mips.
32755         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
32756         * sysdeps/unix/sysv/linux/mips: Move directory from
32757         ports/sysdeps/unix/sysv/linux/mips.
32758         * README: Update listing for mips-*-linux-gnu and
32759         mips64-*-linux-gnu.
32761 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
32763         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
32764         * sysdeps/unix/sysv/linux/m68k: Move directory from
32765         ports/sysdeps/unix/sysv/linux/m68k.
32766         * README: Update listing for m68k-*-linux-gnu.
32768 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
32770         * sysdeps/tile: Move directory from ports/sysdeps/tile.
32771         * sysdeps/unix/sysv/linux/generic: Move directory from
32772         ports/sysdeps/unix/sysv/linux/generic.
32773         * sysdeps/unix/sysv/linux/tile: Move directory from
32774         ports/sysdeps/unix/sysv/linux/tile.
32775         * README: Update listing for tile*-*-linux-gnu.
32777 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
32779         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
32780         __builtin_expect.
32781         * benchtests/bench-memmem.c (simple_memmem): Likewise.
32782         * catgets/open_catalog.c (__open_catalog): Likewise.
32783         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
32784         * debug/confstr_chk.c: Likewise.
32785         * debug/fread_chk.c (__fread_chk): Likewise.
32786         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
32787         * debug/getgroups_chk.c: Likewise.
32788         * debug/mbsnrtowcs_chk.c: Likewise.
32789         * debug/mbsrtowcs_chk.c: Likewise.
32790         * debug/mbstowcs_chk.c: Likewise.
32791         * debug/memcpy_chk.c: Likewise.
32792         * debug/memmove_chk.c: Likewise.
32793         * debug/mempcpy_chk.c: Likewise.
32794         * debug/memset_chk.c: Likewise.
32795         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
32796         * debug/strcat_chk.c (__strcat_chk): Likewise.
32797         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
32798         * debug/strncat_chk.c (__strncat_chk): Likewise.
32799         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
32800         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
32801         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
32802         * debug/wcpncpy_chk.c: Likewise.
32803         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
32804         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
32805         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
32806         * debug/wcsncpy_chk.c: Likewise.
32807         * debug/wcsnrtombs_chk.c: Likewise.
32808         * debug/wcsrtombs_chk.c: Likewise.
32809         * debug/wcstombs_chk.c: Likewise.
32810         * debug/wmemcpy_chk.c: Likewise.
32811         * debug/wmemmove_chk.c: Likewise.
32812         * debug/wmempcpy_chk.c: Likewise.
32813         * debug/wmemset_chk.c: Likewise.
32814         * dirent/scandirat.c (SCANDIRAT): Likewise.
32815         * dlfcn/dladdr1.c (dladdr1): Likewise.
32816         * dlfcn/dladdr.c (dladdr): Likewise.
32817         * dlfcn/dlclose.c (dlclose_doit): Likewise.
32818         * dlfcn/dlerror.c (__dlerror): Likewise.
32819         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
32820         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
32821         * dlfcn/dlopen.c (dlopen_doit): Likewise.
32822         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
32823         * dlfcn/dlsym.c (dlsym_doit): Likewise.
32824         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
32825         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
32826         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
32827         Likewise.
32828         * elf/dl-conflict.c: Likewise.
32829         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
32830         * elf/dl-dst.h: Likewise.
32831         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
32832         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
32833         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
32834         * elf/dl-init.c (call_init, _dl_init): Likewise.
32835         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
32836         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
32837         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
32838         Likewise.
32839         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
32840         Likewise.
32841         * elf/dl-minimal.c (__libc_memalign): Likewise.
32842         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
32843         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
32844         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
32845         * elf/dl-sym.c (do_sym): Likewise.
32846         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
32847         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
32848         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
32849         * elf/dl-writev.h (_dl_writev): Likewise.
32850         * elf/ldconfig.c (search_dir): Likewise.
32851         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
32852         (dl_main): Likewise.
32853         * elf/setup-vdso.h (setup_vdso): Likewise.
32854         * grp/compat-initgroups.c (compat_call): Likewise.
32855         * grp/fgetgrent.c (fgetgrent): Likewise.
32856         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
32857         * grp/putgrent.c (putgrent): Likewise.
32858         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
32859         Likewise.
32860         * hurd/hurdinit.c: Likewise.
32861         * iconvdata/8bit-gap.c (struct): Likewise.
32862         * iconvdata/ansi_x3.110.c : Likewise.
32863         * iconvdata/big5.c : Likewise.
32864         * iconvdata/big5hkscs.c : Likewise.
32865         * iconvdata/cp1255.c: Likewise.
32866         * iconvdata/cp1258.c : Likewise.
32867         * iconvdata/cp932.c : Likewise.
32868         * iconvdata/euc-cn.c: Likewise.
32869         * iconvdata/euc-jisx0213.c : Likewise.
32870         * iconvdata/euc-jp.c: Likewise.
32871         * iconvdata/euc-jp-ms.c : Likewise.
32872         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
32873         * iconvdata/gb18030.c : Likewise.
32874         * iconvdata/gbbig5.c (const): Likewise.
32875         * iconvdata/gbgbk.c: Likewise.
32876         * iconvdata/gbk.c : Likewise.
32877         * iconvdata/ibm1364.c : Likewise.
32878         * iconvdata/ibm930.c : Likewise.
32879         * iconvdata/ibm932.c: Likewise.
32880         * iconvdata/ibm933.c : Likewise.
32881         * iconvdata/ibm935.c : Likewise.
32882         * iconvdata/ibm937.c : Likewise.
32883         * iconvdata/ibm939.c : Likewise.
32884         * iconvdata/ibm943.c: Likewise.
32885         * iconvdata/iso_11548-1.c: Likewise.
32886         * iconvdata/iso-2022-cn.c : Likewise.
32887         * iconvdata/iso-2022-cn-ext.c : Likewise.
32888         * iconvdata/iso-2022-jp-3.c: Likewise.
32889         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
32890         * iconvdata/iso-2022-kr.c : Likewise.
32891         * iconvdata/iso646.c (gconv_end): Likewise.
32892         * iconvdata/iso_6937-2.c : Likewise.
32893         * iconvdata/iso_6937.c : Likewise.
32894         * iconvdata/iso8859-1.c: Likewise.
32895         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
32896         * iconvdata/shift_jisx0213.c : Likewise.
32897         * iconvdata/sjis.c : Likewise.
32898         * iconvdata/t.61.c : Likewise.
32899         * iconvdata/tcvn5712-1.c : Likewise.
32900         * iconvdata/tscii.c: Likewise.
32901         * iconvdata/uhc.c : Likewise.
32902         * iconvdata/unicode.c (gconv_end): Likewise.
32903         * iconvdata/utf-16.c (gconv_end): Likewise.
32904         * iconvdata/utf-32.c (gconv_end): Likewise.
32905         * iconvdata/utf-7.c (base64): Likewise.
32906         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
32907         * iconv/gconv_close.c (__gconv_close): Likewise.
32908         * iconv/gconv_open.c (__gconv_open): Likewise.
32909         * iconv/gconv_simple.c (internal_ucs4_loop_single)
32910         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
32911         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
32912         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
32913         (ucs4le_internal_loop_single): Likewise.
32914         * iconv/iconv.c (iconv): Likewise.
32915         * iconv/iconv_close.c: Likewise.
32916         * iconv/loop.c (SINGLE): Likewise.
32917         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
32918         * include/atomic.h: Likewise.
32919         * inet/inet6_option.c (option_alloc): Likewise.
32920         * intl/bindtextdom.c (set_binding_values): Likewise.
32921         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
32922         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
32923         * intl/localealias.c (read_alias_file): Likewise.
32924         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
32925         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
32926         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
32927         * libio/fmemopen.c (fmemopen): Likewise.
32928         * libio/iofgets.c (_IO_fgets): Likewise.
32929         * libio/iofgets_u.c (fgets_unlocked): Likewise.
32930         * libio/iofgetws.c (fgetws): Likewise.
32931         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
32932         * libio/iogetdelim.c (_IO_getdelim): Likewise.
32933         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
32934         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
32935         * locale/findlocale.c (_nl_find_locale): Likewise.
32936         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
32937         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
32938         Likewise.
32939         * locale/setlocale.c (setlocale): Likewise.
32940         * login/programs/pt_chown.c (main): Likewise.
32941         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
32942         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
32943         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
32944         (mmap, mmap64, mremap, munmap): Likewise.
32945         * math/e_exp2l.c: Likewise.
32946         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
32947         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
32948         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
32949         * math/s_catan.c (__catan): Likewise.
32950         * math/s_catanf.c (__catanf): Likewise.
32951         * math/s_catanh.c (__catanh): Likewise.
32952         * math/s_catanhf.c (__catanhf): Likewise.
32953         * math/s_catanhl.c (__catanhl): Likewise.
32954         * math/s_catanl.c (__catanl): Likewise.
32955         * math/s_ccosh.c (__ccosh): Likewise.
32956         * math/s_ccoshf.c (__ccoshf): Likewise.
32957         * math/s_ccoshl.c (__ccoshl): Likewise.
32958         * math/s_cexp.c (__cexp): Likewise.
32959         * math/s_cexpf.c (__cexpf): Likewise.
32960         * math/s_cexpl.c (__cexpl): Likewise.
32961         * math/s_clog10.c (__clog10): Likewise.
32962         * math/s_clog10f.c (__clog10f): Likewise.
32963         * math/s_clog10l.c (__clog10l): Likewise.
32964         * math/s_clog.c (__clog): Likewise.
32965         * math/s_clogf.c (__clogf): Likewise.
32966         * math/s_clogl.c (__clogl): Likewise.
32967         * math/s_csin.c (__csin): Likewise.
32968         * math/s_csinf.c (__csinf): Likewise.
32969         * math/s_csinh.c (__csinh): Likewise.
32970         * math/s_csinhf.c (__csinhf): Likewise.
32971         * math/s_csinhl.c (__csinhl): Likewise.
32972         * math/s_csinl.c (__csinl): Likewise.
32973         * math/s_csqrt.c (__csqrt): Likewise.
32974         * math/s_csqrtf.c (__csqrtf): Likewise.
32975         * math/s_csqrtl.c (__csqrtl): Likewise.
32976         * math/s_ctan.c (__ctan): Likewise.
32977         * math/s_ctanf.c (__ctanf): Likewise.
32978         * math/s_ctanh.c (__ctanh): Likewise.
32979         * math/s_ctanhf.c (__ctanhf): Likewise.
32980         * math/s_ctanhl.c (__ctanhl): Likewise.
32981         * math/s_ctanl.c (__ctanl): Likewise.
32982         * math/w_pow.c: Likewise.
32983         * math/w_powf.c: Likewise.
32984         * math/w_powl.c: Likewise.
32985         * math/w_scalb.c (sysv_scalb): Likewise.
32986         * math/w_scalbf.c (sysv_scalbf): Likewise.
32987         * math/w_scalbl.c (sysv_scalbl): Likewise.
32988         * misc/error.c (error_tail): Likewise.
32989         * misc/pselect.c (__pselect): Likewise.
32990         * nis/nis_callback.c (__nis_create_callback): Likewise.
32991         * nis/nis_call.c (__nisfind_server): Likewise.
32992         * nis/nis_creategroup.c (nis_creategroup): Likewise.
32993         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
32994         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
32995         * nis/nis_getservlist.c (nis_getservlist): Likewise.
32996         * nis/nis_lookup.c (nis_lookup): Likewise.
32997         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
32998         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
32999         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
33000         * nis/nis_xdr.c (xdr_endpoint): Likewise.
33001         * nis/nss_compat/compat-grp.c (getgrent_next_file)
33002         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
33003         * nis/nss_compat/compat-initgroups.c (add_group)
33004         (internal_getgrent_r): Likewise.
33005         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
33006         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
33007         * nis/nss_compat/compat-spwd.c (getspent_next_file)
33008         (internal_getspnam_r): Likewise.
33009         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
33010         (_nss_nis_getaliasbyname_r): Likewise.
33011         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
33012         (_nss_nis_getntohost_r): Likewise.
33013         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
33014         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
33015         (_nss_nis_getgrgid_r): Likewise.
33016         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
33017         (internal_nis_gethostent_r, internal_gethostbyname2_r)
33018         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
33019         (_nss_nis_gethostbyname4_r): Likewise.
33020         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
33021         (initgroups_netid): Likewise.
33022         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
33023         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
33024         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
33025         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
33026         (_nss_nis_getprotobynumber_r): Likewise.
33027         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
33028         (_nss_nis_getsecretkey): Likewise.
33029         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
33030         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
33031         (_nss_nis_getpwuid_r): Likewise.
33032         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
33033         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
33034         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
33035         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
33036         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
33037         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
33038         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
33039         Likewise.
33040         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
33041         (_nss_nisplus_getntohost_r): Likewise.
33042         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
33043         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
33044         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
33045         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
33046         Likewise.
33047         * nis/nss_nisplus/nisplus-initgroups.c
33048         (_nss_nisplus_initgroups_dyn): Likewise.
33049         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
33050         (_nss_nisplus_getnetbyaddr_r): Likewise.
33051         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
33052         (_nss_nisplus_getprotobynumber_r): Likewise.
33053         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
33054         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
33055         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
33056         Likewise.
33057         * nis/nss_nisplus/nisplus-service.c
33058         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
33059         (_nss_nisplus_getservbyport_r): Likewise.
33060         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
33061         (_nss_nisplus_getspnam_r): Likewise.
33062         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
33063         Likewise.
33064         * nscd/aicache.c (addhstaiX): Likewise.
33065         * nscd/cache.c (cache_search, prune_cache): Likewise.
33066         * nscd/connections.c (register_traced_file, send_ro_fd)
33067         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
33068         (main_loop_epoll): Likewise.
33069         * nscd/grpcache.c (addgrbyX): Likewise.
33070         * nscd/hstcache.c (addhstbyX): Likewise.
33071         * nscd/initgrcache.c (addinitgroupsX): Likewise.
33072         * nscd/mem.c (gc, mempool_alloc): Likewise.
33073         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
33074         (addinnetgrX): Likewise.
33075         * nscd/nscd-client.h (__nscd_acquire_maplock)
33076         (__nscd_drop_map_ref): Likewise.
33077         * nscd/nscd_getai.c (__nscd_getai): Likewise.
33078         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
33079         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
33080         Likewise.
33081         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
33082         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
33083         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
33084         (__nscd_get_map_ref): Likewise.
33085         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
33086         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
33087         Likewise.
33088         * nscd/pwdcache.c (addpwbyX): Likewise.
33089         * nscd/selinux.c (preserve_capabilities): Likewise.
33090         * nscd/servicescache.c (addservbyX): Likewise.
33091         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
33092         * posix/fnmatch.c (fnmatch): Likewise.
33093         * posix/getopt.c (_getopt_internal_r): Likewise.
33094         * posix/glob.c (glob, glob_in_dir): Likewise.
33095         * posix/wordexp.c (exec_comm_child): Likewise.
33096         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
33097         (getanswer_r, gaih_getanswer_slice): Likewise.
33098         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
33099         * resolv/res_init.c: Likewise.
33100         * resolv/res_mkquery.c (res_nmkquery): Likewise.
33101         * resolv/res_query.c (__libc_res_nquery): Likewise.
33102         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
33103         Likewise.
33104         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
33105         * stdio-common/perror.c (perror): Likewise.
33106         * stdio-common/printf_fp.c (___printf_fp): Likewise.
33107         * stdio-common/tmpnam.c (tmpnam): Likewise.
33108         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
33109         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
33110         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
33111         Likewise.
33112         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
33113         * stdlib/putenv.c (putenv): Likewise.
33114         * stdlib/setenv.c (__add_to_environ): Likewise.
33115         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
33116         * stdlib/strtol_l.c (INTERNAL): Likewise.
33117         * string/memmem.c (memmem): Likewise.
33118         * string/strerror.c (strerror): Likewise.
33119         * string/strnlen.c (__strnlen): Likewise.
33120         * string/test-memmem.c (simple_memmem): Likewise.
33121         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
33122         * sunrpc/pm_getport.c (__get_socket): Likewise.
33123         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
33124         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
33125         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
33126         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
33127         Likewise.
33128         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
33129         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
33130         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
33131         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
33132         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
33133         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
33134         Likewise.
33135         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
33136         Likewise.
33137         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
33138         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
33139         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
33140         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
33141         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
33142         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
33143         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
33144         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
33145         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
33146         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
33147         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
33148         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
33149         Likewise.
33150         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
33151         Likewise.
33152         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
33153         Likewise.
33154         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
33155         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33156         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
33157         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
33158         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
33159         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
33160         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33161         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
33162         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
33163         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
33164         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
33165         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33166         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
33167         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
33168         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33169         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
33170         Likewise.
33171         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
33172         Likewise.
33173         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
33174         Likewise.
33175         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
33176         Likewise.
33177         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33178         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33179         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
33180         Likewise.
33181         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
33182         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
33183         * sysdeps/posix/opendir.c (__opendirat): Likewise.
33184         * sysdeps/posix/sleep.c: Likewise.
33185         * sysdeps/posix/tempname.c: Likewise.
33186         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
33187         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
33188         Likewise.
33189         * sysdeps/powerpc/powerpc32/dl-machine.h
33190         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
33191         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
33192         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
33193         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
33194         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
33195         Likewise.
33196         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
33197         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
33198         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
33199         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
33200         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
33201         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
33202         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
33203         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
33204         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
33205         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
33206         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
33207         (elf_machine_lazy_rel): Likewise.
33208         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
33209         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
33210         (elf_machine_lazy_rel): Likewise.
33211         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
33212         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
33213         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
33214         * sysdeps/unix/grantpt.c (grantpt): Likewise.
33215         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
33216         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
33217         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
33218         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
33219         Likewise.
33220         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
33221         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
33222         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
33223         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
33224         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33225         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33226         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
33227         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
33228         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
33229         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33230         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33231         Likewise.
33232         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
33233         (__posix_fallocate64_l64): Likewise.
33234         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
33235         (posix_fallocate): Likewise.
33236         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
33237         Likewise.
33238         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
33239         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
33240         (getifaddrs_internal): Likewise.
33241         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
33242         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
33243         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
33244         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
33245         * sysdeps/unix/sysv/linux/posix_fallocate64.c
33246         (__posix_fallocate64_l64): Likewise.
33247         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
33248         Likewise.
33249         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
33250         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
33251         (__get_clockfreq): Likewise.
33252         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
33253         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
33254         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
33255         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
33256         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
33257         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
33258         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
33259         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
33260         Likewise.
33261         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
33262         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
33263         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
33264         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
33265         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
33266         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
33267         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
33268         Likewise.
33269         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33270         (posix_fallocate): Likewise.
33271         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
33272         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
33273         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
33274         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
33275         (elf_machine_rela, elf_machine_rela_relative)
33276         (elf_machine_lazy_rel): Likewise.
33277         * time/asctime.c (asctime_internal): Likewise.
33278         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
33279         * time/tzset.c (__tzset_parse_tz): Likewise.
33280         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
33281         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
33282         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
33283         * wcsmbs/wcsmbsload.h: Likewise.
33285         [BZ #15894]
33286         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
33288         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
33289         (arena_get2): Remove THREAD_STATS conditionals.
33290         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
33291         (__malloc_stats, int): Likewise.
33293 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
33295         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
33296         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
33298         * manual/setjmp.texi: Fix typos/grammar errors.
33300         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
33301         Only return early when n is <= 0.  Delete unused return statement.
33303         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
33304         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
33305         * debug/tst-longjmp_chk3.c: New file.
33307         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
33308         (test_main): Replace code with set_fortify_handler call.
33309         * debug/test-strcpy_chk.c: Likewise.
33310         * debug/tst-chk1.c: Likewise.
33311         * debug/tst-longjmp_chk.c: Likewise.
33312         * test-skeleton.c: Include fcntl.h & paths.h
33313         (set_fortify_handler): Define.
33315         * debug/tst-longjmp_chk.c: Add header comment and include
33316         ../test-skeleton.c.
33317         (do_test): Mark static.
33318         (TEST_FUNCTION): Define.
33320         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
33321         (IP_PMTUDISC_INTERFACE): Likewise.
33322         (IP_MULTICAST_IF): Likewise.
33323         (IP_MULTICAST_TTL): Likewise.
33324         (IP_MULTICAST_LOOP): Likewise.
33325         (IP_ADD_MEMBERSHIP): Likewise.
33326         (IP_DROP_MEMBERSHIP): Likewise.
33327         (IP_UNBLOCK_SOURCE): Likewise.
33328         (IP_BLOCK_SOURCE): Likewise.
33329         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
33330         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
33331         (IP_MSFILTER): Likewise.
33332         (MCAST_JOIN_GROUP): Likewise.
33333         (MCAST_BLOCK_SOURCE): Likewise.
33334         (MCAST_UNBLOCK_SOURCE): Likewise.
33335         (MCAST_LEAVE_GROUP): Likewise.
33336         (MCAST_JOIN_SOURCE_GROUP): Likewise.
33337         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
33338         (MCAST_MSFILTER): Likewise.
33339         (IP_MULTICAST_ALL): Likewise.
33340         (IP_UNICAST_IF): Likewise.
33342         * timezone/Makefile: Delete $(have-ksh) check.
33343         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
33344         * timezone/tzselect.ksh: Add +x mode bits.
33346         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
33347         (ANON_INODE_FS_MAGIC): Likewise.
33348         (BDEVFS_MAGIC): Likewise.
33349         (BINFMTFS_MAGIC): Likewise.
33350         (BTRFS_TEST_MAGIC): Likewise.
33351         (CRAMFS_MAGIC_WEND): Likewise.
33352         (DEBUGFS_MAGIC): Likewise.
33353         (ECRYPTFS_SUPER_MAGIC): Likewise.
33354         (EXT3_SUPER_MAGIC): Likewise.
33355         (EXT4_SUPER_MAGIC): Likewise.
33356         (FUTEXFS_SUPER_MAGIC): Likewise.
33357         (HOSTFS_SUPER_MAGIC): Likewise.
33358         (HUGETLBFS_MAGIC): Likewise.
33359         (MINIX3_SUPER_MAGIC): Likewise.
33360         (MTD_INODE_FS_MAGIC): Likewise.
33361         (NILFS_SUPER_MAGIC): Likewise.
33362         (OPENPROM_SUPER_MAGIC): Likewise.
33363         (PIPEFS_MAGIC): Likewise.
33364         (PSTOREFS_MAGIC): Likewise.
33365         (QNX6_SUPER_MAGIC): Likewise.
33366         (RAMFS_MAGIC): Likewise.
33367         (REISERFS_SUPER_MAGIC_STRING): Likewise.
33368         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
33369         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
33370         (SECURITYFS_MAGIC): Likewise.
33371         (SELINUX_MAGIC): Likewise.
33372         (SMACK_MAGIC): Likewise.
33373         (SOCKFS_MAGIC): Likewise.
33374         (SQUASHFS_MAGIC): Likewise.
33375         (STACK_END_MAGIC): Likewise.
33376         (TMPFS_MAGIC): Likewise.
33377         (USBDEVICE_SUPER_MAGIC): Likewise.
33378         (V9FS_MAGIC): Likewise.
33379         (XENFS_SUPER_MAGIC): Likewise.
33380         (CRAMFS_MAGIC): Fix typo in comment.
33381         (EXT2_SUPER_MAGIC): Update comment.
33382         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
33384 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
33386         * sysdeps/arm: Move directory from ports/sysdeps/arm.
33387         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
33388         * sysdeps/unix/sysv/linux/arm: Move directory from
33389         ports/sysdeps/unix/sysv/linux/arm.
33390         * README: Update listing for arm-*-linux-gnueabi.
33392         * README: Remove mention of am33.
33394 2014-02-07  Roland McGrath  <roland@hack.frob.com>
33396         * bits/sigset.h (__sigemptyset): Use a statement expression rather
33397         than the comma operator, to avoid "rhs of comma has no effect"
33398         compiler warnings.
33399         (__sigfillset, __sigandset, __sigorset): Likewise.
33400         * include/signal.h (__sigemptyset): Likewise.
33401         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
33403 2014-02-07  Allan McRae  <allan@archlinux.org>
33405         * version.h (RELEASE): Set to "development".
33406         (VERSION): Set to "2.19.90"
33407         * NEWS: Add 2.20 section.
33409 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
33411         [BZ #16529]
33412         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
33414 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33416         * manual/contrib.texi: Update entry for Carlos O'Donell,
33417         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
33419 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
33421         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
33423         * sysdeps/unix/sysv/linux/kernel-features.h
33424         [__LINUX_KERNEL_VERSION >= 0x020621]
33425         (__ASSUME_PROC_PID_TASK_COMM): Define.
33427 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
33429         [BZ #16398]
33430         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
33431         conversion when destination buffer does not have enough space.
33432         * libio/tst-ftell-partial-wide.c: New test case.
33433         * libio/Makefile (tests): Add tst-ftell-partial-wide.
33435         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
33436         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
33437         Leonard and Allan McRae.
33439 2014-02-04  David S. Miller  <davem@davemloft.net>
33441         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
33442         32-bit.
33444 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
33447         New file
33448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
33449         New file
33450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
33451         New file.
33452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
33453         New file.
33454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
33455         New file.
33456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
33457         New file.
33458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
33459         New file.
33460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
33461         New file.
33462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
33463         New file.
33464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
33465         New file.
33466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
33467         New file.
33468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
33469         New file.
33470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
33471         New file.
33473 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33475         * nptl/shlib-versions: Change powerpc*le start to 2.17.
33476         * shlib-versions: Likewise.
33478 2014-02-04  Roland McGrath  <roland@hack.frob.com>
33479             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33481         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
33482         (abilist-pattern): New variable, set to %-le.abilist.
33484         * Makerules (abilist-pattern): New variable.
33485         (vpath): Use $(abilist-pattern) in place of %.abilist.
33486         (check-abi-% pattern rule): Likewise.
33487         (check-abi, update-abi): Likewise.
33489 2014-02-04  Eric Wong  <normalperson@yhbt.net>
33491         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33493 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
33495         * manual/startup.texi: Add next, previous, and top entries for
33496         the `Program Arguments' and `Environment Variables' nodes.
33498 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
33500         * manual/macros.texi: Add comments before MTASC-safety macros.
33502         * manual/users.texi: Document MTASC-safety properties.
33504         * manual/threads.texi (pthread_key_create, pthread_key_delete)
33505         (pthread_getspecific, pthread_setspecific): Format with
33506         @deftypefun, and add @safety note.
33507         * manual/signal.texi: Move comments that analyze the above
33508         functions to their home place.
33510 2014-02-03  Allan McRae  <allan@archlinux.org>
33512         * po/sl.po: Update Slovenian translation from translation project.
33514 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
33516         * manual/time.texi (timegm): Add missing blank after @c.
33517         Reported by Joseph Myers <joseph@codesourcery.com>.
33519 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
33521         * manual/check-safety.sh: New.
33522         * manual/Makefile ($(objpfx)stamp-summary): Run it.
33524         * manual/terminal.texi: Document MTASC-safety properties.
33526         * manual/filesys.texi: Document MTASC-safety properties.
33528         * manual/errno.texi: Document MTASC-safety properties.
33530         * manual/intro.texi: Document safety identifiers and
33531         conditionals.
33533         * manual/string.texi (wcstok): Fix prototype.
33534         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
33536         * manual/time.texi: Document MTASC-safety properties.
33538         * manual/string.texi: Document MTASC-safety properties.
33540         * manual/threads.texi: Document MTASC-safety properties.
33542         * manual/stdio.texi: Document MTASC-safety properties.
33544         * manual/syslog.texi: Document MTASC-safety properties.
33546         * manual/sysinfo.texi: Document MTASC-safety properties.
33548         * manual/startup.texi: Document MTASC-safety properties.
33550         * manual/socket.texi: Document MTASC-safety properties.
33552         * manual/signal.texi: Document MTASC-safety properties.
33554 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
33556         * manual/setjmp.texi: Document MTASC-safety properties.
33558         * manual/search.texi: Document MTASC-safety properties.
33560         * manual/resource.texi: Document MTASC-safety properties.
33562         * manual/process.texi: Document MTASC-safety properties.
33564         * manual/platform.texi: Document MTASC-safety properties.
33566         * manual/pipe.texi: Document MTASC-safety properties.
33568         * manual/pattern.texi: Document MTASC-safety properties.
33570         * manual/message.texi: Document MTASC-safety properties.
33572         [BZ #12751]
33573         * manual/memory.texi: Document MTASC-safety properties.
33575         * manual/math.texi: Document MTASC-safety properties.
33577         * manual/locale.texi: Document MTASC-safety properties.
33579         * manual/llio.texi: Document MTASC-safety properties.
33581         * manual/libdl.texi: New.
33583         * manual/lang.texi: Document MTASC-safety properties.
33585         * manual/job.texi: Document MTASC-safety properties.
33587         * manual/getopt.texi: Document MTASC-safety properties.
33589         * manual/ctype.texi: Document MTASC-safety properties.
33591 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
33593         [BZ #16046]
33594         * csu/libc-tls.c (static_map): Remove variable.
33595         (__libc_setup_tls): Use main executable's link map for TLS data.
33596         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
33597         casing for LM_ID_BASE and GL(dl_nns).
33598         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
33599         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
33600         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
33601         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
33602         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
33603         member.
33604         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
33605         l_phnum members.
33607 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
33609         * manual/debug.texi: Document MTASC-safety properties.
33611 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
33613         [BZ #16510]
33614         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
33615         of __x86_64__ when disabling x87 inline functions.
33617 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
33619         * manual/charset.texi: Document MTASC-safety properties.
33621         * manual/crypt.texi: Document MTASC-safety properties.
33623         * manual/conf.texi: Document MTASC-safety properties.
33625         * manual/arith.texi: Document MTASC-safety properties.
33627         * manual/argp.texi: Document MTASC-safety properties.
33629         * manual/macros.texi: Introduce macros to document multi
33630         thread, asynchronous signal and asynchronous cancellation
33631         safety properties.
33632         * manual/intro.texi: Introduce the properties themselves.
33634 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33636         * sysdeps/sh/sh4/Makefile: New file.
33638 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
33640         * math/gen-libm-test.pl ($srcdir): New variable.
33641         ($auto_input): Use it.
33643 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33645         [BZ #16506]
33646         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
33647         access beyond array bounds when parsing netgroups file.
33649         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
33650         the old buffer before realloc.
33652 2014-01-27  Allan McRae  <allan@archlinux.org>
33654         * po/fr.po: Update French translation from translation project.
33656 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33658         * sysdeps/sh/libm-test-ulps: Regenerate.
33660 2014-01-24  David S. Miller  <davem@davemloft.net>
33662         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
33664 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33666         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
33667         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
33669 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
33671         [BZ #16474]
33672         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
33673         string pointers after reallocation.
33675 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33677         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
33678         __SH4A__ instead of __SH_FPU_ANY__.
33680 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33682         * sysdeps/sh/fpu_control.h: New file.
33683         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
33684         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
33685         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
33686         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
33687         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
33688         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
33689         * sysdeps/sh/sys/ucontext.h: Remove.
33690         * sysdeps/sh/sys: Remove directory.
33692 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33694         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
33695         s390/sys/ucontext.h.
33696         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
33697         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
33699 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
33701         [BZ #15605]
33702         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
33704 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33706         [BZ#16431]
33707         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
33708         Adjust the vDSO correctly for internal calls.
33709         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
33711 2014-01-20  Allan McRae  <allan@archlinux.org>
33713         * po/ca.po: Update Catalan translation from translation project.
33715 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
33717         * sysdeps/s390/sotruss-lib.c: New file.
33719 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33721         [BZ#16430]
33722         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
33723         (__GI___gettimeofday): Alias for a different internal symbol to avoid
33724         local calls issues by not having a PLT stub required for IFUNC calls.
33725         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
33727 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
33729         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
33730         * math/test-fpucw-static.c: Likewise.
33732 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33734         [BZ #16453]
33735         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
33737 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33739         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
33740         implementation for powerpc.
33742 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
33744         [BZ #14782]
33745         * sysdeps/posix/system.c (__libc_system): Do not enable
33746         asynchronous cancellation.
33748 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33750         [BZ #16427]
33751         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
33752         handling only for numbers special also in the IEEE case.
33754 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33756         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
33758 2014-01-11  Allan McRae  <allan@archlinux.org>
33760         * po/bg.po: Update Bulgarian translation from translation project.
33762         * po/de.po: Update German translation from translation project.
33764 2014-01-10  Roland McGrath  <roland@hack.frob.com>
33766         * sysdeps/generic/gcc-compat.h: New file.
33768 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33770         * benchtests/asin-inputs: Correct slow inputs.
33771         * benchtests/acos-inputs: Likewise.
33773 2014-01-10  Allan McRae  <allan@archlinux.org>
33775         * po:sv.po: Update Swedish translation from translation project.
33777         * po/vi.po: Update Vietnamese translation from translation project.
33779         * po/eo.po: Update Esperanto translation from translation project.
33781         * po/cs.po: Update Czech translation from translation project.
33783         * po/nl.po: Update Dutch translation from translation project.
33785         * po/pl.po: Update Polish translation from translation project.
33787         * po/ru.po: Update Russian translation from translation project.
33789         * po/uk.po: Update Ukrainian translation from translation project.
33791 2014-01-08  Brooks Moses  <bmoses@google.com>
33793         * elf/dl-load.c: Fix comment typo.
33795 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
33797         * po/header.pot: Rename to...
33798         * po/pot.header: ... this.
33799         * po/Makefile: Use pot.header.
33801 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
33802             Maxim Kuvyrkov  <maxim@kugelworks.com>
33804         [BZ #16394]
33805         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
33806         SRC and DEST against LEN.
33808 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33810         [BZ #16414]
33811         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
33812         implementation.
33813         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
33815 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33817         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33819 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
33821         [BZ #16408]
33822         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
33823         for large positive arguments.
33825 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
33827         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
33829         * math/auto-libm-test-in: Mark various tests with
33830         xfail-rounding:ldbl-128ibm.
33831         * math/auto-libm-test-out: Regenerated.
33833         [BZ #16407]
33834         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
33835         Increase overflow threshold.
33837 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
33839         [BZ #14286]
33840         * stdio-common/vfprintf.c: Check for integer overflow.
33842 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33844         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
33845         the first argument and return value of __tls_get_addr_internal.
33847 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33849         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
33850         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
33852 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33854         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
33855         * sysdeps/s390/rtld-global-offsets.sym: New file.
33856         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
33857         GLIBC_2.19 symbol.
33858         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
33859         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
33860         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
33861         ... this.
33862         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
33863         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
33864         ... this.
33865         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33866         Regenerate.
33867         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33868         Regenerate.
33869         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
33870         halfs of GPRs for high_gprs contexts.
33871         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
33872         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
33873         field.
33874         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
33875         uc_flags field.
33876         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
33877         64 bit versions:
33878         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
33879         for high GPRs (uc_high_gprs) and for future extensions
33880         (__reserved).
33881         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
33882         for future extensions (__reserved).
33883         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
33884         64 bit versions:
33885         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
33886         SC_HIGHGPRS offset definition.
33887         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
33888         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
33890         * Versions.def: Add GLIBC_2.19 for libpthread.
33891         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
33892         siglongjmp for libpthread with GLIBC_2.19 symver.
33893         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
33894         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
33895         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
33896         * sysdeps/s390/__longjmp.c: New file.
33897         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
33898         * sysdeps/s390/longjmp.c: New file.
33899         * sysdeps/s390/setjmp.S: New file.
33900         * sysdeps/s390/sigjmp.S: New file.
33901         * sysdeps/s390/v1-longjmp.c: New file.
33902         * sysdeps/s390/v1-setjmp.h: New file.
33903         * sysdeps/s390/v1-sigjmp.c: New file.
33904         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
33905         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
33906         GLIBC_2.19 version.
33907         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
33908         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
33909         versioned symbols for ____longjmp_chk.
33910         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
33911         Likewise.
33912         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33913         Regenerate.
33914         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33915         Regenerate.
33916         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33917         Regenerate.
33918         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33919         Regenerate.
33920         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
33921         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
33922         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
33923         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
33924         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
33925         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
33926         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
33927         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
33928         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
33929         * sysdeps/s390/rtld-__longjmp.c: New file.
33930         * sysdeps/s390/rtld-setjmp.S: New file.
33932 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
33934         [BZ #16400]
33935         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
33936         Return -__logl (x) for small positive arguments without evaluating
33937         a polynomial.
33939 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
33941         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
33942         Rename to ...
33943         (__ptrace_peeksiginfo_args): ... this.
33944         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
33945         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
33946         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
33948 2014-01-06  Allan McRae  <allan@archlinux.org>
33950         * inet/netinet/in.h: Fix typo in comment.
33952 2014-01-05  Andreas Jaeger  <aj@suse.de>
33954         * sysdeps/i386/fpu/libm-test-ulps: Update.
33956 2014-01-05  Allan McRae  <allan@archlinux.org>
33958         * po/libc.pot: Regenerated.
33960         * malloc/memusagestat.c: Fix gettext call formatting.
33962 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
33964         * nscd/nscd.c: Improve usage() output.
33966 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
33968         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
33969         * sysdeps/unix/sysv/linux/configure: Regenerated.
33970         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
33971         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
33973 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
33975         [BZ #16390]
33976         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
33977         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
33979 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33981         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
33982         extra tokens at end of #undef directive.
33983         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
33984         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
33985         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
33987 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
33989         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
33991         * math/auto-libm-test-in: Mark various tests with
33992         xfail-rounding:ldbl-128ibm.
33993         * math/auto-libm-test-out: Regenerated.
33995 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
33997         [BZ #16386]
33998         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
33999         numbers with subnormal high part when calculating exponent.
34001         [BZ #16385]
34002         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
34003         fabs.
34005         [BZ #16384]
34006         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
34007         M_LN2l.
34008         (__ieee754_acoshl): Use __log1pl not __log1p.
34010 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
34012         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
34013         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
34014         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
34015         (grow_heap, heap_trim, _int_new_arena, get_free_list)
34016         (reused_arena, arena_get2): Convert to GNU style.
34017         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
34018         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
34019         (memalign_check, __malloc_set_state): Likewise.
34020         * malloc/mallocbug.c (main): Likewise.
34021         * malloc/malloc.c (__malloc_assert, malloc_init_state)
34022         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
34023         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
34024         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
34025         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
34026         (__posix_memalign, malloc_info): Likewise.
34027         * malloc/malloc.h: Likewise.
34028         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
34029         (mallochook, memalignhook, reallochook, mabort): Likewise.
34030         * malloc/mcheck.h: Likewise.
34031         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
34032         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
34033         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
34034         * malloc/morecore.c (__default_morecore): Likewise.
34035         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
34036         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
34037         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
34038         (print_and_abort): Likewise.
34039         * malloc/obstack.h: Likewise.
34040         * malloc/set-freeres.c (__libc_freeres): Likewise.
34041         * malloc/tst-mallocstate.c (main): Likewise.
34042         * malloc/tst-mtrace.c (main): Likewise.
34043         * malloc/tst-realloc.c (do_test): Likewise.
34045 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34047         [BZ #16366]
34048         * nscd/netgroupcache.c (do_notfound): New function.
34049         (addgetnetgrentX): Use it.
34051         [BZ # 16365]
34052         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
34053         NSS_STATUS_NOTFOUND.
34055 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
34057         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
34058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34060 2014-01-01  Allan McRae  <allan@archlinux.org>
34062         * scripts/update-copyrights: Update configure input file suffix.
34064         * NEWS: Update copyright year.
34065         * catgets/gencat.c: Likewise.
34066         * csu/version.c: Likewise.
34067         * debug/catchsegv.sh: Likewise.
34068         * debug/pcprofiledump.c: Likewise.
34069         * debug/xtrace.sh: Likewise.
34070         * elf/ldconfig.c: Likewise.
34071         * elf/ldd.bash.in: Likewise.
34072         * elf/pldd.c: Likewise.
34073         * elf/sotruss.ksh: Likewise.
34074         * elf/sprof.c: Likewise.
34075         * iconv/iconv_prog.c: Likewise.
34076         * iconv/iconvconfig.c: Likewise.
34077         * locale/programs/locale.c: Likewise.
34078         * locale/programs/localedef.c: Likewise.
34079         * login/programs/pt_chown.c: Likewise.
34080         * malloc/memusage.sh: Likewise.
34081         * malloc/memusagestat.c: Likewise.
34082         * malloc/mtrace.pl: Likewise.
34083         * manual/libc.texinfo: Likewise.
34084         * nscd/nscd.c: Likewise.
34085         * nss/getent.c: Likewise.
34086         * nss/makedb.c: Likewise.
34087         * posix/getconf.c: Likewise.
34088         * scripts/test-installation.pl: Likewise.
34090         * All files with FSF copyright notices: Update copyright dates
34091         using scripts/update-copyrights.
34092         * intl/plural.c: Regenerated.
34093         * locale/programs/charmap-kw.h: Likewise.
34094         * locale/programs/locfile-kw.h: Likewise.
34096 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
34098         * sysdeps/unix/sysv/linux/configure: Regenerated.
34099         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
34100         the linux/fanotify.h header.
34101         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
34102         HAVE_LINUX_FANOTIFY_H is defined.
34104 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34106         * benchtests/cos-inputs: New inputs.
34107         * benchtests/sin-inputs: Likewise.
34109         * benchtests/atan-inputs: New inputs. Fix name of multiple
34110         precision fallback inputs.
34112         * benchtests/atanh-inputs: New inputs.
34113         * benchtests/tanh-inputs: Likewise.
34115         * benchtests/acosh-inputs: New inputs.
34116         * benchtests/asinh-inputs: Likewise.
34118         * benchtests/cosh-inputs: New inputs.
34119         * benchtests/sinh-inputs: Likewise.
34121         * benchtests/acos-inputs: Add more inputs.
34122         * benchtests/asin-inputs: Likewise.
34124 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
34126         [BZ #16375]
34127         * manual/arith.texi: Fix spelling.
34128         * manual/charset.texi: Likewise.
34129         * manual/errno.texi: Likewise.
34130         * manual/filesys.texi: Likewise.
34131         * manual/lang.texi: Likewise.
34132         * manual/llio.texi: Likewise.
34133         * manual/locale.texi: Likewise.
34134         * manual/message.texi: Likewise.
34135         * manual/resource.texi: Likewise.
34136         * manual/search.texi: Likewise.
34137         * manual/setjmp.texi: Likewise.
34138         * manual/stdio.texi: Likewise.
34139         * manual/string.texi: Likewise.
34140         * manual/sysinfo.texi: Likewise.
34141         * manual/time.texi: Likewise.
34143 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
34145         * po/sl.po: New file.
34147 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
34149         * .gitignore: Add core/.gdbinit/.gdb_history.
34151 2013-12-27  Allan McRae  <allan@archlinux.org>
34153         [BZ #16369]
34154         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
34155         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
34157 2013-12-24  Brooks Moses  <bmoses@google.com>
34159         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
34160         all compilers that claim C++98 compliance, not just GCC.
34161         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
34162         Likewise.
34164 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
34166         * NEWS: Restore accidentally deleted bug-fix entries.
34168 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
34169             Ondřej Bílka  <neleai@seznam.cz>
34171         [BZ #15073]
34172         * malloc/malloc.c (_int_free): Perform sanity check only if we
34173         have_lock.
34175 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
34177         [BZ #12986]
34178         * manual/stdio.texi (String Input Conversions): Clarify that character
34179         classes are not supported.
34181 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34185 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
34187         [BZ #16337]
34188         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
34189         Calculate results for small negative arguments directly rather
34190         than using reflection formula with special underflow handling.
34192         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
34193         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
34194         sysdeps/unix/bsd/bsd4.4/syscalls.list.
34195         (fchflags): Likewise.
34196         (revoke): Likewise.
34197         (setlogin): Likewise.
34198         (sigaltstack): Likewise.
34199         (wait4): Likewise.
34200         (sigblock): Remove.
34201         (sigsetmask): Likewise.
34202         (wait3): Likewise.
34203         (waitpid): Likewise.
34204         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
34205         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
34206         file.
34207         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
34208         * sysdeps/unix/bsd/Makefile: ... here.
34209         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
34210         * sysdeps/unix/bsd/Versions: ... here.
34211         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
34212         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
34213         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
34214         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
34215         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
34216         * sysdeps/unix/bsd/sigblock.c: ... here.
34217         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
34218         * sysdeps/unix/bsd/sigsetmask.c: ... here.
34219         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
34220         * sysdeps/unix/bsd/sigvec.c: ... here.
34221         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
34222         * sysdeps/unix/bsd/tcdrain.c: ... here.
34223         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
34224         * sysdeps/unix/bsd/tcgetattr.c: ... here.
34225         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
34226         * sysdeps/unix/bsd/tcsetattr.c: ... here.
34227         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
34228         * sysdeps/unix/bsd/wait.c: ... here.
34229         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
34230         * sysdeps/unix/bsd/wait3.c: ... here.
34231         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
34232         * sysdeps/unix/bsd/waitpid.c: ... here.
34234 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
34236         [BZ #16356]
34237         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
34238         round-to-nearest for [!USE_AS_EXPM1L].
34239         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
34240         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
34241         more tests of exp and exp10.  Expect some exp10 tests to miss
34242         exceptions or fail in directed rounding modes.
34243         * math/auto-libm-test-out: Regenerated.
34244         * math/libm-test.inc (exp10_tonearest_test_data): New array.
34245         (exp10_test_tonearest): New function.
34246         (exp10_towardzero_test_data): New array.
34247         (exp10_test_towardzero): New function.
34248         (exp10_downward_test_data): New array.
34249         (exp10_test_downward): New function.
34250         (exp10_upward_test_data): New array.
34251         (exp10_test_upward): New function.
34252         (main): Call the new functions.
34253         * sysdeps/i386/fpu/libm-test-ulps: Update.
34254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34256 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
34258         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
34259         asinh, atan, atan2, atanh, cbrt, cos and cosh.
34260         * math/auto-libm-test-out: Regenerated.
34261         * math/libm-test.inc (acosh_test_data): Add more tests.
34262         (atanh_test_data): Likewise.
34263         (ceil_test_data): Likewise.
34264         (copysign_test_data): Likewise.
34265         * sysdeps/i386/fpu/libm-test-ulps: Update.
34266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34268         * timezone/checktab.awk: Update from tzcode 2013i.
34269         * timezone/private.h: Likewise.
34270         * timezone/scheck.c: Likewise.
34271         * timezone/tzfile.h: Likewise.
34272         * timezone/tzselect.ksh: Likewise.
34273         * timezone/zdump.c: Likewise.
34274         * timezone/zic.c: Likewise.
34276         * math/auto-libm-test-in: Add tests of cpow.
34277         * math/auto-libm-test-out: Regenerated.
34278         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
34279         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34280         mpc_cc_c.
34281         (func_calc_desc): Add mpc_cc_c union field.
34282         (test_functions): Add cpow.
34283         (special_fill_2pi): New function.
34284         (special_real_inputs): Add 2pi.
34285         (calc_generic_results): Handle mpc_cc_c.
34286         * sysdeps/i386/fpu/libm-test-ulps: Update.
34287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34289         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
34290         csqrt, ctan and ctanh.
34291         * math/auto-libm-test-out: Regenerated.
34292         * math/libm-test.inc (TEST_COND_x86_64): New macro.
34293         (TEST_COND_x86): Likewise.
34294         (ccos_test_data): Use AUTO_TESTS_c_c.
34295         (ccosh_test_data): Likewise.
34296         (cexp_test_data): Likewise.
34297         (clog_test_data): Likewise.
34298         (csqrt_test_data): Likewise.
34299         (ctan_test_data): Likewise.
34300         (ctan_tonearest_test_data): Likewise.
34301         (ctan_towardzero_test_data): Likewise.
34302         (ctan_downward_test_data): Likewise.
34303         (ctan_upward_test_data): Likewise.
34304         (ctanh_test_data): Likewise.
34305         (ctanh_tonearest_test_data): Likewise.
34306         (ctanh_towardzero_test_data): Likewise.
34307         (ctanh_downward_test_data): Likewise.
34308         (ctanh_upward_test_data): Likewise.
34309         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34310         mpc_c_c.
34311         (func_calc_desc): Add mpc_c_c union field.
34312         (FUNC_mpc_c_c): New macro.
34313         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
34314         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
34315         ctanh.
34316         (special_fill_min_subnorm_p120): New function.
34317         (special_real_inputs): Add min_subnorm_p120.
34318         (calc_generic_results): Handle mpc_c_c.
34319         * sysdeps/i386/fpu/libm-test-ulps: Update.
34320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34322 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34324         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
34325         (do_sin_slow): New functions.
34326         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
34327         (cslow2, csloww1, csloww2): Use the new functions.
34329         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
34330         Use M to change sign of result instead of X.  Assume X is
34331         positive.
34332         (csloww1): Likewise.
34333         (__sin): Adjust.
34334         (__cos): Adjust.
34336         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
34337         arguments A and DA.
34338         (__sin): Adjust.
34339         (__cos): Likewise.
34341         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
34342         (__cos): Likewise.
34343         (sloww1): Don't adjust sign of DX.
34344         (csloww1): Likewise.
34345         (sloww2): Use X directly and don't adjust sign of DX.
34346         (csloww2): Likewise.
34348 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
34350         * math/auto-libm-test-in: Add tests of cabs and carg.
34351         * math/auto-libm-test-out: Regenerated.
34352         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
34353         (carg_test_data): Likewise.
34354         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34355         mpc_c_f.
34356         (func_calc_desc): Add mpc_c_f union field.
34357         (test_functions): Add cabs and carg.
34358         (calc_generic_results): Handle mpc_c_f.
34360         * sysdeps/powerpc/powerpc32/libgcc-compat.S
34361         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
34362         as a macro and a compat symbol.
34363         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
34364         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
34365         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
34366         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
34367         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
34368         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
34369         not use .hidden.
34370         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
34371         Likewise.
34372         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
34373         Likewise.
34374         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
34375         Likewise.
34376         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
34377         Likewise.
34378         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
34379         Likewise.
34380         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
34381         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
34382         from GLIBC_2.3.2.
34384 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34388 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
34390         * manual/texinfo.tex: Update to version 2013-11-26.10 with
34391         trailing whitespace removed.
34392         * scripts/config.guess: Update to version 2013-11-29.
34393         * scripts/config.sub: Update to version 2013-10-01.
34395         * math/auto-libm-test-in: Add tests of sincos.
34396         * math/auto-libm-test-out: Regenerated.
34397         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
34398         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34399         mpfr_f_11.
34400         (func_calc_desc): Add mpfr_f_11 union field.
34401         (test_functions): Add sincos.
34402         (calc_generic_results): Handle mpfr_f_11.
34403         * sysdeps/i386/fpu/libm-test-ulps: Update.
34404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34406 2013-12-19  Andreas Schwab  <schwab@suse.de>
34408         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
34409         CALL_MCOUNT.
34410         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34411         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
34412         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
34414 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
34416         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
34417         * sysdeps/i386/fpu/libm-test-ulps: Update.
34418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34420         [BZ #16293]
34421         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
34422         round-to-nearest mode when using frndint.
34423         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
34424         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34425         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
34426         Likewise.
34427         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
34428         sinh test to fail.
34429         * math/auto-libm-test-out: Regenerated.
34430         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
34431         (TEST_COND_x86): Likewise.
34432         (expm1_tonearest_test_data): New array.
34433         (expm1_test_tonearest): New function.
34434         (expm1_towardzero_test_data): New array.
34435         (expm1_test_towardzero): New function.
34436         (expm1_downward_test_data): New array.
34437         (expm1_test_downward): New function.
34438         (expm1_upward_test_data): New array.
34439         (expm1_test_upward): New function.
34440         (main): Run the new test functions.
34441         * sysdeps/i386/fpu/libm-test-ulps: Update.
34442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34444         * include/features.h: Update comment documenting feature test
34445         macros.  Mention _DEFAULT_SOURCE in comment.
34446         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
34447         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
34448         _BSD_SOURCE and _SVID_SOURCE.
34449         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
34450         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
34451         !_SVID_SOURCE]: Likewise.
34452         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
34453         (__USE_POSIX_IMPLICITLY): Define.
34454         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
34455         (_POSIX_SOURCE): Undefine and redefine.
34456         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
34457         (_POSIX_C_SOURCE): Likewise.
34458         * manual/creature.texi (_DEFAULT_SOURCE): Document.
34459         (Feature Test Macros): Update documentation of default features.
34461 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
34463         * benchtests/Makefile: Add bench-strtok.
34464         * benchtests/bench-strtok.c: New file: strtok benchtest.
34466 2013-12-19  Allan McRae  <allan@archlinux.org>
34468         * manual/install.texi: Suppress menu for plain text output.
34469         * INSTALL: Regenerated.
34471 2013-12-18  Brooks Moses  <bmoses@google.com>
34473         [BZ #15846]
34474         * misc/getauxval.c: Include errno.h.
34475         (__getauxval): Set errno to ENOENT if the requested type is not
34476         found.
34477         * misc/sys/auxv.h (getauxval): Document that it may set errno;
34478         don't declare with __attribute_const__.
34479         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
34480         * manual/startup.texi: Document that getauxval sets errno.
34482 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
34484         * math/auto-libm-test-in: Add tests of jn and yn.
34485         * math/auto-libm-test-out: Regenerated.
34486         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
34487         (yn_test_data): Likewise.
34488         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34489         mpfr_if_f.
34490         (func_calc_desc): Add mpfr_if_f union field.
34491         (FUNC_mpfr_if_f): New macro.
34492         (test_functions): Add jn and yn.
34493         (calc_generic_results): Assert type of second input for
34494         mpfr_ff_f.  Handle mpfr_if_f.
34495         (output_for_one_input_case): Disable all checking for arguments
34496         fitting floating-point types in case of an integer argument.
34497         * sysdeps/i386/fpu/libm-test-ulps: Update.
34498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
34501         Don't expect fegetround reference in libm.so.
34503 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34505         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
34506         $(config-cflags-nofma).
34508 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
34510         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
34511         * math/auto-libm-test-out: Regenerated.
34513         [BZ #16338]
34514         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
34515         to determine exponent and adjust argument to have exponent of -1.
34516         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
34517         log2.
34518         * math/auto-libm-test-out: Regenerated.
34519         * sysdeps/i386/fpu/libm-test-ulps: Update.
34520         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34522 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
34524         * manual/probes.texi: Remove cases when per-thread arenas are
34525         disabled.
34527 2013-12-18  Andreas Schwab  <schwab@suse.de>
34529         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
34530         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
34531         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
34532         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
34533         * sysdeps/i386/i686/multiarch/Makefile: Update.
34534         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
34536 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34538         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
34539         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
34541 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
34543         [BZ #15968]
34544         Support TZ transition times < 00:00:00.
34545         This is needed for version-3 tz-format files; it supports time
34546         stamps past 2037 for America/Godthab (the only entry in the tz
34547         database for which this change is relevant).
34548         * manual/time.texi (TZ Variable): Document transition times
34549         from -167:59:59 through -00:00:01.
34550         * time/tzset.c (tz_rule): Time of day is now signed.
34551         (__tzset_parse_tz): Parse negative time of day.
34553         Document TZ transition times >= 25:00:00.
34554         * manual/time.texi (TZ Variable): Document transition times from
34555         25:00:00 through 167:59:59.  These are already supported, and this
34556         support will help with version-3 tz-format files.
34558         * manual/time.texi (TZ Variable): Modernize North America example
34559         to reflect current (i.e., 2007-and-later) daylight saving rules.
34561         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
34563 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34565         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
34566         * sysdeps/unix/bsd/bits/stat.h: Likewise.
34567         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
34568         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34569         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
34570         * sysdeps/unix/bsd/bsdstat.h: Likewise.
34571         * sysdeps/unix/bsd/clock.c: Likewise.
34572         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
34573         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
34574         * sysdeps/unix/bsd/init-posix.c: Likewise.
34575         * sysdeps/unix/bsd/poll.c: Likewise.
34576         * sysdeps/unix/bsd/ptsname.c: Likewise.
34577         * sysdeps/unix/bsd/seekdir.c: Likewise.
34578         * sysdeps/unix/bsd/setegid.c: Likewise.
34579         * sysdeps/unix/bsd/seteuid.c: Likewise.
34580         * sysdeps/unix/bsd/setgid.c: Likewise.
34581         * sysdeps/unix/bsd/setrgid.c: Likewise.
34582         * sysdeps/unix/bsd/setruid.c: Likewise.
34583         * sysdeps/unix/bsd/setsid.c: Likewise.
34584         * sysdeps/unix/bsd/setuid.c: Likewise.
34585         * sysdeps/unix/bsd/sigaction.c: Likewise.
34586         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
34587         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
34588         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
34589         * sysdeps/unix/bsd/telldir.c: Likewise.
34590         * sysdeps/unix/bsd/times.c: Likewise.
34591         * sysdeps/unix/bsd/usleep.c: Likewise.
34593         * misc/Makefile (install-lib): Remove libbsd-compat.a.
34594         ($(objpfx)libbsd-compat.a): Remove rule.
34596         * include/features.h (__FAVOR_BSD): Do not define.
34597         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
34598         features conflicting with POSIX.
34599         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
34600         (_BSD_SOURCE): Remove description of not being a subset of other
34601         feature test macros.
34602         * manual/job.texi (getpgrp): Do not document BSD version.
34603         (getpgid): Do not document by reference to BSD getpgrp.
34604         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
34605         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
34606         * signal/signal.h [__FAVOR_BSD]: Likewise.
34607         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
34608         instead of making contents conditional on [__FAVOR_BSD].
34609         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
34611 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34615 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34617         [BZ #16314]
34618         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
34619         values below 2**-450, not 2**-500.
34620         * math/auto-libm-test-in: Don't allow spurious underflow from
34621         hypot.
34622         * math/auto-libm-test-out: Regenerated.
34624         [BZ #16316]
34625         [BZ #16330]
34626         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
34627         values of ha and hb and sort them after adjusting subnormal
34628         arguments.
34629         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
34630         Likewise.
34631         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
34632         values of ea and eb and sort them after adjusting subnormal
34633         arguments.
34634         * math/auto-libm-test-in: Do not expect some hypot tests of
34635         subnormals to fail.  Add more hypot tests.
34636         * math/auto-libm-test-out: Regenerated.
34638 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34640         [BZ #13304]
34641         * sysdeps/sh/s_fma.c: New file.
34642         * sysdeps/sh/s_fmaf.c: New file.
34643         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
34644         version.
34645         * sysdeps/sh/Implies: Add sh/soft-fp.
34647 2013-12-16  Roland McGrath  <roland@hack.frob.com>
34649         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
34650         level of indirection to members `objname', `errstring', `malloced'.
34651         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
34652         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
34653         it as the __longjmp argument (just pass 1 instead).
34654         (_dl_catch_error): Initialize C with argument pointers and address of
34655         volatile local ERRCODE rather than copying values out of C at return.
34657 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
34659         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
34660         * math/auto-libm-test-out: Regenerated.
34661         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
34662         (hypot_test_data): Likewise.
34663         (pow_test_data): Likewise.
34664         (pow_tonearest_test_data): Likewise.
34665         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34666         mpfr_ff_f.
34667         (func_calc_desc): Add mpfr_ff_f union field.
34668         (FUNC_mpfr_ff_f): New macro.
34669         (test_functions): Add atan2, hypot and pow.
34670         (special_fill_min): New function.
34671         (special_fill_minus_min): Likewise.
34672         (special_fill_min_subnorm): Likewise.
34673         (special_fill_minus_min_subnorm): Likewise.
34674         (special_real_inputs): Add min, -min, min_subnorm and
34675         -min_subnorm.
34676         (calc_generic_results): Handle mpfr_ff_f.
34677         * sysdeps/i386/fpu/libm-test-ulps: Update.
34678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34680 2013-12-16  Will Newton  <will.newton@linaro.org>
34682         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
34683         (Aligned Memory Blocks): Add documentation for aligned_alloc
34684         and suggest it as an alternative to posix_memalign.
34685         (Hooks for Malloc): Document __memalign_hook is also called
34686         for aligned_alloc.  (Summary of Malloc): Add summary for
34687         aligned alloc.  Document __memalign_hook is also called
34688         for aligned_alloc.
34690 2013-12-16  Will Newton  <will.newton@linaro.org>
34692         * manual/memory.texi (Malloc Examples): Clarify default
34693         alignment documentation.  Suggest posix_memalign rather
34694         than memalign or valloc.
34695         (Aligned Memory Blocks): Remove suggestion to use memalign
34696         or valloc.  Remove obsolete comment about BSD.
34697         Document memalign errno values and mark the function obsolete.
34698         Document posix_memalign returned error codes.  Mark valloc
34699         as obsolete.  (Hooks for Malloc): __memalign_hook is also
34700         called for posix_memalign and valloc.
34701         (Summary of Malloc): Add posix_memalign to function summary.
34702         __memalign_hook is also called for posix_memalign and valloc.
34704 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34706         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
34707         TAYLOR_SIN.
34708         (__sin): Adjust.
34709         (__cos): Likewise.
34710         (sloww): Use mynumber union.  Expand ternary operator into
34711         if-else statements.
34712         (cslow): use mynumber union.
34714 2013-12-16  Allan McRae  <allan@archlinux.org>
34716         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
34717         * configure: Regenerated.
34719         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
34721         [BZ #14120]
34722         * configure.ac: Added --enable-maintainer-mode. Check for
34723         autoconf when enabled.
34724         * configure: Regenerated.
34726         * nscd/nscd.service: New file.
34727         * nscd/nscd.tmpfiles: New file.
34729 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
34731         [BZ #12100]
34732         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
34733         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
34734         * sysdeps/x86_64/multiarch/strstr.c: ... here.
34735         (strstr): Add __strstr_sse2_unaligned ifunc.
34736         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
34737         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
34738         (strcasestr): Remove __strcasestr_sse42 ifunc.
34739         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
34740         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
34741         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
34743 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34745         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
34746         * sysdeps/sh/bits/fenv.h: ... here.
34747         * sysdeps/sh/sh4/fpu/bits: Remove directory.
34749 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34751         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
34753         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
34754         hypotf multiarch implementations.
34755         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
34756         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
34757         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
34758         multiarch hypot for PPC64.
34759         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
34760         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
34761         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
34762         multiarch hypotf for PPC64.
34764         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
34765         modff multiarch implementations.
34766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
34767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
34768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
34769         multiarch modf for PPC64.
34770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
34771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
34772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
34773         multiarch modff for PPC64.
34775         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
34776         and logl multiarch implementations.
34777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
34778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
34779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
34780         multiarch logb for PPC64.
34781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
34782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
34783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
34784         multiarch logb for PPC64.
34785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
34786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
34787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
34788         multiarch logb for PPC64.
34790         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
34791         isinff multiarch implementation.
34792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
34793         file.
34794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
34795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
34796         multiarch isinf for PPC64.
34797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
34798         file.
34799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
34800         multiarch isinff for PPC64.
34802         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
34803         finitef multiarch implementation.
34804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
34805         file.
34806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
34807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
34808         multiarch finite for PPC64.
34809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
34810         file.
34811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
34812         multiarch finitef for PPC64.
34814         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
34815         lrint multiarch implementation.
34816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
34817         file.
34818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
34819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
34820         multiarch llrint for PPC64.
34821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
34822         multiarch lrint for PPC64.
34824         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
34825         copysignf multiarch implementation.
34826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
34827         file.
34828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
34829         file.
34830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
34831         multiarch copysign for PPC64.
34832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
34833         multiarch copysignf for PPC64.
34835         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
34836         multiarch implementation.
34837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
34838         file.
34839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
34840         file.
34841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
34842         file.
34843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
34844         file.
34845         multiarch llround for PPC64.
34846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
34847         multiarch trunc for PPC64.
34848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
34849         multiarch truncf for PPC64.
34851         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
34852         multiarch implementation.
34853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
34854         file.
34855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
34856         file.
34857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
34858         file.
34859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
34860         file.
34861         multiarch llround for PPC64.
34862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
34863         multiarch round for PPC64.
34864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
34865         multiarch roundf for PPC64.
34867         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
34868         multiarch implementation.
34869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
34870         file.
34871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
34872         file.
34873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
34874         file.
34875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
34876         file.
34877         multiarch llround for PPC64.
34878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
34879         multiarch floor for PPC64.
34880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
34881         multiarch floorf for PPC64.
34883         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
34884         multiarch implementation.
34885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
34886         file.
34887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
34888         file.
34889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
34890         file.
34891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
34892         file.
34893         multiarch llround for PPC64.
34894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
34895         multiarch ceil for PPC64.
34896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
34897         multiarch ceilf for PPC64.
34899         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
34900         multiarch implementation.
34901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
34902         file.
34903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
34904         file.
34905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
34906         file.
34907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
34908         multiarch llround for PPC64.
34909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
34910         multiarch lround for PPC64.
34912         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
34913         multiarch implementation.
34914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
34915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
34916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
34917         file.
34918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
34919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
34920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
34921         multiarch isnan for PPC64.
34922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
34923         multiarch isnanf for PPC64.
34925         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
34926         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
34927         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
34928         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
34929         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
34930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
34932         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
34933         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
34934         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
34935         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
34937         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
34938         multiarch implementations.
34939         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34940         (__libc_ifunc_impl_list): Likewise.
34941         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
34942         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
34943         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
34944         multiarch stpcpy for PPC64.
34946         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
34947         multiarch implementations.
34948         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34949         (__libc_ifunc_impl_list): Likewise.
34950         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
34951         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
34952         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
34953         multiarch strcpy for PPC64.
34955         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
34956         redefine function name.
34957         (_wordcopy_fwd_dest_aligned): Likewise.
34958         (_wordcopy_bwd_aligned): Likewise.
34959         (_wordcopy_bwd_dest_aligned): Likewise.
34960         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
34961         multiarch implementations.
34962         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34963         (__libc_ifunc_impl_list): Likewise.
34964         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
34965         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
34966         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
34967         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
34968         multiarch wcscpy for PPC64.
34970         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
34971         multiarch implementations.
34972         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34973         (__libc_ifunc_impl_list): Likewise.
34974         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
34975         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
34976         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
34977         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
34978         multiarch wcscpy for PPC64.
34980         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
34981         multiarch implementations.
34982         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34983         (__libc_ifunc_impl_list): Likewise.
34984         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
34985         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
34986         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
34987         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
34988         multiarch wcsrchr for PPC64.
34990         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
34991         multiarch implementations.
34992         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34993         (__libc_ifunc_impl_list): Likewise.
34994         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
34995         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
34996         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
34997         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
34998         multiarch wcschr for PPC64.
35000         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
35001         multiarch implementations.
35002         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35003         (__libc_ifunc_impl_list): Likewise.
35004         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
35005         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
35006         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
35007         multiarch strchrnul for PPC64.
35009         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
35010         implementations.
35011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35012         (__libc_ifunc_impl_list): Likewise.
35013         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
35014         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
35015         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
35016         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
35017         strchr for PPC64.
35019         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
35020         implementations.
35021         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35022         (__libc_ifunc_impl_list): Likewise.
35023         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
35024         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
35025         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
35026         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
35027         strncmp for PPC64.
35029         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
35030         multiarch implementations.
35031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35032         (__libc_ifunc_impl_list): Likewise.
35033         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
35034         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
35035         strncasecmp for PPC64.
35036         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
35037         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
35038         multiarch strncasecmp_l for PPC64.
35040         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
35041         multiarch implementations.
35042         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
35043         (__libc_ifunc_impl_list): Likewise.
35044         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
35045         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
35046         multiarch strcasecmp for PPC64.
35047         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
35048         file.
35049         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
35050         multiarch strcasecmp_l for PPC64.
35052         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
35053         implementations.
35054         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35055         (__libc_ifunc_impl_list): Likewise.
35056         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
35057         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
35058         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
35059         strnlen for PPC64.
35061         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
35062         implementations.
35063         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35064         (__libc_ifunc_impl_list): Likewise.
35065         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
35066         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
35067         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
35068         strlen for PPC64.
35070         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
35071         implementations.
35072         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35073         (__libc_ifunc_impl_list): Likewise.
35074         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
35075         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
35076         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
35077         rawmemrchr for PPC64.
35079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
35080         implementation.
35081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35082         (__libc_ifunc_impl_list): Likewise.
35083         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
35084         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
35085         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
35086         memrchr for PPC64.
35088         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
35089         implementation.
35090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35091         (__libc_ifunc_impl_list): Likewise.
35092         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
35093         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
35094         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
35095         memchr for PPC64.
35097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
35098         implementation.
35099         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35100         (__libc_ifunc_impl_list): Likewise.
35101         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
35102         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
35103         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
35104         mempcpy for PPC64.
35106         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
35107         avoid cretion of __bzero symbol.
35108         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
35109         Likewise.
35110         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
35111         Likewise.
35112         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
35113         Likewise.
35114         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
35115         multiarch implementations.
35116         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35117         (__libc_ifunc_impl_list): Likewise.
35118         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
35119         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
35120         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
35121         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
35122         bzero for PPC32.
35123         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
35124         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
35125         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
35126         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
35127         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
35128         memset for PPC64.
35129         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
35131         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
35132         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
35133         implementations.
35134         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35135         (__libc_ifunc_impl_list): Likewise.
35136         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
35137         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
35138         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
35139         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
35140         memcmp for PPC64.
35142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
35143         multiarch for POWER/PPC64.
35144         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
35145         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
35146         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
35147         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
35148         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
35149         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
35150         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
35151         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
35152         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
35153         memcpy for PPC64.
35155         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
35156         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
35157         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
35158         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
35159         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
35160         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
35161         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
35162         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
35163         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
35164         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
35165         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
35166         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
35167         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
35168         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
35169         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
35170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
35171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
35172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
35173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
35174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
35175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
35176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
35178 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35180         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
35182 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
35184         * benchtests/Makefile (bench): Add exp2 and log2.
35185         (LDLIBS-bench-exp2): Add -lm.
35186         (LDLIBS-bench-log2): Likewise.
35187         * benchtests/exp2-inputs: New inputs file.
35188         * benchtests/log2-inputs: New inputs file.
35189         * benchtests/log-inputs: Add new inputs.
35190         * benchtests/tan-inputs: Likewise.
35192 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35194         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
35195         definition...
35196         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
35197         (csloww2): ... from here.
35199         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
35200         instead of structures.
35201         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
35202         (POLYNOMIAL): Likewise.
35203         (TAYLOR_SLOW): Likewise.
35204         (__sin): Likewise.
35205         (__cos): Likewise.
35206         (slow1): Likewise.
35207         (slow2): Likewise.
35208         (sloww): Likewise.
35209         (sloww1); Likewise.
35210         (sloww2): Likewise.
35211         (bsloww1): Likewise.
35212         (bsloww2): Likewise.
35213         (cslow2): Likewise.
35214         (csloww): Likewise.
35215         (csloww1): Likewise.
35216         (csloww2): Likewise.
35218 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
35220         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
35221         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
35222         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
35223         * malloc/hooks.c (realloc_check): Likewise.
35225         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
35226         * malloc/arena.c: Remove PER_THREAD conditional.
35227         [!PER_THREAD]: Remove code.
35228         (ptmalloc_unlock_all2): Likewise.
35229         (ptmalloc_init): Likewise.
35230         (_int_new_arena): Likewise.
35231         (arena_get2): Likewise.
35232         * malloc/hooks.c (__malloc_get_state): Likewise.
35233         (__malloc_set_state): Likewise.
35234         * malloc/malloc.c: Likewise.
35235         (struct malloc_state): Likewise.
35236         (struct malloc_par): Likewise.
35237         (__libc_realloc): Likewise.
35238         (__libc_mallopt): Likewise.
35240 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35242         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
35244 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
35246         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
35247         macro to a function.  Check for zero perturb_byte.
35248         (_int_malloc, _int_free): Remove zero perturb_byte checks.
35250         * malloc/malloc.c: (force_reg): Remove.
35251         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
35252         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
35253         force_reg by atomic_forced_read.
35254         * malloc/arena.c (ptmalloc_init): Likewise.
35255         * malloc/hooks.c (top_check): Likewise.
35257 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35259         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35261 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
35263         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35265 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
35267         * math/auto-libm-test-in: Add tests of lgamma.
35268         * math/auto-libm-test-out: Regenerated.
35269         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
35270         (M_LOG_2_SQRT_PIl): Likewise.
35271         (lgamma_test_data): Use AUTO_TESTS_f_f1.
35272         * math/gen-auto-libm-tests.c (func_calc_method): Add value
35273         mpfr_f_f1.
35274         (func_calc_desc): Add mpfr_f_f1 union field.
35275         (ARGS1): New macro.
35276         (ARGS2): Likewise.
35277         (ARGS3): Likewise.
35278         (ARGS4): Likewise.
35279         (RET1): Likewise.
35280         (RET2): Likewise.
35281         (CALC): Likewise.
35282         (FUNC): Likewise.
35283         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
35284         (test_functions): Add lgamma.
35285         (calc_generic_results): Handle mpfr_f_f1.
35286         * sysdeps/i386/fpu/libm-test-ulps: Update.
35287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35289 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35291         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
35292         __mpn_add_n for PowerPC64/POWER7.
35293         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
35294         __mpn_sub_n for PowerPC64/POWER7.
35296         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
35297         __mpn_addmul_1 for PowerPC64.
35298         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
35299         __mpn_submul_1 for PowerPC64.
35300         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
35301         for PowerPC64.
35302         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
35303         for PowerPC64.
35305 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
35307         [BZ #15089]
35308         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
35310 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35312         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
35314         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
35315         add multiarch folders.
35316         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
35317         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
35318         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
35319         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
35320         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
35321         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
35322         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
35323         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
35324         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
35325         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
35326         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
35327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
35328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
35329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
35330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
35331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
35332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
35334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
35335         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
35336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
35337         New file.
35338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
35339         New file.
35340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
35341         multiarch __ieee754_hypot for PowerPC32.
35342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
35343         New file.
35344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
35345         New file.
35346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
35347         multiarch __ieee754_hypotf for PowerPC32.
35349         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
35350         long_double_symbol only if __logbl is defined.
35351         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
35352         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
35353         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
35354         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
35355         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
35356         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
35357         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
35358         path for implementation.
35359         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
35360         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
35361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
35362         logb, and logbl multiarch implementations for PowerPC32.
35363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
35364         file.
35365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
35366         file.
35367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
35368         multiarch logb for PowerPC32.
35369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
35370         file.
35371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
35372         file.
35373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
35374         multiarch logbf for PowerPC32.
35375         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
35376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
35377         file.
35378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
35379         multiarch logbl implementation for PowerPC32.
35381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
35382         and modff multiarch implementations.
35383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
35384         New file.
35385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
35386         New file.
35387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
35388         multiarch modf for PowerPC32.
35389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
35390         New file.
35391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
35392         New file.
35393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
35394         multiarch modff for PowerPC32.
35396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
35397         and lrintf multiarch implementations.
35398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
35399         New file.
35400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
35401         New file.
35402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
35403         multiarch lrint for PowerPC32.
35404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
35405         file: multiarch lrintf for PowerPC32.
35407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
35408         and lroundf multiarch implementations.
35409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
35410         New file.
35411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
35412         New file.
35413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
35414         New file.
35415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
35416         multiarch lround for PowerPC32.
35417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
35418         file: multiarch lroundf for PowerPC32.
35420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
35421         copysign and copysignf multiarch implementations.
35422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
35423         New file.
35424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
35425         New file.
35426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
35427         file: multiarch copysign for PowerPC32.
35428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
35429         file: multiarch copysignf for PowerPC32.
35431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
35432         and truncf multiarch implementations.
35433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
35434         New file.
35435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
35436         file.
35437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
35438         multiarch trunc for PowerPC32.
35439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
35440         New file.
35441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
35442         New file.
35443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
35444         multiarch truncf for PowerPC32.
35446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
35447         and roundf multiarch implementations.
35448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
35449         New file.
35450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
35451         file.
35452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
35453         multiarch round for PowerPC32.
35454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
35455         New file.
35456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
35457         New file.
35458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
35459         multiarch roundf for PowerPC32.
35461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
35462         and floorf multiarch implementations.
35463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
35464         New file.
35465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
35466         file.
35467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
35468         multiarch floor for PowerPC32.
35469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
35470         New file.
35471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
35472         New file.
35473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
35474         multiarch floorf for PowerPC32.
35476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
35477         and ceilf multiarch implementations.
35478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
35479         New file.
35480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
35481         file.
35482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
35483         multiarch ceil for PowerPC32.
35484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
35485         New file.
35486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
35487         file.
35488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
35489         multiarch ceilf for PowerPC32.
35491         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
35492         is defined.
35493         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
35494         FINITEF is defined.
35495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
35496         and finitef multiarch implementations.
35497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
35498         New file.
35499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
35500         file.
35501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
35502         multiarch finite for PowerPC32.
35503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
35504         New file.
35505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
35506         file: multiarch finitef for PowerPC32.
35508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
35509         and isinff multiarch implementations.
35510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
35511         file.
35512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
35513         file.
35514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
35515         multiarch isinf for PowerPC32.
35516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
35517         New file.
35518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
35519         multiarch isinff for PowerPC32.
35521         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
35522         alias when __isnan is defined.
35523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
35524         and isnanf multiarch implementations.
35525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
35526         file.
35527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
35528         file.
35529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
35530         file.
35531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
35532         file.
35533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
35534         multiarch isnan for PowerPC32.
35535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
35536         New file.
35537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
35538         New file.
35539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
35540         multiarch isnanf for PowerPC32.
35542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
35543         and sqrtf multiarch implementations.
35544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
35545         file.
35546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
35547         file.
35548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
35549         multiarch sqrt for PowerPC32.
35550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
35551         file.
35552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
35553         file.
35554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
35555         multiarch sqrtf for PowerPC32.
35557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
35558         and llroundf multiarch implementations.
35559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
35560         New file.
35561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
35562         New file.
35563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
35564         New file.
35565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
35566         file: multiarch llround for PowerPC32.
35567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
35568         file: multiarch llroundf for PowerPC32.
35570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
35571         multiarch PowerPC32 fpu implementations.
35572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
35573         New file.
35574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
35575         New file.
35576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
35577         multiarch llrint for PowerPC32.
35578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
35579         New file.
35580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
35581         New file.
35582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
35583         file.
35585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
35587         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
35588         file.
35589         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
35590         file.
35591         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
35592         file.
35593         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
35594         multiarch wordcopy for PPC32.
35595         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
35596         wordcopy objects.
35597         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35598         (__libc_ifunc_impl_list): Likewise.
35599         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
35600         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
35601         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
35602         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
35603         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
35604         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
35606         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
35607         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
35608         file.
35609         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
35610         file.
35611         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
35612         file.
35613         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
35614         multiarch wcscpy for PPC32.
35615         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
35616         multiarch objects.
35617         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35618         (__libc_ifunc_impl_list): Likewise.
35619         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
35620         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
35621         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
35622         sysdeps/powerpc/power6/wcscpy.c.
35624         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
35625         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
35626         file.
35627         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
35628         file.
35629         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
35630         file.
35631         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
35632         multiarch wcsrchr for PPC32.
35633         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
35634         multiarch objects.
35635         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35636         (__libc_ifunc_impl_list): Likewise.
35637         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
35638         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
35639         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
35640         sysdeps/powerpc/power6/wcsrchr.c.
35642         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
35643         file.
35644         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
35645         file.
35646         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
35647         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
35648         multiarch wcschr for PPc32.
35649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
35650         multiarch objects.
35651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35652         (__libc_ifunc_impl_list): Likewise.
35653         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
35654         * sysdeps/powerpc/power6/wcschr.c: ... to here.
35655         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
35656         sysdeps/powerpc/power6/wcschr.c.
35658         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
35659         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
35660         file.
35661         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
35662         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
35663         file: multiarch strchr for PPC32.
35664         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
35665         multiarch objects.
35666         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35667         (__libc_ifunc_impl_list): Likewise.
35669         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
35670         name.
35671         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
35672         file.
35673         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
35674         file.
35675         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
35676         multiarch strchrnul for PPC32.
35677         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
35678         multiarch objects.
35679         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35680         (__libc_ifunc_impl_list): Likewise.
35682         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
35683         file.
35684         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
35685         multiarch strncasecmp for PPC32.
35686         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
35687         file.
35688         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
35689         multiarch strncasecmp_l for PPC32.
35690         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
35691         strncasecmp multiarch objects.
35692         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35693         (__libc_ifunc_impl_list): Likewise.
35695         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
35696         file.
35697         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
35698         multiarch strncasecmp for PPC32.
35699         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
35700         New file.
35701         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
35702         multiarch strcasecmp_l for PPC32.
35703         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
35704         multiarch objects.
35705         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35706         (__libc_ifunc_impl_list): Likewise.
35708         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
35709         file.
35710         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
35711         file.
35712         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
35713         multiarch strncmp for PPC32.
35714         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
35715         multiarch objects.
35716         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35717         (__libc_ifunc_impl_list): Likewise.
35719         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
35720         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
35721         file.
35722         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
35723         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
35724         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
35725         multiarch objects.
35726         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35727         (__libc_ifunc_impl_list): Likewise.
35729         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
35730         file.
35731         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
35732         file.
35733         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
35734         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
35735         multiarch objects.
35736         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35737         (__libc_ifunc_impl_list): Likewise.
35739         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
35740         file.
35741         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
35742         file.
35743         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
35744         multiarch rawmemchr for PPC32.
35745         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
35746         multiarch objects.
35747         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35748         (__libc_ifunc_impl_list): Likewise.
35750         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
35751         file.
35752         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
35753         file.
35754         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
35755         file: memrchr multiarch for PPC32.
35756         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
35757         multiarch objects.
35758         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35759         (__libc_ifunc_impl_list): Likewise.
35761         * string/memchr.c (__memchr): Using macro to redefine symbol name.
35762         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
35763         file.
35764         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
35765         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
35766         multiarch memchr for PPC32.
35767         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
35768         multiarch objects.
35769         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35770         (__libc_ifunc_impl_list): Likewise.
35772         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
35773         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
35774         file.
35775         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
35776         file.
35777         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
35778         file: multiarch mempcpy for PPC32.
35779         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
35780         multiarch objects.
35781         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35782         (__libc_ifunc_impl_list): Likewise.
35784         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
35785         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
35786         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
35787         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
35788         multiarch bzero for PPC32.
35789         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
35790         file.
35791         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
35792         file.
35793         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
35794         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
35795         file: multiarch memset for PPC32.
35796         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
35797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
35798         memset multiarch objects.
35799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35800         (__libc_ifunc_impl_list): Likewise.
35802         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
35803         file.
35804         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
35805         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
35806         memcmp for PPC32.
35807         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
35808         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
35809         multiarch objects.
35810         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35811         (__libc_ifunc_impl_list): Likewise.
35813         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
35814         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
35815         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
35816         file.
35817         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
35818         file.
35819         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
35820         file.
35821         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
35822         multiarch memcpy for PPC32.
35823         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
35824         multiarch objects.
35825         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35826         (__libc_ifunc_impl_list): Likewise.
35828         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
35829         support multiarch for POWER/PPC32.
35830         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
35831         Likewise.
35832         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
35833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
35834         Implies file to make multiarch folder appers before the fpu and
35835         default folder for power4 configuration.
35837 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35839         * scripts/bench.pl: Append volatile keyword to type.
35841 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35843         * sysdeps/sh/sotruss-lib.c: New file.
35844         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
35846 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35848         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35850 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
35852         [BZ #6810]
35853         * math/w_tgamma.c: Include <errno.h>.
35854         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
35855         * math/w_tgammaf.c: Include <errno.h>.
35856         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
35857         * math/w_tgammal.c: Include <errno.h>.
35858         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
35859         * math/auto-libm-test-in: Do not allow missing errno on tgamma
35860         underflow.  Add more tgamma tests.
35861         * math/auto-libm-test-out: Regenerated.
35862         * sysdeps/i386/fpu/libm-test-ulps: Update.
35863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35865         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
35866         sin, sinh, tan, tanh, tgamma, y0 and y1.
35867         * math/auto-libm-test-out: Regenerated.
35868         * math/libm-test.inc (TEST_COND_x86_64): New macro.
35869         (TEST_COND_x86): Likewise.
35870         (M_E2l): Remove macro.
35871         (M_E3l): Likewise.
35872         (M_2_SQRT_PIl): Likewise.
35873         (M_SQRT_PIl): Likewise.
35874         (M_1_DIV_El): Likewise.
35875         (log_test_data): Use AUTO_TESTS_f_f.
35876         (log10_test_data): Likewise.
35877         (log1p_test_data): Likewise.
35878         (log2_test_data): Likewise.
35879         (sin_test_data): Likewise.
35880         (sin_tonearest_test_data): Likewise.
35881         (sin_towardzero_test_data): Likewise.
35882         (sin_downward_test_data): Likewise.
35883         (sin_upward_test_data): Likewise.
35884         (sinh_test_data): Likewise.
35885         (sinh_tonearest_test_data): Likewise.
35886         (sinh_towardzero_test_data): Likewise.
35887         (sinh_downward_test_data): Likewise.
35888         (sinh_upward_test_data): Likewise.
35889         (tan_test_data): Likewise.
35890         (tan_tonearest_test_data): Likewise.
35891         (tan_towardzero_test_data): Likewise.
35892         (tan_downward_test_data): Likewise.
35893         (tan_upward_test_data): Likewise.
35894         (tanh_test_data): Likewise.
35895         (tgamma_test_data): Likewise.
35896         (y0_test_data): Likewise.
35897         (y1_test_data): Likewise.
35898         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
35899         (special_real_inputs): Add pi/4.
35900         * sysdeps/i386/fpu/libm-test-ulps: Update.
35901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35903 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35905         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
35906         "longjmp_target" static probes.
35907         (__longjmp): Rename to __longjmp_symbol.
35908         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
35909         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
35910         on which longjmp to generate.
35911         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
35912         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
35913         probe.
35914         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35915         (__sigjmp_save): Rename to __sigjmp_save_symbol.
35916         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
35917         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
35918         and __sigjmp_save_symbol based on which sigsetjmp to generated.
35919         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
35920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
35921         __longjmp_symbol based on which __longjmp to generate.
35922         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
35923         probe.
35924         (setjmp): Rename to setjmp_symbol.
35925         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35926         (_setjmp): Rename to _setjmp_symbol.
35927         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35928         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
35929         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
35930         which setjmp to generate.
35931         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
35932         "longjmp_target" static probes.
35934 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35936         * benchtests/README: Add note about output arguments.
35937         * benchtests/bench-sincos.c: Remove file.
35938         * benchtests/sincos-inputs: New file.
35939         * scripts/bench.pl: Identify output arguments and define
35940         static variables for them.
35942         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
35944         [BZ #15941]
35945         * Makefile (INSTALL): Add install-plain.texi as the primary
35946         dependency.
35947         * manual/install-plain.texi: New file.
35948         * manual/install.texi: Include node directive only for
35949         non-plaintext output.
35951 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
35953         * stdlib/longlong.h: Update from GCC.
35955         [BZ #6807]
35956         [BZ #15901]
35957         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
35958         * math/w_j0f.c (y0f): Likewise.
35959         * math/w_j0l.c (__y0l): Likewise.
35960         * math/w_j1.c (y1): Likewise.
35961         * math/w_j1f.c (y1f): Likewise.
35962         * math/w_j1l.c (__y1l): Likewise
35963         * math/w_jn.c (yn): Likewise.
35964         * math/w_jnf.c (ynf): Likewise.
35965         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
35966         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
35967         value for Bessel function domain errors outside _SVID_ mode.
35968         Adjust sign of return value for yn (negative integer, 0).
35969         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
35970         by zero in return for negative x and set sign appropriately for
35971         negative n.
35972         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
35973         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
35974         * math/libm-test.inc (y0_test_data): Add more tests and adjust
35975         expectations in error cases.
35976         (y1_test_data): Likewise.
35977         (yn_test_data): Likewise.
35978         * sysdeps/i386/fpu/libm-test-ulps: Update.
35979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35981 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35983         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
35984         "64" to "64-v1".  Add "64-v2".
35985         (abi-64-options): Rename to ...
35986         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
35987         (abi-64-condition): Rename to ...
35988         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
35989         (abi-64-ld-soname): Rename to ...
35990         (abi-64-v1-ld-soname): ... this.
35991         (abi-64-v2-options): Define.
35992         (abi-64-v2-condition): Likewise.
35993         (abi-64-v2-ld-soname): Likewise.
35994         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
35995         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
35996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
35997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
35998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
36000 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36001             Alan Modra  <amodra@gmail.com>
36003         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
36004         New versions for use with the ELFv2 ABI.
36005         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
36006         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
36007         declaration.
36008         (struct La_ppc64v2_retval): Likewise.
36009         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
36010         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
36011         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
36012         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
36013         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
36014         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
36015         Do not save or restore CR.
36016         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
36017         (_dl_profile_resolve): Do no save or restore CR.  Support extended
36018         return values for ELFv2 ABI.  Fix location of FPR return registers.
36019         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
36020         updated values for _CALL_ELF == 2.
36021         (La_regs, La_retval, int_retval): Likewise.
36023 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36025         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
36026         (FRAME_MIN_SIZE_PARM): Likewise.
36027         (FRAME_BACKCHAIN): Likewise.
36028         (FRAME_CR_SAVE): Likewise.
36029         (FRAME_LR_SAVE): Likewise.
36030         (FRAME_TOC_SAVE): Likewise.
36031         (FRAME_PARM_SAVE): Likewise.
36032         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
36033         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
36034         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
36035         (call_mcount_parm_offset): New macro.
36036         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
36037         (PROF): Use symbolic stack frame offsets.
36038         (TAIL_CALL_SYSCALL_ERROR): Likewise.
36039         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
36040         Redefine in terms of FRAME_MIN_SIZE.
36041         (_dl_runtime_resolve): Use symbolic stack frame offsets.
36042         (_dl_profile_resolve): Likewise.  Update comment.
36043         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
36044         symbols stack frame offsets.
36045         (__sigsetjmp): Likewise.
36046         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
36047         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
36048         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
36049         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
36051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
36052         (FRAME_BACKCHAIN): Remove.
36053         (FRAME_CR_SAVE): Likewise.
36054         (FRAME_LR_SAVE): Likewise.
36055         (FRAME_COMPILER_DW): Likewise.
36056         (FRAME_LINKER_DW): Likewise.
36057         (FRAME_TOC_SAVE): Likewise.
36058         (FRAME_PARM_SAVE): Likewise.
36059         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
36060         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
36061         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
36062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
36063         (CHECK_SP): Use symbolic stack frame offsets.
36064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
36065         zone" instead of caller's parameter save area for temp storage.
36066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
36067         Likewise.  Also, use symbolic stack frame offsets.
36068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
36069         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
36070         our own stack frame instead of the caller's.
36071         (__socket): Use symbolic stack frame offsets.
36073 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36074             Alan Modra  <amodra@gmail.com>
36076         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
36077         Define.
36078         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
36079         (PPC64_LOCAL_ENTRY_OFFSET): Define.
36080         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
36081         New function.
36082         (elf_machine_fixup_plt): Call it.
36083         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
36084         reloc arguments.
36085         (elf_machine_rela): Update call to elf_machine_plt_conflict.
36086         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
36087         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
36088         r2 before calling target.
36090 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36091             Alan Modra  <amodra@gmail.com>
36093         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
36094         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
36095         versions of macros to support ELFv2 ABI.
36096         (LOCALENTRY): New macro.
36097         (ENTRY, EALIGN): Use it.
36098         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
36099         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
36100         fall through into ENTRY entry point.
36101         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
36102         Only define if _CALL_ELF != 2.
36104         (elf_machine_matches_host): Verify ABI version matches.
36105         (RTLD_START): Use LOCALENTRY.
36106         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
36107         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
36108         (PLT_ENTRY_WORDS): New macro.
36109         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
36110         (elf_machine_runtime_setup): Support ELFv2 ABI.
36111         (elf_machine_fixup_plt): Likewise.
36112         (elf_machine_plt_conflict): Likewise.
36113         (resolve_ifunc): Likewise.
36114         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
36115         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
36116         Likewise.
36117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
36118         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
36119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36120         (makecontext): Support ELFv2 ABI.
36121         * elf/elf.h (EF_PPC64_ABI): Define.
36123 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36125         * sysdeps/powerpc/powerpc64/sysdep.h
36126         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
36127         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
36128         (ENTRY) [ASSEMBLER]: ... but instead here ...
36129         (EALIGN) [ASSEMBLER]: ... and here.
36130         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
36131         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
36132         (ENTRY_2) [!ASSEMBLER]: Use it.
36133         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
36134         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
36135         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
36136         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
36137         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
36138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
36139         Use PPC64_LOAD_FUNCPTR.
36141         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
36143 2013-12-04  Alan Modra  <amodra@gmail.com>
36145         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
36146         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
36147         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
36148         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
36150         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
36151         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
36152         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
36153         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
36154         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
36155         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
36157 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36160         (__makecontext): Fix incorrect CFI when backtracing out of
36161         context created via makecontext.
36162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
36163         (__setcontext): Fix incorrect CFI during switch to new context.
36164         (__novec_setcontext): Likewise.
36166 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
36168         [BZ #4772]
36169         * time/strptime_l.c (__strptime_internal): Allow modifiers
36170         in strptime.
36171         * time/tst-strptime.c (day_tests): Add testcase.
36173 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
36175         * scripts/bench.pl: Skip over blank lines.
36177 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
36179         [BZ #926]
36180         * manual/time.texi (Calendar Time): Clarify what timezone functions
36181         use.
36183 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36185         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36187 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
36189         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
36190         implementation.
36191         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
36192         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
36193         * debug/memset_chk.c (__memset_chk): Likewise.
36194         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
36195         * debug/strncpy_chk.c: Likewise.
36197 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
36199         [BZ #15268]
36200         [BZ #15425]
36201         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
36202         (__ieee754_exp): For possibly underflowing results, check size of
36203         result and force underflow exception if required.
36204         * math/auto-libm-test-in: Add more tests of exp.
36205         * math/auto-libm-test-out: Regenerated.
36206         * sysdeps/i386/fpu/libm-test-ulps: Update.
36207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36209         [BZ #16283]
36210         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
36211         * math/w_exp2f.c (__exp2f): Likewise.
36212         * math/w_exp2l.c (__exp2l): Likewise.
36213         * math/auto-libm-test-in: Do not allow missing errno on exp2
36214         underflow.
36215         * math/auto-libm-test-out: Regenerated.
36217 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
36219         [BZ #16274]
36220         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
36221         handle filename validation.
36222         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
36223         (do_open): Delete.
36225 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
36227         [BZ #6786]
36228         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
36229         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
36230         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
36231         <float.h>.
36232         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
36233         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
36234         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
36235         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
36236         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
36237         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
36238         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
36239         * math/auto-libm-test-in: Don't allow missing errno from erfc.
36240         Add more erfc tests.
36241         * math/auto-libm-test-out: Regenerated.
36242         * sysdeps/i386/fpu/libm-test-ulps: Update.
36243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36245         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
36246         exp2, expm1, j0 and j1.
36247         * math/auto-libm-test-out: Regenerated.
36248         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
36249         (erfc_test_data): Likewise.
36250         (exp_test_data): Likewise.
36251         (exp_tonearest_test_data): Likewise.
36252         (exp_towardzero_test_data): Likewise.
36253         (exp_downward_test_data): Likewise.
36254         (exp_upward_test_data): Likewise.
36255         (exp10_test_data): Likewise.
36256         (exp2_test_data): Likewise.
36257         (expm1_test_data): Likewise.
36258         (j0_test_data): Likewise.
36259         (j1_test_data): Likewise.
36260         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
36261         (input_flag_type): Add flag_xfail_rounding.
36262         (input_flags): Add xfail-rounding.
36263         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
36264         (output_for_one_input_case): Handle flag_xfail_rounding.
36265         * sysdeps/i386/fpu/libm-test-ulps: Update.
36266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36268 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
36270         [BZ #16289]
36271         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
36272         division by 0.
36274 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
36276         [BZ #16195]
36277         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
36278         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
36279         (STAP_PROBE0): New macro.
36280         (STAP_PROBE1): Likewise.
36281         (STAP_PROBE2): Likewise.
36282         (STAP_PROBE3): Likewise.
36283         (STAP_PROBE4): Likewise.
36285 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
36287         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
36289 2013-12-02  Steve Ellcey  <sellcey@mips.com>
36291         * benchtests/Makefile (bench): Add sqrt.
36292         (LDLIBS-bench-sqrt): New.
36293         * benchtests/sqrt-input: New.
36295 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
36297         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
36298         (GAIH_EAI): Likewise.
36299         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
36300         (gaih_inet): Likewise.
36301         (getaddrinfo): Don't use GAIH_EAI.
36303         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
36304         (struct gaih): Remove definition.
36306 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
36308         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
36309         Use HERRNOP directly.
36311 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36315 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
36317         * math/gen-auto-libm-tests.c (test_functions): Add more
36318         single-argument functions.
36319         (special_fill_pi_2): New function.
36320         (special_fill_minus_pi_2): Likewise.
36321         (special_fill_pi_6): Likewise.
36322         (special_fill_minus_pi_6): Likewise.
36323         (special_fill_pi_3): Likewise.
36324         (special_fill_2pi_3): Likewise.
36325         (special_fill_e): Likewise.
36326         (special_fill_1_e): Likewise.
36327         (special_fill_e_minus_1): Likewise.
36328         (special_real_inputs): Add more special inputs.
36329         (output_for_one_input_case): Do not require ERANGE on underflow to
36330         zero if round-to-nearest result does not underflow to zero, unless
36331         exact results required.
36332         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
36333         atan, atanh, cbrt, cos and cosh.
36334         * math/auto-libm-test-out: Regenerated.
36335         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
36336         (acos_tonearest_test_data): Likewise.
36337         (acos_towardzero_test_data): Likewise.
36338         (acos_downward_test_data): Likewise.
36339         (acos_upward_test_data): Likewise.
36340         (acosh_test_data): Likewise.
36341         (asin_test_data): Likewise.
36342         (asin_tonearest_test_data): Likewise.
36343         (asin_towardzero_test_data): Likewise.
36344         (asin_upward_test_data): Likewise.
36345         (asinh_test_data): Likewise.
36346         (atan_test_data): Likewise.
36347         (atanh_test_data): Likewise.
36348         (cbrt_test_data): Likewise.
36349         (cos_test_data): Likewise.
36350         (cos_tonearest_test_data): Likewise.
36351         (cos_towardzero_test_data): Likewise.
36352         (cos_downward_test_data): Likewise.
36353         (cos_upward_test_data): Likewise.
36354         (cosh_test_data): Likewise.
36355         (cosh_tonearest_test_data): Likewise.
36356         (cosh_towardzero_test_data): Likewise.
36357         (cosh_downward_test_data): Likewise.
36358         (cosh_upward_test_data): Likewise.
36359         * sysdeps/i386/fpu/libm-test-ulps: Update.
36360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36362 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
36364         [BZ #6787]
36365         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
36366         * math/w_exp10f.c (__exp10f): Likewise.
36367         * math/w_exp10l.c (__exp10l): Likewise.
36368         * math/libm-test.inc (exp10_test_data): Add more tests and expect
36369         errno settings in existing tests.
36371         [BZ #14032]
36372         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
36373         precision control set to double precision.
36374         * sysdeps/i386/fpu/w_sqrt.c: New file.
36375         * math/auto-libm-test-in: Add more tests.
36376         * math/auto-libm-test-out: Update.
36378         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
36379         (sqrt_test_tonearest): New function.
36380         (sqrt_towardzero_test_data): New variable.
36381         (sqrt_test_towardzero): New function.
36382         (sqrt_downward_test_data): New variable.
36383         (sqrt_test_downward): New function.
36384         (sqrt_upward_test_data): New variable.
36385         (sqrt_test_upward): New function.
36386         (main): Call the new functions.
36388         * math/gen-auto-libm-tests.c: New file.
36389         * math/auto-libm-test-in: Likewise.
36390         * math/auto-libm-test-out: New generated file.
36391         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
36392         variables.
36393         (%beautify): Add generated representations of zero.
36394         (top level): Set $auto_input and call parse_auto_input.
36395         (beautify): Remove trailing "f" from hex float constants.
36396         (parse_args): Handle XFAIL_TEST.
36397         (convert_condition): New function.
36398         (or_value): Likewise.
36399         (or_cond_value): Likewise.
36400         (generate_testfile): Handle AUTO_TESTS_* lines.
36401         (parse_auto_input): New function.
36402         * math/libm-test.inc (XFAIL_TEST): New macro.
36403         (ERRNO_UNCHANGED): Update value.
36404         (ERRNO_EDOM): Likewise.
36405         (ERRNO_ERANGE): Likewise.
36406         (IGNORE_RESULT): Likewise.
36407         (TEST_COND_flt_32): New macro.
36408         (TEST_COND_dbl_64): Likewise.
36409         (TEST_COND_ldbl_96_intel): Likewise.
36410         (TEST_COND_ldbl_96_m68k): Likewise.
36411         (TEST_COND_ldbl_128): Likewise.
36412         (TEST_COND_ldbl_128ibm): Likewise.
36413         (TEST_COND_long32): Likewise.
36414         (TEST_COND_long64): Likewise.
36415         (TEST_COND_before_rounding): Likewise.
36416         (TEST_COND_after_rounding): Likewise.
36417         (enable_test): Handle XFAIL_TEST flag.
36418         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
36419         with finite results.
36420         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
36421         auto-libm-test-out.
36423 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36424             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36426         [BZ #16214]
36427         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
36428         __tls_get_addr_internal instead of __tls_get_offset in order to
36429         avoid GOT pointer dependency.  Make rtld export
36430         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
36431         __tls_get_addr since we are a __tls_get_offset platform.
36432         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
36433         GOT pointer being set up before.
36434         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
36436 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
36438         * manual/math.texi (Errors in Math Functions): Document accuracy
36439         goals.
36441         [BZ #15004]
36442         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
36443         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
36444         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
36445         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
36446         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
36447         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
36448         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
36449         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
36450         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
36451         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
36452         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
36453         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
36454         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
36455         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
36456         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
36457         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
36459         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
36460         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
36461         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
36462         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
36463         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
36464         Likewise.
36465         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
36466         Likewise.
36467         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
36468         Likewise.
36469         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
36470         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
36471         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
36472         atomic-feupdateenv and flt-rounds.
36473         * sysdeps/powerpc/nofpu/Versions (libc): Add
36474         __atomic_feholdexcept, __atomic_feclearexcept,
36475         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
36476         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
36477         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
36478         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
36479         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
36480         here.
36481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
36482         Update.
36484         * manual/arith.texi (FP Exceptions): Document that exceptions may
36485         not be raised when matherr is used.
36486         (Math Error Reporting): Document overflow in directed rounding
36487         modes.  Document that errno may not be set when finite values are
36488         returned on overflow.  Document intent to set errno on underflow
36489         only for underflow to zero.
36491         [BZ #16271]
36492         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
36493         round-to-nearest then adjust result for other rounding modes.
36494         * include/fenv.h (fegetround): Use libm_hidden_proto.
36495         * math/fegetround.c (fegetround): Use libm_hidden_def.
36496         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
36497         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
36498         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
36499         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
36500         Likewise.
36501         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
36502         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
36503         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
36504         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
36506 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36508         [BZ #16077]
36509         * nss/Versions (libnss_files): Add
36510         _nss_files_gethostbyname3_r.
36511         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
36512         New function.
36513         (HOST_DB_LOOKUP): Remove macro.
36514         (_nss_files_gethostbyname_r): Implement function without the
36515         HOST_DB_LOOKUP macro.
36516         (_nss_files_gethostbyname2_r): Likewise.
36518 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
36520         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
36522 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
36524         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
36525         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
36526         warning.
36528 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36530         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
36531         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
36532         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
36533         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
36534         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
36535         __fe_nomask_env_priv and attribute_hidden.
36536         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
36537         (libc_feupdateenv_test_ppc): Likewise.
36538         (libc_feresetround_ppc): Likewise.
36539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36540         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
36541         compat_symbol macro.
36542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36543         (__fe_nomask_env): Likewise.
36544         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
36546 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36548         * string/Makefile: Remove ifunc tests.
36549         * string/test-string.h: Define TEST_IFUNC.
36550         * string/test-bcopy-ifunc.c: Remove.
36551         * string/test-bzero-ifunc.c: Likewise.
36552         * string/test-memccpy-ifunc.c: Likewise.
36553         * string/test-memchr-ifunc.c: Likewise.
36554         * string/test-memcmp-ifunc.c: Likewise.
36555         * string/test-memcpy-ifunc.c: Likewise.
36556         * string/test-memmem-ifunc.c: Likewise.
36557         * string/test-memmove-ifunc.c: Likewise.
36558         * string/test-mempcpy-ifunc.c: Likewise.
36559         * string/test-memrchr-ifunc.c: Likewise.
36560         * string/test-memset-ifunc.c: Likewise.
36561         * string/test-rawmemchr-ifunc.c: Likewise.
36562         * string/test-stpcpy-ifunc.c: Likewise.
36563         * string/test-stpncpy-ifunc.c: Likewise.
36564         * string/test-strcasecmp-ifunc.c: Likewise.
36565         * string/test-strcasestr-ifunc.c: Likewise.
36566         * string/test-strcat-ifunc.c: Likewise.
36567         * string/test-strchr-ifunc.c: Likewise.
36568         * string/test-strchrnul-ifunc.c: Likewise.
36569         * string/test-strcmp-ifunc.c: Likewise.
36570         * string/test-strcpy-ifunc.c: Likewise.
36571         * string/test-strcspn-ifunc.c: Likewise.
36572         * string/test-strlen-ifunc.c: Likewise.
36573         * string/test-strncasecmp-ifunc.c: Likewise.
36574         * string/test-strncat-ifunc.c: Likewise.
36575         * string/test-strncmp-ifunc.c: Likewise.
36576         * string/test-strncpy-ifunc.c: Likewise.
36577         * string/test-strnlen-ifunc.c: Likewise.
36578         * string/test-strpbrk-ifunc.c: Likewise.
36579         * string/test-strrchr-ifunc.c: Likewise.
36580         * string/test-strspn-ifunc.c: Likewise.
36581         * string/test-strstr-ifunc.c: Likewise.
36583 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36585         * benchtests/Makefile: Remove ifunc tests.
36586         * benchtests/bench-string.h: Define TEST_IFUNC.
36587         * benchtests/bench-bcopy-ifunc.c: Remove.
36588         * benchtests/bench-bzero-ifunc.c: Likewise.
36589         * benchtests/bench-memccpy-ifunc.c: Likewise.
36590         * benchtests/bench-memchr-ifunc.c: Likewise.
36591         * benchtests/bench-memcmp-ifunc.c: Likewise.
36592         * benchtests/bench-memcpy-ifunc.c: Likewise.
36593         * benchtests/bench-memmem-ifunc.c: Likewise.
36594         * benchtests/bench-memmove-ifunc.c: Likewise.
36595         * benchtests/bench-mempcpy-ifunc.c: Likewise.
36596         * benchtests/bench-memrchr-ifunc.c: Likewise.
36597         * benchtests/bench-memset-ifunc.c: Likewise.
36598         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
36599         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
36600         * benchtests/bench-stpcpy-ifunc.c: Likewise.
36601         * benchtests/bench-stpncpy-ifunc.c: Likewise.
36602         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
36603         * benchtests/bench-strcasestr-ifunc.c: Likewise.
36604         * benchtests/bench-strcat-ifunc.c: Likewise.
36605         * benchtests/bench-strchr-ifunc.c: Likewise.
36606         * benchtests/bench-strchrnul-ifunc.c: Likewise.
36607         * benchtests/bench-strcmp-ifunc.c: Likewise.
36608         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
36609         * benchtests/bench-strcpy-ifunc.c: Likewise.
36610         * benchtests/bench-strcspn-ifunc.c: Likewise.
36611         * benchtests/bench-strlen-ifunc.c: Likewise.
36612         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
36613         * benchtests/bench-strncat-ifunc.c: Likewise.
36614         * benchtests/bench-strncmp-ifunc.c: Likewise.
36615         * benchtests/bench-strncpy-ifunc.c: Likewise.
36616         * benchtests/bench-strnlen-ifunc.c: Likewise.
36617         * benchtests/bench-strpbrk-ifunc.c: Likewise.
36618         * benchtests/bench-strrchr-ifunc.c: Likewise.
36619         * benchtests/bench-strsep-ifunc.c: Likewise.
36620         * benchtests/bench-strspn-ifunc.c: Likewise.
36621         * benchtests/bench-strstr-ifunc.c: Likewise.
36623 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36625         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
36627 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36629         * resolv/netdb.h: Use __glibc_reserved instead __unused.
36630         * rt/aio.h: Likewise.
36631         * sysdeps/gnu/bits/utmp.h: Likewise.
36632         * sysdeps/gnu/bits/utmpx.h: Likewise.
36633         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
36634         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
36635         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
36636         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
36637         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
36638         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
36639         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
36640         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
36641         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
36642         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
36643         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
36644         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
36645         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
36646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
36647         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
36648         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
36649         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
36650         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
36651         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
36652         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
36653         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
36654         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
36655         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
36656         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
36657         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
36658         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36659         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
36660         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
36661         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
36662         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
36663         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
36664         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
36665         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
36666         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
36667         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
36668         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
36669         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
36670         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
36671         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
36672         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
36673         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
36674         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
36676 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
36678         [BZ #16245]
36679         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
36680         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
36682 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
36684         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
36685         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
36686         Likewise.
36688 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36690         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
36691         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
36692         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
36693         (__fesetround): Remove define.
36694         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
36695         rounding and exceptions handling.
36696         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
36697         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
36698         (__fe_nomask_env): Likewise.
36699         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
36700         __fegetround instead of fegetround.
36701         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
36702         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
36704 2013-11-21  Roland McGrath  <roland@hack.frob.com>
36706         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
36707         it's there.
36709         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
36711 2013-11-21  Meador Inge  <meadori@codesourcery.com>
36713         [BZ #11157]
36714         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
36715         (encrypt_r): Likewise.
36716         * malloc/obstack.h (obstack_free): Likewise.
36717         * posix/unistd.h (encrypt): Likewise.
36719 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
36721         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
36722         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
36723         DL_CALL_DT_FINI() that call the functions directly.
36724         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
36725         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
36726         * elf/dl-fini.c: Likewise.
36728 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
36730         * malloc/hooks.c (memalign_check): Add alignment rounding.
36731         * malloc/malloc.c (_mid_memalign): New function.
36732         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
36733         Implement by calling _mid_memalign.
36734         * manual/probes.texi (Memory Allocation Probes): Remove
36735         memory_valloc_retry and memory_pvalloc_retry.
36737 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36739         * locale/programs/locarchive.c (open_archive): Add const
36740         qualifier to ARCHIVEFNAME and copy default fname to
36741         DEFAULT_FNAME.
36743         [BZ #15601]
36744         * libio/tst-widetext.input: Rename Oriya to Odia.
36745         * locale/iso-639.def: Likewise.
36747         * manual/probes.texi (Mathematical Function Probes): Add
36748         documentation for sin, cos, asin and acos probes.
36749         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
36750         (__sin32): Add slowasin probe.
36751         (__cos32): Add slowacos probe.
36752         (__mpsin): Add slowsin probe.
36753         (__mpcos): Add slowcos probe.
36755 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
36757         [BZ #15483]
36758         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
36759         thread-local __sim_exceptions_thread and global
36760         __sim_exceptions_global.
36761         (__sim_disabled_exceptions): Change to thread-local
36762         __sim_disabled_exceptions_thread and global
36763         __sim_disabled_exceptions_global.
36764         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
36765         and global __sim_round_mode_global.
36766         (__simulate_exceptions): Use thread-local floating-point state and
36767         set global state from it as needed.
36768         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
36769         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
36770         __sim_round_mode_thread.
36771         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
36772         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
36773         and global __sim_exceptions_global.
36774         (__sim_disabled_exceptions): Change to thread-local
36775         __sim_disabled_exceptions_thread and global
36776         __sim_disabled_exceptions_global.
36777         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
36778         and global __sim_round_mode_global.
36779         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
36780         (SIM_SET_GLOBAL): Likewise.
36781         * sysdeps/powerpc/soft-fp/sfp-machine.h
36782         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
36783         __sim_round_mode_thread.
36784         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
36785         __sim_disabled_exceptions_thread.
36786         (__sim_exceptions): Change to __sim_exceptions_thread.
36787         (__sim_disabled_exceptions): Change to
36788         __sim_disabled_exceptions_thread.
36789         (__sim_round_mode): Change to __sim_round_mode_thread.
36790         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
36791         thread-local floating-point state and set global state from it as
36792         needed.
36793         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
36794         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
36795         (__sim_disabled_exceptions): Remove extern declaration.
36796         (feenableexcept): Use thread-local floating-point state and set
36797         global state from it as needed.
36798         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
36799         extern declaration.
36800         (__sim_disabled_exceptions): Likewise.
36801         (__sim_round_mode): Likewise.
36802         (__fegetenv): Use thread-local floating-point state.
36803         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
36804         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
36805         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
36806         floating-point state and set global state from it as needed.
36807         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
36808         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
36809         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
36810         Likewise.
36811         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
36812         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
36813         Likewise.
36814         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
36815         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
36816         Use __sim_round_mode_thread.
36817         * math/test-fenv-tls.c: New file.
36818         * math/Makefile (tests): Add test-fenv-tls.
36819         ($(objpfx)test-fenv-tls): Depend on
36820         $(common-objpfx)nptl/libpthread.so.
36822 2013-11-19  Andreas Schwab  <schwab@suse.de>
36824         * locale/programs/locale.c (show_info): Decode wordarray elements.
36825         * locale/categories.def (LC_MONETARY): Add element for
36826         _NL_MONETARY_CRNCYSTR.
36827         * locale/C-monetary.c (conversion_rate): New variable.
36828         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
36829         element.
36831 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
36833         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
36834         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
36836 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
36838         * elf/Makefile (tst-auxv): New test.
36839         * elf/tst-auxv.c: New
36840         * elf/rtld.c (dl_main): Adjust AT_EXECFN
36842 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
36844         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
36845         (hidden_proto): Caller changed.
36846         (hidden_tls_proto): New macro.
36847         (libc_hidden_tls_proto): Likewise.
36848         (rtld_hidden_tls_proto): Likewise.
36849         (libm_hidden_tls_proto): Likewise.
36850         (libresolv_hidden_tls_proto): Likewise.
36851         (librt_hidden_tls_proto): Likewise.
36852         (libdl_hidden_tls_proto): Likewise.
36853         (libnss_files_hidden_tls_proto): Likewise.
36854         (libnsl_hidden_tls_proto): Likewise.
36855         (libnss_nisplus_hidden_tls_proto): Likewise.
36856         (libutil_hidden_tls_proto): Likewise.
36858 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
36860         [BZ #10253]
36861         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
36862         (decompose_rpath): Defer expansion to fillin_rpath.
36863         (_dl_init_paths): Pass linkmap to fillin_rpath.
36865 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
36867         * benchtests/Makefile: Add strsep.
36868         * benchtests/bench-strsep.c: New file: strsep benchtest.
36869         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
36871 2013-11-18  Andreas Schwab  <schwab@suse.de>
36873         * locale/programs/locale.c (show_info) [case byte]: Check for
36874         '\377' instead of '\177'.
36875         * locale/C-monetary.c (not_available): Always use "\377".
36876         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
36877         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
36878         detect unavailable sign_posn locale elements.
36879         * locale/localeconv.c (__localeconv): For grouping and
36880         mon_grouping handle "\177" and "\377" like no grouping.
36881         (INT_ELEM): New macro.  Use it to set all numeric members.
36882         * locale/programs/ld-monetary.c (monetary_read)
36883         <tok_mon_grouping>: Normalize single -1 to the empty string.
36884         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
36885         Likewise.
36887 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
36889         [BZ #16055]
36890         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
36891         when we match (nil).
36892         * stdio-common/tst-sscanf.c (struct test): Add testcase.
36894 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
36896         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
36897         (NO_TEST_INLINE): Update value.
36898         (ERRNO_UNCHANGED): Likewise.
36899         (ERRNO_EDOM): Likewise.
36900         (ERRNO_ERANGE): Likewise.
36901         (IGNORE_RESULT): Likewise.
36902         (check_float_internal): Check signs of NaN results if
36903         TEST_NAN_SIGN used.
36904         (check_complex): Pass TEST_NAN_SIGN flag through to second
36905         check_float_internal call.
36906         (copysign_test_data): Add tests with quiet NaNs as second
36907         argument.  Use TEST_NAN_SIGN.
36908         (fabs_test_data): Add test of negative quiet NaN argument.  Use
36909         TEST_NAN_SIGN.
36910         (signbit_test_data): Add tests of quiet NaN argument.
36911         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
36913         * math/gen-libm-test.pl (show_exceptions): Take extra argument
36914         $ignore_result.
36915         (parse_args): Handle function results specified as IGNORE.
36916         * math/libm-test.inc (IGNORE_RESULT): New macro.
36917         (check_float_internal): Do not check numerical result if flag
36918         IGNORE_RESULT set.
36919         (check_complex): Pass through IGNORE_RESULT to second
36920         check_float_internal call.
36921         (check_int): Do not check numerical result if flag IGNORE_RESULT
36922         set.
36923         (check_long): Likewise.
36924         (check_bool): Likewise.
36925         (check_longlong): Likewise.
36926         (lrint_test_data): Add tests of infinite and NaN arguments.
36927         (lrint_tonearest_test_data): Likewise.
36928         (lrint_towardzero_test_data): Likewise.
36929         (lrint_downward_test_data): Likewise.
36930         (lrint_upward_test_data): Likewise.
36931         (llrint_test_data): Likewise.
36932         (llrint_tonearest_test_data): Likewise.
36933         (llrint_towardzero_test_data): Likewise.
36934         (llrint_downward_test_data): Likewise.
36935         (llrint_upward_test_data): Likewise.
36936         (lround_test_data): Likewise.
36937         (llround_test_data): Likewise.
36939         * math/libm-test.inc (NO_TEST_INLINE): New macro.
36940         (ERRNO_UNCHANGED): Update value.
36941         (ERRNO_EDOM): Likewise.
36942         (ERRNO_ERANGE): Likewise.
36943         (NO_TEST_INLINE_FLOAT): New macro.
36944         (NO_TEST_INLINE_DOUBLE): Likewise.
36945         (enable_test): New function.
36946         (RUN_TEST_f_f): Check enable_test before running test.
36947         (RUN_TEST_2_f): Likewise.
36948         (RUN_TEST_fff_f): Likewise.
36949         (RUN_TEST_c_f): Likewise.
36950         (RUN_TEST_f_f1): Likewise.
36951         (RUN_TEST_fF_f1): Likewise.
36952         (RUN_TEST_fI_f1): Likewise.
36953         (RUN_TEST_ffI_f1): Likewise.
36954         (RUN_TEST_c_c): Likewise.
36955         (RUN_TEST_cc_c): Likewise.
36956         (RUN_TEST_f_i): Likewise.
36957         (RUN_TEST_f_i_tg): Likewise.
36958         (RUN_TEST_ff_i_tg): Likewise.
36959         (RUN_TEST_f_b): Likewise.
36960         (RUN_TEST_f_b_tg): Likewise.
36961         (RUN_TEST_f_l): Likewise.
36962         (RUN_TEST_f_L): Likewise.
36963         (RUN_TEST_fFF_11): Likewise.
36964         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
36965         conditionals.
36966         (cosh_test_data): Likewise.
36967         (exp_test_data): Likewise.
36968         (expm1_test_data): Likewise.
36969         (hypot_test_data): Likewise.
36970         (pow_test_data): Likewise.
36971         (sinh_test_data): Likewise.
36972         (tanh_test_data): Likewise.
36973         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
36974         flags argument.
36976         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
36977         tests with quiet NaN input and output.
36978         (acosh_test_data): Likewise.
36979         (asin_test_data): Likewise.
36980         (asinh_test_data): Likewise.
36981         (atan_test_data): Likewise.
36982         (atanh_test_data): Likewise.
36983         (atan2_test_data): Likewise.
36984         (cbrt_test_data): Likewise.
36985         (cos_test_data): Likewise.
36986         (cosh_test_data): Likewise.
36987         (erf_test_data): Likewise.
36988         (erfc_test_data): Likewise.
36989         (exp_test_data): Likewise.
36990         (exp10_test_data): Likewise.
36991         (exp2_test_data): Likewise.
36992         (expm1_test_data): Likewise.
36993         (hypot_test_data): Likewise.
36994         (j0_test_data): Likewise.
36995         (j1_test_data): Likewise.
36996         (jn_test_data): Likewise.
36997         (lgamma_test_data): Likewise.
36998         (log_test_data): Likewise.
36999         (log10_test_data): Likewise.
37000         (log1p_test_data): Likewise.
37001         (log2_test_data): Likewise.
37002         (pow_test_data): Likewise.
37003         (scalb_test_data): Likewise.
37004         (sin_test_data): Likewise.
37005         (sincos_test_data): Likewise.
37006         (sinh_test_data): Likewise.
37007         (tan_test_data): Likewise.
37008         (tanh_test_data): Likewise.
37009         (tgamma_test_data): Likewise.
37010         (y0_test_data): Likewise.
37011         (y1_test_data): Likewise.
37012         (yn_test_data): Likewise.
37014         [BZ #16167]
37015         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
37016         argument being NaN and avoid computations with second argument in
37017         that case.
37018         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
37019         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
37020         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
37022 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
37024         * locale/iso-639.def: Add Chitwani Tharu (the).
37026 2013-11-14  Andreas Schwab  <schwab@suse.de>
37028         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
37029         word instead of empty string.
37031 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37034         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
37035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37036         (__fe_nomask_env): Likewise.
37038 2013-11-13  Steve Ellcey  <sellcey@mips.com>
37040         * benchtests/bench-timing.h: Include time.h.
37042 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
37044         [BZ #15997]
37045         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
37046         to 3.4.0 for x32.
37047         * sysdeps/unix/sysv/linux/configure: Regenerated.
37049 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
37051         [BZ #16151]
37052         * stdlib/strtod_l.c (round_and_return): Do not consider
37053         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
37054         exponent one less than half the least subnormal exponent.
37055         * stdlib/test-strtod-round-data: Add more tests.
37056         * stdlib/tst-strtod-round.c (tests): Regenerated.
37058 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37060         [BZ #14143]
37061         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
37062         (__fe_mask_env): Likewise.
37063         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
37064         libm_hidden_proto and add function prototype.
37065         (__fe_mask_env): Add function prototype.
37066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37067         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
37068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37069         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
37070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37071         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
37073 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37075         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
37076         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
37078 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37080         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
37081         of htab_find_slot().
37083 2013-11-11  David S. Miller  <davem@davemloft.net>
37085         [BZ #16150]
37086         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
37087         symbol in the non-vis3 case in static builds.
37088         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
37089         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
37090         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
37091         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
37093 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
37095         [BZ #387]
37096         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
37097         it is empty.
37099 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37101         * benchtests/Makefile: Add bench-strtod.
37102         * benchtests/bench-strtod.c: New file: strtod benchtest
37104 2013-11-11  Andreas Schwab  <schwab@suse.de>
37106         [BZ #16153]
37107         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
37108         terminating NUL in key length.
37110 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37112         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
37113         Add artificial ODP entry for vDSO symbol for PPC64.
37114         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
37115         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
37117 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
37119         [BZ #15374]
37120         * nss/getent.c (services_keys): Recognize services starting with digit.
37122 2013-11-06  David S. Miller  <davem@davemloft.net>
37124         [BZ #15985]
37125         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
37126         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
37128 2013-11-06  Will Newton  <will.newton@linaro.org>
37130         * manual/memory.texi (Malloc Examples): Remove register
37131         keyword from examples.
37133 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
37135         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
37137 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
37139         [BZ #6981]
37140         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
37141         depending on [__GCC_IEC_559 > 0].
37142         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
37143         depending on [__GCC_IEC_559_COMPLEX > 0].
37145 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
37147         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
37148         to iso-639.def.
37150 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
37152         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
37154 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
37156         [BZ #16112]
37157         * malloc/malloc (malloc_info): Do not handle first bin as
37158         special case.
37160 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
37162         * locale/iso-639.def: Add Central Nahuatl (nhn).
37164 2013-11-01  Bruno Haible  <bruno@clisp.org>
37166         [BZ #7003]
37167         * manual/math.texi (BSD Random): Specify range upper bound as
37168         in POSIX.
37170 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
37172         * locale/iso-639.def: Add Meadow Mari (mhr).
37174 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
37176         [BZ #14752], [BZ #15763]
37177         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
37178         Validate name.
37179         * rt/tst_shm.c: Add test for escaping directory.
37181 2013-10-31  Andreas Schwab  <schwab@suse.de>
37183         [BZ #15917]
37184         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
37185         followed by 'x' as part of digit sequence.
37186         * stdio-common/tst-sscanf.c (double_tests2): New tests.
37188 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
37190         [BZ #16037]
37191         * configure.ac: allow GNU Make 4.0 and greater.
37192         * configure: Regenerated.
37194 2013-10-30  Will Newton  <will.newton@linaro.org>
37196         [BZ #16038]
37197         * malloc/hooks.c (memalign_check): Limit alignment to the
37198         maximum representable power of two.
37199         * malloc/malloc.c (__libc_memalign): Likewise.
37200         * malloc/tst-memalign.c (do_test): Add test for very
37201         large alignment values.
37202         * malloc/tst-posix_memalign.c (do_test): Likewise.
37204 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
37206         [BZ #11087]
37207         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
37208         (munmap_chunk): Likewise.
37209         (mremap_chunk): Likewise.
37211 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
37213         [BZ #15799]
37214         * stdlib/div.c (div): Remove obsolete code.
37215         * stdlib/ldiv.c (ldiv): Likewise.
37216         * stdlib/lldiv.c (lldiv): Likewise.
37218 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
37220         [BZ #16071]
37221         * nss/nss_files/files-XXX.c (get_contents_ret): New
37222         enumerator.
37223         (get_contents): New function.
37224         (internal_getent): Use it.  Expand size of LINEBUFLEN.
37226 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
37228         * configure.in: Moved to ...
37229         * configure.ac: ... here. Change reference to configure.in
37230         to configure.ac.
37231         * sysdeps/arm/preconfigure.ac: ... here.
37232         configure.in to configure.ac.
37233         * sysdeps/gnu/configure.in: Moved to ...
37234         * sysdeps/gnu/configure.ac: ... here.
37235         * sysdeps/i386/configure.in: Moved to ...
37236         * sysdeps/i386/configure.ac: ... here.
37237         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
37238         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
37239         * sysdeps/mach/configure.in: Moved to ...
37240         * sysdeps/mach/configure.ac: ... here.
37241         * sysdeps/mach/hurd/configure.in: Moved to ...
37242         * sysdeps/mach/hurd/configure.ac: ... here.
37243         * sysdeps/powerpc/configure.in: Moved to ...
37244         * sysdeps/powerpc/configure.ac: ... here.
37245         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
37246         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
37247         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
37248         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
37249         * sysdeps/s390/s390-32/configure.in: Moved to ...
37250         * sysdeps/s390/s390-32/configure.ac: ... here.
37251         * sysdeps/s390/s390-64/configure.in: Moved to ...
37252         * sysdeps/s390/s390-64/configure.ac: ... here.
37253         * sysdeps/sh/configure.in: Moved to ...
37254         * sysdeps/sh/configure.ac: ... here.
37255         * sysdeps/sparc/configure.in: Moved to ...
37256         * sysdeps/sparc/configure.ac: ... here.
37257         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
37258         * sysdeps/unix/sysv/linux/configure.ac: ... here.
37259         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
37260         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
37261         * sysdeps/x86_64/configure.in: Moved to ...
37262         * sysdeps/x86_64/configure.ac: ... here.
37263         * sysdeps/x86_64/preconfigure.in: Moved to ...
37264         * sysdeps/x86_64/preconfigure.ac: ... here.
37265         * aclocal.m4: Change reference to configure.in to configure.ac.
37266         * config.h.in: Likewise.
37267         * manual/install.texi: Likewise.
37268         * manual/maint.texi: Likewise.
37269         * Makefile: Likewise.
37270         * malloc/Makefile: Likewise.
37271         * nscd/Makefile: Likewise.
37272         * Makeconfig: Change reference to configure.in and
37273         preconfigure.in to configure.ac and preconfigure.ac
37274         respectively.
37275         * INSTALL: Regenerated.
37276         * configure: Likewise.
37277         * sysdeps/gnu/configure: Likewise.
37278         * sysdeps/i386/configure: Likewise.
37279         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
37280         * sysdeps/mach/configure: Likewise.
37281         * sysdeps/mach/hurd/configure: Likewise.
37282         * sysdeps/powerpc/configure: Likewise.
37283         * sysdeps/powerpc/powerpc32/configure: Likewise.
37284         * sysdeps/powerpc/powerpc64/configure: Likewise.
37285         * sysdeps/s390/s390-32/configure: Likewise.
37286         * sysdeps/s390/s390-64/configure: Likewise.
37287         * sysdeps/sh/configure: Likewise.
37288         * sysdeps/sparc/configure: Likewise.
37289         * sysdeps/unix/sysv/linux/configure: Likewise.
37290         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
37291         * sysdeps/x86_64/configure: Likewise.
37292         * sysdeps/x86_64/preconfigure: Likewise.
37294 2013-10-29  Andreas Schwab  <schwab@suse.de>
37296         * stdio-common/Makefile (tst-swscanf-ENV): Define.
37298 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37300         * benchtests/pow-inputs: Add new inputs.
37302         * benchtests/exp-inputs: Add new inputs.
37304         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
37305         conditional check for return value.
37306         (__cos32): Likewise.
37308 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37310         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
37311         to provide a boost for large inputs with word alignment.
37312         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
37313         implementation based on optimized PPC64 strcpy.
37314         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
37315         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
37316         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
37317         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
37319 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
37321         [BZ #2801]
37322         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
37324 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
37326         [BZ #14876]
37327         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
37328         * time/tst-strptime.c (day_tests): Add testcase.
37330 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
37332         [BZ #14029]
37333         * manual/pattern.texi: Acknowledge that fnmatch can fail.
37335 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
37337         [BZ #16074]
37338         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
37339         MAP_FAILED on error.
37341 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37343         [BZ #16072]
37344         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
37345         heap for large requests.
37347 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
37349         [BZ #9954]
37350         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
37351         result if the result has no associated interface.
37352         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
37353         interface for all 127.X.Y.Z addresses.
37355 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
37357         * locale/iso-639.def: Add Ligurian (lij)
37359 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
37361         [BZ #15825]
37362         * sunrpc/rpc_main.c: Document rpcgen -5.
37364 2013-10-19  Michael Stahl  <mstahl@redhat.com>
37366         * elf/rtld.c (do_preload): Print the reason why preloading failed.
37368 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
37370         [BZ #10278]
37371         * posix/glob.c: Match only directories when trailing slash is present.
37372         * posix/tst-gnuglob.c (my_opendir): Do not open files.
37373         (main): Add testcase.
37375 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
37377         [BZ #15670]
37378         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
37380 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
37382         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
37383         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
37384         AUTH_DES and cindex for FIPS 140-2.
37385         (DES Encryption): Add cindex FIPS 46-3.
37387         * locale/locarchive.h (struct locarhandle): Add fname.
37388         * locale/programs/localedef.c (main): Pass ARGV[remaining]
37389         if an optional argument was specified to --list-archive,
37390         otherwise NULL.
37391         * locale/programs/locarchive.c (show_archive_content): Take new
37392         argument fname and pass it via ah.fname to open_archive.
37393         * locale/programs/localedef.h: Update decl.
37394         (open_archive): If AH->fname is non-null, open that file
37395         rather than the default file name, and don't ignore ENOENT.
37396         (create_archive): Set AH.fname to NULL.
37397         (delete_locales_from_archive): Likewise.
37398         (add_locales_to_archive): Likewise.
37399         * locale/programs/locfile.c (write_all_categories): Likewise.
37401 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
37402             Aldy Hernandez  <aldyh@redhat.com>
37404         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
37405         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
37406         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
37407         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
37408         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
37409         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
37410         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
37411         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
37412         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
37413         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
37414         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
37415         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
37416         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
37417         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
37418         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
37419         Likewise.
37420         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
37421         Likewise.
37422         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
37423         Likewise.
37424         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
37425         Likewise.
37426         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
37427         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
37428         Likewise.
37429         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
37430         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
37431         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
37432         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
37433         Likewise.
37434         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
37435         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
37436         * sysdeps/powerpc/preconfigure: Likewise.
37437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
37438         Likewise.
37439         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
37440         Replace contents of file by #include of <fenv_libc.h>.
37441         * sysdeps/powerpc/soft-fp/sfp-machine.h
37442         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
37443         and <sys/prctl.h>.
37444         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
37445         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
37446         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
37447         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
37448         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
37449         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
37450         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
37451         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
37452         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
37453         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
37454         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
37455         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
37456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
37457         Allow copysignl PLT reference to be missing.
37459 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
37460             Joseph Myers  <joseph@codesourcery.com
37462         [BZ #15948]
37463         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
37464         single character.
37465         (add_to_tablewc): Assert sequence of wide characters is nonempty.
37467 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37469         * elf/tst-tls-dlinfo.c: Don't include tls.h.
37470         * elf/tst-tls1.c: Likewise.
37471         * elf/tst-tls10.h: Likewise.
37472         * elf/tst-tls14.c: Likewise.
37473         * elf/tst-tls2.c: Likewise.
37474         * elf/tst-tls3.c: Likewise.
37475         * elf/tst-tls4.c: Likewise.
37476         * elf/tst-tls5.c: Likewise.
37477         * elf/tst-tls6.c: Likewise.
37478         * elf/tst-tls7.c: Likewise.
37479         * elf/tst-tls8.c: Likewise.
37480         * elf/tst-tls9.c: Likewise.
37481         * elf/tst-tlsmod1.c: Likewise.
37482         * elf/tst-tlsmod13.c: Likewise.
37483         * elf/tst-tlsmod13a.c: Likewise.
37484         * elf/tst-tlsmod14a.c: Likewise.
37485         * elf/tst-tlsmod16a.c: Likewise.
37486         * elf/tst-tlsmod16b.c: Likewise.
37487         * elf/tst-tlsmod2.c: Likewise.
37488         * elf/tst-tlsmod3.c: Likewise.
37489         * elf/tst-tlsmod4.c: Likewise.
37490         * elf/tst-tlsmod5.c: Likewise.
37491         * elf/tst-tlsmod6.c: Likewise.
37493 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
37495         [BZ #12486]
37496         * malloc/malloc.c: remove checks for statistics.
37498 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
37500         [BZ #15277]
37501         * inet/inet_net.c (inet_network): Detect additional invalid strings.
37502         * inet/tst-network.c: Add testcase.
37504 2013-10-17  Andreas Schwab  <schwab@suse.de>
37506         [BZ #15218]
37507         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
37508         to determine canonical name.
37510 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
37512         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
37513         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
37514         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
37515         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
37516         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
37517         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
37518         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
37519         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
37520         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
37521         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
37522         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37523         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
37524         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
37525         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
37526         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
37527         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
37528         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
37529         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
37530         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
37531         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
37532         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
37533         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
37534         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
37535         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
37536         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
37537         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
37538         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
37539         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
37540         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
37541         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
37542         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
37543         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
37544         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
37545         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
37546         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
37547         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
37548         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
37549         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
37550         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
37551         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
37552         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
37553         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
37554         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
37555         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
37556         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
37557         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
37558         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
37559         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
37560         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
37561         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
37562         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
37563         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
37564         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
37565         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
37566         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
37567         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
37568         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
37569         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
37571 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
37573         [BZ #16041]
37574         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
37575         make result into a quiet NaN.
37577 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
37579         * soft-fp/adddf3.c: Fix horizontal whitespace.
37580         * soft-fp/addsf3.c: Likewise.
37581         * soft-fp/addtf3.c: Likewise.
37582         * soft-fp/divdf3.c: Likewise.
37583         * soft-fp/divsf3.c: Likewise.
37584         * soft-fp/divtf3.c: Likewise.
37585         * soft-fp/double.h: Likewise.
37586         * soft-fp/eqdf2.c: Likewise.
37587         * soft-fp/eqsf2.c: Likewise.
37588         * soft-fp/eqtf2.c: Likewise.
37589         * soft-fp/extenddftf2.c: Likewise.
37590         * soft-fp/extended.h: Likewise.
37591         * soft-fp/extendsfdf2.c: Likewise.
37592         * soft-fp/extendsftf2.c: Likewise.
37593         * soft-fp/extendxftf2.c: Likewise.
37594         * soft-fp/fixdfdi.c: Likewise.
37595         * soft-fp/fixdfsi.c: Likewise.
37596         * soft-fp/fixdfti.c: Likewise.
37597         * soft-fp/fixsfdi.c: Likewise.
37598         * soft-fp/fixsfsi.c: Likewise.
37599         * soft-fp/fixsfti.c: Likewise.
37600         * soft-fp/fixtfdi.c: Likewise.
37601         * soft-fp/fixtfsi.c: Likewise.
37602         * soft-fp/fixtfti.c: Likewise.
37603         * soft-fp/fixunsdfdi.c: Likewise.
37604         * soft-fp/fixunsdfsi.c: Likewise.
37605         * soft-fp/fixunsdfti.c: Likewise.
37606         * soft-fp/fixunssfdi.c: Likewise.
37607         * soft-fp/fixunssfsi.c: Likewise.
37608         * soft-fp/fixunssfti.c: Likewise.
37609         * soft-fp/fixunstfdi.c: Likewise.
37610         * soft-fp/fixunstfsi.c: Likewise.
37611         * soft-fp/fixunstfti.c: Likewise.
37612         * soft-fp/floatdidf.c: Likewise.
37613         * soft-fp/floatdisf.c: Likewise.
37614         * soft-fp/floatditf.c: Likewise.
37615         * soft-fp/floatsidf.c: Likewise.
37616         * soft-fp/floatsisf.c: Likewise.
37617         * soft-fp/floatsitf.c: Likewise.
37618         * soft-fp/floattidf.c: Likewise.
37619         * soft-fp/floattisf.c: Likewise.
37620         * soft-fp/floattitf.c: Likewise.
37621         * soft-fp/floatundidf.c: Likewise.
37622         * soft-fp/floatundisf.c: Likewise.
37623         * soft-fp/floatunditf.c: Likewise.
37624         * soft-fp/floatunsidf.c: Likewise.
37625         * soft-fp/floatunsisf.c: Likewise.
37626         * soft-fp/floatunsitf.c: Likewise.
37627         * soft-fp/floatuntidf.c: Likewise.
37628         * soft-fp/floatuntisf.c: Likewise.
37629         * soft-fp/floatuntitf.c: Likewise.
37630         * soft-fp/fmadf4.c: Likewise.
37631         * soft-fp/fmasf4.c: Likewise.
37632         * soft-fp/fmatf4.c: Likewise.
37633         * soft-fp/gedf2.c: Likewise.
37634         * soft-fp/gesf2.c: Likewise.
37635         * soft-fp/getf2.c: Likewise.
37636         * soft-fp/ledf2.c: Likewise.
37637         * soft-fp/lesf2.c: Likewise.
37638         * soft-fp/letf2.c: Likewise.
37639         * soft-fp/muldf3.c: Likewise.
37640         * soft-fp/mulsf3.c: Likewise.
37641         * soft-fp/multf3.c: Likewise.
37642         * soft-fp/negdf2.c: Likewise.
37643         * soft-fp/negsf2.c: Likewise.
37644         * soft-fp/negtf2.c: Likewise.
37645         * soft-fp/op-1.h: Likewise.
37646         * soft-fp/op-2.h: Likewise.
37647         * soft-fp/op-4.h: Likewise.
37648         * soft-fp/op-8.h: Likewise.
37649         * soft-fp/op-common.h: Likewise.
37650         * soft-fp/quad.h: Likewise.
37651         * soft-fp/single.h: Likewise.
37652         * soft-fp/soft-fp.h: Likewise.
37653         * soft-fp/sqrtdf2.c: Likewise.
37654         * soft-fp/sqrtsf2.c: Likewise.
37655         * soft-fp/sqrttf2.c: Likewise.
37656         * soft-fp/subdf3.c: Likewise.
37657         * soft-fp/subsf3.c: Likewise.
37658         * soft-fp/subtf3.c: Likewise.
37659         * soft-fp/truncdfsf2.c: Likewise.
37660         * soft-fp/trunctfdf2.c: Likewise.
37661         * soft-fp/trunctfsf2.c: Likewise.
37662         * soft-fp/trunctfxf2.c: Likewise.
37663         * soft-fp/unorddf2.c: Likewise.
37664         * soft-fp/unordsf2.c: Likewise.
37665         * soft-fp/unordtf2.c: Likewise.
37667 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
37669         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
37670         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
37672 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
37674         * elf/dl-libc.c: Clear initfini list after freeing.
37676 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
37678         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
37679         * soft-fp/addsf3.c: Likewise.
37680         * soft-fp/addtf3.c: Likewise.
37681         * soft-fp/divdf3.c: Likewise.
37682         * soft-fp/divsf3.c: Likewise.
37683         * soft-fp/divtf3.c: Likewise.
37684         * soft-fp/double.h: Likewise.
37685         * soft-fp/eqdf2.c: Likewise.
37686         * soft-fp/eqsf2.c: Likewise.
37687         * soft-fp/eqtf2.c: Likewise.
37688         * soft-fp/extenddftf2.c: Likewise.
37689         * soft-fp/extended.h: Likewise.
37690         * soft-fp/extendsfdf2.c: Likewise.
37691         * soft-fp/extendsftf2.c: Likewise.
37692         * soft-fp/extendxftf2.c: Likewise.
37693         * soft-fp/fixdfdi.c: Likewise.
37694         * soft-fp/fixdfsi.c: Likewise.
37695         * soft-fp/fixdfti.c: Likewise.
37696         * soft-fp/fixsfdi.c: Likewise.
37697         * soft-fp/fixsfsi.c: Likewise.
37698         * soft-fp/fixsfti.c: Likewise.
37699         * soft-fp/fixtfdi.c: Likewise.
37700         * soft-fp/fixtfsi.c: Likewise.
37701         * soft-fp/fixtfti.c: Likewise.
37702         * soft-fp/fixunsdfdi.c: Likewise.
37703         * soft-fp/fixunsdfsi.c: Likewise.
37704         * soft-fp/fixunsdfti.c: Likewise.
37705         * soft-fp/fixunssfdi.c: Likewise.
37706         * soft-fp/fixunssfsi.c: Likewise.
37707         * soft-fp/fixunssfti.c: Likewise.
37708         * soft-fp/fixunstfdi.c: Likewise.
37709         * soft-fp/fixunstfsi.c: Likewise.
37710         * soft-fp/fixunstfti.c: Likewise.
37711         * soft-fp/floatdidf.c: Likewise.
37712         * soft-fp/floatdisf.c: Likewise.
37713         * soft-fp/floatditf.c: Likewise.
37714         * soft-fp/floatsidf.c: Likewise.
37715         * soft-fp/floatsisf.c: Likewise.
37716         * soft-fp/floatsitf.c: Likewise.
37717         * soft-fp/floattidf.c: Likewise.
37718         * soft-fp/floattisf.c: Likewise.
37719         * soft-fp/floattitf.c: Likewise.
37720         * soft-fp/floatundidf.c: Likewise.
37721         * soft-fp/floatundisf.c: Likewise.
37722         * soft-fp/floatunsidf.c: Likewise.
37723         * soft-fp/floatunsisf.c: Likewise.
37724         * soft-fp/floatuntidf.c: Likewise.
37725         * soft-fp/floatuntisf.c: Likewise.
37726         * soft-fp/floatuntitf.c: Likewise.
37727         * soft-fp/fmadf4.c: Likewise.
37728         * soft-fp/fmasf4.c: Likewise.
37729         * soft-fp/fmatf4.c: Likewise.
37730         * soft-fp/gedf2.c: Likewise.
37731         * soft-fp/gesf2.c: Likewise.
37732         * soft-fp/getf2.c: Likewise.
37733         * soft-fp/ledf2.c: Likewise.
37734         * soft-fp/lesf2.c: Likewise.
37735         * soft-fp/letf2.c: Likewise.
37736         * soft-fp/muldf3.c: Likewise.
37737         * soft-fp/mulsf3.c: Likewise.
37738         * soft-fp/multf3.c: Likewise.
37739         * soft-fp/negdf2.c: Likewise.
37740         * soft-fp/negsf2.c: Likewise.
37741         * soft-fp/negtf2.c: Likewise.
37742         * soft-fp/op-1.h: Likewise.
37743         * soft-fp/op-2.h: Likewise.
37744         * soft-fp/op-4.h: Likewise.
37745         * soft-fp/op-8.h: Likewise.
37746         * soft-fp/op-common.h: Likewise.
37747         * soft-fp/quad.h: Likewise.
37748         * soft-fp/single.h: Likewise.
37749         * soft-fp/soft-fp.h: Likewise.
37750         * soft-fp/sqrtdf2.c: Likewise.
37751         * soft-fp/sqrtsf2.c: Likewise.
37752         * soft-fp/sqrttf2.c: Likewise.
37753         * soft-fp/subdf3.c: Likewise.
37754         * soft-fp/subsf3.c: Likewise.
37755         * soft-fp/subtf3.c: Likewise.
37756         * soft-fp/truncdfsf2.c: Likewise.
37757         * soft-fp/trunctfdf2.c: Likewise.
37758         * soft-fp/trunctfsf2.c: Likewise.
37759         * soft-fp/trunctfxf2.c: Likewise.
37760         * soft-fp/unorddf2.c: Likewise.
37761         * soft-fp/unordsf2.c: Likewise.
37762         * soft-fp/unordtf2.c: Likewise.
37764 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
37766         [BZ #15672]
37767         * misc/error.c (error_tail): Fix possible buffer overflow.
37769 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
37771         [BZ #13028]
37772         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
37773         address.
37775 2013-10-14  P. J. McDermott  <pj@pehjota.net>
37777         [BZ #832]
37778         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
37779         testing pipefail option.
37781 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
37783         * soft-fp/double.h: Indent preprocessor directives inside #if.
37784         * soft-fp/extended.h: Likewise.
37785         * soft-fp/op-2.h: Likewise.
37786         * soft-fp/op-4.h: Likewise.
37787         * soft-fp/op-common.h: Likewise.
37788         * soft-fp/quad.h: Likewise.
37789         * soft-fp/single.h: Likewise.
37790         * soft-fp/soft-fp.h: Likewise.
37792 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
37794         * iconv/iconv_prog.c: Fix typos.
37795         * stdio-common/psiginfo-data.h: Likewise.
37797 2013-10-12   Reuben Thomas <rrt@sc3d.org>
37799         [BZ #15764]
37800         * locale/setlocale.c: Fix typo.
37802 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
37804         [BZ #16036]
37805         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
37806         signaling NaN arguments.
37807         * soft-fp/unordsf2.c (__unordsf2): Likewise.
37808         * soft-fp/unordtf2.c (__unordtf2): Likewise.
37810         [BZ #14910]
37811         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
37812         unordered operands.
37813         * soft-fp/gesf2.c (__gesf2): Likewise.
37814         * soft-fp/getf2.c (__getf2): Likewise.
37815         * soft-fp/ledf2.c (__ledf2): Likewise.
37816         * soft-fp/lesf2.c (__lesf2): Likewise.
37817         * soft-fp/letf2.c (__letf2): Likewise.
37819         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
37820         * soft-fp/eqsf2.c (__eqsf2): Likewise.
37821         * soft-fp/eqtf2.c (__eqtf2): Likewise.
37822         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
37823         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
37824         * soft-fp/fixdfti.c (__fixdfti): Likewise.
37825         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
37826         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
37827         * soft-fp/fixsfti.c (__fixsfti): Likewise.
37828         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
37829         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
37830         * soft-fp/fixtfti.c (__fixtfti): Likewise.
37831         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
37832         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
37833         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
37834         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
37835         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
37836         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
37837         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
37838         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
37839         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
37840         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
37841         * soft-fp/floatdisf.c (__floatdisf): Likewise.
37842         * soft-fp/floatsisf.c (__floatsisf): Likewise.
37843         * soft-fp/floattidf.c (__floattidf): Likewise.
37844         * soft-fp/floattisf.c (__floattisf): Likewise.
37845         * soft-fp/floattitf.c (__floattitf): Likewise.
37846         * soft-fp/floatundidf.c (__floatundidf): Likewise.
37847         * soft-fp/floatundisf.c (__floatundisf): Likewise.
37848         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
37849         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
37850         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
37851         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
37852         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
37853         * soft-fp/gesf2.c (__gesf2): Likewise.
37854         * soft-fp/getf2.c (__getf2): Likewise.
37855         * soft-fp/ledf2.c (__ledf2): Likewise.
37856         * soft-fp/lesf2.c (__lesf2): Likewise.
37857         * soft-fp/letf2.c (__letf2): Likewise.
37859         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
37860         Undefine and redefine.
37861         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
37862         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
37863         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
37864         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
37865         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37866         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
37867         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37868         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
37869         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37870         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
37871         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37872         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
37873         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37874         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
37875         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37877         [BZ #16032]
37878         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
37879         without decrementing exponent if mantissa >= that for the
37880         denominator, not >.
37881         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
37882         denominator, not >.  Decrement exponent in < case instead of
37883         incrementing in >= case.
37884         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
37885         without decrementing exponent if mantissa >= that for the
37886         denominator, not >.
37888         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
37889         computing saturated result for unsigned overflow.
37891 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
37892             Jeff Law  <law@redhat.com>
37894         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
37895         (atan2Mp): Add systemtap probe marker.
37896         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
37897         (__ieee754_log): Add systemtap probe marker.
37898         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
37899         (atanMp): Add systemtap probe marker.
37900         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
37901         (tanMp): Add systemtap probe marker.
37902         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
37903         (__slowexp): Add systemtap probe marker.
37904         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
37905         (__slowpow): Add systemtap probe marker.
37906         * manual/probes.texi: Document probes.
37908 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
37910         [BZ #15362]
37911         * libio/fileops.c (_IO_new_file_write): Return count of bytes
37912         written.
37913         (_IO_new_file_xsputn): Don't return EOF if nothing has been
37914         written.
37915         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
37916         written to buffer but not flushed.
37917         * libio/iofwrite_u.c:  Likewise.
37918         * libio/iopadn.c:  Return bytes returned even if EOF was
37919         encountered.
37920         * libio/iowpadn.c:  Likewise.
37921         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
37922         if _IO_padn does not write the whole buffer.
37923         [!COMPILE_WPRINTF] (PAD): Likewise.
37925 2013-10-10  David S. Miller  <davem@davemloft.net>
37927         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
37928         directory block.
37930 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
37932         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
37933         instead of FSF address.
37934         * soft-fp/fixdfti.c: Likewise.
37935         * soft-fp/fixsfti.c: Likewise.
37936         * soft-fp/fixtfti.c: Likewise.
37937         * soft-fp/fixunsdfti.c: Likewise.
37938         * soft-fp/fixunssfti.c: Likewise.
37939         * soft-fp/fixunstfti.c: Likewise.
37940         * soft-fp/floattidf.c: Likewise.
37941         * soft-fp/floattisf.c: Likewise.
37942         * soft-fp/floattitf.c: Likewise.
37943         * soft-fp/floatuntidf.c: Likewise.
37944         * soft-fp/floatuntisf.c: Likewise.
37945         * soft-fp/floatuntitf.c: Likewise.
37946         * soft-fp/trunctfxf2.c: Likewise.
37948         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
37949         * soft-fp/fixdfti.c: Likewise.
37950         * soft-fp/fixsfti.c: Likewise.
37951         * soft-fp/fixtfti.c: Likewise.
37952         * soft-fp/fixunsdfti.c: Likewise.
37953         * soft-fp/fixunssfti.c: Likewise.
37954         * soft-fp/fixunstfti.c: Likewise.
37955         * soft-fp/floattidf.c: Likewise.
37956         * soft-fp/floattisf.c: Likewise.
37957         * soft-fp/floattitf.c: Likewise.
37958         * soft-fp/floatuntidf.c: Likewise.
37959         * soft-fp/floatuntisf.c: Likewise.
37960         * soft-fp/floatuntitf.c: Likewise.
37961         * soft-fp/trunctfxf2.c: Likewise.
37963 2013-10-10  David S. Miller  <davem@davemloft.net>
37965         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37967 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
37969         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
37970         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
37971         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
37972         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
37973         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
37974         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
37975         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
37977         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
37978         for NaNs before doing comparisons on argument.
37979         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
37980         Likewise.
37982 2013-10-10  Will Newton  <will.newton@linaro.org>
37984         * malloc/hooks.c (memalign_check): Ensure the value of bytes
37985         passed to _int_memalign does not overflow.
37987 2013-10-10  Torvald Riegel  <triegel@redhat.com>
37989         * scripts/bench.pl: Add include-sources directive.
37990         * benchtests/README: Update documentation.
37992 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
37994         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
37995         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
37996         instead of FP_INIT_ROUNDMODE.
37997         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
37998         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
38000         [BZ #16034]
38001         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
38002         copy class of input value.
38003         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
38004         not handle exceptions.
38005         * soft-fp/negsf2.c (__negsf2): Likewise.
38006         * soft-fp/negtf2.c (__negtf2): Likewise.
38007         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
38009 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
38011         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
38012         semicolon.  From Linux kernel.
38014 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
38016         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
38018 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
38020         [BZ #156]
38021         * manual/socket.texi: Added statement about buffer
38022         for gethostbyname2_r.
38024 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
38026         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
38027         Use .p2align directive instead, throughout.
38028         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
38029         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
38030         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
38031         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
38032         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
38033         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
38034         * sysdeps/x86_64/strchr.S: Likewise.
38035         * sysdeps/x86_64/strrchr.S: Likewise.
38037 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
38039         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
38041         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
38043         * sysdeps/generic/math_private.h (__mpsin1): Remove
38044         declaration.
38045         (__mpcos1): Likewise.
38046         (__mpsin): New argument __range_reduce.
38047         (__mpcos): Likewise.
38048         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
38049         (slow): Use __mpsin and __mpcos.
38050         (slow1): Likewise.
38051         (slow2): Likewise.
38052         (sloww): Likewise.
38053         (sloww1): Likewise.
38054         (sloww2): Likewise.
38055         (bsloww): Likewise.
38056         (bsloww1): Likewise.
38057         (bsloww2): Likewise.
38058         (cslow2): Likewise.
38059         (csloww): Likewise.
38060         (csloww1): Likewise.
38061         (csloww2): Likewise.
38062         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
38063         range_reduce.  Merge in __mpsin1.
38064         (__mpcos): Likewise.
38065         (__mpsin1): Remove.
38066         (__mpcos1): Likewise.
38068 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
38070         * locale/loadlocale.c (_nl_intern_locale_data): Use
38071         LOCFILE_ALIGNED_P.
38072         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
38073         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
38074         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
38075         obstack data is appropriately aligned.
38076         (obstack_int32_grow_fast): Likewise.
38077         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
38078         * locale/programs/locfile.c (add_locale_uint32): Likewise.
38079         (add_locale_uint32_array): Likewise.
38081 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38083         * benchtests/Makefile: Remove ARGLIST and RET variables.
38084         ($(objpfx)bench-%.c): Pass only function name to the script.
38085         * benchtests/README: Update documentation.
38086         * benchtests/acos-inputs: Add new directives.
38087         * benchtests/acosh-inputs: Likewise.
38088         * benchtests/asin-inputs: Likewise.
38089         * benchtests/asinh-inputs: Likewise.
38090         * benchtests/atan-inputs: Likewise.
38091         * benchtests/atanh-inputs: Likewise.
38092         * benchtests/cos-inputs: Likewise.
38093         * benchtests/cosh-inputs: Likewise.
38094         * benchtests/exp-inputs: Likewise.
38095         * benchtests/log-inputs: Likewise.
38096         * benchtests/pow-inputs: Likewise.
38097         * benchtests/rint-inputs: Likewise.
38098         * benchtests/sin-inputs: Likewise.
38099         * benchtests/sinh-inputs: Likewise.
38100         * benchtests/tan-inputs: Likewise.
38101         * benchtests/tanh-inputs: Likewise.
38102         * scripts/bench.pl: Add support for new directives.
38104 2013-10-07  Alan Modra  <amodra@gmail.com>
38106         * README: Fix careless merge.
38108 2013-10-05  Alan Modra  <amodra@gmail.com>
38110         * NEWS: Mention powerpc64le support and bugs fixed.
38111         * README: Both big-endian and little-endian powerpc64 supported.
38113 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38115         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
38116         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
38117         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
38118         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
38120 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
38122         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
38123         match prototype.
38125 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
38127         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
38128         Move -mhard-float appending from
38129         ports/sysdeps/powerpc/powerpc32/Makefile.
38130         [$(with-fp) = yes] (ASFLAGS): Likewise.
38131         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
38132         * sysdeps/powerpc/nofpu: Move directory from
38133         ports/sysdeps/powerpc/nofpu.
38134         * sysdeps/powerpc/soft-fp: Move directory from
38135         ports/sysdeps/powerpc/soft-fp.
38136         * sysdeps/powerpc/powerpc32/405: Move directory from
38137         ports/sysdeps/powerpc/powerpc32/405.
38138         * sysdeps/powerpc/powerpc32/440: Move directory from
38139         ports/sysdeps/powerpc/powerpc32/440.
38140         * sysdeps/powerpc/powerpc32/464: Move directory from
38141         ports/sysdeps/powerpc/powerpc32/464.
38142         * sysdeps/powerpc/powerpc32/476: Move directory from
38143         ports/sysdeps/powerpc/powerpc32/476.
38144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
38145         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
38146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
38147         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
38148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
38149         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
38150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
38151         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
38152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
38153         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
38154         * README: Update for powerpc-*-linux-gnu software floating point
38155         support in libc.
38157         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
38158         case to powerpc/powerpc32*.
38159         * sysdeps/unix/sysv/linux/configure: Regenerated.
38161         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
38162         (_FPU_MASK_OM): Define as 0x04.
38163         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
38164         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
38165         0x00c10080.
38166         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
38167         0x0000003c.
38168         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
38170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
38171         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
38172         getcontext_e500.
38173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
38174         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
38175         setcontext_e500.
38176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
38177         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
38178         and setcontext_e500.
38180 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
38182         * locale/iso-3166.def: Update iso-1366.def and related occurrences
38184 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38186         * manual/threads.texi (Default Thread Attributes): Fix typo.
38188 2013-10-04  Will Newton  <will.newton@linaro.org>
38190         * malloc/Makefile: Add tst-memalign.
38191         * malloc/tst-memalign.c: New file.
38193         * malloc/tst-posix_memalign.c: Add comments.
38194         (do_test): Add comments and call free on all potentially
38195         allocated pointers. Add space after cast.
38197         * malloc/tst-pvalloc.c: Add comments.
38198         (do_test): Add comments and call free on all potentially
38199         allocated pointers. Remove duplicate check for NULL pointer.
38200         Add space after cast.
38202         * malloc/tst-valloc.c: Add comments.
38203         (do_test): Add comments and call free on all potentially
38204         allocated pointers. Remove duplicate check for NULL pointer.
38205         Add space after cast.
38207 2013-10-04  Alan Modra  <amodra@gmail.com>
38209         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
38210         Use stdint types in rather than __attribute__((mode())).
38211         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
38213 2013-10-04  Alan Modra  <amodra@gmail.com>
38215         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
38216         Correct handling of unaligned relocs for little-endian.
38217         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
38219 2013-10-04  Alan Modra  <amodra@gmail.com>
38221         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
38222         * configure: Regenerate.
38223         * nptl/shlib-versions: Powerpc*le starts at 2.18.
38224         * shlib-versions: Likewise.
38226 2013-10-04  Alan Modra  <amodra@gmail.com>
38228         * string/tester.c (test_memrchr): Increment reported test cycle.
38230 2013-10-04  Alan Modra  <amodra@gmail.com>
38232         * string/test-memcpy.c (do_one_test): When reporting errors, print
38233         string address and don't overrun end of string.
38235 2013-10-04  Alan Modra  <amodra@gmail.com>
38237         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
38238         insrdi.  Make better use of reg selection to speed exit slightly.
38239         Schedule entry path a little better.  Remove useless "are we done"
38240         checks on entry to main loop.  Handle wrapping around zero address.
38241         Correct main loop count.  Handle single left-over word from main
38242         loop inline rather than by using loop_small.  Remove extra word
38243         case in loop_small caused by wrong loop count.  Add little-endian
38244         support.
38245         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
38246         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
38247         cache hint.
38248         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
38249         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
38250         support.  Avoid rlwimi.
38251         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
38253 2013-10-04  Alan Modra  <amodra@gmail.com>
38255         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
38256         insrdi.  Formatting.
38257         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
38258         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
38259         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
38260         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
38261         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
38262         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
38264 2013-10-04  Alan Modra  <amodra@gmail.com>
38266         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
38267         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
38268         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
38269         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
38270         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
38271         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
38272         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
38273         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
38274         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
38275         use of regs.  Use power7 mtocrf.  Tidy function tails.
38277 2013-10-04  Alan Modra  <amodra@gmail.com>
38279         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
38280         Formatting.  Consistently use rXXX register defines or rN defines.
38281         Use early exit labels that avoid restoring unused non-volatile regs.
38282         Make cr field use more consistent with rWORDn compares.  Rename
38283         regs used as shift registers for unaligned loop, using rN defines
38284         for short lifetime/multiple use regs.
38285         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
38286         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
38287         addi 1,1,64 to pop stack frame.  Simplify return value code.
38288         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
38290 2013-10-04  Alan Modra  <amodra@gmail.com>
38292         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
38293         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
38294         rather than rlwimi.
38295         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
38296         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
38297         little-endian support.  Correct typos.
38298         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
38299         rather than rlwimi.
38300         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
38301         in loop and entry code to keep "and." results.
38302         (strchr): Add little-endian support.  Comment.  Move cntlzd
38303         earlier in tail.
38304         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
38306 2013-10-04  Alan Modra  <amodra@gmail.com>
38308         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
38309         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
38310         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
38311         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
38313 2013-10-04  Alan Modra  <amodra@gmail.com>
38315         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
38316         (rTMP): Define as r11.
38317         (strcmp): Add little-endian support.  Optimise tail.
38318         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
38319         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
38320         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
38321         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
38322         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
38323         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
38324         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
38326 2013-10-04  Alan Modra  <amodra@gmail.com>
38328         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
38329         little-endian support.  Remove unnecessary "are we done" tests.
38330         Handle "s" wrapping around zero and extremely large "size".
38331         Correct main loop count.  Handle single left-over word from main
38332         loop inline rather than by using small_loop.  Correct comments.
38333         Delete "zero" tail, use "end_max" instead.
38334         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
38336 2013-10-04  Alan Modra  <amodra@gmail.com>
38338         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
38339         support.  Don't branch over align.
38340         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
38341         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
38342         support.  Rearrange tmp reg use to suit.  Comment.
38343         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
38345 2013-10-04  Alan Modra  <amodra@gmail.com>
38347         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
38349 2013-10-04  Alan Modra  <amodra@gmail.com>
38351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
38352         conditional form of branch and link when obtaining pc.
38353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
38355 2013-10-04  Alan Modra  <amodra@gmail.com>
38357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
38358         HIWORD/LOWORD.
38359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
38360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
38362 2013-10-04  Alan Modra  <amodra@gmail.com>
38364         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
38365         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
38366         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
38367         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
38368         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
38369         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
38370         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
38371         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
38372         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
38373         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
38375 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38376             Alistair Popple <alistair@ozlabs.au.ibm.com>
38377             Alan Modra <amodra@gmail.com>
38379         [BZ #15723]
38380         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
38381         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
38382         _dl_hwcap access for little-endian.
38383         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
38384         destroy vmx regs when saving unaligned.
38385         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
38386         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
38387         destroy vmx regs when saving unaligned.
38389 2013-10-04  Alan Modra  <amodra@gmail.com>
38391         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
38392         Don't use a union to pack hi/low value.
38394 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38396         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
38397         for little-endian.
38398         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
38399         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
38400         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
38401         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
38402         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
38404 2013-10-04  Alan Modra  <amodra@gmail.com>
38406         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
38407         constants to usual value for .cst8 section, and remove redundant
38408         high address load.
38409         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
38410         constant for 0x1p52.  Load little-endian words of double from
38411         correct stack offsets.
38413 2013-10-04  Alan Modra  <amodra@gmail.com>
38415         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
38416         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
38417         words of double from correct stack offsets.
38418         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
38419         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
38420         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
38421         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
38422         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
38423         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
38424         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
38425         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
38426         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
38427         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
38428         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
38429         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
38430         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
38431         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
38432         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
38433         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
38434         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
38436 2013-10-04  Alan Modra  <amodra@gmail.com>
38438         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
38439         64-bit int/double union.
38440         (_FPU_SETCW): Likewise.
38441         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
38442         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
38444 2013-10-04  Alan Modra  <amodra@gmail.com>
38446         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
38447         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
38449 2013-10-04  Alan Modra  <amodra@gmail.com>
38451         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
38452         use vector int constants.
38453         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
38455 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38457         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
38458         array with long long.
38459         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
38460         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
38461         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
38462         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
38463         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
38464         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
38465         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
38466         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
38467         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
38468         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
38469         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
38470         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
38471         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
38473 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38475         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
38476         (__signbit): Likewise.  Correct for little-endian.
38477         (__signbitl): Call __signbit.
38478         (lrint): Correct for little-endian.
38479         (lrintf): Call lrint.
38481 2013-10-04  Alan Modra  <amodra@gmail.com>
38483         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
38484         union 32-bit int array member with 64-bit int array.
38485         (t515, tm256): Double rather than long double.
38486         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
38488 2013-10-04  Alan Modra  <amodra@gmail.com>
38490         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
38491         Delete.
38492         (IEEE854_LONG_DOUBLE_BIAS): Delete.
38493         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
38494         version of math_ldbl.h.
38496 2013-10-04  Alan Modra  <amodra@gmail.com>
38498         [BZ #15734], [BZ #15735]
38499         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
38500         all uses of ieee875 long double macros and unions.  Simplify test
38501         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
38502         ldbl_extract_mantissa value for ix,iy exponents.  Properly
38503         normalize after ldbl_extract_mantissa, and don't add hidden bit
38504         already handled.  Don't treat low word of ieee854 mantissa like
38505         low word of IBM long double and mask off bit when testing for
38506         zero.
38507         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
38508         all uses of ieee875 long double macros and unions.  Simplify tests
38509         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
38510         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
38511         two1022, instead use their values.  Recognise that tests for large
38512         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
38513         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
38514         Rewrite all uses of ieee875 long double macros and unions.  Simplify
38515         test for 0.0L and nan.  Correct negation.
38516         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
38517         ieee875 long double macros and unions.  Correct output for large
38518         magnitude x.  Correct absolute value calculation.
38519         (__erfcl): Likewise.
38520         * math/libm-test.inc: Add tests for errors discovered in IBM long
38521         double versions of fmodl, remainderl, erfl and erfcl.
38523 2013-10-04  Alan Modra  <amodra@gmail.com>
38525         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
38526         all uses of ieee854 long double macros and unions.  Simplify tests
38527         for long doubles that are fully specified by the high double.
38528         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
38529         Likewise.
38530         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
38531         Remove dead code too.
38532         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
38533         (__ieee754_ynl): Likewise.
38534         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
38535         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
38536         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
38537         Remove dead code too.
38538         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
38539         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
38540         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
38541         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
38542         Simplify.
38543         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
38544         Simplify.
38545         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
38546         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
38547         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
38548         Comment on variable precision.
38549         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
38550         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38551         Likewise.
38552         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
38553         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
38554         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
38555         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
38556         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
38558 2013-10-04  Alan Modra  <amodra@gmail.com>
38560         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
38561         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
38562         all uses of ieee854 long double macros and unions.
38563         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
38564         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38565         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
38566         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
38567         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
38568         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
38569         Likewise.
38570         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
38571         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38572         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
38573         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38574         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
38575         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
38576         Simplify sign and nan test too.
38577         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
38578         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
38579         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
38580         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
38581         Likewise.
38582         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
38583         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
38584         Likewise.
38585         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38586         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
38587         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
38588         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
38589         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
38590         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
38592 2013-10-04  Alan Modra  <amodra@gmail.com>
38594         * stdio-common/printf_size.c (__printf_size): Don't use
38595         union ieee854_long_double in fpnum union.
38596         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
38597         signbit macro to retrieve sign from long double.
38598         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
38599         retrieve sign from long double.
38600         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
38601         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
38602         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
38603         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
38604         * math/test-misc.c (main): Don't use union ieee854_long_double.
38606 2013-10-04  Alan Modra  <amodra@gmail.com>
38608         [BZ #15680]
38609         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
38610         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
38611         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
38612         calculation.  Remove unnecessary test for denormal exponent.
38613         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
38614         Correct handling of denormals.  Avoid undefined shift behaviour.
38615         Correct normalisation of low mantissa when low double is denormal.
38616         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
38617         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
38618         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
38619         Correct normalisation of low mantissa.  Test for overflow of high
38620         mantissa and normalise.
38621         (ldbl_nearbyint): Use more readable constant for two52.
38622         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
38623         (__mpn_construct_long_double): Fix test for overflow of high
38624         mantissa and correct normalisation.  Avoid undefined shift.
38626 2013-10-04  Alan Modra  <amodra@gmail.com>
38628         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
38629         (union ibm_extended_long_double): Define as an array of ieee754_double.
38630         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
38631         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
38632         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
38633         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38634         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
38635         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
38636         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
38637         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
38638         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
38639         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
38640         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38642 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
38644         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
38645         page size instead of calling getpagesize.
38647         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
38648         (LOCFILE_ALIGN_MASK): Likewise.
38649         (LOCFILE_ALIGN_UP): Likewise.
38650         (LOCFILE_ALIGNED_P): Likewise.
38651         * locale/programs/ld-collate.c (collate_output): Use the new
38652         macros instead of __alignof__ (int32_t).
38653         * locale/weight.h (findidx): Likewise.
38655 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
38657         [BZ #431]
38658         * manual/string.texi: Fix strncat and wcsncat.
38660 2013-10-03  Brooks Moses  <bmoses@google.com>
38662         [BZ #15915]
38663         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
38664         * Makerules: ...here, and adjust associated comments.
38666 2013-10-02  Will Newton  <will.newton@linaro.org>
38668         * malloc/Makefile: Add tst-pvalloc.
38669         * malloc/tst-pvalloc.c: New file.
38671 2013-10-02  Will Newton  <will.newton@linaro.org>
38673         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
38674         improve test coverage.
38676 2013-10-02  Will Newton  <will.newton@linaro.org>
38678         * malloc/Makefile: Add tst-posix_memalign.
38679         * malloc/tst-posix_memalign.c: New file.
38681 2013-10-01  Eric Blake  <eblake@redhat.com>
38683         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
38684         Use __THROWNL rather than __THROW on static functions.
38686 2013-09-30  Petr Machata  <pmachata@redhat.com>
38688         * elf/elf.h (R_AARCH64_ABS16): New macro.
38689         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
38690         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
38691         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
38692         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
38693         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
38694         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
38695         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
38696         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
38697         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
38698         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
38699         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
38700         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
38701         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
38702         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
38703         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
38704         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
38705         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
38706         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
38707         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
38708         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
38709         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
38710         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
38711         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
38712         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
38713         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
38714         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
38715         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
38716         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
38717         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
38718         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
38719         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
38720         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
38721         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
38722         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
38723         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
38724         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
38725         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
38726         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
38727         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
38728         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
38729         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
38730         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
38731         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
38732         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
38733         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
38734         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
38735         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
38736         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
38737         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
38738         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
38739         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
38740         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
38741         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
38742         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
38743         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
38744         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
38745         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
38746         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
38747         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
38748         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
38749         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
38750         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
38751         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
38752         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
38753         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
38754         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
38755         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
38756         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
38757         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
38758         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
38759         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
38760         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
38761         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
38762         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
38763         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
38764         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
38765         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
38766         (R_AARCH64_TLSDESC_LDR): Likewise.
38767         (R_AARCH64_TLSDESC_ADD): Likewise.
38768         (R_AARCH64_TLSDESC_CALL): Likewise.
38770 2013-09-30  Andreas Schwab  <schwab@suse.de>
38772         [BZ #15048]
38773         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
38774         the nss database lookup.
38775         * nscd/initgrcache.c (addinitgroupsX): Likewise.
38776         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
38778 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
38780         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
38782 2013-09-28  P. J. McDermott  <pj@pehjota.net>
38784         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
38785         ${Bash-specific parameter/pattern/string} parameter expansion.
38786         * sysdeps/unix/make-syscalls.sh: Likewise.
38788 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38790         * sysdeps/sh/stackguard-macros.h: New file.
38792 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
38794         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
38795         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
38796         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
38797         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
38798         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38799         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
38801 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38803         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
38804         Fix thread ID register.
38806 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
38808         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
38809         [POSIX || UNIX98]: Require rather than permitting all symbols from
38810         <time.h>.
38811         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
38812         element of struct sched_param.
38813         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
38814         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
38815         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
38816         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
38817         constant.
38819 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
38821         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
38822         argument calculation.
38824 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
38826         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
38827         Expect macro.
38828         [POSIX] (pthread_attr_t): Do not require type.
38829         [POSIX] (pthread_cond_t): Likewise.
38830         [POSIX] (pthread_condattr_t): Likewise.
38831         [POSIX] (pthread_key_t): Likewise.
38832         [POSIX] (pthread_mutex_t): Likewise.
38833         [POSIX] (pthread_mutexattr_t): Likewise.
38834         [POSIX] (pthread_once_t): Likewise.
38835         [POSIX] (pthread_t): Likewise.
38836         [POSIX-based standards] (pthread_atfork): Expect function.
38838 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
38839             Richard Sandiford  <richard@codesourcery.com>
38841         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
38842         (swap_endianness_p): New extern variable.
38843         (set_big_endian): New inline function.
38844         (maybe_swap_uint32): Likewise.
38845         (maybe_swap_uint32_array): Likewise.
38846         (maybe_swap_uint32_obstack): Likewise.
38847         * locale/programs/locfile.c: Include <stdbool.h>.
38848         (swap_endianness_p): New variable.
38849         (add_locale_uint32): Call maybe_swap_uint32.
38850         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
38851         (write_locale_data): Call maybe_swap_uint32_array.
38852         * locale/programs/ld-collate.c (obstack_int32_grow): Call
38853         maybe_swap_uint32.
38854         (obstack_int32_grow_fast): Likewise.
38855         (output_weightwc): Call maybe_swap_uint32_obstack.
38856         (collate_output): Likewise.
38857         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
38858         (OPT_LITTLE_ENDIAN): Likewise.
38859         (options): Add --little-endian and --big-endian options.
38860         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
38861         * locale/programs/locarchive.c: Include "locfile.h".
38862         (GET): New macro.
38863         (SET): Likewise.
38864         (INC): Likewise.
38865         (create_archive): Use the new macros to access fields of
38866         structures directly mapped from or written to locale archives.
38867         (oldlocrecentcmp): Likewise.
38868         (enlarge_archive): Likewise.
38869         (insert_name): Likewise.
38870         (add_alias): Likewise.
38871         (add_locale): Likewise.
38872         (delete_locales_from_archive): Likewise.
38873         (show_archive_content): Likewise.
38874         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
38875         locale data.
38877 2013-09-24  Roland McGrath  <roland@hack.frob.com>
38879         * manual/freemanuals.texi: Updated from (newly) canonical copy at
38880         http://www.gnu.org/doc/freemanuals.texi.
38881         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
38883 2013-09-24  Will Newton  <will.newton@linaro.org>
38885         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
38886         macro.
38888 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
38890         * locale/hashval.h (compute_hashval): Interpret bytes of key as
38891         unsigned char.
38893 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
38895         * manual/threads.texi (POSIX Threads): Fix a typo.
38897 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
38899         [BZ #14547]
38900         * string/tst-strcoll-overflow.c: New test case.
38901         * string/Makefile (xtests): Add tst-strcoll-overflow.
38902         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
38903         cache if string sizes may cause integer overflow.
38905         [BZ #14547]
38906         * string/strcoll_l.c (coll_seq): New members rule, idx,
38907         save_idx and back_us.
38908         (get_next_seq_nocache): New function.
38909         (do_compare_nocache): New function.
38910         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
38911         when malloc fails.
38913 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
38915         [BZ #15754]
38916         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
38917         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
38918         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
38920         [BZ #15754]
38921         * elf/Makefile (tests): Add tst-ptrguard1.
38922         (tests-static): Add tst-ptrguard1-static.
38923         (tst-ptrguard1-ARGS): Define.
38924         (tst-ptrguard1-static-ARGS): Define.
38925         * elf/tst-ptrguard1.c: New file.
38926         * elf/tst-ptrguard1-static.c: New file.
38927         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
38928         * sysdeps/i386/stackguard-macros.h: Likewise.
38929         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
38930         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
38931         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
38932         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
38933         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
38934         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
38936 2013-09-23  Hector Marco  <hecmargi@upv.es>
38937             Ismael Ripoll  <iripoll@disca.upv.es>
38938             Carlos O'Donell  <carlos@redhat.com>
38940         [BZ #15754]
38941         * sysdeps/generic/stackguard-macros.h: Define
38942         __pointer_chk_guard_local and POINTER_CHK_GUARD.
38943         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
38944         Define __pointer_chk_guard_local.
38945         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
38946         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
38948 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
38950         [BZ #15859]
38951         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
38953 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
38955         * include/string.h (__ffs): Declare as hidden.
38956         * string/ffs.c (__ffs): Define as hidden.
38957         * sysdeps/i386/ffs.c (__ffs): Likewise.
38958         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
38959         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
38960         * sysdeps/s390/ffs.c (__ffs): Likewise.
38961         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
38963 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
38965         * NEWS: Mention malloc probes.
38967         * malloc/arena.c (new_heap): New memory_heap_new probe.
38968         (grow_heap): New memory_heap_more probe.
38969         (shrink_heap): New memory_heap_less probe.
38970         (heap_trim): New memory_heap_free probe.
38971         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
38972         (systrim): New memory_sbrk_less probe.
38973         * manual/probes.texi: Document them.
38975         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
38976         * manual/probes.texi: Document it.
38978         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
38979         (__libc_realloc): Add memory_realloc_retry probe.
38980         (__libc_memalign): Add memory_memalign_retry probe.
38981         (__libc_valloc): Add memory_valloc_retry probe.
38982         (__libc_pvalloc): Add memory_pvalloc_retry probe.
38983         (__libc_calloc): Add memory_calloc_retry probe.
38984         * manual/probes.texi: Document them.
38986         * malloc/arena.c (get_free_list): Add probe
38987         memory_arena_reuse_free_list.
38988         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
38989         and memory_arena_reuse.
38990         (arena_get2) [!PER_THREAD]: Likewise.
38991         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
38992         memory_arena_reuse_realloc.
38993         * manual/probes.texi: Document them.
38995         * malloc/malloc.c (__libc_free): Add
38996         memory_mallopt_free_dyn_thresholds probe.
38997         (__libc_mallopt): Add multiple memory_mallopt probes.
38998         * manual/probes.texi: Document them.
39000         * malloc/malloc.c: Include stap-probe.h.
39001         (__libc_mallopt): Add memory_mallopt probe.
39002         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
39003         * manual/probes.texi: New.
39004         * manual/Makefile (chapters): Add probes.
39005         * manual/threads.texi: Set next node.
39007 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
39009         [BZ #15963, #13985]
39010         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
39011         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
39012         Add `Chinese' to `nan' entry name.
39014 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39016         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
39017         (POLYNOMIAL): Likewise.
39018         (TAYLOR_SINCOS): Likewise.
39019         (TAYLOR_SLOW): Likewise.
39020         (__sin): Use TAYLOR_SINCOS.
39021         (__cos): Likewise.
39022         (slow): Use TAYLOR_SLOW.
39023         (sloww): Likewise.
39024         (bsloww): Likewise.
39025         (csloww): Likewise.
39027 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39029         * stdlib/strtod_l.c: Fix buffer overrun.
39031 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39033         * benchtests/Makefile (bench): Add sincos.
39034         * benchtests/bench-sincos.c: New file.
39036         * math/libm-test.inc (cos_test_data): New test inputs.
39037         (sin_test_data): Likewise.
39039         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
39040         macro.
39041         (__sin): Use it.
39042         (__cos): Likewise.
39043         (slow1): Likewise.
39044         (slow2): Likewise.
39045         (sloww1): Likewise.
39046         (sloww2): Likewise.
39047         (bsloww1): Likewise.
39048         (bsloww2): Likewise.
39049         (cslow2): Likewise.
39050         (csloww1): Likewise.
39051         (csloww2): Likewise.
39053         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
39054         function.
39055         (__sin): Use it.
39056         (__cos): Likewise.
39058         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
39059         gotos.
39060         (__cos): Likewise.
39062 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
39064         * config.h.in (HAVE_MIPS_NAN2008): New macro.
39065         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
39066         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
39067         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
39068         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
39069         * elf/cache.c (print_entry): Handle the new cache flags.
39071 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
39072             Aldy Hernandez  <aldyh@redhat.com>
39074         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
39075         Change condition to [_SOFT_FLOAT].
39076         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
39077         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
39078         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
39079         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
39080         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
39081         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
39082         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
39083         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
39084         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
39085         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
39086         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
39087         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
39088         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
39089         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
39090         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
39091         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
39092         declaration.
39094 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
39096         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
39097         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
39098         (__longjmp): Use LOAD_GP to load saved GPRs.
39099         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
39100         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
39101         (__sigsetjmp): Use SAVE_GP to save GPRs.
39103         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
39104         Do not append -msoft-float.
39105         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
39107 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
39109         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
39111 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
39113         [BZ #15966]
39114         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
39115         (_FPU_GETCW): Use initial "__" on variable and field names but not
39116         on macro parameter name.
39117         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
39118         parentheses around reference to macro parameter.
39120 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
39122         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
39123         prototype.
39124         (ctype_startup): Use uint32_t in cast and sizeof for
39125         ctype->charnames.
39127 2013-09-11  Jia Liu  <proljc@gmail.com>
39129         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
39130         __daddr_t_defined.
39131         [__FreeBSD__]: Likewise.
39133 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
39135         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
39136         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
39137         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
39138         (strchr): Remove __strchr_sse42 ifunc selection.
39139         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
39140         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
39142 2013-09-11  Will Newton  <will.newton@linaro.org>
39144         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
39145         parameter to RES. Remove hardcoded 1000 value.
39146         * benchtests/bench-skeleton.c (main): Pass RES parameter
39147         to TIMING_INIT and multiply result by 1000.
39149 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39153 2013-09-11  Andreas Schwab  <schwab@suse.de>
39155         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
39156         if not defined.
39157         (O_TMPFILE) [__USE_GNU]: Define.
39158         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
39159         Define.
39161 2013-09-11  Will Newton  <will.newton@linaro.org>
39163         [BZ #15857]
39164         * malloc/malloc.c (__libc_memalign): Check the value of bytes
39165         does not overflow.
39167 2013-09-11  Will Newton  <will.newton@linaro.org>
39169         [BZ #15856]
39170         * malloc/malloc.c (__libc_valloc): Check the value of bytes
39171         does not overflow.
39173 2013-09-11  Will Newton  <will.newton@linaro.org>
39175         [BZ #15855]
39176         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
39177         does not overflow.
39179 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
39181         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
39182         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39183         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39184         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39185         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39187 2013-09-10  Allan McRae  <allan@archlinux.org>
39189         [BZ #15748]
39190         * manual/arith.texi (Parsing of Floats): Clarify
39191         cross-reference.
39193         [BZ #15849]
39194         * manual/install.texi (Running make install): Mention
39195         --enable-pt-chown.
39196         * INSTALL: Regenerated.
39198 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
39200         * csu/init-first.c (_init): Remove the !SHARED condition around
39201         FPU control word initialization.
39202         * elf/dl-support.c (_dl_fpu_control): New variable.
39203         (_dl_aux_init) <AT_FPUCW>: Initialize it.
39204         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
39205         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
39206         * math/test-fpucw-static.c: New file.
39207         * math/test-fpucw-ieee.c: New file.
39208         * math/test-fpucw-ieee-static.c: New file.
39209         * math/Makefile (tests): Add `test-fpucw-ieee' and
39210         `$(tests-static)'.
39211         (tests-static): New variable.
39212         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
39213         dependency to...
39214         [($(build-shared),yes)]
39215         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
39216         ... this.
39217         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
39218         New dependency.
39220 2013-09-09  Allan McRae  <allan@archlinux.org>
39222         [BZ #15939]
39223         * manual/string.texi (Collation Functions): Fix typo in
39224         strcoll example.
39225         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
39227         [BZ #15893]
39228         * stdlib/isomac.c (get_null_defines): Fix memory leak.
39230         [BZ #15892]
39231         * libio/memstream.c (open_memstream): Fix memory leak.
39232         * libio/wmemstream.c (open_wmemstream): Likewise.
39234         [BZ #15895]
39235         * nscd/netgroupcache.c: Fix nesting of ifdefs.
39237 2013-09-09  Will Newton  <will.newton@linaro.org>
39239         * malloc/Makefile: Add tst-realloc to tests.
39240         * malloc/tst-realloc.c: New file.
39242 2013-09-09  Allan McRae  <allan@archlinux.org>
39244         [BZ #15844]
39245         * COPYING: Update from GNU website to fix FSF address.
39246         * COPYING.LIB: Likewise.
39248 2013-09-06  David S. Miller  <davem@davemloft.net>
39250         * po/zh_TW.po: Update Chinese (traditional) translation from
39251         translation project.
39253 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
39254             Joseph Myers  <joseph@codesourcery.com>
39256         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
39257         "localeinfo.h".
39258         (obstack_chunk_alloc): New macro.
39259         (obstack_chunk_free): Likewise.
39260         (record_offset): New function.
39261         (init_locale_data): Likewise.
39262         (align_locale_data): Likewise.
39263         (add_locale_empty): Likewise.
39264         (add_locale_raw_data): Likewise.
39265         (add_locale_raw_obstack): Likewise.
39266         (add_locale_string): Likewise.
39267         (add_locale_wstring): Likewise.
39268         (add_locale_uint32): Likewise.
39269         (add_locale_uint32_array): Likewise.
39270         (add_locale_char): Likewise.
39271         (start_locale_structure): Likewise.
39272         (end_locale_structure): Likewise.
39273         (start_locale_prelude): Likewise.
39274         (end_locale_prelude): Likewise.
39275         (write_locale_data): Take locale_file structure rather than an
39276         iovec.
39277         * locale/programs/locfile.h: Include "obstack.h".
39278         (struct locale_file): Change to store locale file contents instead
39279         of header.
39280         (init_locale_data): New prototype.
39281         (align_locale_data): Likewise.
39282         (add_locale_empty): Likewise.
39283         (add_locale_raw_data): Likewise.
39284         (add_locale_raw_obstack): Likewise.
39285         (add_locale_string): Likewise.
39286         (add_locale_wstring): Likewise.
39287         (add_locale_uint32): Likewise.
39288         (add_locale_uint32_array): Likewise.
39289         (add_locale_char): Likewise.
39290         (start_locale_structure): Likewise.
39291         (end_locale_structure): Likewise.
39292         (start_locale_prelude): Likewise.
39293         (end_locale_prelude): Likewise.
39294         (write_locale_data): Update prototype.
39295         * locale/programs/3level.h (struct TABLE): Remove result field.
39296         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
39297         Use new locale_file interface.
39298         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
39299         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
39300         * locale/programs/ld-address.c (address_output): Use new
39301         locale_file interface.
39302         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
39303         NO_ADD_LOCALE.
39304         (collate_finish): Don't call collseq_table_finalize.
39305         (collate_output): Use new locale_file interface.
39306         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
39307         in file.
39308         (NO_FINALIZE): Change to NO_ADD_LOCALE.
39309         (TABLE): Move defines earlier in file.
39310         (ELEMENT): Likewise.
39311         (DEFAULT): Likewise.
39312         (wctrans_table_add): Move macro and inline function earlier in
39313         file.
39314         (struct wctype_table): Move type earlier in file.
39315         (add_locale_wctype_table): New static prototype.
39316         (struct locale_ctype_t): Use logical types instead of struct iovec
39317         pointers for members.
39318         (ctype_output): Use new locale_file interface.
39319         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
39320         new locale_file interface.
39321         (allocate_arrays): Update for use of new locale_file interface.
39322         * locale/programs/ld-identification.c (identification_output): Use
39323         new locale_file interface.
39324         * locale/programs/ld-measurement.c (measurement_output): Likewise.
39325         * locale/programs/ld-messages.c (messages_output): Likewise.
39326         * locale/programs/ld-monetary.c (monetary_output): Likewise.
39327         * locale/programs/ld-name.c (name_output): Likewise.
39328         * locale/programs/ld-numeric.c (numeric_output): Likewise.
39329         * locale/programs/ld-paper.c (paper_output): Likewise.
39330         * locale/programs/ld-telephone.c (telephone_output): Likewise.
39331         * locale/programs/ld-time.c (time_output): Likewise.
39333 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39335         * benchtests/Makefile: Add memrchr benchmark.
39336         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
39337         benchmark as memrchr.
39338         * benchtests/bench-memrchr-ifunc.c: New file.
39339         * benchtests/bench-memrchr.c: New file.
39341 2013-09-06   Will Newton  <will.newton@linaro.org>
39343         * benchtests/Makefile (string-bench): Add memcpy.
39345 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
39346             Cong Wang  <amwang@redhat.com>
39348         [BZ #15850]
39349         * sysdeps/unix/sysv/linux/bits/in.h
39350         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
39351         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
39352         before __USE_KERNEL_IPV6_DEFS uses.
39353         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
39354         IPPROTO_BEETPH.
39355         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
39356         sockaddr_in6, or ipv6_mreq.
39358 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39360         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
39361         memory access for final bytes in some large inputs.
39362         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
39364 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39366         * string/test-memrchr.c: New file.
39367         * string/test-memrchr-ifunc.c: New file.
39368         * string/Makefile: Add new memrchr testcase.
39370 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
39372         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
39373         fanotify_init returns EPERM.
39375 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
39377         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
39378         errors.
39379         (top level): Treat second token from macro or constant entries for
39380         allowed headers as allowed.
39381         * include/complex.h: Condition internal declarations on
39382         [!_ISOMAC].
39383         * include/fenv.h: Condition include of <stdbool.h> and internal
39384         declarations on [!_ISOMAC].
39386 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
39388         [BZ #15923]
39389         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
39391 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
39393         * configure.in (--enable-versioning): Remove configure option.
39394         (libc_cv_asm_symver_directive): Remove configure test.
39395         (libc_cv_ld_version_script_option): Likewise.
39396         (VERSIONING): Remove variable and AC_SUBST.
39397         (DO_VERSIONING): Remove AC_DEFINE.
39398         * configure: Regenerated.
39399         * config.h.in (DO_VERSIONING): Remove macro.
39400         * Makerules [$(versioning) = yes]: Change conditionals to
39401         [$(build-shared) = yes].
39402         * config.make.in (versioning): Remove variable.
39403         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
39404         [$(build-shared) = yes].
39405         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
39406         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
39407         * elf/Makefile [$(versioning) = yes]: Change conditionals to
39408         [$(build-shared) = yes].
39409         * extra-lib.mk [$(versioning) = yes]: Likewise.
39410         * hurd/Makefile [$(versioning) = yes]: Likewise.
39411         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
39412         [SHARED].
39413         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
39414         [SHARED].
39415         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
39416         [SHARED && !NO_HIDDEN].
39417         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
39418         [SHARED].
39419         [SHARED && DO_VERSIONING]: Likewise..
39420         * libio/Makefile [$(versioning) = yes]: Change conditionals to
39421         [$(build-shared) = yes].
39422         * manual/install.texi (--disable-versioning): Remove
39423         documentation.
39424         * INSTALL: Regenerated.
39425         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
39426         to [SHARED].
39427         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
39428         [$(build-shared) = yes].
39429         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
39430         * sysdeps/i386/i686/multiarch/strstr-c.c
39431         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
39432         [SHARED && !NO_HIDDEN].
39433         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
39434         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
39435         * sysdeps/powerpc/powerpc32/dl-machine.c
39436         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
39437         * sysdeps/powerpc/powerpc32/sysdep.h
39438         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
39439         to [SHARED && PIC && !NO_HIDDEN].
39440         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
39441         conditional to [SHARED].
39443 2013-09-04   Will Newton  <will.newton@linaro.org>
39445         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
39446         * benchtests/bench-string.h: Include bench-timing.h instead
39447         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
39448         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
39449         call to HP_TIMING_DIFF_INIT.
39450         * benchtests/bench-memccpy.c: Use bench-timing.h macros
39451         instead of hp-timing.h macros.
39452         * benchtests/bench-memchr.c: Likewise.
39453         * benchtests/bench-memcmp.c: Likewise.
39454         * benchtests/bench-memcpy.c: Likewise.
39455         * benchtests/bench-memmem.c: Likewise.
39456         * benchtests/bench-memmove.c: Likewise.
39457         * benchtests/bench-memset.c: Likewise.
39458         * benchtests/bench-rawmemchr.c: Likewise.
39459         * benchtests/bench-strcasecmp.c: Likewise.
39460         * benchtests/bench-strcasestr.c: Likewise.
39461         * benchtests/bench-strcat.c: Likewise.
39462         * benchtests/bench-strchr.c: Likewise.
39463         * benchtests/bench-strcmp.c: Likewise.
39464         * benchtests/bench-strcpy.c: Likewise.
39465         * benchtests/bench-strcpy_chk.c: Likewise.
39466         * benchtests/bench-strlen.c: Likewise.
39467         * benchtests/bench-strncasecmp.c: Likewise.
39468         * benchtests/bench-strncat.c: Likewise.
39469         * benchtests/bench-strncmp.c: Likewise.
39470         * benchtests/bench-strncpy.c: Likewise.
39471         * benchtests/bench-strnlen.c: Likewise.
39472         * benchtests/bench-strpbrk.c: Likewise.
39473         * benchtests/bench-strrchr.c: Likewise.
39474         * benchtests/bench-strspn.c: Likewise.
39475         * benchtests/bench-strstr.c: Likewise.
39477 2013-09-04  Will Newton  <will.newton@linaro.org>
39479         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
39481 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
39483         [BZ #15427]
39484         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
39485         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
39486         * math/libm-test.inc (lgamma_test_data): Add more tests.
39487         * sysdeps/i386/fpu/libm-test-ulps: Update.
39488         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39490 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
39492         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
39493         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
39494         Add ifunc.
39495         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
39496         Add strcmp-sse2-unaligned
39497         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
39499 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
39501         * Versions.def (libc): Add GLIBC_2.19.
39503 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
39505         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
39506         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
39508 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
39510         [BZ #14155]
39511         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
39512         intermediate calculations in recurrence.
39513         (__ieee754_ynf): Likewise.
39514         * math/libm-test.inc (jn_test_data): Do not allow spurious
39515         underflow exception.  Add more tests.
39516         (yn_test_data): Add more tests.
39517         * sysdeps/i386/fpu/libm-test-ulps: Update.
39518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39520 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
39522         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
39524 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
39526         * csu/init-first.c: Fix then/than typos.
39527         * locale/programs/ld-collate.c: Likewise.
39528         * locale/programs/linereader.h: Likewise.
39529         * manual/charset.texi: Likewise.
39530         * manual/filesys.texi: Likewise.
39531         * manual/stdio.texi: Likewise.
39532         * manual/string.texi: Likewise.
39533         * stdlib/fmtmsg.c: Likewise.
39534         * sysdeps/i386/stpncpy.S: Likewise.
39535         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
39536         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
39537         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
39538         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
39540 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
39542         * elf/dl-open.c: Fix typos.
39543         * iconvdata/gbbig5.c: Likewise.
39544         * iconvdata/iso-2022-jp.c: Likewise.
39545         * iconv/gconv_int.h: Likewise.
39546         * iconv/loop.c: Likewise.
39547         * nis/rpcsvc/nis.h: Likewise.
39548         * resolv/ns_name.c: Likewise.
39549         * stdio-common/vfscanf.c: Likewise.
39550         * streams/stropts.h: Likewise.
39551         * sunrpc/rpc_thread.c: Likewise.
39552         * sysdeps/i386/strpbrk.S: Likewise.
39553         * sysdeps/ieee754/k_standard.c: Likewise.
39554         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
39555         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
39556         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
39557         * sysdeps/mach/hurd/profil.c: Likewise.
39558         * sysdeps/s390/dl-procinfo.h: Likewise.
39559         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
39560         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
39561         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
39562         * sysdeps/x86_64/dl-trampoline.S: Likewise.
39563         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
39565 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
39567         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
39568         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
39570 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
39572         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
39573         aix specific files.
39574         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
39575         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
39576         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
39577         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
39578         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
39579         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
39580         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
39581         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
39583 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
39584             Roland McGrath  <roland@hack.frob.com>
39586         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
39587         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
39589 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39591         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
39592         __executable_start symbol instead of _start.
39594 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
39596         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
39597         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
39598         Move macros to...
39599         * sysdeps/gnu/ldsodefs.h: ... this new file.
39601         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
39602         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
39603         instead of ELFOSABI_LINUX.
39605         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
39606         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
39607         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
39608         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
39609         Likewise.
39610         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
39611         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
39612         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
39613         Likewise.
39614         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
39615         (ibm_extended_long_double): Add ieee_nan member.
39616         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
39617         (do_test): New function.
39619         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
39620         TEST_TRUNC.
39621         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
39622         functions, renamed from truncdfsf_test, trunctfsf_test,
39623         trunctfdf_test.
39624         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
39625         functions.
39626         (do_test): Run all these.
39628 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
39630         * argp/argp-help.c: Fix typos.
39631         * argp/argp-parse.c: Likewise.
39632         * debug/backtracesyms.c: Likewise.
39633         * elf/elf.h: Likewise.
39634         * malloc/malloc.c: Likewise.
39635         * nis/nis_print.c: Likewise.
39636         * resolv/res_comp.c: Likewise.
39637         * stdlib/stdlib.h: Likewise.
39638         * sunrpc/clnt_tcp.c: Likewise.
39639         * sunrpc/clnt_udp.c: Likewise.
39640         * sunrpc/clnt_unix.c: Likewise.
39641         * sysdeps/unix/bsd/ptsname.c: Likewise.
39642         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
39643         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
39644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
39645         Likewise.
39646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
39647         Likewise.
39648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
39649         Likewise.
39650         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39652 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39654         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
39655         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
39657 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
39659         [BZ #15897]
39660         * dlfcn/Makefile (tests): Add bug-dl-leaf.
39661         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
39662         ($(objpfx)bug-dl-leaf): New rule.
39663         ($(objpfx)bug-dl-leaf.so): Likewise.
39664         ($(objpfx)bug-dl-leaf.out): Likewise.
39665         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
39666         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
39667         * dlfcn/bug-dl-leaf.c: New test.
39668         * dlfcn/bug-dl-leaf-lib.c: Likewise.
39669         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
39670         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
39671         (dlclose): Likewise.
39672         (dlmopen): Likewise.
39674 2013-08-27  Roland McGrath  <roland@hack.frob.com>
39676         * include/netdb.h [!_ISOMAC]:
39677         Don't include <tls.h>.
39678         (h_errno, __libc_h_errno): Move declaration and macros out of
39679         [_LIBC_REENTRANT].
39681         * include/resolv.h [_RESOLV_H_]:
39682         Don't include <tls.h>.
39683         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
39684         * resolv/res_libc.c: Don't include <tls.h>.
39685         (_res): Use __attribute__ ((nocommon)) in place of
39686         __attribute__ ((section (".bss"))).
39688         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
39689         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
39691         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
39693         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
39694         only under [SIOCGIFCONF && SIOCGIFNETMASK].
39696         * resolv/res_mkquery.c: Include <sys/time.h>.
39698         * inet/ifreq.c: Moved to ...
39699         * sysdeps/unix/ifreq.c: ... here.
39700         * inet/ifreq.c: New file, true stub version.
39702         * socket/sa_len.c: New file.
39703         * socket/Makefile (aux): Add it.
39704         * sysdeps/unix/sysv/linux/Makefile
39705         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
39706         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
39707         and #include <socket/sa_len.c>.
39708         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
39709         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
39711         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
39712         * bits/socket.h: ... here.
39714         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
39715         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
39716         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
39718 2013-08-27  Andreas Schwab  <schwab@suse.de>
39720         [BZ #15736]
39721         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
39722         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
39723         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
39724         * string/test-strcasecmp.c (test_main): Run tests in several
39725         locales.
39726         * string/test-strncasecmp.c (test_main): Likewise.
39728         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
39729         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
39730         to __strcasecmp_nonascii and __strncasecmp_nonascii.
39731         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
39732         (__strncasecmp_ssse3) [PIC]: Likewise.
39734 2013-08-26  Roland McGrath  <roland@hack.frob.com>
39736         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
39738         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
39739         instead of explicitly declaring xdecrypt.
39740         * nis/nss_nis/nis-publickey.c: Likewise.
39742 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39744         [BZ #15890]
39745         * nscd/aicache.c: Include res_hconf.h.
39746         (addhstaiX): Initialize res_hconf.
39748 2013-08-26  Andreas Schwab  <schwab@suse.de>
39750         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
39751         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
39753 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39755         * nscd/aicache.c (addhstaiX): Fix indentation.
39757 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
39759         * configure.ac: Quote $build_pt_chown test.
39760         * configure: Regenerated.
39762 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
39764         [BZ #15532]
39765         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
39766         * math/s_cexpf.c (__cexpf): Likewise.
39767         * math/s_cexpl.c (__cexpl): Likewise.
39768         * math/libm-test.inc (cexp_test_data): Correct expected return
39769         value for NaN + i0.  Add another test.
39771 2013-08-22  David S. Miller  <davem@davemloft.net>
39773         * po/ca.po: Update Catalan translation from translation project.
39774         * po/uk.po: Add Ukrainian translations from translation project.
39776 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
39778         [BZ #15797]
39779         * math/s_fdim.c (__fdim): Check for infinite arguments if result
39780         is infinite, not alongside NaN test.
39781         * math/s_fdimf.c (__fdimf): Likewise.
39782         * math/s_fdiml.c (__fdiml): Likewise.
39783         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
39784         errno is unchanged.
39786 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
39788         * argp/argp-help.c: Fix typos.
39789         * crypt/speeds.c: Likewise.
39790         * csu/check_fds.c: Likewise.
39791         * elf/dl-load.c: Likewise.
39792         * elf/dl-open.c: Likewise.
39793         * elf/reldep3.c: Likewise.
39794         * elf/reldep.c: Likewise.
39795         * elf/sprof.c: Likewise.
39796         * iconv/iconv_charmap.c: Likewise.
39797         * iconv/skeleton.c: Likewise.
39798         * iconv/strtab.c: Likewise.
39799         * io/lockf64.c: Likewise.
39800         * libio/libioP.h: Likewise.
39801         * resolv/gai_notify.c: Likewise.
39802         * resolv/ns_name.c: Likewise.
39803         * resolv/ns_samedomain.c: Likewise.
39804         * resolv/res_send.c: Likewise.
39805         * stdlib/random.c: Likewise.
39806         * sunrpc/rpc/xdr.h: Likewise.
39807         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
39808         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
39809         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
39810         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
39811         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
39812         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
39813         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
39814         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
39815         * sysdeps/mach/hurd/check_fds.c: Likewise.
39816         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
39817         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
39818         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
39819         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
39820         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
39821         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
39822         * sysdeps/pthread/aio_notify.c: Likewise.
39823         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
39824         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
39825         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
39826         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
39827         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
39829 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39831         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
39832         version if bit_Slow_SSE4_2 is set.
39833         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39834         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39836 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39838         [BZ #15867]
39839         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
39840         trampoline stack frame information.
39841         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
39842         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
39843         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
39844         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
39845         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
39846         * sysdeps/unix/sysv/linux/powerpc/init-first.c
39847         (_libc_vdso_platform_setup): Initialize the signal trampolines.
39848         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
39849         sa_flags value.
39850         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
39851         interrupting a syscall and set with option SA_SIGINFO.
39853 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
39855         [BZ #15531]
39856         * math/s_cproj.c (__cproj): Only return an infinity if one part of
39857         argument is infinite.
39858         * math/s_cprojf.c (__cprojf): Likewise.
39859         * math/s_cprojl.c (__cprojl): Likewise.
39860         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
39861         * math/libm-test.inc (cproj_test_data): Add more tests.
39863         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
39865         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
39866         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
39867         size.  Use __ffs to determine corresponding shift.
39869 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
39870             Roland McGrath  <roland@hack.frob.com>
39872         * Makefile (INSTALL): Remove trailing blank lines from output of
39873         makeinfo.
39875 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39877         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
39878         Align 32 bit compat elf_greg to 8 bytes.
39880 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
39882         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
39884 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
39886         * string/strcoll_l.c (coll_seq): New structure.
39887         (get_next_seq_cached): New function.
39888         (get_next_seq): New function.
39889         (do_compare): New function.
39890         (STRCOLL): Use GNU style definition.  Simplify implementation
39891         by using get_next_seq, get_next_seq_cached and do_compare.
39893 2013-08-16  Florian Weimer  <fweimer@redhat.com>
39895         [BZ #14699]
39896         CVE-2013-4237
39897         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
39898         member.
39899         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
39900         member.
39901         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
39902         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
39903         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
39904         conditional.
39905         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
39906         GETDENTS_64BIT_ALIGNED.
39907         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39908         * manual/filesys.texi (Reading/Closing Directory): Document
39909         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
39910         strongly.
39911         * manual/conf.texi (Limits for Files): Add portability note to
39912         NAME_MAX, PATH_MAX.
39913         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
39915 2013-08-13  Andreas Schwab  <schwab@suse.de>
39917         [BZ #15749]
39918         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
39919         of fabs.
39920         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
39921         LDBL_MAX_EXP >= 16384]: Add tests for it.
39923 2013-08-12  David S. Miller  <davem@davemloft.net>
39925         * version.h (RELEASE): Set to "development".
39926         (VERSION): Set to "2.18.90".
39927         * NEWS: Add 2.19 section.
39929 2013-08-03  David S. Miller  <davem@davemloft.net>
39931         * po/ko.po: Update Korean translation from translation project.
39933 2013-08-01  David S. Miller  <davem@davemloft.net>
39935         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
39936         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
39937         Bilka.
39939 2013-07-30  David S. Miller  <davem@davemloft.net>
39941         * po/fr.po: Update French translation from translation project.
39943 2013-07-28  David S. Miller  <davem@davemloft.net>
39945         * po/cs.po: Update Czech translation from translation project.
39947         * po/sv.po: Update Swedish translation from translation project.
39949 2013-07-27  David S. Miller  <davem@davemloft.net>
39951         * po/eo.po: Update Esperanto translation from translation project.
39953         * po/vi.po: Update Vietnamese translation from translation project.
39955         * po/de.po: Update German translation from translation project.
39957 2013-07-26  David S. Miller  <davem@davemloft.net>
39959         * po/bg.po: Update Bulgarian translation from translation project.
39961         * po/nl.po: Update Dutch translation from translation project.
39962         * po/pl.po: Update Polish translation from translation project.
39963         * po/ru.po: Update Russian translation from translation project.
39965 2013-07-24  David S. Miller  <davem@davemloft.net>
39967         * po/libc.pot: Update.
39969 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39971         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
39972         variable page size.
39973         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
39974         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
39975         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
39977 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39979         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
39981 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
39982             Andreas Schwab  <schwab@suse.de>
39983             Roland McGrath  <roland@hack.frob.com>
39984             Joseph Myers  <joseph@codesourcery.com>
39985             Carlos O'Donell  <carlos@redhat.com>
39987         [BZ #15755]
39988         * config.h.in: Define HAVE_PT_CHOWN.
39989         * config.make.in (build-pt-chown): New variable.
39990         * configure.in (--enable-pt_chown): New configure option.
39991         * configure: Regenerate.
39992         * login/Makefile: Include Makeconfig.  Build pt_chown only if
39993         build-pt-chown is enabled.
39994         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
39995         pt_chown to fix pty ownership.
39996         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
39997         CLOSE_ALL_FDS.
39998         * manual/install.texi (Configuring and compiling): Mention
39999         --enable-pt_chown. Add @findex for grantpt.
40000         * INSTALL: Regenerate.
40002 2013-07-20  David S. Miller  <davem@davemloft.net>
40004         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
40005         difference between 32-bit and 64-bit.
40007 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
40009         [BZ #15711]
40010         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
40011         Avoid system header dependency with -ffreestanding.
40012         ($(objpfx)bits/syscall%d): Likewise.
40014 2013-07-13  David S. Miller  <davem@davemloft.net>
40016         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
40017         underflows from atanl/atan2l due to bug 15319.
40018         (casinh_test_data): Likewise.
40020 2013-07-07  David S. Miller  <davem@davemloft.net>
40022         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
40024 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
40026         * sysdeps/i386/fpu/libm-test-ulps: Update.
40027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40029 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40031         * configure.in (--enable-lock-elision): Fix message text.
40032         * INSTALL: Regenerate.
40033         * configure: Regenerate.
40035 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40039 2013-07-03  Andreas Jaeger  <aj@suse.de>
40041         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
40042         define.
40043         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
40044         (ptrace_peeksiginfo_args): Add.
40045         (__ptrace_peeksiginfo_flags): Add.
40046         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
40047         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
40048         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
40050 2013-07-03  Allan McRae  <allan@archlinux.org>
40052         * sysdeps/i386/fpu/libm-test-ulps: Update.
40054 2013-07-02  David S. Miller  <davem@davemloft.net>
40056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40058 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
40060         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40062 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
40064         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
40065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40067 2013-07-02  Andi Kleen <ak@linux.intel.com>
40069         * config.h.in (ENABLE_LOCK_ELISION): Add.
40070         * configure.in (--enable-lock-elision): Add option.
40071         * manual/install.texi: Document --enable lock elision.
40072         * configure: Regenerate
40073         * INSTALL: Regenerate.
40075 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
40077         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
40078         SSE4.2 strcasecmp for libc.a.
40079         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
40081 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
40083         [BZ #13304]
40084         * soft-fp/op-common.h (_FP_FMA): New macro.
40085         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
40086         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
40087         (_FP_MUL_MEAT_1_imm): ... here.
40088         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
40089         (_FP_MUL_MEAT_1_wide): ... here.
40090         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
40091         (_FP_MUL_MEAT_1_hard): ... here.
40092         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
40093         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
40094         (_FP_MUL_MEAT_2_wide): ... here.
40095         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
40096         (_FP_MUL_MEAT_2_wide_3mul): ... here.
40097         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
40098         (_FP_MUL_MEAT_2_gmp): ... here.
40099         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
40100         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
40101         (_FP_MUL_MEAT_4_wide): ... here.
40102         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
40103         (_FP_MUL_MEAT_4_gmp): ... here.
40104         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
40105         (_FP_WFRACBITS_DW_S): Likewise.
40106         (_FP_WFRACXBITS_DW_S): Likewise.
40107         (_FP_HIGHBIT_DW_S): Likewise.
40108         (FP_FMA_S): Likewise.
40109         (_FP_FRAC_HIGH_DW_S): Likewise.
40110         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
40111         (_FP_WFRACBITS_DW_D): Likewise.
40112         (_FP_WFRACXBITS_DW_D): Likewise.
40113         (_FP_HIGHBIT_DW_D): Likewise.
40114         (FP_FMA_D): Likewise.
40115         (_FP_FRAC_HIGH_DW_D): Likewise.
40116         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
40117         (_FP_WFRACBITS_DW_E): Likewise.
40118         (_FP_WFRACXBITS_DW_E): Likewise.
40119         (_FP_HIGHBIT_DW_E): Likewise.
40120         (FP_FMA_E): Likewise.
40121         (_FP_FRAC_HIGH_DW_E): Likewise.
40122         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
40123         (_FP_WFRACBITS_DW_Q): Likewise.
40124         (_FP_WFRACXBITS_DW_Q): Likewise.
40125         (_FP_HIGHBIT_DW_Q): Likewise.
40126         (FP_FMA_Q): Likewise.
40127         (_FP_FRAC_HIGH_DW_Q): Likewise.
40128         * soft-fp/fmasf4.c: New file.
40129         * soft-fp/fmadf4.c: Likewise.
40130         * soft-fp/fmatf4.c: Likewise.
40132 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
40134         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
40135         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
40136         Silvermont.
40137         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
40138         macro.
40139         (index_Slow_SSE4_2): Likewise.
40140         (index_Prefer_PMINUB_for_stringop): Likewise.
40141         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
40142         bit_Slow_SSE4_2 is set.
40143         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
40144         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
40146 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40148         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
40149         rtld_global._dl_hwcap2.
40150         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
40151         POWER8.
40152         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
40153         POWER8 feature descriptions defined in _dl_hwcap2.
40154         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
40155         string handling for POWER8 feature bits.
40156         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
40157         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
40158         _dl_powerpc_cap_flags.
40159         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
40160         * sysdeps/powerpc/rtld-global-offsets.sym
40161         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
40162         _dl_hwcap2 in the rtld_global_ro structure.
40164 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40166         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
40167         hardware capabilities in support of AT_HWCAP2.
40168         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
40169         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
40170         GLRO(dl_hwcap2).
40171         (_dl_show_auxv): Add support for calling _dl_procinfo to display
40172         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
40173         explicitly the unknown a_type display mechanism is used.
40174         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
40175         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
40176         struct member.
40177         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
40178         to macro prototype for AT_HWCAP2 support.
40179         * sysdeps/i386/dl-procinfo.h: Likewise.
40180         * sysdeps/s390/dl-procinfo.h: Likewise.
40181         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
40182         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
40183         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
40184         return -1 for unknown a_type display fallback.
40185         * sysdeps/sparc/dl-procinfo.h: Likewise.
40186         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
40187         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
40189 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
40191         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
40192         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
40194 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
40196         [BZ #12492]
40197         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
40198         mprotect making __stack_prot writable.
40200 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
40201             Joseph Myers  <joseph@codesourcery.com>
40203         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
40204         as being properly aligned.
40206 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
40208         * dlfcn/modstatic5.c: New file.
40209         * dlfcn/tststatic5.c: New file.
40210         * dlfcn/Makefile (tests): Add tststatic5.
40211         (tests-static): Likewise.
40212         (modules-names): Add modstatic5.
40213         (tststatic5-ENV): New variable.
40214         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
40216         [BZ #15022]
40217         * elf/dl-support.c (_dl_main_map): New variable.
40218         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
40219         (_dl_nns, _dl_load_adds): Set to 1.
40220         (_dl_initial_searchlist): Refer to _dl_main_map.
40221         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
40222         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
40223         call to _dl_get_origin.
40224         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
40225         around call_map.
40226         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
40227         * dlfcn/modstatic3.c: New file.
40228         * dlfcn/tststatic3.c: New file.
40229         * dlfcn/tststatic4.c: New file.
40230         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
40231         (tests-static): Likewise.
40232         (modules-names): Add modstatic3.
40233         (tststatic3-ENV, tststatic4-ENV): New variables.
40234         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
40235         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
40237 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
40239         * configure.in (CC): Require GCC version 4.4 or later.
40240         * configure: Regenerated.
40241         * manual/install.texi (Tools for Compilation): Update GCC version
40242         requirement.
40243         * INSTALL: Regenerated.
40245 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
40247         [BZ #15674]
40248         * string/test-memcmp.c (check2): New.
40249         (main): Call check2.
40251         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
40253 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
40255         [BZ #15022]
40256         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
40257         over to...
40258         (dl_open_worker) [!SHARED]: ... here.
40260 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40262         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
40264 2013-06-25  Richard Henderson  <rth@redhat.com>
40266         * locale/programs/locarchive.c: Include <libc-internal.h>
40268 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
40270         * manual/texinfo.tex: Update to version 2013-06-21.17, with
40271         trailing whitespace removed.
40273 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
40275         [BZ #10283]
40276         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
40277         * locale/programs/locarchive.c: Include libc-mmap.h.
40278         (prepare_address_space): Take two new outputs (the mmap base and len).
40279         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
40280         values.
40281         (create_archive): Declare new mmap base and len values for
40282         prepare_address_space, and store the result in ah.
40283         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
40284         (enlarge_archive): If ah->mmap_base is not NULL, use that and
40285         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
40286         Declare new mmap base and len values for
40287         prepare_address_space, and store the result in new_ah.
40288         (open_archive): Declare new mmap base and len values for
40289         prepare_address_space, and store the result in ah.
40290         (close_archive): If ah->mmap_base is not NULL, use that and
40291         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
40292         * sysdeps/generic/libc-mmap.h: New file.
40294 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
40296         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
40297         (ALIGN_UP): Likewise.
40298         (PTR_ALIGN_DOWN): Likewise.
40299         (PTR_ALIGN_UP): Likewise.
40301 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40303         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
40304         entry mapped to PPC_PLATFORM_POWER8.
40305         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
40306         POWER8.
40307         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
40308         (_dl_string_platform): Add case for exporting platform position for
40309         POWER8.
40310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
40311         search path to sysdeps/powerpc/powerpc32/power8 directory.
40312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
40313         search path to sysdeps/powerpc/powerpc64/power8 directory.
40314         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
40315         power7 directories.
40316         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
40317         power7 directories.
40319 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
40321         * INSTALL: Regenerate.
40323         * nscd/connections.c (nscd_init): Fix comment.
40325 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
40327         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
40329         [BZ #15667]
40330         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
40331         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
40333 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
40335         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
40336         DL_DST_REQ_STATIC.
40337         (DL_DST_REQ_STATIC): Remove macro.
40339 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
40341         [BZ #7006]
40342         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
40343         with a shift of 0 bits.
40345 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
40347         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
40348         $(tststatic-ENV).
40350 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40352         [BZ #15655]
40353         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
40355 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40357         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
40358         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
40359         accepts -fno-tree-loop-distribute-patterns.
40360         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
40361         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
40362         recursive call.
40363         * string/memset.c (memset): Likewise.
40364         * string/test-memmove.c (simple_memmove): Disable loop transformation
40365         to library calls.
40366         * string/test-memset.c (simple_memset): Likewise.
40367         * benchtests/bench-memmove.c (simple_memmove): Likewise.
40368         * benchtests/bench-memset.c (simple_memset): Likewise.
40369         * configure: Regenerated.
40371 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
40373         * math/test-misc.c (main): Ignore fesetround failure when failures
40374         of subsequent rounding tests would be ignored.
40376         [BZ #15654]
40377         * math/fedisblxcpt.c (fedisableexcept): Return 0.
40378         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
40379         * math/fegetenv.c (__fegetenv): Return 0.
40380         * math/fegetexcept.c (fegetexcept): Return 0.
40381         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
40382         FE_TONEAREST.
40383         * math/feholdexcpt.c (feholdexcept): Return 0.
40384         * math/fesetenv.c (__fesetenv): Return 0.
40385         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
40386         argument FE_TONEAREST.
40387         * math/feupdateenv.c (__feupdateenv): Return 0.
40388         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
40390 2013-06-18  Roland McGrath  <roland@hack.frob.com>
40392         * elf/rtld-Rules (rtld-compile-command.S): New variable.
40393         (rtld-compile-command.s, rtld-compile-command.c): New variables.
40394         ($(objpfx)rtld-%.os rules): Use them.
40396 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40398         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
40399         fields.
40401 2013-06-17  Roland McGrath  <roland@hack.frob.com>
40403         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
40404         length of target pattern, then descending length of dependency pattern.
40405         * configure.in (AWK): Require gawk 3.1.2 or newer.
40406         * manual/install.texi (Tools for Compilation): Say that we do.
40407         * configure: Regenerated.
40409         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
40410         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
40411         * scripts/sysd-rules.awk: ... this new script.
40412         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
40413         than a glob-style pattern.
40415 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
40417         * math/test-misc.c (main): Do not treat incorrectly rounded
40418         conversions as failure unless ROUNDING_TESTS passes.
40420 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
40422         [BZ #15631]
40423         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
40424         restore exception state around main square root computation, then
40425         check for inexactness explicitly.
40427         * math/libm-test.inc (fma_test_data): Add another test.
40429 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
40431         * manual/threads.texi (Non-POSIX Extensions): New document
40432         node.  Document pthread_getattr_default_np and
40433         pthread_setattr_default_np.
40435         * Versions.def (libpthread): Add GLIBC_2.18.
40436         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
40437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
40438         Likewise.
40439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
40440         Likewise.
40441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40442         Likewise.
40443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40444         Likewise.
40445         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
40446         Likewise.
40447         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
40448         Likewise.
40449         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
40450         Likewise.
40451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40452         Likewise.
40453         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40454         Likewise.
40456 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
40458         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40459         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
40461 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
40462             H.J. Lu  <hjl.tools@gmail.com>
40464         [BZ #15627]
40465         * sysdeps/x86_64/rtld-memset.c: Remove file.
40466         * sysdeps/x86_64/rtld-memset.S: New file.
40468 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
40470         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
40471         (test_in_one_mode): Take arguments for whether the rounding mode
40472         is supported for each floating-point type.
40473         (do_test): Pass new arguments to test_in_one_mode using
40474         ROUNDING_TESTS.
40476 2013-06-13  Roland McGrath  <roland@hack.frob.com>
40478         * posix/tst-waitid.c (do_test): Distinguish different instances of
40479         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
40480         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
40481         before entering the kernel for waitpid.
40483 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
40485         * NEWS: Fix note on clock function precision.  Text by Roland
40486         McGrath.
40488 2013-06-13  Roland McGrath  <roland@hack.frob.com>
40490         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
40491         it into place only when and if the sanity check passes.
40493 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
40495         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
40496         output for whether conversion result is exact.  Take argument
40497         indicating whether type is IBM long double.
40498         (round_for_all): Change need_exact field to ibm_ld.
40499         * stdlib/tst-strtod-round.c (struct exactness): New type.
40500         (struct test): Change bool ld_ok field to struct exactness exact.
40501         (TEST): Update all definitions for change to field.
40502         (tests): Regenerate array contents.
40503         (test_in_one_mode): Take pointer to new field instead of old ld_ok
40504         field value.  Check for IBM long double here.
40505         (do_test): Update calls to test_in_one_mode.
40507 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
40509         [BZ #12515]
40510         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
40511         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
40513 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40515         [BZ #15605]
40516         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
40517         generated by the compiler on loop optimizations.
40518         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
40519         general definitions.
40521 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
40523         * math/bug-nextafter.c: Include <math-tests.h>.
40524         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40525         the relevant type.
40526         * math/bug-nexttoward.c: Include <math-tests.h>.
40527         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40528         the relevant type.
40529         * math/test-misc.c: Include <math-tests.h>.
40530         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40531         the relevant type.
40533 2013-06-12  Andreas Jaeger  <aj@suse.de>
40535         * po/ia.po: Update Interlingua translation from translation
40536         project.
40538 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
40540         * include/fenv.h: Include stdbool.h.
40541         (struct rm_ctx): New structure.
40542         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
40543         Define macro.
40544         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
40545         (SET_RESTORE_ROUNDF): Likewise.
40546         (SET_RESTORE_ROUNDL): Likewise.
40547         (SET_RESTORE_ROUND_NOEX): Likewise.
40548         (SET_RESTORE_ROUND_NOEXF): Likewise.
40549         (SET_RESTORE_ROUND_NOEXL): Likewise.
40550         (SET_RESTORE_ROUND_53BIT): Likewise.
40551         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
40552         (libc_feresetround_noexf_ctx): Likewise.
40553         (libc_feresetround_noexl_ctx): Likewise.
40554         (libc_feholdsetround_53bit_ctx): Likewise.
40555         (libc_feresetround_53bit_ctx): Likewise.
40556         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
40557         (libc_feholdexcept_setround_sse_ctx): New function.
40558         (libc_fesetenv_sse_ctx): Likewise.
40559         (libc_feupdateenv_sse_ctx): Likewise.
40560         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
40561         (libc_feholdexcept_setround_387_ctx): Likewise.
40562         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
40563         (libc_feholdsetround_387_prec_ctx): Likewise.
40564         (libc_feholdsetround_387_ctx): Likewise.
40565         (libc_feholdsetround_387_53bit_ctx): Likewise.
40566         (libc_feholdsetround_sse_ctx): Likewise.
40567         (libc_feresetround_sse_ctx): Likewise.
40568         (libc_feresetround_387_ctx): Likewise.
40569         (libc_feupdateenv_387_ctx): Likewise.
40570         (libc_feholdexcept_setroundf_ctx): Define macro.
40571         (libc_fesetenvf_ctx): Likewise.
40572         (libc_feupdateenvf_ctx): Likewise.
40573         (libc_feholdsetroundf_ctx): Likewise.
40574         (libc_feresetroundf_ctx): Likewise.
40575         (libc_feholdexcept_setround_ctx): Likewise.
40576         (libc_fesetenv_ctx): Likewise.
40577         (libc_feupdateenv_ctx): Likewise.
40578         (libc_feholdsetround_ctx): Likewise.
40579         (libc_feresetround_ctx): Likewise.
40580         (libc_feholdexcept_setroundl_ctx): Likewise.
40581         (libc_feupdateenvl_ctx): Likewise.
40582         (libc_feholdsetroundl_ctx): Likewise.
40583         (libc_feresetroundl_ctx): Likewise.
40584         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
40585         (libc_feresetround_53bit_ctx): Likewise.
40587 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40589         * locale/iso-639.def: Convert to UTF-8.
40591 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
40593         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
40594         (EXCEPTION_TESTS_double): Likewise.
40595         (EXCEPTION_TESTS_long_double): Likewise.
40596         (EXCEPTION_TESTS): Likewise.
40597         * math/libm-test.inc (test_exceptions): Only test exceptions if
40598         EXCEPTION_TESTS (FLOAT).
40600 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40602         * benchtests/Makefile (string-bench): Add strcpy_chk and
40603         stpcpy_chk.
40604         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
40605         * benchtests/bench-stpcpy_chk.c: New file.
40606         * benchtests/bench-strcpy_chk-ifunc.c: New file.
40607         * benchtests/bench-strcpy_chk.c: New file.
40608         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
40609         code.
40610         (do_test): Likewise.
40612 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40614         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
40615         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
40616         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
40617         with tabs where appropriate.
40618         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
40619         dl-procinfo.h.
40620         [PPC_PLATFORM_PPC440]: Likewise.
40621         [PPC_PLATFORM_PPC464]: Likewise.
40622         [PPC_PLATFORM_PPC476]: Likewise.
40623         (_dl_string_platform): Add support for detecting ppc405, ppc440,
40624         ppc464, and ppc476 platform strings merging from ports/
40625         dl-procinfo.h.
40627 2013-06-11  Andreas Schwab  <schwab@suse.de>
40629         [BZ #14991]
40630         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
40631         (from_ucs4_idx): Regenerate.
40632         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
40633         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
40634         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
40635         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
40636         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
40637         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
40638         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
40639         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
40640         from FROM_LOOP and TO_LOOP specific macros.
40641         (BODY): Handle combining characters.
40642         * iconvdata/BIG5HKSCS.irreversible: Update.
40643         * iconvdata/BIG5HKSCS.precomposed: New file.
40644         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
40645         characters.
40646         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
40648 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40650         * include/sys/time.h: Fix indentation and add copyright header.
40652         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
40653         (do_test): Likewise.
40654         * string/test-memchr.c (do_one_test): Likewise.
40655         (do_test): Likewise.
40656         * string/test-memcmp.c (do_one_test): Likewise.
40657         (do_test): Likewise.
40658         * string/test-memcpy.c (do_one_test): Likewise.
40659         (do_test): Likewise.
40660         * string/test-memmem.c (do_one_test): Likewise.
40661         (do_test): Likewise.
40662         (do_random_tests): Likewise.
40663         * string/test-memmove.c (do_one_test): Likewise.
40664         (do_test): Likewise.
40665         * string/test-memset.c (do_one_test): Likewise.
40666         (do_test): Likewise.
40667         * string/test-rawmemchr.c (do_one_test): Likewise.
40668         (do_test): Likewise.
40669         * string/test-strcasecmp.c (do_one_test): Likewise.
40670         (do_test): Likewise.
40671         * string/test-strcasestr.c (do_one_test): Likewise.
40672         (do_test): Likewise.
40673         * string/test-strcat.c (do_one_test): Likewise.
40674         (do_test): Likewise.
40675         * string/test-strchr.c (do_one_test): Likewise.
40676         (do_test): Likewise.
40677         * string/test-strcmp.c (do_one_test): Likewise.
40678         (do_test): Likewise.
40679         * string/test-strcpy.c (do_one_test): Likewise.
40680         (do_test): Likewise.
40681         * string/test-string.h: Likewise.
40682         (test_init): Likewise.
40683         * string/test-strlen.c (do_one_test): Likewise.
40684         (do_test): Likewise.
40685         * string/test-strncasecmp.c (do_one_test): Likewise.
40686         (do_test): Likewise.
40687         * string/test-strncat.c (do_one_test): Likewise.
40688         (do_test): Likewise.
40689         * string/test-strncmp.c (do_one_test): Likewise.
40690         (do_test_limit): Likewise.
40691         (do_test): Likewise.
40692         * string/test-strncpy.c (do_one_test): Likewise.
40693         (do_test): Likewise.
40694         * string/test-strnlen.c (do_one_test): Likewise.
40695         (do_test): Likewise.
40696         * string/test-strpbrk.c (do_one_test): Likewise.
40697         (do_test): Likewise.
40698         * string/test-strrchr.c (do_one_test): Likewise.
40699         (do_test): Likewise.
40700         * string/test-strspn.c (do_one_test): Likewise.
40701         (do_test): Likewise.
40702         * string/test-strstr.c (do_one_test): Likewise.
40703         (do_test): Likewise.
40705         * benchtests/Makefile (string-bench): Add string benchmarks.
40706         * benchtests/bench-bcopy-ifunc.c: New file.
40707         * benchtests/bench-bcopy.c: New file.
40708         * benchtests/bench-bzero-ifunc.c: New file.
40709         * benchtests/bench-bzero.c: New file.
40710         * benchtests/bench-memccpy-ifunc.c: New file.
40711         * benchtests/bench-memccpy.c: New file.
40712         * benchtests/bench-memchr-ifunc.c: New file.
40713         * benchtests/bench-memchr.c: New file.
40714         * benchtests/bench-memcmp-ifunc.c: New file.
40715         * benchtests/bench-memcmp.c: New file.
40716         * benchtests/bench-memmem-ifunc.c: New file.
40717         * benchtests/bench-memmem.c: New file.
40718         * benchtests/bench-memmove-ifunc.c: New file.
40719         * benchtests/bench-memmove.c: New file.
40720         * benchtests/bench-mempcpy-ifunc.c: New file.
40721         * benchtests/bench-mempcpy.c: New file.
40722         * benchtests/bench-memset-ifunc.c: New file.
40723         * benchtests/bench-memset.c: New file.
40724         * benchtests/bench-rawmemchr-ifunc.c: New file.
40725         * benchtests/bench-rawmemchr.c: New file.
40726         * benchtests/bench-stpcpy-ifunc.c: New file.
40727         * benchtests/bench-stpcpy.c: New file.
40728         * benchtests/bench-stpncpy-ifunc.c: New file.
40729         * benchtests/bench-stpncpy.c: New file.
40730         * benchtests/bench-strcasecmp-ifunc.c: New file.
40731         * benchtests/bench-strcasecmp.c: New file.
40732         * benchtests/bench-strcasestr-ifunc.c: New file.
40733         * benchtests/bench-strcasestr.c: New file.
40734         * benchtests/bench-strcat-ifunc.c: New file.
40735         * benchtests/bench-strcat.c: New file.
40736         * benchtests/bench-strchr-ifunc.c: New file.
40737         * benchtests/bench-strchr.c: New file.
40738         * benchtests/bench-strchrnul-ifunc.c: New file.
40739         * benchtests/bench-strchrnul.c: New file.
40740         * benchtests/bench-strcmp-ifunc.c: New file.
40741         * benchtests/bench-strcmp.c: New file.
40742         * benchtests/bench-strcpy-ifunc.c: New file.
40743         * benchtests/bench-strcpy.c: New file.
40744         * benchtests/bench-strcspn-ifunc.c: New file.
40745         * benchtests/bench-strcspn.c: New file.
40746         * benchtests/bench-strlen-ifunc.c: New file.
40747         * benchtests/bench-strlen.c: New file.
40748         * benchtests/bench-strncasecmp-ifunc.c: New file.
40749         * benchtests/bench-strncasecmp.c: New file.
40750         * benchtests/bench-strncat-ifunc.c: New file.
40751         * benchtests/bench-strncat.c: New file.
40752         * benchtests/bench-strncmp-ifunc.c: New file.
40753         * benchtests/bench-strncmp.c: New file.
40754         * benchtests/bench-strncpy-ifunc.c: New file.
40755         * benchtests/bench-strncpy.c: New file.
40756         * benchtests/bench-strnlen-ifunc.c: New file.
40757         * benchtests/bench-strnlen.c: New file.
40758         * benchtests/bench-strpbrk-ifunc.c: New file.
40759         * benchtests/bench-strpbrk.c: New file.
40760         * benchtests/bench-strrchr-ifunc.c: New file.
40761         * benchtests/bench-strrchr.c: New file.
40762         * benchtests/bench-strspn-ifunc.c: New file.
40763         * benchtests/bench-strspn.c: New file.
40764         * benchtests/bench-strstr-ifunc.c: New file.
40765         * benchtests/bench-strstr.c: New file.
40767         * benchtests/Makefile: Disable parallel execution of targets.
40768         (string-bench): Add memcpy.
40769         (benchset): New variable to store a list of benchmark sets.
40770         (bench-func): Renamed from bench.
40771         (bench-set): New target.
40772         (bench): Depend on bench-func and bench-set.
40773         * benchtests/README: Add section on benchmark sets.
40774         * benchtests/bench-memcpy-ifunc.c: New file.
40775         * benchtests/bench-memcpy.c: New file.
40776         * benchtests/bench-string.h: New file.
40778 2013-06-11  Andreas Schwab  <schwab@suse.de>
40780         [BZ #15577]
40781         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
40782         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
40783         values in the triple.
40784         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
40785         terminator in the group key.
40787 2013-06-11  Andreas Jaeger  <aj@suse.de>
40789         * po/zh_TW.po: Update Chinese (traditional) translation from
40790         translation project.
40792 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40794         * include/time.h (__clock_gettime): Add libc_hidden_proto.
40795         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
40796         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
40797         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40798         (clock_getcpuclockid): Likewise.
40799         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
40800         Add weak_alias and libc_hidden_def.
40801         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
40802         * rt/clock_gettime.c (clock_gettime): Rename to
40803         __clock_gettime.  Add weak_alias and libc_hidden_def.
40804         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
40805         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
40806         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
40807         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
40808         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
40809         Likewise.
40810         * rt/clock_settime.c (clock_settime): Rename to
40811         __clock_settime.  Add weak_alias and libc_hidden_def.
40812         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
40814 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
40816         * mach/err_boot.sub: Remove trailing whitespace.
40817         * mach/err_ipc.sub: Likewise.
40818         * mach/err_mach.sub: Likewise.
40820         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
40821         (ROUNDING_TESTS_double): Likewise.
40822         (ROUNDING_TESTS_long_double): Likewise.
40823         (ROUNDING_TESTS): Likewise.
40824         * math/libm-test.inc: Include <math-tests.h>.
40825         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
40826         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
40827         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
40828         (IF_ROUND_INIT_FE_UPWARD): Likewise.
40830 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
40832         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
40833         of assigning.
40835 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
40837         * sysdeps/gnu/errlist.awk: Do not generate space at end of
40838         otherwise empty TRANS lines.
40839         * sysdeps/gnu/errlist.c: Regenerated.
40841         * catgets/gencat.c (error_print): Use (void) in function
40842         definition.
40843         * crypt/crypt_util.c (__init_des): Likewise.
40844         * crypt/speeds.c (Stop): Likewise.
40845         (main): Likewise.
40846         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
40847         * inet/ruserpass.c (token): Likewise.
40848         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
40849         * intl/localealias.c (extend_alias_table): Likewise.
40850         * intl/plural-exp.c (init_germanic_plural): Likewise.
40851         * libio/fcloseall.c (__fcloseall): Likewise.
40852         * libio/genops.c (_IO_flush_all): Likewise.
40853         (_IO_flush_all_linebuffered): Likewise.
40854         (_IO_cleanup): Likewise.
40855         (_IO_iter_begin): Likewise.
40856         (_IO_iter_end): Likewise.
40857         (_IO_list_lock): Likewise.
40858         (_IO_list_unlock): Likewise.
40859         (_IO_list_resetlock): Likewise.
40860         * libio/getchar.c (getchar): Likewise.
40861         * libio/getchar_u.c (getchar_unlocked): Likewise.
40862         * libio/getwchar.c (getwchar): Likewise.
40863         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
40864         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
40865         * login/getpt.c (__getpt): Likewise.
40866         * login/tst-utmp.c (main): Likewise.
40867         * malloc/hooks.c (__malloc_check_init): Likewise.
40868         * malloc/malloc.c (__malloc_stats): Likewise.
40869         * malloc/mtrace.c (tr_break): Likewise.
40870         (mtrace): Likewise.
40871         (muntrace): Likewise.
40872         * misc/fstab.c (endfsent): Likewise.
40873         * misc/getclktck.c (__getclktck): Likewise.
40874         * misc/getdtsz.c (__getdtablesize): Likewise.
40875         * misc/gethostid.c (gethostid): Likewise.
40876         * misc/getpagesize.c (__getpagesize): Likewise.
40877         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
40878         (__get_nprocs): Likewise.
40879         (__get_phys_pages): Likewise.
40880         (__get_avphys_pages): Likewise.
40881         * misc/getttyent.c (getttyent): Likewise.
40882         (setttyent): Likewise.
40883         (endttyent): Likewise.
40884         * misc/getusershell.c (getusershell): Likewise.
40885         (endusershell): Likewise.
40886         (setusershell): Likewise.
40887         (initshells): Likewise.
40888         * misc/hsearch.c (__hdestroy): Likewise.
40889         * misc/sync.c (sync): Likewise.
40890         * misc/syslog.c (closelog_internal): Likewise.
40891         (closelog): Likewise.
40892         * misc/ttyslot.c (ttyslot): Likewise.
40893         * misc/vhangup.c (vhangup): Likewise.
40894         * posix/fork.c (__fork): Likewise.
40895         * posix/getegid.c (__getegid): Likewise.
40896         * posix/geteuid.c (__geteuid): Likewise.
40897         * posix/getgid.c (__getgid): Likewise.
40898         * posix/getpid.c (__getpid): Likewise.
40899         * posix/getppid.c (__getppid): Likewise.
40900         * posix/getuid.c (__getuid): Likewise.
40901         * posix/pause.c (pause): Likewise.
40902         * posix/setpgrp.c (setpgrp): Likewise.
40903         * posix/setsid.c (__setsid): Likewise.
40904         * posix/test-vfork.c (noop): Likewise.
40905         * resolv/gethnamaddr.c (_endhtent): Likewise.
40906         (_gethtent): Likewise.
40907         (ht_endhostent): Likewise.
40908         (gethostent): Likewise.
40909         (dns_service): Likewise.
40910         * stdlib/drand48.c (drand48): Likewise.
40911         * stdlib/lrand48.c (lrand48): Likewise.
40912         * stdlib/mrand48.c (mrand48): Likewise.
40913         * stdlib/rand.c (rand): Likewise.
40914         * stdlib/random.c (__random): Likewise.
40915         * stdlib/setenv.c (clearenv): Likewise.
40916         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
40917         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
40918         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
40919         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
40920         (__get_nprocs): Likewise.
40921         (__get_phys_pages): Likewise.
40922         (__get_avphys_pages): Likewise.
40923         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
40924         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
40925         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
40926         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
40927         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
40928         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
40929         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
40930         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
40931         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
40932         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
40933         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
40934         * sysdeps/mach/hurd/sync.c (sync): Likewise.
40935         * sysdeps/posix/clock.c (clock): Likewise.
40936         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
40937         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
40938         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
40939         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
40940         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
40941         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
40942         (__get_nprocs_conf): Likewise.
40943         (__get_phys_pages): Likewise.
40944         (__get_avphys_pages): Likewise.
40945         * time/clock.c (clock): Likewise.
40946         * time/tzset.c (__tzname_max): Likewise.
40948 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
40950         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
40951         (__bswap_32): Do not use "register".
40952         * crypt/crypt.c (_ufc_doit_r): Likewise.
40953         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
40954         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
40955         * gmon/gmon.c (__monstartup): Likewise.
40956         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
40957         * hurd/hurdmalloc.c (more_memory): Likewise.
40958         (malloc): Likewise.
40959         (free): Likewise.
40960         (realloc): Likewise.
40961         (malloc_fork_prepare): Likewise.
40962         (malloc_fork_parent): Likewise.
40963         (malloc_fork_child): Likewise.
40964         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
40965         (_svcauth_des): Likewise.
40966         * inet/inet_lnaof.c (inet_lnaof): Likewise.
40967         * inet/inet_net.c (inet_network): Likewise.
40968         * inet/inet_netof.c (inet_netof): Likewise.
40969         * inet/rcmd.c (__validuser2_sa): Likewise.
40970         * io/fts.c (fts_open): Likewise.
40971         (fts_load): Likewise.
40972         (fts_close): Likewise.
40973         (fts_read): Likewise.
40974         (fts_children): Likewise.
40975         (fts_build): Likewise.
40976         (fts_stat): Likewise.
40977         (fts_sort): Likewise.
40978         (fts_alloc): Likewise.
40979         (fts_lfree): Likewise.
40980         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
40981         (_IO_file_xsgetn): Likewise.
40982         (_IO_file_xsgetn_mmap): Likewise.
40983         * libio/iofopncook.c (_IO_cookie_read): Likewise.
40984         (_IO_cookie_write): Likewise.
40985         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
40986         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
40987         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
40988         * malloc/obstack.c (_obstack_begin): Likewise.
40989         (_obstack_begin_1): Likewise.
40990         (_obstack_newchunk): Likewise.
40991         (_obstack_allocated_p): Likewise.
40992         (obstack_free): Likewise.
40993         (_obstack_memory_used): Likewise.
40994         * misc/getttyent.c (getttynam): Likewise.
40995         (getttyent): Likewise.
40996         (skip): Likewise.
40997         (value): Likewise.
40998         * misc/getusershell.c (initshells): Likewise.
40999         * misc/syslog.c (__vsyslog_chk): Likewise.
41000         * misc/ttyslot.c (ttyslot): Likewise.
41001         * nis/nis_hash.c (__nis_hash): Likewise.
41002         * posix/fnmatch_loop.c (FCT): Likewise.
41003         * posix/getconf.c (print_all): Likewise.
41004         (main): Likewise.
41005         * posix/getopt.c (exchange): Likewise.
41006         * posix/glob.c (globfree): Likewise.
41007         (prefix_array): Likewise.
41008         (__glob_pattern_type): Likewise.
41009         * resolv/arpa/nameser.h (NS_GET16): Likewise.
41010         (NS_GET32): Likewise.
41011         (NS_PUT16): Likewise.
41012         (NS_PUT32): Likewise.
41013         * resolv/gethnamaddr.c (getanswer): Likewise.
41014         (gethostbyname2): Likewise.
41015         (gethostbyaddr): Likewise.
41016         (_gethtent): Likewise.
41017         (_gethtbyname2): Likewise.
41018         (_gethtbyaddr): Likewise.
41019         * resolv/ns_print.c (dst_s_get_int16): Likewise.
41020         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
41021         * resolv/res_init.c (__res_vinit): Likewise.
41022         (net_mask): Likewise.
41023         * resolv/res_mkquery.c (outchar): Likewise.
41024         (PRINT): Likewise.
41025         * stdio-common/printf_fp.c (outchar): Likewise.
41026         (PRINT): Likewise.
41027         * stdio-common/printf_fphex.c (outchar): Likewise.
41028         (PRINT): Likewise.
41029         * stdio-common/printf_size.c (outchar): Likewise.
41030         (PRINT): Likewise.
41031         * stdio-common/test_rdwr.c (main): Likewise.
41032         * stdio-common/tfformat.c (matches): Likewise.
41033         * stdio-common/vfprintf.c (outchar): Likewise.
41034         (printf_unknown): Likewise.
41035         (buffered_vfprintf): Likewise.
41036         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
41037         * stdio-common/xbug.c (AppendToBuffer): Likewise.
41038         (ReadFile): Likewise.
41039         * stdlib/qsort.c (SWAP): Likewise.
41040         (_quicksort): Likewise.
41041         * stdlib/setenv.c (__add_to_environ): Likewise.
41042         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
41043         * stdlib/strtol_l.c (__strtol_l): Likewise.
41044         * stdlib/tst-strtod.c (main): Likewise.
41045         * stdlib/tst-strtol.c (main): Likewise.
41046         * stdlib/tst-strtoll.c (main): Likewise.
41047         * string/bits/string2.h (__strcmp_cc): Likewise.
41048         (__strcmp_cg): Likewise.
41049         (__strcspn_c1): Likewise.
41050         (__strcspn_c2): Likewise.
41051         (__strcspn_c3): Likewise.
41052         (__strspn_c1): Likewise.
41053         (__strspn_c2): Likewise.
41054         (__strspn_c3): Likewise.
41055         (__strsep_1c): Likewise.
41056         (__strsep_2c): Likewise.
41057         (__strsep_3c): Likewise.
41058         * string/memccpy.c (__memccpy): Likewise.
41059         * string/stpcpy.c (__stpcpy): Likewise.
41060         * string/strcmp.c (strcmp): Likewise.
41061         * string/strrchr.c (strrchr): Likewise.
41062         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
41063         Likewise.
41064         * sysdeps/mach/hurd/getcwd.c
41065         (_hurd_canonicalize_directory_name_internal): Likewise.
41066         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
41067         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
41068         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
41069         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
41070         Likewise, in both definitions.
41071         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
41072         definitions.
41073         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
41074         64] (__bswap_64): Likewise.
41075         * time/test_time.c (main): Likewise.
41076         * time/tzfile.c (__tzfile_read): Likewise.
41077         (__tzfile_compute): Likewise.
41078         * time/tzset.c (__tzset_parse_tz): Likewise.
41079         (tzset_internal): Likewise.
41080         (compute_change): Likewise.
41081         * wcsmbs/wcscat.c (__wcscat): Likewise.
41082         * wcsmbs/wcschr.c (wcschr): Likewise.
41083         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
41084         * wcsmbs/wcscspn.c (wcscspn): Likewise.
41085         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
41086         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
41087         * wcsmbs/wcsspn.c (wcsspn): Likewise.
41088         * wcsmbs/wcsstr.c (wcsstr): Likewise.
41089         * wcsmbs/wmemchr.c (wmemchr): Likewise.
41090         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
41091         * wcsmbs/wmemset.c (wmemset): Likewise.
41093 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
41095         * scripts/config.guess: Update to version 2013-05-16.
41096         * scripts/config.sub: Update to version 2013-04-24.
41097         * scripts/install-sh: Update to version 2011-11-20.07.
41098         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
41099         * scripts/move-if-change: Update to version 2012-01-06 07:23.
41101 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
41103         * debug/fgetws_u_chk.c: Fix leading whitespaces.
41104         * elf/sln.c: Likewise.
41105         * hurd/hurd/ioctl.h: Likewise.
41106         * hurd/hurdmalloc.c: Likewise.
41107         * hurd/xattr.c: Likewise.
41108         * include/shlib-compat.h: Likewise.
41109         * inet/ruserpass.c: Likewise.
41110         * libio/iofgets_u.c: Likewise.
41111         * libio/iofgetws_u.c: Likewise.
41112         * locale/programs/ld-identification.c: Likewise.
41113         * locale/programs/ld-time.c: Likewise.
41114         * mach/msg-destroy.c: Likewise.
41115         * nss/nss_files/files-netgrp.c: Likewise.
41116         * resolv/res_data.c: Likewise.
41117         * soft-fp/op-1.h: Likewise.
41118         * soft-fp/op-2.h: Likewise.
41119         * soft-fp/op-4.h: Likewise.
41120         * soft-fp/op-common.h: Likewise.
41121         * stdio-common/printf_fphex.c: Likewise.
41122         * stdlib/strtod_l.c: Likewise.
41123         * sunrpc/rpc/clnt.h: Likewise.
41124         * sysdeps/generic/framestate.c: Likewise.
41125         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41126         * sysdeps/i386/bsd-setjmp.S: Likewise.
41127         * sysdeps/i386/__longjmp.S: Likewise.
41128         * sysdeps/i386/setjmp.S: Likewise.
41129         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41130         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41131         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41132         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
41133         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
41134         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41135         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41136         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41137         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41138         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
41139         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41140         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41141         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41142         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41143         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41144         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41145         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41146         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
41147         * sysdeps/ieee754/support.c: Likewise.
41148         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
41149         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
41150         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
41151         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
41152         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
41153         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
41154         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
41155         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
41156         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
41157         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
41158         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
41159         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
41160         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
41161         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
41162         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
41163         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
41164         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
41165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
41167 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
41169         * posix/transbug.c: Remove executable mode.
41171 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
41173         * crypt/speeds.c: Remove trailing whitespace.
41174         * dlfcn/default.c: Likewise.
41175         * elf/ifuncdep2.c: Likewise.
41176         * elf/ifuncmain1.c: Likewise.
41177         * elf/ifuncmain1vis.c: Likewise.
41178         * elf/testobj.h: Likewise.
41179         * elf/tst-stackguard1.c: Likewise.
41180         * gmon/sys/gmon.h: Likewise.
41181         * hurd/hurdmsg.c: Likewise.
41182         * hurd/new-fd.c: Likewise.
41183         * hurd/ports-get.c: Likewise.
41184         * iconvdata/ibm1008_420.c: Likewise.
41185         * inet/tst-getni1.c: Likewise.
41186         * inet/tst-getni2.c: Likewise.
41187         * libio/ioungetc.c: Likewise.
41188         * libio/wfiledoalloc.c: Likewise.
41189         * manual/libm-err-tab.pl: Likewise.
41190         * math/w_dremf.c: Likewise.
41191         * misc/ftruncate.c: Likewise.
41192         * posix/bug-glob2.c: Likewise.
41193         * posix/tst-pcre.c: Likewise.
41194         * posix/wait4.c: Likewise.
41195         * resolv/README: Likewise.
41196         * resolv/res_debug.h: Likewise.
41197         * resolv/tst-inet_ntop.c: Likewise.
41198         * setjmp/bug269-setjmp.c: Likewise.
41199         * soft-fp/extended.h: Likewise.
41200         * soft-fp/op-1.h: Likewise.
41201         * soft-fp/op-2.h: Likewise.
41202         * soft-fp/op-4.h: Likewise.
41203         * soft-fp/op-8.h: Likewise.
41204         * soft-fp/testit.c: Likewise.
41205         * stdio-common/bug16.c: Likewise.
41206         * stdlib/random.c: Likewise.
41207         * sunrpc/rpcsvc/rquota.x: Likewise.
41208         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
41209         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41210         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41211         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41212         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41213         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41214         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41215         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41216         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41217         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41218         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41219         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41220         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41221         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41222         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41223         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41224         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41225         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41226         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41227         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41228         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41229         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41230         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
41231         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41232         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41233         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41234         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
41235         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
41236         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41237         * sysdeps/ieee754/s_lib_version.c: Likewise.
41238         * sysdeps/mach/hurd/check_fds.c: Likewise.
41239         * sysdeps/mach/hurd/getsockname.c: Likewise.
41240         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
41241         * sysdeps/mach/hurd/recvfrom.c: Likewise.
41242         * sysdeps/powerpc/bits/link.h: Likewise.
41243         * sysdeps/powerpc/dl-procinfo.c: Likewise.
41244         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
41245         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
41246         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
41247         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
41248         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41249         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
41250         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
41251         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
41252         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
41253         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
41254         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
41255         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
41256         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
41257         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
41258         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
41259         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
41260         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
41261         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
41262         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
41263         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
41264         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
41265         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
41266         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
41267         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
41268         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
41269         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
41270         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
41271         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
41272         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
41273         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
41274         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
41275         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
41276         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41277         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
41278         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
41279         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
41280         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
41281         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
41282         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
41283         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
41284         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
41285         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
41286         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
41287         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
41288         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
41289         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
41290         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
41291         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
41292         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
41293         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41294         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41295         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
41296         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
41297         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
41298         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
41299         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
41300         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
41301         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
41302         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
41303         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
41304         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
41305         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
41306         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
41307         * sysdeps/powerpc/sysdep.h: Likewise.
41308         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41309         * sysdeps/s390/s390-64/sub_n.S: Likewise.
41310         * sysdeps/sh/dl-trampoline.S: Likewise.
41311         * sysdeps/sh/memset.S: Likewise.
41312         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
41313         * sysdeps/sh/strlen.S: Likewise.
41314         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
41315         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
41316         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
41317         * sysdeps/sparc/sparc32/rem.S: Likewise.
41318         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
41319         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
41320         * sysdeps/sparc/sparc32/strchr.S: Likewise.
41321         * sysdeps/sparc/sparc32/udiv.S: Likewise.
41322         * sysdeps/sparc/sparc32/urem.S: Likewise.
41323         * sysdeps/sparc/sparc64/add_n.S: Likewise.
41324         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
41325         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
41326         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
41327         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
41328         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
41329         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
41330         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
41331         * sysdeps/unix/bsd/times.c: Likewise.
41332         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
41333         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
41334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
41335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
41336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
41337         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
41338         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
41339         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
41340         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
41341         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
41342         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
41343         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
41344         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
41345         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
41346         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
41347         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
41348         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
41349         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
41350         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
41351         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
41352         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
41353         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
41354         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
41355         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
41356         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
41357         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
41358         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
41359         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41360         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
41361         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
41362         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
41363         * sysdeps/x86_64/strcspn.S: Likewise.
41365 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41367         * locale/C-translit.h: Revert #include <stdint.h> because this is a
41368         generated file.  Regenerate properly from gen-translit.pl.
41369         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
41370         locale/C-translit.h.
41372 2013-06-05  Andreas Schwab  <schwab@suse.de>
41374         [BZ #15100]
41375         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
41376         week as 6 instead of -1.
41377         * time/tst-strptime.c (day_tests): Add test case.
41379 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
41381         * sysdeps/generic/math_private.h
41382         (libc_feholdexcept_setround_53bit): Replace with
41383         libc_feholdsetround_53bit.
41384         (libc_feupdateenv_53bit): Replace with
41385         libc_feresetround_53bit.
41386         (SET_RESTORE_ROUND_53BIT): Adjust.
41388 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
41390         * string/test-strchrnul.c: Add copyright header.
41392         * posix/tst-getaddrinfo4.c: Increase test timeout.
41394 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
41396         [BZ #15536]
41397         * math/libm-test.inc (MAX_EXP): Remove
41398         (MIN_EXP): Define.
41399         (ulp): Use MIN_EXP - MANT_DIG.
41400         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
41402 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
41404         * po/be.po: Revert last change.
41405         * po/zh_CN.po: Likewise.
41406         * po/header.pot: Likewise.
41408 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
41410         * Makefile ($(common-objpfx)linkobj/libc.so): Define
41411         link-libc-deps to empty as target-specific variable.
41412         * Makerules (link-libc-args): New variable.
41413         (libc-for-link): Likewise.
41414         (link-libc-deps): Likewise.
41415         (lib%.so): Depend on $(link-libc-deps).  Link with
41416         $(link-libc-args).
41417         (build-module): Link with $(link-libc-args).
41418         (build-module-asneeded): Likewise.
41419         (build-module-helper-objlist): Filter out $(link-libc-deps) from
41420         list of objects.
41421         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
41422         target-specific variable.
41423         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
41424         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
41425         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
41426         libc.
41427         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
41428         libc and ld.so.
41429         ($(objpfx)libpcprofile.so): Likewise.
41430         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
41431         libc_nonshared.a.
41432         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
41433         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
41434         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
41435         $(link-libc-deps).
41436         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
41437         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
41438         * login/Makefile ($(objpfx)libutil.so): Likewise.
41439         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
41440         * math/Makefile ($(objpfx)libm.so): Likewise.
41441         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
41442         $(objpfx)libnsl.so): Define libc-for-link as target-specific
41443         variable instead of depending directly on libc.
41444         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
41445         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
41446         $(link-libc-deps).
41447         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
41448         libc.
41449         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
41450         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
41451         ($(objpfx)libanl.so): Likewise.
41452         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
41453         ld.so.
41454         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
41455         $(link-libc-deps).
41456         * sysdeps/i386/fpu/Makefile: Remove file.
41457         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
41458         ($(objpfx)libm.so): Remove dependency on ld.so.
41460 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
41462         [BZ # 15553]
41463         * nis/yp_xdr.c (XDRMAXNAME): Define.
41464         (XDRMAXRECORD): Define.
41465         (xdr_domainname): Use XDRMAXNAME.
41466         (xdr_mapname): Likewise.
41467         (xdr_peername): Likewise.
41468         (xdr_keydat): Use XDRMAXRECORD.
41469         (xdr_valdat): Likewise.
41471 2013-05-30  Jeff Law  <law@redhat.com>
41473         [BZ #14256]
41474         * manual/errno.texi (ESTALE): Update to account for more than
41475         just NFS file systems.
41476         * sysdeps/gnu/errlist.c: Regenerated.
41478 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
41480         [BZ #15465]
41481         * elf/Makefile (tests): Add tst-null-argv.
41482         (modules-names):  Add tst-null-argv-lib.
41483         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
41484         (tst-null-argv-ENV): Set environment for tst-null-argv.
41485         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
41486         (RTLD_PROGNAME): New macro.
41487         * elf/tst-null-argv.c: New test case.
41488         * elf/tst-null-argv-lib.c: Library for test case.
41489         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
41490         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
41491         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
41492         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
41493         * elf/dl-init.c (call_init): Likewise.
41494         (_dl_init): Likewise.
41495         * elf/dl-load.c (print_search_path): Likewise.
41496         (_dl_map_object): Likewise.
41497         * elf/dl-lookup.c (do_lookup_x): Likewise.
41498         (add_dependency): Likewise.
41499         (_dl_lookup_symbol_x): Likewise.
41500         (_dl_debug_bindings): Likewise.
41501         * elf/dl-open.c (_dl_show_scope): Likewise.
41502         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
41503         * elf/dl-version.c (match_symbol): Likewise.
41504         (_dl_check_map_versions): Likewise.
41505         * elf/rtld.c (dl_main): Likewise.
41506         (print_unresolved): Use RTLD_PROGNAME.
41507         (print_missing_version): Likewise.
41508         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
41509         (elf_machine_rela): Likewise.
41510         * sysdeps/powerpc/powerpc32/dl-machine.c
41511         (__process_machine_rela): Likewise.
41512         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
41513         Likewise.
41514         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41515         Likewise.
41516         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
41517         Likewise.
41518         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
41519         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
41520         Likewise.
41521         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
41522         Likewise.
41523         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
41525 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
41527         * po/be.po: Add descriptive title.
41528         * po/zh_CN.po: Likewise.
41529         * po/header.pot: Likewise.
41531 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
41533         * locale/programs/locarchive.c (create_archive): Inlucde fname in
41534         error message.
41535         (enlarge_archive): Likewise.
41537 2013-05-28  Ben North  <ben@redfrontdoor.org>
41539         * manual/arith.texi (frexp): It is the magnitude of the return
41540         value which lies in [0.5, 1), not the return value itself.
41542 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41546 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
41548         * stdio-common/bug26.c (main): Correct fscanf template.
41550         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
41551         declare _dl_skip_args.
41553         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
41554         Don't declare.
41556         * manual/platform.texi: Add missing @end deftypefun.
41558 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
41560         [BZ #15529]
41561         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
41562         bit of mantissa of 2^16382.
41563         * math/libm-test.inc (hypot_test_data): Add more tests.
41565         * math/libm-test.inc: Add drem and pow10 to list of tested
41566         functions.
41567         (pow10_test): New function.
41568         (drem_test): Likewise.
41569         (drem_test_tonearest): Likewise.
41570         (drem_test_towardzero): Likewise.
41571         (drem_test_downward): Likewise.
41572         (drem_test_upward): Likewise.
41573         (main): Call the new functions.
41575         * math/libm-test.inc (finite_test_data): Remove.
41576         (finite_test): Run tests from isfinite_test_data.
41577         (gamma_test_data): Remove.
41578         (gamma_test): Run tests from lgamma_test_data.
41579         * sysdeps/i386/fpu/libm-test-ulps: Update.
41580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41582 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41584         * manual/platform.texi: Add PowerPC PPR function set documentation.
41585         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
41586         implementation.
41588 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
41590         * math/libm-test.inc (MAX_EXP): Define.
41591         (ULPDIFF): Define.
41592         (ulp): New function.
41593         (check_float_internal): Use ULPDIFF.
41594         (cpow_test): Disable failing test.
41595         (check_ulp): Test ulp() implemetnation.
41596         (main): Call check_ulp before starting tests.
41598 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
41600         * math/gen-libm-test.pl (generate_testfile): Do not handle
41601         START_DATA and END_DATA.
41602         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
41603         END_DATA.
41604         (acos_tonearest_test_data): Likewise.
41605         (acos_towardzero_test_data): Likewise.
41606         (acos_downward_test_data): Likewise.
41607         (acos_upward_test_data): Likewise.
41608         (acosh_test_data): Likewise.
41609         (asin_test_data): Likewise.
41610         (asin_tonearest_test_data): Likewise.
41611         (asin_towardzero_test_data): Likewise.
41612         (asin_downward_test_data): Likewise.
41613         (asin_upward_test_data): Likewise.
41614         (asinh_test_data): Likewise.
41615         (atan_test_data): Likewise.
41616         (atanh_test_data): Likewise.
41617         (atan2_test_data): Likewise.
41618         (cabs_test_data): Likewise.
41619         (cacos_test_data): Likewise.
41620         (cacosh_test_data): Likewise.
41621         (carg_test_data): Likewise.
41622         (casin_test_data): Likewise.
41623         (casinh_test_data): Likewise.
41624         (catan_test_data): Likewise.
41625         (catanh_test_data): Likewise.
41626         (cbrt_test_data): Likewise.
41627         (ccos_test_data): Likewise.
41628         (ccosh_test_data): Likewise.
41629         (ceil_test_data): Likewise.
41630         (cexp_test_data): Likewise.
41631         (cimag_test_data): Likewise.
41632         (clog_test_data): Likewise.
41633         (clog10_test_data): Likewise.
41634         (conj_test_data): Likewise.
41635         (copysign_test_data): Likewise.
41636         (cos_test_data): Likewise.
41637         (cos_tonearest_test_data): Likewise.
41638         (cos_towardzero_test_data): Likewise.
41639         (cos_downward_test_data): Likewise.
41640         (cos_upward_test_data): Likewise.
41641         (cosh_test_data): Likewise.
41642         (cosh_tonearest_test_data): Likewise.
41643         (cosh_towardzero_test_data): Likewise.
41644         (cosh_downward_test_data): Likewise.
41645         (cosh_upward_test_data): Likewise.
41646         (cpow_test_data): Likewise.
41647         (cproj_test_data): Likewise.
41648         (creal_test_data): Likewise.
41649         (csin_test_data): Likewise.
41650         (csinh_test_data): Likewise.
41651         (csqrt_test_data): Likewise.
41652         (ctan_test_data): Likewise.
41653         (ctan_tonearest_test_data): Likewise.
41654         (ctan_towardzero_test_data): Likewise.
41655         (ctan_downward_test_data): Likewise.
41656         (ctan_upward_test_data): Likewise.
41657         (ctanh_test_data): Likewise.
41658         (ctanh_tonearest_test_data): Likewise.
41659         (ctanh_towardzero_test_data): Likewise.
41660         (ctanh_downward_test_data): Likewise.
41661         (ctanh_upward_test_data): Likewise.
41662         (erf_test_data): Likewise.
41663         (erfc_test_data): Likewise.
41664         (exp_test_data): Likewise.
41665         (exp_tonearest_test_data): Likewise.
41666         (exp_towardzero_test_data): Likewise.
41667         (exp_downward_test_data): Likewise.
41668         (exp_upward_test_data): Likewise.
41669         (exp10_test_data): Likewise.
41670         (exp2_test_data): Likewise.
41671         (expm1_test_data): Likewise.
41672         (fabs_test_data): Likewise.
41673         (fdim_test_data): Likewise.
41674         (finite_test_data): Likewise.
41675         (floor_test_data): Likewise.
41676         (fma_test_data): Likewise.
41677         (fma_towardzero_test_data): Likewise.
41678         (fma_downward_test_data): Likewise.
41679         (fma_upward_test_data): Likewise.
41680         (fmax_test_data): Likewise.
41681         (fmin_test_data): Likewise.
41682         (fmod_test_data): Likewise.
41683         (fpclassify_test_data): Likewise.
41684         (frexp_test_data): Likewise.
41685         (gamma_test_data): Likewise.
41686         (hypot_test_data): Likewise.
41687         (ilogb_test_data): Likewise.
41688         (isfinite_test_data): Likewise.
41689         (isgreater_test_data): Likewise.
41690         (isgreaterequal_test_data): Likewise.
41691         (isinf_test_data): Likewise.
41692         (isless_test_data): Likewise.
41693         (islessequal_test_data): Likewise.
41694         (islessgreater_test_data): Likewise.
41695         (isnan_test_data): Likewise.
41696         (isnormal_test_data): Likewise.
41697         (issignaling_test_data): Likewise.
41698         (isunordered_test_data): Likewise.
41699         (j0_test_data): Likewise.
41700         (j1_test_data): Likewise.
41701         (jn_test_data): Likewise.
41702         (ldexp_test_data): Likewise.
41703         (lgamma_test_data): Likewise.
41704         (lrint_test_data): Likewise.
41705         (lrint_tonearest_test_data): Likewise.
41706         (lrint_towardzero_test_data): Likewise.
41707         (lrint_downward_test_data): Likewise.
41708         (lrint_upward_test_data): Likewise.
41709         (llrint_test_data): Likewise.
41710         (llrint_tonearest_test_data): Likewise.
41711         (llrint_towardzero_test_data): Likewise.
41712         (llrint_downward_test_data): Likewise.
41713         (llrint_upward_test_data): Likewise.
41714         (log_test_data): Likewise.
41715         (log10_test_data): Likewise.
41716         (log1p_test_data): Likewise.
41717         (log2_test_data): Likewise.
41718         (logb_test_data): Likewise.
41719         (logb_downward_test_data): Likewise.
41720         (lround_test_data): Likewise.
41721         (llround_test_data): Likewise.
41722         (modf_test_data): Likewise.
41723         (nearbyint_test_data): Likewise.
41724         (nextafter_test_data): Likewise.
41725         (nexttoward_test_data): Likewise.
41726         (pow_test_data): Likewise.
41727         (pow_tonearest_test_data): Likewise.
41728         (pow_towardzero_test_data): Likewise.
41729         (pow_downward_test_data): Likewise.
41730         (pow_upward_test_data): Likewise.
41731         (remainder_test_data): Likewise.
41732         (remainder_tonearest_test_data): Likewise.
41733         (remainder_towardzero_test_data): Likewise.
41734         (remainder_downward_test_data): Likewise.
41735         (remainder_upward_test_data): Likewise.
41736         (remquo_test_data): Likewise.
41737         (rint_test_data): Likewise.
41738         (rint_tonearest_test_data): Likewise.
41739         (rint_towardzero_test_data): Likewise.
41740         (rint_downward_test_data): Likewise.
41741         (rint_upward_test_data): Likewise.
41742         (round_test_data): Likewise.
41743         (scalb_test_data): Likewise.
41744         (scalbn_test_data): Likewise.
41745         (scalbln_test_data): Likewise.
41746         (signbit_test_data): Likewise.
41747         (sin_test_data): Likewise.
41748         (sin_tonearest_test_data): Likewise.
41749         (sin_towardzero_test_data): Likewise.
41750         (sin_downward_test_data): Likewise.
41751         (sin_upward_test_data): Likewise.
41752         (sincos_test_data): Likewise.
41753         (sinh_test_data): Likewise.
41754         (sinh_tonearest_test_data): Likewise.
41755         (sinh_towardzero_test_data): Likewise.
41756         (sinh_downward_test_data): Likewise.
41757         (sinh_upward_test_data): Likewise.
41758         (sqrt_test_data): Likewise.
41759         (tan_test_data): Likewise.
41760         (tan_tonearest_test_data): Likewise.
41761         (tan_towardzero_test_data): Likewise.
41762         (tan_downward_test_data): Likewise.
41763         (tan_upward_test_data): Likewise.
41764         (tanh_test_data): Likewise.
41765         (tgamma_test_data): Likewise.
41766         (trunc_test_data): Likewise.
41767         (y0_test_data): Likewise.
41768         (y1_test_data): Likewise.
41769         (yn_test_data): Likewise.
41770         (significand_test_data): Likewise.
41772         * math/gen-libm-test.pl (@functions): Remove variable.
41773         (generate_testfile): Don't handle START and END lines.
41774         * math/libm-test.inc (START): New macro.
41775         (END): Likewise.
41776         (END_COMPLEX): Likewise.
41777         (acos_test): Use END macro without arguments.
41778         (acos_test_tonearest): Likewise.
41779         (acos_test_towardzero): Likewise.
41780         (acos_test_downward): Likewise.
41781         (acos_test_upward): Likewise.
41782         (acosh_test): Likewise.
41783         (asin_test): Likewise.
41784         (asin_test_tonearest): Likewise.
41785         (asin_test_towardzero): Likewise.
41786         (asin_test_downward): Likewise.
41787         (asin_test_upward): Likewise.
41788         (asinh_test): Likewise.
41789         (atan_test): Likewise.
41790         (atanh_test): Likewise.
41791         (atan2_test): Likewise.
41792         (cabs_test): Likewise.
41793         (cacos_test): Use END_COMPLEX macro without arguments.
41794         (cacosh_test): Likewise.
41795         (carg_test): Use END macro without arguments.
41796         (casin_test): Use END_COMPLEX macro without arguments.
41797         (casinh_test): Likewise.
41798         (catan_test): Likewise.
41799         (catanh_test): Likewise.
41800         (cbrt_test): Use END macro without arguments.
41801         (ccos_test): Use END_COMPLEX macro without arguments.
41802         (ccosh_test): Likewise.
41803         (ceil_test): Use END macro without arguments.
41804         (cexp_test): Use END_COMPLEX macro without arguments.
41805         (cimag_test): Use END macro without arguments.
41806         (clog_test): Use END_COMPLEX macro without arguments.
41807         (clog10_test): Likewise.
41808         (conj_test): Likewise.
41809         (copysign_test): Use END macro without arguments.
41810         (cos_test): Likewise.
41811         (cos_test_tonearest): Likewise.
41812         (cos_test_towardzero): Likewise.
41813         (cos_test_downward): Likewise.
41814         (cos_test_upward): Likewise.
41815         (cosh_test): Likewise.
41816         (cosh_test_tonearest): Likewise.
41817         (cosh_test_towardzero): Likewise.
41818         (cosh_test_downward): Likewise.
41819         (cosh_test_upward): Likewise.
41820         (cpow_test): Use END_COMPLEX macro without arguments.
41821         (cproj_test): Likewise.
41822         (creal_test): Use END macro without arguments.
41823         (csin_test): Use END_COMPLEX macro without arguments.
41824         (csinh_test): Likewise.
41825         (csqrt_test): Likewise.
41826         (ctan_test): Likewise.
41827         (ctan_test_tonearest): Likewise.
41828         (ctan_test_towardzero): Likewise.
41829         (ctan_test_downward): Likewise.
41830         (ctan_test_upward): Likewise.
41831         (ctanh_test): Likewise.
41832         (ctanh_test_tonearest): Likewise.
41833         (ctanh_test_towardzero): Likewise.
41834         (ctanh_test_downward): Likewise.
41835         (ctanh_test_upward): Likewise.
41836         (erf_test): Use END macro without arguments.
41837         (erfc_test): Likewise.
41838         (exp_test): Likewise.
41839         (exp_test_tonearest): Likewise.
41840         (exp_test_towardzero): Likewise.
41841         (exp_test_downward): Likewise.
41842         (exp_test_upward): Likewise.
41843         (exp10_test): Likewise.
41844         (exp2_test): Likewise.
41845         (expm1_test): Likewise.
41846         (fabs_test): Likewise.
41847         (fdim_test): Likewise.
41848         (finite_test): Likewise.
41849         (floor_test): Likewise.
41850         (fma_test): Likewise.
41851         (fma_test_towardzero): Likewise.
41852         (fma_test_downward): Likewise.
41853         (fma_test_upward): Likewise.
41854         (fmax_test): Likewise.
41855         (fmin_test): Likewise.
41856         (fmod_test): Likewise.
41857         (fpclassify_test): Likewise.
41858         (frexp_test): Likewise.
41859         (gamma_test): Likewise.
41860         (hypot_test): Likewise.
41861         (ilogb_test): Likewise.
41862         (isfinite_test): Likewise.
41863         (isgreater_test): Likewise.
41864         (isgreaterequal_test): Likewise.
41865         (isinf_test): Likewise.
41866         (isless_test): Likewise.
41867         (islessequal_test): Likewise.
41868         (islessgreater_test): Likewise.
41869         (isnan_test): Likewise.
41870         (isnormal_test): Likewise.
41871         (issignaling_test): Likewise.
41872         (isunordered_test): Likewise.
41873         (j0_test): Likewise.
41874         (j1_test): Likewise.
41875         (jn_test): Likewise.
41876         (ldexp_test): Likewise.
41877         (lgamma_test): Likewise.
41878         (lrint_test): Likewise.
41879         (lrint_test_tonearest): Likewise.
41880         (lrint_test_towardzero): Likewise.
41881         (lrint_test_downward): Likewise.
41882         (lrint_test_upward): Likewise.
41883         (llrint_test): Likewise.
41884         (llrint_test_tonearest): Likewise.
41885         (llrint_test_towardzero): Likewise.
41886         (llrint_test_downward): Likewise.
41887         (llrint_test_upward): Likewise.
41888         (log_test): Likewise.
41889         (log10_test): Likewise.
41890         (log1p_test): Likewise.
41891         (log2_test): Likewise.
41892         (logb_test): Likewise.
41893         (logb_test_downward): Likewise.
41894         (lround_test): Likewise.
41895         (llround_test): Likewise.
41896         (modf_test): Likewise.
41897         (nearbyint_test): Likewise.
41898         (nextafter_test): Likewise.
41899         (nexttoward_test): Likewise.
41900         (pow_test): Likewise.
41901         (pow_test_tonearest): Likewise.
41902         (pow_test_towardzero): Likewise.
41903         (pow_test_downward): Likewise.
41904         (pow_test_upward): Likewise.
41905         (remainder_test): Likewise.
41906         (remainder_test_tonearest): Likewise.
41907         (remainder_test_towardzero): Likewise.
41908         (remainder_test_downward): Likewise.
41909         (remainder_test_upward): Likewise.
41910         (remquo_test): Likewise.
41911         (rint_test): Likewise.
41912         (rint_test_tonearest): Likewise.
41913         (rint_test_towardzero): Likewise.
41914         (rint_test_downward): Likewise.
41915         (rint_test_upward): Likewise.
41916         (round_test): Likewise.
41917         (scalb_test): Likewise.
41918         (scalbn_test): Likewise.
41919         (scalbln_test): Likewise.
41920         (signbit_test): Likewise.
41921         (sin_test): Likewise.
41922         (sin_test_tonearest): Likewise.
41923         (sin_test_towardzero): Likewise.
41924         (sin_test_downward): Likewise.
41925         (sin_test_upward): Likewise.
41926         (sincos_test): Likewise.
41927         (sinh_test): Likewise.
41928         (sinh_test_tonearest): Likewise.
41929         (sinh_test_towardzero): Likewise.
41930         (sinh_test_downward): Likewise.
41931         (sinh_test_upward): Likewise.
41932         (sqrt_test): Likewise.
41933         (tan_test): Likewise.
41934         (tan_test_tonearest): Likewise.
41935         (tan_test_towardzero): Likewise.
41936         (tan_test_downward): Likewise.
41937         (tan_test_upward): Likewise.
41938         (tanh_test): Likewise.
41939         (tgamma_test): Likewise.
41940         (trunc_test): Likewise.
41941         (y0_test): Likewise.
41942         (y1_test): Likewise.
41943         (yn_test): Likewise.
41944         (significand_test): Likewise.
41946 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
41948         [BZ #15381]
41949         * libio/genops.c (_IO_no_init): Initialize wide struct info.
41951 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
41953         [BZ #14894]
41954         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
41955         __ppc_mdoio and __ppc_mdoom.
41956         * manual/platform.texi: Document new functions __ppc_yield,
41957         __ppc_mdoio and __ppc_mdoom.
41959 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
41961         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
41962         (main): Mention "tls" pseudo-hwcap is legacy.
41963         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
41965 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
41967         * math/gen-libm-test.pl (parse_args): Output only string of
41968         arguments as text for test name, not full call or descriptions of
41969         tests for extra outputs.
41970         (generate_testfile): Do not pass function name to parse_args.
41971         Generate this_func variable from START.
41972         * math/libm-test.inc (struct test_f_f_data): Rename test_name
41973         field to arg_str.
41974         (struct test_ff_f_data): Likewise.
41975         (test_ff_f_data_nexttoward): Likewise.
41976         (struct test_fi_f_data): Likewise.
41977         (struct test_fl_f_data): Likewise.
41978         (struct test_if_f_data): Likewise.
41979         (struct test_fff_f_data): Likewise.
41980         (struct test_c_f_data): Likewise.
41981         (struct test_f_f1_data): Likewise.  Remove field extra_name.
41982         (struct test_fF_f1_data): Likewise.
41983         (struct test_ffI_f1_data): Likewise.
41984         (struct test_c_c_data): Rename test_name field to arg_str.
41985         (struct test_cc_c_data): Likewise.
41986         (struct test_f_i_data): Likewise.
41987         (struct test_ff_i_data): Likewise.
41988         (struct test_f_l_data): Likewise.
41989         (struct test_f_L_data): Likewise.
41990         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
41991         and extra2_name.
41992         (COMMON_TEST_SETUP): New macro.
41993         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
41994         (COMMON_TEST_CLEANUP): Likewise.
41995         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
41996         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
41997         macros.
41998         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
41999         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
42000         macros.
42001         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
42002         (RUN_TEST_fff_f): Take argument string.  Call new setup and
42003         cleanup macros.
42004         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
42005         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
42006         macros.
42007         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
42008         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
42009         macros.
42010         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
42011         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
42012         cleanup macros.
42013         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
42014         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
42015         cleanup macros.
42016         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
42017         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
42018         cleanup macros.
42019         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
42020         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
42021         macros.
42022         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
42023         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
42024         macros.
42025         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
42026         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
42027         macros.
42028         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
42029         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
42030         cleanup macros.
42031         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
42032         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
42033         cleanup macros.
42034         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
42035         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
42036         macros.
42037         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
42038         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
42039         cleanup macros.
42040         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
42041         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
42042         macros.
42043         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
42044         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
42045         macros.
42046         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
42047         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
42048         cleanup macros.
42049         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
42051 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
42053         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
42054         to _sifields.sigfault.
42055         (si_addr_lsb): Define new macro.
42056         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
42057         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42058         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
42060 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
42062         [BZ #15441]
42063         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
42064         returns -1.
42065         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
42066         null return -1.
42067         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
42068         loading the domain.
42070 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
42072         * math/gen-libm-test.pl (parse_args): Do not include expected
42073         result in test name.
42074         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
42075         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42076         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42077         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42078         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42081 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42083         * benchtests/Makefile: Sort function entries.
42085         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
42086         tanh, asinh, acosh, atanh.
42087         * benchtests/acos-inputs: New file.
42088         * benchtests/acosh-inputs: New file.
42089         * benchtests/asin-inputs: New file.
42090         * benchtests/asinh-inputs: New file.
42091         * benchtests/atanh-inputs: New file.
42092         * benchtests/cosh-inputs: New file.
42093         * benchtests/log-inputs: New file.
42094         * benchtests/sinh-inputs: New file.
42095         * benchtests/tanh-inputs: New file.
42097 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
42099         [BZ #15339]
42100         * posix/tst-getaddrinfo4.c: New test.
42101         * posix/Makefile (tests): Add it.
42103 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
42105         [BZ #15339]
42106         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
42107         when no services were used.
42108         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
42109         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
42111 2013-05-21  Andreas Schwab  <schwab@suse.de>
42113         [BZ #15014]
42114         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
42115         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
42116         successful.
42117         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
42118         redundant variable declarations and reallocation of buffer when
42119         parsing as IPv6 address.  Always set NSS status when called from
42120         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
42121         buffer too small.  Correct computation of needed size.
42122         * nss/Makefile (tests): Add test-digits-dots.
42123         * nss/test-digits-dots.c: New test.
42125 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
42127         * benchtests/Makefile: Remove instructions for adding
42128         benchmark tests.
42129         * benchtests/README: New file to explain how to execute and
42130         enhance the benchmark tests.
42132 2013-05-21  Andreas Schwab  <schwab@suse.de>
42134         [BZ #15493]
42135         * setjmp/Makefile (tests): Add tst-sigsetjmp.
42136         * setjmp/tst-sigsetjmp.c: New test.
42138 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
42140         * sysdeps/x86_64/memset.S (memset): New implementation.
42141         (__bzero): Likewise.
42142         (__memset_tail): New function.
42144 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
42146         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
42147         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
42148         __memcpy_sse2_unaligned ifunc selection.
42149         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
42150         Add memcpy-sse2-unaligned.S.
42151         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
42152         Add: __memcpy_sse2_unaligned.
42154 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
42156         [BZ #15490]
42157         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
42158         math_force_eval before restoring floating-point envrionment.
42159         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
42160         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
42161         Likewise.
42162         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
42163         <math_private.h>.
42164         (__nearbyintl): Use math_force_eval before restoring
42165         floating-point environment.
42166         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
42168         * math/gen-libm-test.pl (special_functions): Remove.
42169         (parse_args): Don't handle TEST_extra.  Handle functions with no
42170         return value.
42171         * math/libm-test.inc (struct test_sincos_data): Replace with
42172         struct test_fFF_11_data.
42173         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
42174         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
42175         (sincos_test_data): Change element type to struct
42176         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
42177         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
42178         RUN_TEST_LOOP_sincos.
42179         * math/README.libm-test: Don't mention special handling of
42180         individual functions.
42181         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
42182         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42183         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42184         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42185         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42188         * math/gen-libm-test.pl (get_variable): Remove function.
42189         (parse_args): Don't show pointer parameters to call in test
42190         names.  Use "extra output N" in test names for extra outputs
42191         rather than naming variables.
42193 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
42195         [BZ #15488]
42196         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
42197         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
42198         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
42199         double tests.
42200         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
42201         disable.
42202         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
42203         check_long_double.
42205         * math/gen-libm-test.pl (@tests): Remove variable.
42206         ($count): Likewise.
42207         (new_test): Remove function.
42208         (show_exceptions): New function.
42209         (special_functions): Use show_exceptions instead of new_test.
42210         (parse_args): Likewise.
42211         (generate_testfile): Pass only function name in generated call to
42212         print_max_error or print_complex_max_error.
42213         (get_ulps): Do not handle complex tests specially.
42214         (output_test): Rename to ...
42215         (get_all_ulps_for_test): ... this.  Return a string rather than
42216         printing to a file.  Require ulps to be present.
42217         (output_ulps): Generate arrays rather than #defines.
42218         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
42219         (struct ulp_data): New type.
42220         (BUILD_COMPLEX_ULP): Remove macro.
42221         (compare_ulp_data): New function.
42222         (find_ulps): Likewise.
42223         (find_test_ulps): Likewise.
42224         (find_function_ulps): Likewise.
42225         (find_complex_function_ulps): Likewise.
42226         (print_max_error): Determine allowed ulps using
42227         find_function_ulps.
42228         (print_complex_max_error): Determine allowed ulps using
42229         find_complex_function_ulps.
42230         (check_float_internal): Determine max ulps using find_test_ulps.
42231         (check_float): Do not take max_ulp parameter.  Update call to
42232         check_float_internal.
42233         (check_complex): Likewise.
42234         (check_int): Do not take max_ulp parameter.
42235         (check_long): Likewise.
42236         (check_bool): Likewise.
42237         (check_longlong): Likewise.
42238         (struct test_f_f_data): Remove max_ulp field.
42239         (struct test_ff_f_data): Likewise.
42240         (struct test_ff_f_data_nexttoward): Likewise.
42241         (struct test_fi_f_data): Likewise.
42242         (struct test_fl_f_data): Likewise.
42243         (struct test_if_f_data): Likewise.
42244         (struct test_fff_f_data): Likewise.
42245         (struct test_c_f_data): Likewise.
42246         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
42247         (struct test_fF_f1_data): Likewise.
42248         (struct test_ffI_f1_data): Likewise.
42249         (struct test_c_c_data): Remove max_ulp field.
42250         (struct test_cc_c_data): Likewise.
42251         (struct test_f_i_data): Likewise.
42252         (struct test_ff_i_data): Likewise.
42253         (struct test_f_l_data): Likewise.
42254         (struct test_f_L_data): Likewise.
42255         (struct test_sincos_data): Likewise.
42256         (RUN_TEST_f_f): Do not handle ulps.
42257         (RUN_TEST_LOOP_f_f): Likewise.
42258         (RUN_TEST_2_f): Likewise.
42259         (RUN_TEST_LOOP_2_f): Likewise.
42260         (RUN_TEST_fff_f): Likewise.
42261         (RUN_TEST_LOOP_fff_f): Likewise.
42262         (RUN_TEST_c_f): Likewise.
42263         (RUN_TEST_LOOP_c_f): Likewise.
42264         (RUN_TEST_f_f1): Likewise.
42265         (RUN_TEST_LOOP_f_f1): Likewise.
42266         (RUN_TEST_fF_f1): Likewise.
42267         (RUN_TEST_LOOP_fF_f1): Likewise.
42268         (RUN_TEST_fI_f1): Likewise.
42269         (RUN_TEST_LOOP_fI_f1): Likewise.
42270         (RUN_TEST_ffI_f1): Likewise.
42271         (RUN_TEST_LOOP_ffI_f1): Likewise.
42272         (RUN_TEST_c_c): Likewise.
42273         (RUN_TEST_LOOP_c_c): Likewise.
42274         (RUN_TEST_cc_c): Likewise.
42275         (RUN_TEST_LOOP_cc_c): Likewise.
42276         (RUN_TEST_f_i): Likewise.
42277         (RUN_TEST_LOOP_f_i): Likewise.
42278         (RUN_TEST_f_i_tg): Likewise.
42279         (RUN_TEST_LOOP_f_i_tg): Likewise.
42280         (RUN_TEST_ff_i_tg): Likewise.
42281         (RUN_TEST_LOOP_ff_i_tg): Likewise.
42282         (RUN_TEST_f_b): Likewise.
42283         (RUN_TEST_LOOP_f_b): Likewise.
42284         (RUN_TEST_f_b_tg): Likewise.
42285         (RUN_TEST_LOOP_f_b_tg): Likewise.
42286         (RUN_TEST_f_l): Likewise.
42287         (RUN_TEST_LOOP_f_l): Likewise.
42288         (RUN_TEST_f_L): Likewise.
42289         (RUN_TEST_LOOP_f_L): Likewise.
42290         (RUN_TEST_sincos): Likewise.
42291         (RUN_TEST_LOOP_sincos): Likewise.
42293 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
42295         [BZ #15480]
42296         [BZ #15485]
42297         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
42298         main case of finite arguments, set rounding mode to FE_TONEAREST
42299         and discard exceptions.
42300         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
42301         exceptions.
42302         (remainder_tonearest_test_data): New variable.
42303         (remainder_test_tonearest): New function.
42304         (remainder_towardzero_test_data): New variable.
42305         (remainder_test_towardzero): New function.
42306         (remainder_downward_test_data): New variable.
42307         (remainder_test_downward): New function.
42308         (remainder_upward_test_data): New variable.
42309         (remainder_test_upward): New function.
42310         (main): Call the new test functions.
42312         * math/libm-test.inc (struct test_f_f1_data): Remove field
42313         extra_init.
42314         (struct test_fF_f1_data): Likewise.
42315         (struct test_ffI_f1_data): Likewise.
42316         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
42317         based on value of EXTRA_EXPECTED.
42318         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
42319         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
42320         EXTRA_VAR based on value of EXTRA_EXPECTED.
42321         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
42322         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
42323         EXTRA_VAR based on value of EXTRA_EXPECTED.
42324         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
42325         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
42326         EXTRA_VAR based on value of EXTRA_EXPECTED.
42327         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
42328         * math/gen-libm-test.pl (parse_args): Don't output initializers
42329         for extra output values.
42331         * math/libm-test.inc (check_int): Expect result to be exactly
42332         equal to expected value and do not handle ulps.
42333         (check_long): Likewise.
42334         (check_longlong): Likewise.
42336         * math/libm-test.inc (ceil_test_data): Test for "inexact"
42337         exceptions.
42338         (cimag_test_data): Likewise.
42339         (conj_test_data): Likewise.
42340         (copysign_test_data): Likewise.
42341         (cproj_test_data): Likewise.
42342         (creal_test_data): Likewise.
42343         (fabs_test_data): Likewise.
42344         (fdim_test_data): Likewise.
42345         (finite_test_data): Likewise.
42346         (floor_test_data): Likewise.
42347         (fmax_test_data): Likewise.
42348         (fmin_test_data): Likewise.
42349         (fmod_test_data): Likewise.
42350         (fpclassify_test_data): Likewise.
42351         (frexp_test_data): Likewise.
42352         (ilogb_test_data): Likewise.
42353         (isfinite_test_data): Likewise.
42354         (isgreater_test_data): Likewise.
42355         (isgreaterequal_test_data): Likewise.
42356         (isinf_test_data): Likewise.
42357         (isless_test_data): Likewise.
42358         (islessequal_test_data): Likewise.
42359         (islessgreater_test_data): Likewise.
42360         (isnan_test_data): Likewise.
42361         (isnormal_test_data): Likewise.
42362         (issignaling_test_data): Likewise.
42363         (isunordered_test_data): Likewise.
42364         (ldexp_test_data): Likewise.
42365         (lrint_test_data): Likewise.
42366         (lrint_test_data) [TEST_FLOAT]: Disable one test.
42367         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
42368         (lrint_tonearest_test_data): Test for "inexact" exceptions.
42369         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
42370         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
42371         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
42372         test input.
42373         (lrint_towardzero_test_data): Test for "inexact" exceptions.
42374         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
42375         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
42376         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
42377         that test input.
42378         (lrint_downward_test_data): Test for "inexact" exceptions.
42379         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
42380         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
42381         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
42382         test input.
42383         (lrint_upward_test_data): Test for "inexact" exceptions.
42384         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
42385         test input.
42386         (llrint_test_data): Test for "inexact" exceptions.
42387         (llrint_test_data) [TEST_FLOAT]: Disable one test.
42388         (llrint_tonearest_test_data): Test for "inexact" exceptions.
42389         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
42390         (llrint_towardzero_test_data): Test for "inexact" exceptions.
42391         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
42392         (llrint_downward_test_data): Test for "inexact" exceptions.
42393         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
42394         (llrint_upward_test_data): Test for "inexact" exceptions.
42395         (logb_test_data): Likewise.
42396         (logb_downward_test_data): Likewise.
42397         (nextafter_test_data): Likewise.
42398         (nexttoward_test_data): Likewise.
42399         (remainder_test_data): Likewise.
42400         (remquo_test_data): Likewise.
42401         (scalbn_test_data): Likewise.
42402         (scalbln_test_data): Likewise.
42403         (signbit_test_data): Likewise.
42404         (sqrt_test_data): Likewise.
42405         (significand_test_data): Likewise.
42407 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
42409         [BZ #15424]
42410         * benchtests/bench-modf.c (struct args): Mark arg0 as
42411         volatile.
42412         * scripts/bench.pl: Mark members of struct args as volatile.
42414 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42416         [BZ # 15497]
42417         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
42418         negative infinity on POWER6 or lower.
42419         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
42421 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
42423         [BZ #15442]
42424         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
42425         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
42426         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
42427         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
42428         (_FP_SETQNAN): New macro.
42429         (_FP_SETQNAN_SEMIRAW): Likewise.
42430         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
42431         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
42432         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
42433         (FP_EXTEND): Use _FP_FRAC_SNANP.
42434         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
42435         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
42436         into account.
42437         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
42438         New macro.
42439         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
42440         Likewise.
42442 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42444         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
42445         with DIVIDE_BY_ZERO_EXCEPTION.
42446         (gamma_test_data): Likewise.
42447         (lgamma_test_data): Likewise.
42448         (log_test_data): Likewise.
42449         (log10_test_data): Likewise.
42450         (log2_test_data): Likewise.
42451         (tgamma_test_data): Likewise.
42453         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
42454         (acos_test_tonearest): Likewise.
42455         (acos_test_towardzero): Likewise.
42456         (acos_test_downward): Likewise.
42457         (acos_test_upward): Likewise.
42458         (acosh_test): Likewise.
42459         (asin_test): Likewise.
42460         (asin_test_tonearest): Likewise.
42461         (asin_test_towardzero): Likewise.
42462         (asin_test_downward): Likewise.
42463         (asin_test_upward): Likewise.
42464         (asinh_test): Likewise.
42465         (atan_test): Likewise.
42466         (atanh_test): Likewise.
42467         (atan2_test): Likewise.
42468         (cabs_test): Likewise.
42469         (cacos_test): Likewise.
42470         (cacosh_test): Likewise.
42471         (casin_test): Likewise.
42472         (casinh_test): Likewise.
42473         (catan_test): Likewise.
42474         (catanh_test): Likewise.
42475         (cbrt_test): Likewise.
42476         (ccos_test): Likewise.
42477         (ccosh_test): Likewise.
42478         (cexp_test): Likewise.
42479         (clog_test): Likewise.
42480         (clog10_test): Likewise.
42481         (cos_test): Likewise.
42482         (cos_test_tonearest): Likewise.
42483         (cos_test_towardzero): Likewise.
42484         (cos_test_downward): Likewise.
42485         (cos_test_upward): Likewise.
42486         (cosh_test): Likewise.
42487         (cosh_test_tonearest): Likewise.
42488         (cosh_test_towardzero): Likewise.
42489         (cosh_test_downward): Likewise.
42490         (cosh_test_upward): Likewise.
42491         (cpow_test): Likewise.
42492         (csin_test): Likewise.
42493         (csinh_test): Likewise.
42494         (csqrt_test): Likewise.
42495         (ctan_test): Likewise.
42496         (ctan_test_tonearest): Likewise.
42497         (ctan_test_towardzero): Likewise.
42498         (ctan_test_downward): Likewise.
42499         (ctan_test_upward): Likewise.
42500         (ctanh_test): Likewise.
42501         (ctanh_test_tonearest): Likewise.
42502         (ctanh_test_towardzero): Likewise.
42503         (ctanh_test_downward): Likewise.
42504         (ctanh_test_upward): Likewise.
42505         (erf_test): Likewise.
42506         (erfc_test): Likewise.
42507         (exp_test): Likewise.
42508         (exp_test_tonearest): Likewise.
42509         (exp_test_towardzero): Likewise.
42510         (exp_test_downward): Likewise.
42511         (exp_test_upward): Likewise.
42512         (exp10_test): Likewise.
42513         (exp2_test): Likewise.
42514         (expm1_test): Likewise.
42515         (fmod_test): Likewise.
42516         (gamma_test): Likewise.
42517         (hypot_test): Likewise.
42518         (j0_test): Likewise.
42519         (j1_test): Likewise.
42520         (jn_test): Likewise.
42521         (lgamma_test): Likewise.
42522         (log_test): Likewise.
42523         (log10_test): Likewise.
42524         (log1p_test): Likewise.
42525         (log2_test): Likewise.
42526         (logb_test_downward): Likewise.
42527         (pow_test): Likewise.
42528         (pow_test_tonearest): Likewise.
42529         (pow_test_towardzero): Likewise.
42530         (pow_test_downward): Likewise.
42531         (pow_test_upward): Likewise.
42532         (remainder_test): Likewise.
42533         (remquo_test): Likewise.
42534         (sin_test): Likewise.
42535         (sin_test_tonearest): Likewise.
42536         (sin_test_towardzero): Likewise.
42537         (sin_test_downward): Likewise.
42538         (sin_test_upward): Likewise.
42539         (sincos_test): Likewise.
42540         (sinh_test): Likewise.
42541         (sinh_test_tonearest): Likewise.
42542         (sinh_test_towardzero): Likewise.
42543         (sinh_test_downward): Likewise.
42544         (sinh_test_upward): Likewise.
42545         (sqrt_test): Likewise.
42546         (tan_test): Likewise.
42547         (tan_test_tonearest): Likewise.
42548         (tan_test_towardzero): Likewise.
42549         (tan_test_downward): Likewise.
42550         (tan_test_upward): Likewise.
42551         (tanh_test): Likewise.
42552         (tgamma_test): Likewise.
42553         (y0_test): Likewise.
42554         (y1_test): Likewise.
42555         (yn_test): Likewise.
42557         * math/gen-libm-test.pl (adjust_arg): Remove function.
42558         (special_function): Remove argument $in_func.  Only handle
42559         generating output for tables of tests, not inside functions.
42560         (parse_args): Likewise.
42561         (generate_testfile): Remove variable $in_func.  Update call to
42562         parse_args.
42563         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
42564         (MINUS_ZERO_INIT): Rename macro to minus_zero.
42565         (PLUS_INFTY_INIT): Rename macro to plus_infty.
42566         (MINUS_INFTY_INIT): Rename macro to minus_infty.
42567         (QNAN_VALUE_INIT): Rename macro to qnan_value.
42568         (MAX_VALUE_INIT): Rename macro to max_value.
42569         (MIN_VALUE_INIT): Rename macro to min_value.
42570         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
42571         (plus_zero): Remove variable.
42572         (minus_zero): Likewise.
42573         (plus_infty): Likewise.
42574         (minus_infty): Likewise.
42575         (qnan_value): Likewise.
42576         (max_value): Likewise.
42577         (min_value): Likewise.
42578         (min_subnorm_value): Likewise.
42580 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42582         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
42583         uint64_t or uint32_t usage.
42584         * crypt/sha256-block.c: Likewise.
42585         * crypt/sha256-crypt.c: Likewise.
42586         * crypt/sha256.c: Likewise.
42587         * crypt/sha512-block.c: Likewise.
42588         * crypt/sha512-crypt.c: Likewise.
42589         * crypt/sha512.c: Likewise.
42590         * debug/backtrace-tst.c: Likewise.
42591         * debug/pcprofiledump.c: Likewise.
42592         * elf/cache.c: Likewise.
42593         * elf/dl-cache.c: Likewise.
42594         * elf/dl-misc.c: Likewise.
42595         * elf/dl-profile.c: Likewise.
42596         * elf/dl-support.c: Likewise.
42597         * elf/ldconfig.c: Likewise.
42598         * elf/sprof.c: Likewise.
42599         * iconv/dummy-repertoire.c: Likewise.
42600         * iconv/iconv_charmap.c: Likewise.
42601         * iconv/skeleton.c: Likewise.
42602         * iconvdata/8bit-generic.c: Likewise.
42603         * iconvdata/cp737.h: Likewise.
42604         * iconvdata/cp775.h: Likewise.
42605         * iconvdata/ibm1008.h: Likewise.
42606         * iconvdata/ibm1025.h: Likewise.
42607         * iconvdata/ibm1046.h: Likewise.
42608         * iconvdata/ibm1097.h: Likewise.
42609         * iconvdata/ibm1112.h: Likewise.
42610         * iconvdata/ibm1122.h: Likewise.
42611         * iconvdata/ibm1123.h: Likewise.
42612         * iconvdata/ibm1124.h: Likewise.
42613         * iconvdata/ibm1129.h: Likewise.
42614         * iconvdata/ibm1130.h: Likewise.
42615         * iconvdata/ibm1132.h: Likewise.
42616         * iconvdata/ibm1133.h: Likewise.
42617         * iconvdata/ibm1137.h: Likewise.
42618         * iconvdata/ibm1140.h: Likewise.
42619         * iconvdata/ibm1141.h: Likewise.
42620         * iconvdata/ibm1142.h: Likewise.
42621         * iconvdata/ibm1143.h: Likewise.
42622         * iconvdata/ibm1144.h: Likewise.
42623         * iconvdata/ibm1145.h: Likewise.
42624         * iconvdata/ibm1146.h: Likewise.
42625         * iconvdata/ibm1147.h: Likewise.
42626         * iconvdata/ibm1148.h: Likewise.
42627         * iconvdata/ibm1149.h: Likewise.
42628         * iconvdata/ibm1153.h: Likewise.
42629         * iconvdata/ibm1154.h: Likewise.
42630         * iconvdata/ibm1155.h: Likewise.
42631         * iconvdata/ibm1156.h: Likewise.
42632         * iconvdata/ibm1157.h: Likewise.
42633         * iconvdata/ibm1158.h: Likewise.
42634         * iconvdata/ibm1160.h: Likewise.
42635         * iconvdata/ibm1161.h: Likewise.
42636         * iconvdata/ibm1162.h: Likewise.
42637         * iconvdata/ibm1163.h: Likewise.
42638         * iconvdata/ibm1164.h: Likewise.
42639         * iconvdata/ibm1166.h: Likewise.
42640         * iconvdata/ibm1167.h: Likewise.
42641         * iconvdata/ibm12712.h: Likewise.
42642         * iconvdata/ibm1390.h: Likewise.
42643         * iconvdata/ibm1399.h: Likewise.
42644         * iconvdata/ibm16804.h: Likewise.
42645         * iconvdata/ibm4517.h: Likewise.
42646         * iconvdata/ibm4899.h: Likewise.
42647         * iconvdata/ibm4909.h: Likewise.
42648         * iconvdata/ibm4971.h: Likewise.
42649         * iconvdata/ibm5347.h: Likewise.
42650         * iconvdata/ibm803.h: Likewise.
42651         * iconvdata/ibm856.h: Likewise.
42652         * iconvdata/ibm901.h: Likewise.
42653         * iconvdata/ibm902.h: Likewise.
42654         * iconvdata/ibm9030.h: Likewise.
42655         * iconvdata/ibm9066.h: Likewise.
42656         * iconvdata/ibm921.h: Likewise.
42657         * iconvdata/ibm922.h: Likewise.
42658         * iconvdata/ibm9448.h: Likewise.
42659         * iconvdata/isiri-3342.h: Likewise.
42660         * iconvdata/jis0201.h: Likewise.
42661         * include/link.h: Likewise.
42662         * include/netdb.h: Likewise.
42663         * inet/check_native.c: Likewise.
42664         * inet/check_pf.c: Likewise.
42665         * inet/getipv4sourcefilter.c: Likewise.
42666         * inet/getnameinfo.c: Likewise.
42667         * inet/getsourcefilter.c: Likewise.
42668         * inet/htonl.c: Likewise.
42669         * inet/setipv4sourcefilter.c: Likewise.
42670         * inet/setsourcefilter.c: Likewise.
42671         * inet/test-inet6_opt.c: Likewise.
42672         * inet/tst-network.c: Likewise.
42673         * locale/C-collate.c: Likewise.
42674         * locale/C-ctype.c: Likewise.
42675         * locale/C-time.c: Likewise.
42676         * locale/C-translit.h: Likewise.
42677         * locale/loadarchive.c: Likewise.
42678         * locale/programs/3level.h: Likewise.
42679         * locale/programs/charmap.c: Likewise.
42680         * locale/programs/charmap.h: Likewise.
42681         * locale/programs/ld-address.c: Likewise.
42682         * locale/programs/ld-collate.c: Likewise.
42683         * locale/programs/ld-ctype.c: Likewise.
42684         * locale/programs/ld-identification.c: Likewise.
42685         * locale/programs/ld-measurement.c: Likewise.
42686         * locale/programs/ld-messages.c: Likewise.
42687         * locale/programs/ld-monetary.c: Likewise.
42688         * locale/programs/ld-name.c: Likewise.
42689         * locale/programs/ld-numeric.c: Likewise.
42690         * locale/programs/ld-paper.c: Likewise.
42691         * locale/programs/ld-telephone.c: Likewise.
42692         * locale/programs/ld-time.c: Likewise.
42693         * locale/programs/linereader.c: Likewise.
42694         * locale/programs/locale.c: Likewise.
42695         * locale/programs/locarchive.c: Likewise.
42696         * locale/programs/locfile.h: Likewise.
42697         * locale/programs/repertoire.c: Likewise.
42698         * locale/programs/simple-hash.c: Likewise.
42699         * locale/programs/simple-hash.h: Likewise.
42700         * malloc/memusage.c: Likewise.
42701         * malloc/memusagestat.c: Likewise.
42702         * nis/nis_defaults.c: Likewise.
42703         * nis/nis_hash.c: Likewise.
42704         * nis/nis_print.c: Likewise.
42705         * nis/nis_xdr.c: Likewise.
42706         * nscd/connections.c: Likewise.
42707         * nscd/hstcache.c: Likewise.
42708         * nscd/nscd_gethst_r.c: Likewise.
42709         * nscd/nscd_getserv_r.c: Likewise.
42710         * nscd/nscd_helper.c: Likewise.
42711         * nscd/servicescache.c: Likewise.
42712         * nss/makedb.c: Likewise.
42713         * nss/nss_db/db-XXX.c: Likewise.
42714         * nss/nss_db/db-initgroups.c: Likewise.
42715         * nss/nss_db/db-netgrp.c: Likewise.
42716         * nss/nss_files/files-network.c: Likewise.
42717         * nss/nss_files/files-parse.c: Likewise.
42718         * posix/bug-regex5.c: Likewise.
42719         * posix/fnmatch_loop.c: Likewise.
42720         * posix/regcomp.c: Likewise.
42721         * posix/regexec.c: Likewise.
42722         * posix/tst-rfc3484-2.c: Likewise.
42723         * posix/tst-rfc3484-3.c: Likewise.
42724         * posix/tst-rfc3484.c: Likewise.
42725         * resolv/nss_dns/dns-canon.c: Likewise.
42726         * resolv/nss_dns/dns-network.c: Likewise.
42727         * resolv/res_init.c: Likewise.
42728         * resolv/res_mkquery.c: Likewise.
42729         * resolv/tst-aton.c: Likewise.
42730         * stdlib/cxa_atexit.c: Likewise.
42731         * stdlib/cxa_finalize.c: Likewise.
42732         * stdlib/gen-fpioconst.c: Likewise.
42733         * stdlib/strtol_l.c: Likewise.
42734         * string/tst-endian.c: Likewise.
42735         * sunrpc/auth_des.c: Likewise.
42736         * sunrpc/clnt_udp.c: Likewise.
42737         * sunrpc/rtime.c: Likewise.
42738         * sunrpc/svcauth_des.c: Likewise.
42739         * sunrpc/xdr.c: Likewise.
42740         * sunrpc/xdr_intXX_t.c: Likewise.
42741         * sunrpc/xdr_rec.c: Likewise.
42742         * sysdeps/generic/ldconfig.h: Likewise.
42743         * sysdeps/generic/ldsodefs.h: Likewise.
42744         * sysdeps/generic/memusage.h: Likewise.
42745         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
42746         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
42747         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
42748         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
42749         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
42750         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42751         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
42752         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
42753         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
42754         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
42755         * sysdeps/posix/getaddrinfo.c: Likewise.
42756         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42757         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42758         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
42759         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42760         * sysdeps/powerpc/test-gettimebase.c: Likewise.
42761         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
42762         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
42763         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
42764         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
42765         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
42766         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42767         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42768         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
42769         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
42770         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
42771         * sysdeps/x86_64/dl-tls.h: Likewise.
42772         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
42773         * time/alt_digit.c: Likewise.
42774         * time/era.c: Likewise.
42775         * wcsmbs/tst-c16c32-1.c: Likewise.
42777 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42779         * math/libm-test.inc (struct test_sincos_data): New type.
42780         (RUN_TEST_LOOP_sincos): New macro.
42781         (sincos_test_data): New variable.
42782         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
42784 2013-05-16  Richard Henderson  <rth@redhat.com>
42786         * math/atest-exp2.c (LIMB64): New macro.
42787         (CONSTSZ): New macro.
42788         (mp_exp1, mp_exp_m1, mp_log2): New variables.
42789         (hexdig): Move ...
42790         (print_mpn_fp): ... to function scope.
42791         (read_mpn_hex): Remove.
42792         (get_log2): Remove.
42793         (exp2_mpn): Use mp_log2.
42794         (main): Use mp_exp1.
42796 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42798         * math/libm-test.inc: Remove comment about not testing "inexact"
42799         exceptions.
42800         (INEXACT_EXCEPTION): New macro.
42801         (NO_INEXACT_EXCEPTION): Likewise.
42802         (INVALID_EXCEPTION_OK): Update value.
42803         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42804         (OVERFLOW_EXCEPTION_OK): Likewise.
42805         (UNDERFLOW_EXCEPTION_OK): Likewise.
42806         (IGNORE_ZERO_INF_SIGN): Likewise.
42807         (ERRNO_UNCHANGED): Likewise.
42808         (ERRNO_EDOM): Likewise.
42809         (ERRNO_ERANGE): Likewise.
42810         (test_exceptions): Handle testing "inexact" exceptions.
42811         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
42812         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
42813         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
42814         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
42815         INEXACT_EXCEPTION.
42816         (rint_towardzero_test_data): Likewise.
42817         (rint_downward_test_data): Likewise.
42818         (rint_upward_test_data): Likewise.
42820         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
42821         with OVERFLOW_EXCEPTION.
42822         (exp10_test_data): Likewise.
42823         (exp2_test_data): Likewise.
42824         (expm1_test_data): Likewise.
42825         (lgamma_test_data): Likewise.
42826         (pow_test_data): Likewise.
42827         (tgamma_test_data): Likewise.
42828         (yn_test_data): Remove duplicate test of overflow.
42830         * math/libm-test.inc (struct test_cc_c_data): New type.
42831         (RUN_TEST_LOOP_cc_c): New macro.
42832         (cpow_test_data): New variable.
42833         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
42835         * math/libm-test.inc (struct test_f_L_data): New type.
42836         (RUN_TEST_LOOP_f_L): New macro.
42837         (llrint_test_data): New variable.
42838         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
42839         (llrint_tonearest_test_data): New variable.
42840         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
42841         (llrint_towardzero_test_data): New variable.
42842         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
42843         (llrint_downward_test_data): New variable.
42844         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
42845         (llrint_upward_test_data): New variable.
42846         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
42847         (llround_test_data): New variable.
42848         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
42850 2013-05-13  Peter Collingbourne  <pcc@google.com>
42852         * math/atest-exp2.c (get_log2): Remove const attribute.
42854 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
42856         * math/libm-test.inc (struct test_f_l_data): New type.
42857         (RUN_TEST_LOOP_f_l): New macro.
42858         (lrint_test_data): New variable.
42859         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
42860         (lrint_tonearest_test_data): New variable.
42861         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
42862         (lrint_towardzero_test_data): New variable.
42863         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
42864         (lrint_downward_test_data): New variable.
42865         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
42866         (lrint_upward_test_data): New variable.
42867         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
42868         (lround_test_data): New variable.
42869         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
42871 2013-05-15  Peter Collingbourne  <pcc@google.com>
42873         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
42874         (EXTRACT_WORDS64) Use where appropriate.
42875         (INSERT_WORDS64) Likewise.
42877         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
42878         constraints with x constraints.
42879         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
42881         * malloc/obstack.c (_obstack_compat): Add initializer.
42883 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
42885         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
42886         si_trapno and add si_addr_lsb to _sifields.sigfault.
42887         (si_trapno): Remove macro.
42888         (si_addr_lsb): Define new macro.
42889         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
42891 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
42893         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
42894         instead of TEST_f_l.
42895         (llrint_test_tonearest): Likewise.
42896         (llrint_test_towardzero): Likewise.
42897         (llrint_test_downward): Likewise.
42898         (llrint_test_upward): Likewise.
42899         (llround_test): Likewise.
42901         * math/libm-test.inc (struct test_f_i_data): Add comment.
42902         (RUN_TEST_LOOP_f_b): New macro.
42903         (RUN_TEST_LOOP_f_b_tg): Likewise.
42904         (finite_test_data): New variable.
42905         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
42906         (isfinite_test_data): New variable.
42907         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42908         (isinf_test_data): New variable.
42909         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42910         (isnan_test_data): New variable.
42911         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42912         (isnormal_test_data): New variable.
42913         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42914         (issignaling_test_data): New variable.
42915         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42916         (signbit_test_data): New variable.
42917         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42919         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
42920         with INVALID_EXCEPTION.
42921         (acosh_test_data): Likewise.
42922         (asin_test_data): Likewise.
42923         (atanh_test_data): Likewise.
42924         (fmod_test_data): Likewise.
42925         (log_test_data): Likewise.
42926         (log10_test_data): Likewise.
42927         (log2_test_data): Likewise.
42928         (pow_test_data): Likewise.
42929         (sqrt_test_data): Likewise.
42930         (y0_test_data): Likewise.
42931         (y1_test_data): Likewise.
42932         (yn_test_data): Likewise.
42934         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
42935         function contents.
42937         * math/libm-test.inc (struct test_ff_i_data): New type.
42938         (RUN_TEST_LOOP_ff_i_tg): New macro.
42939         (isgreater_test_data): New variable.
42940         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42941         (isgreaterequal_test_data): New variable.
42942         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42943         (isless_test_data): New variable.
42944         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42945         (islessequal_test_data): New variable.
42946         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42947         (islessgreater_test_data): New variable.
42948         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42949         (isunordered_test_data): New variable.
42950         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42952 2013-05-14  David S. Miller  <davem@davemloft.net>
42954         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42956 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
42958         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
42960         * math/libm-test.inc (struct test_fF_f1_data): Change type of
42961         extra_test to int.
42962         (struct test_f_i_data): Change type of max_ulp to int.
42964         * math/libm-test.inc (test_ffI_f1_data): New type.
42965         (RUN_TEST_LOOP_ffI_f1): New macro.
42966         (remquo_test_data): New variable.
42967         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
42969         * setjmp/tst-setjmp-fp.c: New file.
42970         * setjmp/Makefile (tests): Add tst-setjmp-fp.
42971         (link-libm): New variable.
42972         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
42974         * math/libm-test.inc (struct test_f_i_data): New type.
42975         (RUN_TEST_LOOP_f_i): New macro.
42976         (RUN_TEST_LOOP_f_i_tg): Likewise.
42977         (fpclassify_test_data): New variable.
42978         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
42979         (ilogb_test_data): New variable.
42980         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
42982         * math/libm-test.inc (scalbln_test): Correct function name in END
42983         call.
42985         * math/libm-test.inc (struct test_f_f1_data): Add comment.
42986         (RUN_TEST_LOOP_fI_f1): New macro.
42987         (frexp_test_data): New variable.
42988         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
42990         * math/libm-test.inc (struct test_fF_f1_data): New type.
42991         (RUN_TEST_LOOP_fF_f1): New macro.
42992         (modf_test_data): New variable.
42993         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
42995         * math/libm-test.inc (struct test_f_f1_data): New type.
42996         (RUN_TEST_LOOP_f_f1): New macro.
42997         (gamma_test_data): New variable.
42998         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
42999         (lgamma_test_data): New variable.
43000         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
43002 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
43004         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
43005         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
43006         (main): Comment "tls" pseudo-hwcap.
43008 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
43010         * math/libm-test.inc (struct test_fl_f_data): New type.
43011         (RUN_TEST_LOOP_fl_f): New variable.
43012         (scalbln_test_data): New variable.
43013         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
43015         * math/libm-test.inc (struct test_fi_f_data): New type.
43016         (RUN_TEST_LOOP_fi_f): New macro.
43017         (ldexp_test_data): New variable.
43018         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
43019         (scalbn_test_data): New variable.
43020         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
43022         * math/libm-test.inc (struct test_c_f_data): New type.
43023         (RUN_TEST_LOOP_c_f): New macro.
43024         (cabs_test_data): New variable.
43025         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
43026         (carg_test_data): New variable.
43027         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
43028         (cimag_test_data): New variable.
43029         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
43030         (creal_test_data): New variable.
43031         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
43033         * math/libm-test.inc (struct test_if_f_data): New type.
43034         (RUN_TEST_LOOP_if_f): New macro.
43035         (jn_test_data): New variable.
43036         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
43037         (yn_test_data): New variable.
43038         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
43040         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
43042 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43044         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
43045         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
43047 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
43049         * benchtests/Makefile (CPPFLAGS-nonlib): Add
43050         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
43051         (bench-deps): Add bench-timing.h.
43052         * benchtests-bench-skeleton.c: Include bench-timing.h.
43053         (main): Use TIMING_* macros instead of clock_gettime.
43054         * benchtests/bench-timing.h: New file.
43056         [BZ #14582]
43057         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
43058         Renamed from _LIB_VERSION.
43059         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
43061 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
43063         * math/libm-test.inc (struct test_fff_f_data): New type.
43064         (RUN_TEST_LOOP_fff_f): New macro.
43065         (fma_test_data): New variable.
43066         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
43067         (fma_towardzero_test_data): New variable.
43068         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
43069         (fma_downward_test_data): New variable.
43070         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
43071         (fma_upward_test_data): New variable.
43072         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
43074         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
43075         (struct test_c_c_data): New type.
43076         (RUN_TEST_LOOP_c_c): New macro.
43077         (cacos_test_data): New variable.
43078         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
43079         (cacosh_test_data): New variable.
43080         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
43081         (casin_test_data): New variable.
43082         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
43083         (casinh_test_data): New variable.
43084         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
43085         (catan_test_data): New variable.
43086         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
43087         (catanh_test_data): New variable.
43088         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
43089         (ccos_test_data): New variable.
43090         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
43091         (ccosh_test_data): New variable.
43092         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
43093         (cexp_test_data): New variable.
43094         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
43095         (clog_test_data): New variable.
43096         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
43097         (clog10_test_data): New variable.
43098         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
43099         (conj_test_data): New variable.
43100         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
43101         (cproj_test_data): New variable.
43102         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
43103         (csin_test_data): New variable.
43104         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
43105         (csinh_test_data): New variable.
43106         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
43107         (csqrt_test_data): New variable.
43108         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
43109         (ctan_test_data): New variable.
43110         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
43111         (ctan_tonearest_test_data): New variable.
43112         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
43113         (ctan_towardzero_test_data): New variable.
43114         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
43115         (ctan_downward_test_data): New variable.
43116         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
43117         (ctan_upward_test_data): New variable.
43118         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
43119         (ctanh_test_data): New variable.
43120         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
43121         (ctanh_tonearest_test_data): New variable.
43122         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
43123         (ctanh_towardzero_test_data): New variable.
43124         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
43125         (ctanh_downward_test_data): New variable.
43126         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
43127         (ctanh_upward_test_data): New variable.
43128         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
43129         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
43130         of BUILD_COMPLEX.
43132         * math/libm-test.inc (struct test_ff_f_data): New type.
43133         (struct test_ff_f_data_nexttoward): Likewise.
43134         (RUN_TEST_LOOP_2_f): New macro.
43135         (RUN_TEST_LOOP_ff_f): Likewise.
43136         (atan2_test_data): New variable.
43137         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
43138         (copysign_test_data): New variable.
43139         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
43140         (fdim_test_data): New variable.
43141         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
43142         (fmax_test_data): New variable.
43143         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
43144         (fmin_test_data): New variable.
43145         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
43146         (fmod_test_data): New variable.
43147         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
43148         (hypot_test_data): New variable.
43149         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
43150         (nextafter_test_data): New variable.
43151         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
43152         (nexttoward_test_data): New variable.
43153         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
43154         (pow_test_data): New variable.
43155         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
43156         (pow_tonearest_test_data): New variable.
43157         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
43158         (pow_towardzero_test_data): New variable.
43159         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
43160         (pow_downward_test_data): New variable.
43161         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
43162         (pow_upward_test_data): New variable.
43163         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
43164         (remainder_test_data): New variable.
43165         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
43166         (scalb_test_data): New variable.
43167         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
43168         * sysdeps/i386/fpu/libm-test-ulps: Update.
43170 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
43172         * math/libm-test.inc (fma_test): Use max_value instead of local
43173         variable fltmax.
43174         (nextafter_test): Likewise.
43176         * math/libm-test.inc (acos_towardzero_test_data): New variable.
43177         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43178         (acos_downward_test_data): New variable.
43179         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43180         (acos_upward_test_data): New variable.
43181         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43182         (acosh_test_data): New variable.
43183         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
43184         (asin_test_data): New variable.
43185         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
43186         (asin_tonearest_test_data): New variable.
43187         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43188         (asin_towardzero_test_data): New variable.
43189         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43190         (asin_downward_test_data): New variable.
43191         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43192         (asin_upward_test_data): New variable.
43193         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43194         (asinh_test_data): New variable.
43195         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
43196         (atan_test_data): New variable.
43197         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
43198         (atanh_test_data): New variable.
43199         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
43200         (cbrt_test_data): New variable.
43201         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
43202         (ceil_test_data): New variable.
43203         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
43204         (cos_test_data): New variable.
43205         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
43206         (cos_tonearest_test_data): New variable.
43207         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43208         (cos_towardzero_test_data): New variable.
43209         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43210         (cos_downward_test_data): New variable.
43211         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43212         (cos_upward_test_data): New variable.
43213         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43214         (cosh_test_data): New variable.
43215         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
43216         (cosh_tonearest_test_data): New variable.
43217         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43218         (cosh_towardzero_test_data): New variable.
43219         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43220         (cosh_downward_test_data): New variable.
43221         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43222         (cosh_upward_test_data): New variable.
43223         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43224         (erf_test_data): New variable.
43225         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
43226         (erfc_test_data): New variable.
43227         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
43228         (exp_test_data): New variable.
43229         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
43230         (exp_tonearest_test_data): New variable.
43231         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43232         (exp_towardzero_test_data): New variable.
43233         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43234         (exp_downward_test_data): New variable.
43235         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43236         (exp_upward_test_data): New variable.
43237         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43238         (exp10_test_data): New variable.
43239         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
43240         (exp2_test_data): New variable.
43241         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
43242         (expm1_test_data): New variable.
43243         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
43244         (fabs_test_data): New variable.
43245         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
43246         (floor_test_data): New variable.
43247         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
43248         (j0_test_data): New variable.
43249         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
43250         (j1_test_data): New variable.
43251         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
43252         (log_test_data): New variable.
43253         (log_test): Run tests with RUN_TEST_LOOP_f_f.
43254         (log10_test_data): New variable.
43255         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
43256         (log1p_test_data): New variable.
43257         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
43258         (log2_test_data): New variable.
43259         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
43260         (logb_test_data): New variable.
43261         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
43262         (logb_downward_test_data): New variable.
43263         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43264         (nearbyint_test_data): New variable.
43265         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
43266         (rint_test_data): New variable.
43267         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
43268         (rint_tonearest_test_data): New variable.
43269         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43270         (rint_towardzero_test_data): New variable.
43271         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43272         (rint_downward_test_data): New variable.
43273         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43274         (rint_upward_test_data): New variable.
43275         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43276         (round_test_data): New variable.
43277         (round_test): Run tests with RUN_TEST_LOOP_f_f.
43278         (sin_test_data): New variable.
43279         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
43280         (sin_tonearest_test_data): New variable.
43281         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43282         (sin_towardzero_test_data): New variable.
43283         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43284         (sin_downward_test_data): New variable.
43285         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43286         (sin_upward_test_data): New variable.
43287         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43288         (sinh_test_data): New variable.
43289         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
43290         (sinh_tonearest_test_data): New variable.
43291         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43292         (sinh_towardzero_test_data): New variable.
43293         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43294         (sinh_downward_test_data): New variable.
43295         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43296         (sinh_upward_test_data): New variable.
43297         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43298         (sqrt_test_data): New variable.
43299         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
43300         (tan_test_data): New variable.
43301         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
43302         (tan_tonearest_test_data): New variable.
43303         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43304         (tan_towardzero_test_data): New variable.
43305         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
43306         (tan_downward_test_data): New variable.
43307         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
43308         (tan_upward_test_data): New variable.
43309         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
43310         (tanh_test_data): New variable.
43311         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
43312         (tgamma_test_data): New variable.
43313         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
43314         (trunc_test_data): New variable.
43315         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
43316         (y0_test_data): New variable.
43317         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
43318         (y1_test_data): New variable.
43319         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
43320         (significand_test_data): New variable.
43321         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
43323 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
43325         [BZ #12387]
43326         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
43328 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43330         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
43332 2013-05-10  Andreas Jaeger  <aj@suse.de>
43334         [BZ #15448]
43335         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
43336         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
43338 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
43340         * math/gen-libm-test.pl (adjust_arg): New function.
43341         (special_functions): Handle generating output in both functions
43342         and arrays.
43343         (parse_args): Likewise.
43344         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
43345         $in_func argument to parse_args.
43346         * math/libm-test.inc (struct test_f_f_data): New type.
43347         (IF_ROUND_INIT_): New macro.
43348         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
43349         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
43350         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
43351         (IF_ROUND_INIT_FE_UPWARD): Likewise.
43352         (ROUND_RESTORE_): Likewise.
43353         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
43354         (ROUND_RESTORE_FE_TONEAREST): Likewise.
43355         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
43356         (ROUND_RESTORE_FE_UPWARD): Likewise.
43357         (RUN_TEST_LOOP_f_f): New macro.
43358         (acos_test_data): New variable.
43359         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
43360         (acos_tonearest_test_data): New variable.
43361         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
43363 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43365         * benchtests/bench-skeleton.c (startup): Fix coding style.
43367 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
43369         [BZ #6809]
43370         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
43371         negative infinity argument.
43372         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
43373         negative infinity argument.
43374         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
43375         negative infinity argument.
43376         * math/libm-test.inc (tgamma_test): Expect errno to be set for
43377         domain errors.
43379 2013-05-10  Florian Weimer  <fweimer@redhat.com>
43381         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
43382         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
43383         * iconv/iconv_prog.c (main): Likewise.
43384         * locale/programs/charmap-dir.c (charmap_readdir)
43385         (fopen_uncompressed): Likewise.
43386         * locale/programs/locfile.c (siblings_uncached)
43387         (write_locale_data): Use lstat64 instead of lstat.
43388         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
43389         stat.
43391 2013-05-10  Andreas Jaeger  <aj@suse.de>
43393         [BZ #15395]
43394         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
43395         localization.
43396         Include <locale.h>.
43398 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
43400         * elf/dl-close.c (_dl_close_worker): Add comments.
43402 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
43404         [BZ #15359]
43405         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
43406         high part of pi/2.
43407         (__ieee754_rem_pio2l): Update comments.
43409         [BZ #15429]
43410         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
43411         high part of pi/2.
43412         (__ieee754_rem_pio2l): Update comments.
43414         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
43415         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
43417         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
43418         M_PI_4l.
43420         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
43421         (M_PI_34_LOG10El): Likewise.
43422         (M_PI2_LOG10El): Likewise.
43423         (M_PI4_LOG10El): Likewise.
43424         (M_PI_LOG10El): Likewise.
43426 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43428         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43430 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
43432         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
43433         (MINUS_ZERO_INIT): Likewise.
43434         (PLUS_INFTY_INIT): Likewise.
43435         (MINUS_INFTY_INIT): Likewise.
43436         (QNAN_VALUE_INIT): Likewise.
43437         (MAX_VALUE_INIT): Likewise.
43438         (MIN_VALUE_INIT): Likewise.
43439         (MIN_SUBNORM_VALUE_INIT): Likewise.
43440         (plus_zero): Initialize with PLUS_ZERO_INIT.
43441         (minus_zero): Initialize with MINUS_ZERO_INIT.
43442         (plus_infty): Initialize with PLUS_INFTY_INIT.
43443         (minus_infty): Initialize with MINUS_INFTY_INIT.
43444         (qnan_value): Initialize with QNAN_VALUE_INIT.
43445         (max_value): Initialize with MAX_VALUE_INIT.
43446         (min_value): Initialize with MIN_VALUE_INIT.
43447         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
43449         * math/libm-test.inc (RUN_TEST_if_f): New macro.
43450         (jn_test): Use TEST_if_f instead of TEST_ff_f.
43451         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
43452         (yn_test): Use TEST_if_f instead of TEST_ff_f.
43454         * math/libm-test.inc (RUN_TEST_f_f): New macro.
43455         (RUN_TEST_2_f): Likewise.
43456         (RUN_TEST_ff_f): Likewise.
43457         (RUN_TEST_fi_f): Likewise.
43458         (RUN_TEST_fl_f): Likewise.
43459         (RUN_TEST_fff_f): Likewise.
43460         (RUN_TEST_c_f): Likewise.
43461         (RUN_TEST_f_f1): Likewise.
43462         (RUN_TEST_fF_f1): Likewise.
43463         (RUN_TEST_fI_f1): Likewise.
43464         (RUN_TEST_ffI_f1): Likewise.
43465         (RUN_TEST_c_c): Likewise.
43466         (RUN_TEST_cc_c): Likewise.
43467         (RUN_TEST_f_i): Likewise.
43468         (RUN_TEST_f_i_tg): Likewise.
43469         (RUN_TEST_ff_i_tg): Likewise.
43470         (RUN_TEST_f_b): Likewise.
43471         (RUN_TEST_f_b_tg): Likewise.
43472         (RUN_TEST_f_l): Likewise.
43473         (RUN_TEST_f_L): Likewise.
43474         (RUN_TEST_sincos): Likewise.
43475         * math/gen-libm-test.pl (new_test): Take new argument to indicate
43476         whether to show exceptions.  Do not include ");\n" in return
43477         value.
43478         (special_functions): Output call to RUN_TEST_sincos instead of
43479         check_float calls.  Update calls to new_test.
43480         (parse_args): Output call to single RUN_TEST_* macro instead of
43481         check_* calls and other assignments.  Update calls to new_test.
43483         [BZ #2546]
43484         [BZ #2560]
43485         [BZ #5159]
43486         [BZ #15426]
43487         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
43488         input to result for tgamma overflow.
43489         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
43490         (gamma_coeff): New variable.
43491         (NCOEFF): New macro.
43492         (gamma_positive): New function.
43493         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
43494         underflow here.  Use gamma_positive instead of exp (lgamma) for
43495         other arguments.
43496         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
43497         (gamma_coeff): New variable.
43498         (NCOEFF): New macro.
43499         (gammaf_positive): New function.
43500         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
43501         underflow here.  Use gamma_positive instead of exp (lgamma) for
43502         other arguments.
43503         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
43504         (gamma_coeff): New variable.
43505         (NCOEFF): New macro.
43506         (gammal_positive): New function.
43507         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
43508         underflow here.  Use gamma_positive instead of exp (lgamma) for
43509         other arguments.
43510         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
43511         (gamma_coeff): New variable.
43512         (NCOEFF): New macro.
43513         (gammal_positive): New function.
43514         (__ieee754_gammal_r): Handle positive infinity, overflow and
43515         underflow here.  Handle NaN the same as positive infinity.  Remove
43516         check x < 0xffffffff for negative integers.  Use gamma_positive
43517         instead of exp (lgamma) for other arguments.
43518         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
43519         (gamma_coeff): New variable.
43520         (NCOEFF): New macro.
43521         (gammal_positive): New function.
43522         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
43523         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
43524         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
43525         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
43526         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
43527         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
43528         * sysdeps/generic/math_private.h (__gamma_productf): New
43529         prototype.
43530         (__gamma_product): Likewise.
43531         (__gamma_productl): Likewise.
43532         * math/Makefile (libm-calls): Add gamma_product.
43533         * math/libm-test.inc (tgamma_test): Add more tests.
43534         * sysdeps/i386/fpu/libm-test-ulps: Update.
43535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43537 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
43539         * benchtests/bench-skeleton.c (main): Preheat CPU.
43541 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
43543         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
43545 2013-05-07  Roland McGrath  <roland@hack.frob.com>
43547         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
43548         and _dl_skip_args_internal.
43550 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
43552         * manual/message.texi (Message Translation): Talk about users.
43553         Message to key mapping impacts design.
43555 2013-05-06  Roland McGrath  <roland@hack.frob.com>
43557         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
43559         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
43561         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
43562         * sysdeps/wordsize-64/glob64.c: ... here.
43564         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
43565         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
43566         New macros.
43568         * debug/getlogin_r_chk.c: Moved to ...
43569         * login/getlogin_r_chk.c: ... here.
43570         * debug/Makefile (routines): Move getlogin_r_chk to ...
43571         * login/Makefile (routines): ... here.
43572         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
43573         * login/Versions (libc: GLIBC_2.4): ... here.
43575         * io/poll.c (__poll): Renamed from poll.
43576         Add libc_hidden_def.
43577         (poll): Define as weak alias.
43579         * debug/ptsname_r_chk.c: Moved to ...
43580         * login/ptsname_r_chk.c: ... here.
43581         * debug/Makefile (routines): Move ptsname_r_chk to ...
43582         * login/Makefile (routines): ... here.
43583         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
43584         * login/Versions (libc: GLIBC_2.4): ... here.
43586         * posix/getlogin.c: Moved to ...
43587         * login/getlogin.c: ... here.
43588         * posix/getlogin_r.c: Moved to ...
43589         * login/getlogin_r.c: ... here.
43590         * posix/getlogin_r.c: Moved to ...
43591         * login/getlogin_r.c: ... here.
43592         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
43593         * login/Makefile (routines): ... here.
43594         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
43595         * login/Versions (libc: GLIBC_2.0): ... here.
43597         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
43598         (setrlimit): Define as weak alias.
43600         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
43601         Call __ names for open, ftruncate, and close.
43602         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
43603         (truncate): Define as weak alias.
43605 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
43607         * math/gen-libm-test.pl (parse_args): Initialize x before each
43608         test of frexp, modf and remquo.
43610         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
43611         test signgam value.
43613 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43615         [BZ #15418]
43616         [BZ #15419]
43617         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
43618         internal tests.
43619         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43621 2013-05-06  Roland McGrath  <roland@hack.frob.com>
43623         * elf/dl-writev.h: New file.
43624         * elf/dl-misc.c: Include it.
43625         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
43626         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
43628 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
43630         * math/libm-test.inc (noXFails): Remove variable.
43631         (noXPasses): Likewise.
43632         (BUILD_COMPLEX_INT): Remove macro.
43633         (print_screen): Remove xfail argument.
43634         (print_screen_max_error): Likewise.
43635         (update_stats): Likewise.
43636         (print_max_error): Likewise.  Update calls to other affected
43637         functions.
43638         (print_complex_max_error): Likewise.
43639         (test_single_exception): Update calls to print_screen.
43640         (test_single_errno): Likewise.
43641         (check_float_internal): Remove xfail argument.  Update calls to
43642         other affected functions.
43643         (check_float): Likewise.
43644         (check_complex): Likewise.
43645         (check_int): Likewise.
43646         (check_long): Likewise.
43647         (check_bool): Likewise.
43648         (check_longlong): Likewise.
43649         (main): Don't print noXFails and noXPasses.
43650         * math/gen-libm-test.pl (top level): Don't mention expected
43651         failure handling in comment.
43652         (new_test): Don't handle expected failures.
43653         (parse_args): Don't mention expected failure handling in comment.
43654         (generate_testfile): Don't handle expected failures.
43655         (parse_ulps): Likewise.
43656         (print_ulps_file): Likewise.
43657         (get_failure): Remove function.
43658         (output_test): Don't handle expected failures.
43659         * make/README.libm-test: Don't mention expected failure handling.
43661         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
43662         (minus_zero): Likewise.
43663         (plus_infty): Likewise.
43664         (minus_infty): Likewise.
43665         (qnan_value): Likewise.
43666         (max_value): Likewise.
43667         (min_value): Likewise.
43668         (min_subnorm_value): Likewise.
43669         (initialize): Do not initialize those variables dynamically.
43671 2013-05-03  Roland McGrath  <roland@hack.frob.com>
43673         * io/open.c (__open_2): Moved to ...
43674         * io/open_2.c: ... this new file.
43675         * io/open64.c (__open64_2): Moved to ...
43676         * io/open64_2.c: ... this new file.
43677         * io/openat.c (__openat_2): Moved to ...
43678         * io/openat_2.c: ... this new file.
43679         * io/openat64.c (__openat64_2): Moved to ...
43680         * io/openat64_2.c: ... this new file.
43681         * io/Makefile (routines): Add them.
43682         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
43683         * sysdeps/unix/sysv/linux/open_2.c: File removed.
43684         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
43685         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
43686         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
43687         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
43688         (__openat64): Add hidden_ver.
43689         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
43690         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
43692         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
43693         Separately conditionalize setting of GLRO(dl_sysinfo) so
43694         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
43695         as well, but the actual setting is only under [NEED_DL_SYSINFO].
43697 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43699         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
43700         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
43701         definition.
43702         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
43703         * sysdeps/unix/sysv/linux/powerpc/init-first.c
43704         (_libc_vdso_platform_setup): Add __vdso_time initialization.
43705         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
43706         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
43708 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
43710         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
43711         test signgam value.
43713         * math/libm-test.inc (hypot_test): Do not use
43714         IGNORE_ZERO_INF_SIGN.
43716 2013-05-03  Andreas Jaeger  <aj@suse.de>
43718         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
43719         Linux 3.9.
43720         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
43721         (PF_MAX): Adjust for VSOCK change.
43723 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43725         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43727 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
43729         [BZ #15264]
43730         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
43731         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
43732         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
43734 2013-05-02  David S. Miller  <davem@davemloft.net>
43736         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43738 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
43740         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
43742 2013-05-01  Roland McGrath  <roland@hack.frob.com>
43744         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
43746 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
43748         [BZ #14952]
43749         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
43750         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
43751         Use __attribute__ ((__gnu_inline__)).
43752         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
43753         Don't use __attribute__ ((__gnu_inline__)).
43755 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
43757         [BZ #15423]
43758         * math/s_catan.c (__catan): Handle small real or imaginary part of
43759         input specially to avoid spurious underflow.
43760         * math/s_catanf.c (__catanf): Likewise.
43761         * math/s_catanh.c (__catanh): Likewise.
43762         * math/s_catanhf.c (__catanhf): Likewise.
43763         * math/s_catanhl.c (__catanhl): Likewise.
43764         * math/s_catanl.c (__catanl): Likewise.
43765         * math/libm-test.inc (catan_test): Add more tests.
43766         (catanh_test): Likewise.
43767         * sysdeps/i386/fpu/libm-test-ulps: Update.
43768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43770 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43774 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
43776         [BZ #15416]
43777         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
43778         accurately for denominator in atan2.
43779         * math/s_catanf.c (__catanf): Likewise.
43780         * math/s_catanh.c (__catanh): Likewise.
43781         * math/s_catanhf.c (__catanhf): Likewise.
43782         * math/s_catanhl.c (__catanhl): Likewise.
43783         * math/s_catanl.c (__catanl): Likewise.
43784         * math/libm-test.inc (catan_test): Add more tests.
43785         (catanh_test): Likewise.
43786         * sysdeps/i386/fpu/libm-test-ulps: Update.
43787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43789 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43791         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
43793         * benchtests/Makefile (bench): Remove slow benchmarks.
43794         * benchtests/atan-inputs: Add slow benchmark inputs.
43795         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
43796         (BENCH_FUNC): Accept variant offset.
43797         (VARIANT): Define.
43798         * benchtests/bench-skeleton.c (main): Run benchmark for each
43799         variant.
43800         * benchtests/cos-inputs: Add slow benchmark inputs.
43801         * benchtests/exp-inputs: Likewise.
43802         * benchtests/pow-inputs: Likewise.
43803         * benchtests/sin-inputs: Likewise.
43804         * benchtests/slowatan-inputs: Remove.
43805         * benchtests/slowatan.c: Remove.
43806         * benchtests/slowcos-inputs: Remove.
43807         * benchtests/slowcos.c: Remove.
43808         * benchtests/slowexp-inputs: Remove.
43809         * benchtests/slowexp.c: Remove.
43810         * benchtests/slowpow-inputs: Remove.
43811         * benchtests/slowpow.c: Remove.
43812         * benchtests/slowsin-inputs: Remove.
43813         * benchtests/slowsin.c: Remove.
43814         * benchtests/slowtan-inputs: Remove.
43815         * benchtests/slowtan.c: Remove.
43816         * benchtests/tan-inputs: Add slow benchmark inputs.
43817         * scripts/bench.pl: Parse comments and directives.
43819         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
43820         in CPPFLAGS.
43821         ($(objpfx)bench-%.c): Remove *-ITER.
43822         * benchtests/bench-modf.c: Remove definition of ITER.
43823         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
43824         (main): Loop for DURATION seconds instead of fixed number of
43825         iterations.
43826         * scripts/bench.pl: Don't expect iterations in parameters.
43828 2013-04-29  Roland McGrath  <roland@hack.frob.com>
43830         * io/fchdir.c (__fchdir): Renamed from fchdir.
43831         (fchdir): Define as weak alias.
43833 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
43835         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
43836         (ERRNO_EDOM): Likewise.
43837         (ERRNO_ERANGE): Likewise.
43838         (noErrnoTests): New variable.
43839         (init_max_error): Set errno to 0.
43840         (test_single_errno): New function.
43841         (test_errno): Likewise.
43842         (check_float_internal): Call test_errno.  Set errno to 0.
43843         (check_complex): Refer to errno tests in comment.
43844         (check_int): Call test_errno.  Set errno to 0.
43845         (check_long): Likewise.
43846         (check_bool): Likewise.
43847         (check_longlong): Likewise.
43848         (cos_test): Use ERRNO_* flags for errno tests instead of
43849         check_int.
43850         (expm1_test): Likewise.
43851         (fmod_test): Likewise.
43852         (ilogb_test): Likewise.
43853         (lgamma_test): Likewise.
43854         (pow_test): Likewise.
43855         (remainder_test): Likewise.
43856         (sin_test): Likewise.
43857         (tan_test): Likewise.
43858         (yn_test): Likewise.
43859         (initialize): Set errno to 0.
43860         (main): Print number of errno tests.
43861         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
43863 2013-04-29  Andreas Jaeger  <aj@suse.de>
43865         [BZ #15084]
43866         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
43867         and RES_USEVC.
43869         [BZ #15085]
43870         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
43871         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
43872         unimplemented.
43874         [BZ #15380]
43875         * stdlib/random.c (__initstate): Return NULL if
43876         __initstate fails.
43878         [BZ #15086]
43879         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
43880         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
43881         RES_SNGLKUPREOP.
43883 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43885         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43887 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
43889         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
43890         of individual tests.
43891         (casin_test): Likewise.
43892         (casinh_test): Likewise.
43894 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
43896         [BZ #15409]
43897         * math/s_catan.c (__catan): Handle arguments with large real or
43898         imaginary part separately without squaring.
43899         * math/s_catanf.c (__catanf): Likewise.
43900         * math/s_catanh.c (__catanh): Likewise.
43901         * math/s_catanhf.c (__catanhf): Likewise.
43902         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
43903         and redefine.
43904         (__catanhl): Handle arguments with large real or imaginary part
43905         separately without squaring.
43906         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
43907         and redefine.
43908         (__catanl): Handle arguments with large real or imaginary part
43909         separately without squaring.
43910         * math/libm-test.inc (catan_test): Add more tests.
43911         (catanh_test): Likewise.
43912         * sysdeps/i386/fpu/libm-test-ulps: Update.
43913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43915 2013-04-27  Andreas Jaeger  <aj@suse.de>
43917         [BZ #15007]
43918         * stdlib/stdlib.h: Update guards for qecvt.
43919         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
43920         <stdlib.h>.
43922 2013-04-27  Allan McRae  <allan@archlinux.org>
43924         * sysdeps/i386/fpu/libm-test-ulps: Update.
43926 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
43928         [BZ #15406]
43929         * math/s_catan.c: Include <float.h>.
43930         (__catan): Ensure underflow exception occurs for underflowed
43931         result.
43932         * math/s_catanf.c: Include <float.h>.
43933         (__catanf): Ensure underflow exception occurs for underflowed
43934         result.
43935         * math/s_catanh.c: Include <float.h>.
43936         (__catanh): Ensure underflow exception occurs for underflowed
43937         result.
43938         * math/s_catanhf.c: Include <float.h>.
43939         (__catanhf): Ensure underflow exception occurs for underflowed
43940         result.
43941         * math/s_catanhl.c: Include <float.h>.
43942         (__catanhl): Ensure underflow exception occurs for underflowed
43943         result.
43944         * math/s_catanl.c: Include <float.h>.
43945         (__catanl): Ensure underflow exception occurs for underflowed
43946         result.
43947         * math/libm-test.inc (catan_test): Add more tests.
43948         (catanh_test): Likewise.
43950         [BZ #15405]
43951         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
43952         underflowed result.
43953         * math/s_ccoshf.c (__ccoshf): Likewise.
43954         * math/s_ccoshl.c (__ccoshl): Likewise.
43955         * math/s_csin.c (__csin): Likewise.
43956         * math/s_csinf.c (__csinf): Likewise.
43957         * math/s_csinh.c (__csinh): Likewise.
43958         * math/s_csinhf.c (__csinhf): Likewise.
43959         * math/s_csinhl.c (__csinhl): Likewise.
43960         * math/s_csinl.c (__csinl): Likewise.
43961         * math/libm-test.inc (ccos_test): Add more tests.
43962         (ccosh_test): Likewise.
43963         (csin_test): Likewise.
43964         (csinh_test): Likewise.
43966 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43968         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
43969         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
43970         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
43971         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
43972         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
43973         powerpc/power5+/fpu folders.
43974         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
43977 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
43979         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43981 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
43983         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
43984         additions to variable.
43985         [$(config-machine) = x86_64] (modules-names): Likewise.
43986         ($(objpfx)tst-audit3): Remove dependency.
43987         ($(objpfx)tst-audit3.out): Likewise.
43988         ($(objpfx)tst-audit4): Likewise.
43989         ($(objpfx)tst-audit4.out): Likewise.
43990         ($(objpfx)tst-audit5): Likewise.
43991         ($(objpfx)tst-audit5.out): Likewise.
43992         ($(objpfx)tst-audit6): Likewise.
43993         ($(objpfx)tst-audit6.out): Likewise.
43994         ($(objpfx)tst-audit7): Likewise.
43995         ($(objpfx)tst-audit7.out): Likewise.
43996         (tst-audit3-ENV): Remove variable.
43997         (tst-audit4-ENV): Likewise.
43998         (tst-audit5-ENV): Likewise.
43999         (tst-audit6-ENV): Likewise.
44000         (tst-audit7-ENV): Likewise.
44001         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
44002         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
44003         addition to variable.
44004         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
44005         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
44006         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
44007         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
44008         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
44009         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
44010         tst-audit3, tst-audit4 and tst-audit5.
44011         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
44012         tst-audit6 and tst-audit7.
44013         [$(subdir) = elf] (modules-names): Add audit modules for those
44014         tests.
44015         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
44016         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
44017         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
44018         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
44019         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
44020         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
44021         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
44022         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
44023         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
44024         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
44025         [$(subdir) = elf] (tst-audit3-ENV): New variable.
44026         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
44027         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
44028         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
44029         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
44030         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
44031         Likewise.
44032         [$(subdir) = elf && $(config-cflags-avx) = yes]
44033         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
44034         [$(subdir) = elf && $(config-cflags-avx) = yes]
44035         (CFLAGS-tst-auditmod4a.c): Likewise.
44036         [$(subdir) = elf && $(config-cflags-avx) = yes]
44037         (CFLAGS-tst-auditmod4b.c): Likewise.
44038         [$(subdir) = elf && $(config-cflags-avx) = yes]
44039         (CFLAGS-tst-auditmod6b.c): Likewise.
44040         [$(subdir) = elf && $(config-cflags-avx) = yes]
44041         (CFLAGS-tst-auditmod6c.c): Likewise.
44042         [$(subdir) = elf && $(config-cflags-avx) = yes]
44043         (CFLAGS-tst-auditmod7b.c): Likewise.
44044         * elf/tst-audit3.c: Move to ...
44045         * sysdeps/x86_64/tst-audit3.c: ... here.
44046         * elf/tst-audit4.c: Move to ...
44047         * sysdeps/x86_64/tst-audit4.c: ... here.
44048         * elf/tst-audit5.c: Move to ...
44049         * sysdeps/x86_64/tst-audit5.c: ... here.
44050         * elf/tst-audit6.c: Move to ...
44051         * sysdeps/x86_64/tst-audit6.c: ... here.
44052         * elf/tst-audit7.c: Move to ...
44053         * sysdeps/x86_64/tst-audit7.c: ... here.
44054         * elf/tst-auditmod3a.c: Move to ...
44055         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
44056         * elf/tst-auditmod3b.c: Move to ...
44057         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
44058         * elf/tst-auditmod4a.c: Move to ...
44059         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
44060         * elf/tst-auditmod4b.c: Move to ...
44061         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
44062         * elf/tst-auditmod5a.c: Move to ...
44063         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
44064         * elf/tst-auditmod5b.c: Move to ...
44065         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
44066         * elf/tst-auditmod6a.c: Move to ...
44067         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
44068         * elf/tst-auditmod6b.c: Move to ...
44069         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
44070         * elf/tst-auditmod6c.c: Move to ...
44071         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
44072         * elf/tst-auditmod7a.c: Move to ...
44073         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
44074         * elf/tst-auditmod7b.c: Move to ...
44075         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
44077 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
44079         [BZ #15366]
44080         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
44081         define unconditionally.
44082         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
44083         define unconditionally.
44084         (INT8_C, INT16_C, etc.): Likewise.
44086 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
44088         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
44089         __ehdr_start with hidden visibility.
44091         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
44093 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
44095         * math/libm-test.inc (cos_test): Use accurate hex constants.
44096         (sincost_test): Likewise.
44098 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
44100         * math/libm-test.inc (catan_test): Add more tests.
44101         (catanh_test): Likewise.
44103         * math/s_catanf.c (__catanf): Use suffixed floating-point
44104         constants.
44105         * math/s_catanhf.c (__catanhf): Likewise.
44106         * math/s_catanhl.c (__catanhl): Likewise.
44107         * math/s_catanl.c (__catanl): Likewise.
44109         [BZ #15394]
44110         * math/s_catan.c (__catan): Calculate imaginary part of result
44111         with log1p not log unless computing log of number close to 0.
44112         * math/s_catanf.c (__catanf): Likewise.
44113         * math/s_catanl.c (__catanl): Likewise.
44114         * math/s_catanh.c (__catanh): Calculate real part of result with
44115         log1p not log unless computing log of number close to 0.
44116         * math/s_catanhf.c (__catanhf): Likewise.
44117         * math/s_catanhl.c (__catanhl): Likewise.
44118         * math/libm-test.inc (catan_test): Add more tests.
44119         (catanh_test): Likewise.
44120         * sysdeps/i386/fpu/libm-test-ulps: Update.
44121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44123 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
44125         * benchtests/Makefile: Mention files in which fast and slow
44126         paths of math functions are implemented.
44128 2013-04-23  Roland McGrath  <roland@hack.frob.com>
44130         * sysdeps/posix/timespec_get.c: New file.
44132 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44134         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
44135         POWER.
44136         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
44137         for POWER.
44138         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
44139         powerpc/power5/fpu folders.
44140         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
44141         * benchtests/Makefile: Add modf testcase.
44142         * benchtests/bench-modf.c: New file: Benchmark test for mo
44144 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
44146         [BZ #14888]
44147         * time/Makefile (tests): Add tst-strptime-whitespace.
44148         * time/strptime_l.c (get_number): Use ISSPACE.
44149         (__strptime_internal): Likewise.
44150         * time/tst-strptime-whitespace.c: New test case.
44152 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
44154         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
44155         member.
44156         (_nss_files_init): Set it here.
44158 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
44160         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
44161         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
44162         unsigned.
44164 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
44166         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
44168 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
44170         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
44171         size just once.
44173 2013-04-21  David S. Miller  <davem@davemloft.net>
44175         * po/ru.po: Update Russion translation from translation project.
44177 2013-04-17  Adam Conrad  <adconrad@0c3.net>
44179         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
44180         and setfsgid.
44182 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
44184         * configure.in: Remove i386 configure warning. Remove i386 case.
44185         * configure: Regenerate.
44186         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
44187         Add example to error message.
44188         * sysdeps/i386/configure: Regenerate.
44190 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
44192         * benchtests/Makefile (bench): Add cos, tan, slowcos and
44193         slowtan.
44194         * benchtests/cos-inputs: New file.
44195         * benchtests/slowcos-inputs: New file.
44196         * benchtests/slowcos.c: New file.
44197         * benchtests/slowtan-inputs: New file.
44198         * benchtests/slowtan.c: New file.
44199         * benchtests/tan-inputs: New file.
44201 2013-04-16  Roland McGrath  <roland@hack.frob.com>
44203         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
44204         considered kosher.
44206 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
44208         * benchtests/Makefile: Include cppflags-iterator.mk to add
44209         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
44211         * Makefile.in (bench-clean): New target.
44212         * benchtests/Makefile (bench-clean): Likewise.
44214 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
44216         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
44218 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
44220         * stdio-common/tstdiomisc.c: Fix coding-style violation.
44222 2013-04-15  Andreas Schwab  <schwab@suse.de>
44224         * nscd/grpcache.c (cache_addgr): Properly check for short write.
44225         * nscd/initgrcache.c (addinitgroupsX): Likewise.
44226         * nscd/pwdcache.c (cache_addpw): Likewise.
44227         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
44228         more than recsize.
44230 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44232         * benchtests/Makefile (bench): Write all output to
44233         bench-out.tmp together.
44235 2013-04-15  Andreas Schwab  <schwab@suse.de>
44237         * nscd/nscd.c (main): Don't fork again after closing files.
44239 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44241         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
44243         * benchtests/Rules (bench-deps): Collect dependencies into a
44244         single variable.  Add Makefile to dependencies.
44245         ($(objpfx)bench-%.c): Depend on bench-deps.
44247 2013-04-12  Roland McGrath  <roland@hack.frob.com>
44248             Xavier Roche  <roche+kml2@exalead.com>
44250         [BZ #15361]
44251         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
44252         just that it's a file descriptor.
44253         * manual/llio.texi (Synchronizing AIO Operations): Update description
44254         for EBADF error from aio_fsync.
44256 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
44258         * Rules (bench): Move target definition...
44259         * benchtests/Makefile: ... here.
44261 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
44263         * math/libm-test.inc (cos_test): Fix PI/2 test.
44264         (sincos_test): Likewise.
44265         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
44266         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
44268 2013-04-11  Andreas Schwab  <schwab@suse.de>
44270         [BZ #13988]
44271         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
44272         accept exponent character only when digits were seen.
44273         * stdio-common/Makefile (tests): Add bug26.
44274         * stdio-common/bug26.c: New file.
44276         [BZ #14293]
44277         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
44278         non-freeable.
44280 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
44282         * Makeconfig (rtld-prefix): Define built linker prefix.
44283         * Rules (run-bench): Use it.
44284         * math/Makefile (run-regen-ulps): Likewise.
44286         * Rules (bench): Remove eval.
44288 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44289             Roland McGrath  <roland@hack.frob.com>
44290             Ondrej Bilka  <neleai@seznam.cz>
44292         [BZ #15346]
44293         * time/getdate.c: Include ctype.h and alloca.h.
44294         (__getdate_r): Trim leading and trailing spaces of input.
44295         * time/tst-getdate.c (tests): Add tests with leading and
44296         trailing spaces.
44298 2013-04-08  Roland McGrath  <roland@hack.frob.com>
44300         [BZ #14280]
44301         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
44302         when computing value.
44304 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44306         * math/README.libm-test (How can I generate "libm-test-ulps"?):
44307         Use testrun.sh to run libm tests.
44309         [BZ #15309]
44310         * elf/dl-open.c (dl_open_worker): memset all of seen array.
44312 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
44314         [BZ #15264]
44315         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
44317 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44319         * Makefile.in (regen-ulps): New target.
44320         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
44321         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
44322         [ifneq (no,$(PERL)] (regen-ulps): New target.
44323         [ifeq (no,$(PERL)] (regen-ulps): New target.
44324         * math/libm-test.inc (ulps_file_name): Define.
44325         (output_dir): New variable.
44326         (options): Add "output-dir" option.
44327         (parse_opt): Handle 'o' case.
44328         (main): If output_dir is non-NULL use it as a prefix
44329         otherwise use "".
44330         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
44332 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44334         [BZ #10060, #10062]
44335         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
44336         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
44337         fail configure if __sync_val_compare_and_swap is not inlined.
44338         * sysdeps/i386/configure: Regenerate.
44339         * configure.in: Build for i686 when configured for i386.
44340         * configure: Regenerate.
44341         * README: Remove i386 reference.
44343 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
44345         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
44346         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44348 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44350         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
44351         (lmsnanval): New variables.
44352         (F): Add conversion tests.
44353         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
44354         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
44356         * stdio-common/tstdiomisc.c (F): Properly collect individual
44357         tests' results.
44359         [BZ #14686, #15336]
44360         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
44361         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
44362         Instead, use input NaN values or generate a qNaN by arithmetic
44363         operation.  Also fix bugs to comply with the standard.
44364         * math/libm-test.inc (remainder_test): Add more tests.
44366         [BZ #15335, #15342]
44367         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
44368         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
44369         input NaN values or generate a qNaN by arithmetic operation.
44371         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
44372         unreachable code.
44374         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
44375         definitions.
44377 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
44379         [BZ #14478]
44380         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
44381         underflowed result.
44382         * math/s_cexpf.c (__cexpf): Likewise.
44383         * math/s_cexpl.c (__cexpl): Likewise.
44384         * math/libm-test.inc (cexp_test): Add more tests.
44386 2013-04-03  Andreas Schwab  <schwab@suse.de>
44388         [BZ #15330]
44389         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
44390         order arrays from heap if bigger than alloca cutoff.
44392 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
44394         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
44395         (SNAN_TESTS_double): Refer to GCC PR56831.
44396         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
44397         GCC PR56828.
44399 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
44401         * Rules (bench): Move bench.out after the run is complete.
44403         * Rules (bench): Echo currently running benchmark.
44405         * benchtests/Makefile (bench): Add atan and slowatan.
44406         * benchtests/atan-inputs: New file.
44407         * benchtests/slowatan-inputs: New file.
44408         * benchtests/slowatan.c: New file.
44410         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
44411         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
44412         its value.
44414         [BZ #15305]
44415         * sysdeps/unix/sysv/linux/kernel-features.h
44416         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
44417         __ASSUME_XFS_RESTRICTED_CHOWN.
44418         * sysdeps/unix/sysv/linux/pathconf.c
44419         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
44420         Save and restore errno.
44422 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
44424         [BZ #15327]
44425         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
44426         arguments using __kernel_casinh.
44427         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
44428         arguments using __kernel_casinhf.
44429         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
44430         arguments using __kernel_casinhl.
44431         * math/libm-test.inc (cacosh_test): Add more tests.
44432         * sysdeps/i386/fpu/libm-test-ulps: Update.
44433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44435 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
44437         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
44438         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
44440         * bench/Makefile (bench): Add sin and slowsin.
44441         * benchtests/sin-inputs: New file.
44442         * benchtests/slowsin-inputs: New file.
44443         * benchtests/slowsin.c: New file.
44445         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
44446         (bench): Add slowexp and slowpow.
44447         (exp-ITER): Increase iterations.
44448         (pow-ITER): Likewise.
44449         * benchtests/exp-inputs: Change input.
44450         * benchtests/pow-inputs: Likewise.
44451         * benchtests/slowexp-inputs: New file.
44452         * benchtests/slowexp.c: New file.
44453         * benchtests/slowpow-inputs: New file.
44454         * benchtests/slowpow.c: New file.
44456 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44458         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
44459         instructions.
44460         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44461         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
44462         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
44463         * benchtests/Makefile: Add rint benchtest.
44464         * benchtests/rint-inputs: Input for rint benchtest.
44466 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44468         * Versions.def (libm): Add GLIBC_2.18.
44469         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
44470         hidden libm prototypes.
44471         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
44472         * math/Makefile (libm-calls): Add s_issignaling.
44473         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
44474         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
44475         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
44476         declaration.
44477         * math/math.h [__USE_GNU] (issignaling): New macro.
44478         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
44479         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
44480         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
44481         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
44483         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
44484         * manual/arith.texi (issignaling): New section.
44485         * manual/libm-err-tab.pl (@all_functions): Update comment.
44486         * math/gen-libm-test.pl (parse_args): Apply special handling for
44487         issignaling.
44488         * math/libm-test.inc (print_float, issignaling_test): New
44489         functions.
44490         (check_float_internal): Add issignaling checks.
44491         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
44492         default definition.
44493         * sysdeps/powerpc/math-tests.h: New file.
44494         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
44495         tests.
44496         * math/test-snan.c (TEST_FUNC): Likewise.
44498 2013-03-30  David S. Miller  <davem@davemloft.net>
44500         * po/de.po: Update from translation team.
44502 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
44504         [BZ #10357]
44505         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44506         imaginary part less than 1.0 and real part less than 0.5
44507         specially.
44508         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44509         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44510         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
44511         (cacos_test): Add more tests.
44512         (casin_test): Likewise.
44513         (casinh_test): Likewise.
44514         * sysdeps/i386/fpu/libm-test-ulps: Update.
44515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44517 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
44519         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
44520         ONE with its value.
44522         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
44523         (__pow_mp): Replace ONE and MONE with their values.
44524         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44525         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
44526         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
44527         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
44528         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44529         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
44531         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
44533         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
44534         (__pow_mp): Replace ZERO and MZERO with their values.
44535         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
44536         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44537         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
44538         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
44539         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44540         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
44541         (__sqr): Likewise.
44543         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
44545         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
44547 2013-03-28  Roland McGrath  <roland@hack.frob.com>
44549         * include/stdlib.h [!SHARED] (__call_tls_dtors):
44550         Declare with __attribute__ ((weak)).
44551         * stdlib/exit.c (__libc_atexit) [!SHARED]:
44552         Call __call_tls_dtors only if it's not NULL.
44554 2013-03-28  Roland McGrath  <roland@hack.frob.com>
44556         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
44557         didn't do it already, then set _dl_phdr and _dl_phnum based on the
44558         magic __ehdr_start linker symbol if it's defined.
44559         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
44560         them up here if it was already done.
44562         * elf/dl-support.c (_dl_phdr): Make pointer to const.
44563         (_dl_aux_init): Use const in cast when setting it.
44564         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
44565         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
44566         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
44568         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
44569         Declare them here.
44570         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
44571         * csu/libc-tls.c: Nor here.
44572         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
44574         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
44575         (__libc_message): Never call vsyslog.
44577 2013-03-28  Alan Modra  <amodra@gmail.com>
44579         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
44580         Define as empty.
44581         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
44582         Likewise.
44584 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44586         [BZ #15214]
44587         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
44588         underflow.
44589         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44591 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44593         [BZ #15304]
44594         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
44595         Don't add gid passed as argument.
44597         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
44599 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
44601         [BZ #15307]
44602         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44603         imaginary part between 1.0 and 1.5 and real part less than 0.5
44604         specially.
44605         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44606         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44607         * math/libm-test.inc (cacos_test): Add more tests.
44608         (casin_test): Likewise.
44609         (casinh_test): Likewise.
44610         * sysdeps/i386/fpu/libm-test-ulps: Update.
44611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44613 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44615         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
44616         constants.
44617         (norm): Likewise.
44618         (denorm): Likewise.
44619         (__dbl_mp): Likewise.
44620         (add_magnitudes): Likewise.
44621         (sub_magnitudes): Likewise.
44622         (__add): Likewise.
44623         (__sub): Likewise.
44624         (__mul): Likewise.
44625         (__sqr): Likewise.
44626         (__inv): Likewise.
44627         (__dvd): Likewise.
44629         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
44630         commented code.
44631         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
44632         (__dubcos): Likewise.
44633         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
44634         (__ieee754_acos): Likewise.
44635         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
44636         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
44637         (__exp1): Likewise.
44638         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44639         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44640         (log1): Likewise.
44641         (my_log2): Likewise.
44642         (checkint): Likewise.
44643         * sysdeps/ieee754/dbl-64/e_remainder.c
44644         (__ieee754_remainder): Likewise.
44645         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44646         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
44647         (bsloww): Likewise.
44648         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
44650         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
44651         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
44652         MANTISSA_STORE_T to store computations on mantissa.  Use
44653         macros for rounding and division.
44654         (denorm): Likewise.
44655         (__dbl_mp): Likewise.
44656         (add_magnitudes): Likewise.
44657         (sub_magnitudes): Likewise.
44658         (__mul): Likewise.
44659         (__sqr): Likewise.
44660         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
44661         powers of two in terms of TWOPOW macro.
44662         (mp_no): Make type of mantissa as MANTISSA_T.
44663         [!RADIXI]: Define RADIXI.
44664         [!TWO52]: Define TWO52.
44665         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
44667 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44669         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
44670         llroundl symbol when building for PPC32.
44672 2013-03-24  Mark H Weaver  <mhw@netris.org>
44674         * manual/arith.texi (Normalization Functions): Fix prototypes for
44675         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
44677 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44679         [BZ #13889]
44680         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
44681         high value to check if expl overflow.
44682         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
44683         to check for underflow and overflow.
44684         * math/libm-test.inc: Add exp test.
44686 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
44688         [BZ #11120]
44689         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
44690         with NOT_IN_libc.
44692 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44694         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
44695         symbol.
44697 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44699         * math/gen-libm-test.pl (parse_args, special_functions): Properly
44700         wrap blocks consisting of several statements.
44702         * sysdeps/generic/math-tests.h: New file.
44703         * sysdeps/i386/fpu/math-tests.h: Likewise.
44704         * math/test-snan.c: Include it.
44705         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
44707 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
44709         [BZ #15285]
44710         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
44711         (__ieee754_j0l): Do not improve calculations using cos of twice
44712         input for inputs above LDBL_MAX / 2.0L.
44713         (__ieee754_y0l): Likewise.
44714         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
44715         (__ieee754_j1l): Do not improve calculations using cos of twice
44716         input for inputs above LDBL_MAX / 2.0L.
44717         (__ieee754_y1l): Likewise.
44718         * math/libm-test.inc (j0_test): Add another test.
44719         (j1_test): Likewise.
44720         (y0_test): Likewise.
44721         (y1_test): Likewise.
44722         * sysdeps/i386/fpu/libm-test-ulps: Update.
44724 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
44726         * Rules ($(objpfx)bench-%.c): Include code from a C source
44727         file.
44729 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
44731         [BZ #15287]
44732         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44733         imaginary part 1.0 and real part less than 0.5 specially.
44734         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44735         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44736         * math/libm-test.inc (cacos_test): Add more tests.
44737         (casin_test): Likewise.
44738         (casinh_test): Likewise.
44739         * sysdeps/i386/fpu/libm-test-ulps: Update.
44740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44742 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
44744         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
44745         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
44747 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
44749         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
44750         * config.make.in (config-cflags-sse4): Remove variable.
44751         (config-cflags-avx): Likewise.
44752         (config-cflags-sse2avx): Likewise.
44753         (config-cflags-novzeroupper): Likewise.
44754         (config-asflags-i686): Likewise.
44755         (have-mfma4): Likewise.
44756         (have-as-vis3): Likewise.
44757         (MIG): Likewise.
44758         * configure.in (MIG): Do not AC_SUBST.
44759         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
44760         (libc_cv_cc_sse4): Do not AC_SUBST.
44761         (libc_cv_cc_avx): Likewise.
44762         (libc_cv_cc_sse2avx): Likewise.
44763         (libc_cv_cc_novzeroupper): Likewise.
44764         (libc_cv_cc_fma4): Likewise.
44765         (libc_cv_as_i686): Likewise.
44766         (libc_cv_sparc_as_vis3): Likewise.
44767         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
44768         LIBC_CONFIG_VAR.
44769         (config-asflags-i686): Likewise.
44770         (config-cflags-avx): Likewise.
44771         (config-cflags-sse2avx): Likewise.
44772         (have-mfma4): Likewise.
44773         (config-cflags-novzeroupper): Likewise.
44774         * sysdeps/mach/configure.in (MIG): Likewise.
44775         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
44776         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
44777         LIBC_CONFIG_VAR.
44778         (config-cflags-avx): Likewise.
44779         (config-cflags-sse2avx): Likewise.
44780         (have-mfma4): Likewise.
44781         (config-cflags-novzeroupper): Likewise.
44782         * configure: Regenerated.
44783         * sysdeps/i386/configure: Likewise.
44784         * sysdeps/mach/configure: Likewise.
44785         * sysdeps/sparc/configure: Likewise.
44786         * sysdeps/x86_64/configure: Likewise.
44788 2013-03-20  Roland McGrath  <roland@hack.frob.com>
44790         [BZ #14812]
44791         * locale/programs/localedef.c (options): Put N_ translation marker
44792         on argument names, not just descriptions.
44794 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
44796         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
44798 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
44800         [BZ #14176]
44801         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
44803 2013-03-19  Roland McGrath  <roland@hack.frob.com>
44805         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
44806         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
44807         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
44808         [!BEFORE_ABORT] (before_abort): New function.
44809         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
44810         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
44811         (writev_for_fatal): New function.
44812         (WRITEV_FOR_FATAL): New macro; call that.
44813         (backtrace_and_maps): New function.
44814         (BEFORE_ABORT): New macro; call that.
44815         (struct str_list): Type removed.
44816         (__libc_message, __libc_fatal): Functions removed.
44817         Include <sysdeps/posix/libc_fatal.c> instead.
44819 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
44821         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
44822         constants.
44823         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
44824         double constants.
44826 2013-03-19  Andreas Schwab  <schwab@suse.de>
44828         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
44829         * sysdeps/gnu/configure: Regenerate.
44831         * configure.in: Substitute libc_cv_rtlddir.
44832         * configure: Regenerate.
44833         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
44834         * Makeconfig (rtlddir, inst_rtlddir): New variables.
44835         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
44836         * elf/Makefile (install-others, CFLAGS-interp.c)
44837         (ldso_install, common-ldd-rewrite): Likewise.
44838         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
44839         $(inst_slibdir)/$(rtld-installed-name).
44840         * scripts/rellns-sh: Add -p option.
44841         * Makerules (make-shlib-link): Use rellns-sh to get relative name
44842         for source.
44844 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
44846         * manual/nptl.texi: Renamed to ...
44847         * manual/threads.texi: ... this.
44848         * manual/Makefile (chapters): Update.
44850 2013-03-18  Roland McGrath  <roland@hack.frob.com>
44852         [BZ #14812]
44853         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
44854         on argument names, not just descriptions.
44855         * malloc/memusagestat.c (options): Likewise.
44856         * nss/getent.c (options): Likewise.
44858 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
44860         [BZ #14812]
44861         * iconv/iconv_prog.c (options): Put N_ translation marker
44862         on argument names, not just descriptions.
44863         * iconv/iconvconfig.c (options): Likewise.
44865 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
44867         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
44868         implementation which is faster on all x86_64 architectures.
44869         Tested on AMD, Intel Nehalem, SNB, IVB.
44870         * sysdeps/x86_64/strnlen.S: Likewise.
44872         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
44873         Remove all multiarch strlen and strnlen versions.
44874         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
44875         Remove strlen and strnlen related parts.
44877         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
44878         Inline strlen part.
44879         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
44881         * sysdeps/x86_64/multiarch/strlen.S: Remove.
44882         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
44883         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
44884         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
44885         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
44886         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
44888 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
44890         * manual/memory.texi (Malloc Tunable Parameters):
44891         Sort parameters alphabetically. Add comments for missing entries.
44893 2013-03-17  David S. Miller  <davem@davemloft.net>
44895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44897 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
44899         [BZ #15283]
44900         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
44901         for arguments at most half maximum finite value.
44902         * math/libm-test.inc (j0_test): Add more tests.
44903         (j1_test): Likewise.
44904         (y0_test): Likewise.
44905         (y1_test): Likewise.
44906         * sysdeps/i386/fpu/libm-test-ulps: Update.
44907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44909         [BZ #14155]
44910         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
44911         1 / x and functions P and Q for arguments above 0x1p256L.
44912         (__ieee754_y0l): Likewise.
44913         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
44914         (__ieee754_y1l): Likewise.
44915         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
44916         (j1_test): Likewise.
44917         (y0_test): Likewise.
44918         (y1_test): Likewise.
44920 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
44922         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
44923         variable.
44925 2013-03-15  Roland McGrath  <roland@hack.frob.com>
44927         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
44928         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
44929         zero since it's initialized to EXEC_PAGESIZE.
44931         * sysdeps/unix/sysv/linux/ldsodefs.h
44932         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
44933         * sysdeps/generic/ldsodefs.h: ... here.
44935 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
44937         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
44939         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
44940         math/test-snan.c.
44941         * math/test-snan.c: Renamed from
44942         sysdeps/powerpc/fpu/test-powerpc-snan.c.
44943         * math/Makefile (tests): Add test-snan.
44944         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
44945         test-powerpc-snan.
44947         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
44948         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
44949         functions.
44950         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
44951         __builtin_nan family of functions.
44952         * math/libm-test.inc (initialize): Initialize qnan_value with
44953         __builtin_nan family of functions.
44954         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
44955         Remove variables.
44956         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
44957         Remove functions.
44958         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
44959         storage class.  Initialize qNaN_var and sNaN_var with
44960         __builtin_nan and __builtin_nans families of functions,
44961         respectively.
44963         * math/libm-test.inc (acosh_test): Also test with qNaN input.
44964         (sqrt_test): Remove duplicate test with qNaN input.
44965         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
44966         (round_test, signbit_test, significand_test): Note missing +/-Inf
44967         as well as qNaN tests.
44969         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
44970         qNaN_var.  Fix a few strings, too.
44971         * math/libm-test.inc (nan_value): Rename to qnan_value.
44972         * math/gen-libm-test.pl (%beautify): Adjust to that.
44973         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
44974         * math/test-misc.c (main): Likewise.
44975         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
44976         to __qnan_bytes, and __qnan_union, respectively.
44977         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
44978         Likewise.
44979         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
44980         and lqnanval, respectively.
44981         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
44982         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
44983         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
44984         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
44986         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
44987         * math/test-misc.c (main) [__x86_64__]: Enable test for long
44988         doubles.
44990         * math/test-misc.c (main): Fix copy'n'pastos.
44991         * misc/tst-efgcvt.c (special): Likewise.
44993         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
44994         Remove declarations.
44996 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44998         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
44999         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
45000         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
45001         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
45003 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45005         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
45006         macro to return vdso values correctly in IFUNC implementations.
45007         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
45008         Optimization by using IFUNC.
45010 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
45011             Richard Henderson  <rth@redhat.com>
45012             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45014         * Makefile.in (bench): New target.
45015         * NEWS: Mention the benchmark framework.
45016         * Rules (bench): Likewise.
45017         (binaries-bench): Generate binaries for functions to
45018         benchmark.
45019         * benchtests/Makefile: New makefile for benchmark tests.
45020         * benchtests/bench-skeleton.c: New skeleton file for benchmark
45021         programs.
45022         * benchtests/exp-inputs: New input file for EXP function.
45023         * benchtests/pow-inputs: New input file for POW function.
45024         * scripts/bench.pl: New script to generate source files for
45025         benchmark programs.
45027 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
45029         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
45030         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
45031         computations on mantissa.  Use macros for rounding and
45032         division.
45033         (denorm): Likewise.
45034         (__dbl_mp): Likewise.
45035         (add_magnitudes): Likewise.
45036         (sub_magnitudes): Likewise.
45037         (__mul): Likewise.
45038         (__sqr): Likewise.
45039         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
45040         powers of two in terms of TWOPOW macro.
45041         (mp_no): Make type of mantissa as MANTISSA_T.
45042         [!RADIXI]: Define RADIXI.
45043         [!TWO52]: Define TWO52.
45044         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
45046         * manual/nptl.texi (cindex): Modify threads to pthreads.
45048 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
45050         * sysdeps/x86_64/preconfigure: Regenerated.
45052 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
45054         [BZ #14155]
45055         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
45056         0x1p28 and above.
45057         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
45058         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
45059         0x1p28 and above.
45060         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
45061         * math/libm-test.inc (j0_test): Do not allow one spurious
45062         underflow exception.
45063         (y1_test): Likewise.
45065 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
45067         * manual/Makefile (chapters): Add nptl.
45068         * manual/debug.texi (Debugging Support): Add link to Threads
45069         chapter.
45070         * manual/nptl.texi: New file.
45072         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
45074 2013-03-14  Petr Baudis  <pasky@ucw.cz>
45076         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
45077         for non-NULL pointer before the memory validity test. Pointed
45078         out by Holger Brunck <holger.brunck@keymile.com>.
45080 2013-03-13  Andreas Schwab  <schwab@suse.de>
45082         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
45083         instead of .os.
45085 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
45087         * timezone/zic.c: Update from tzcode 2013b.
45089 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
45091         * manual/install.texi (Configuring and compiling):
45092         Mention i686 and i586.
45093         * INSTALL: Regenerate.
45095 2013-03-12  Roland McGrath  <roland@hack.frob.com>
45097         * sysdeps/init_array/elf-init.c: New file.
45098         * csu/elf-init.c
45099         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
45100         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
45102         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
45103         __gmon_start__ as global, but as static with a .preinit_array pointer.
45104         * sysdeps/init_array/gmon-start.c: New file.  Use that.
45105         * sysdeps/init_array/crti.S: New file, empty except for comments.
45106         * sysdeps/init_array/crtn.S: Likewise.
45108 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
45110         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
45111         definining bcopy.
45112         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45113         Remove Prefer_SSE_for_memop.
45114         * sysdeps/x86_64/multiarch/init-arch.h: Remove
45115         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
45116         HAS_PREFER_SSE_FOR_MEMOP.
45117         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
45118         memset-x86-64.
45119         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
45120         Remove bzero, memset ifunc support.
45121         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
45122         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
45123         * sysdeps/x86_64/multiarch/memset.S: Likewise.
45124         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
45126 2013-03-11  Andreas Schwab  <schwab@suse.de>
45128         [BZ #15234]
45129         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
45130         by SHLIB_COMPAT.
45131         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
45132         (GLIBC_2.16): Remove pthread_atfork.
45134 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
45136         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
45137         (ptestcases.h): Likewise.
45139 2013-03-08  Roland McGrath  <roland@hack.frob.com>
45141         * Makeconfig ($(common-objpfx)config.status): Depend on
45142         sysdeps/*/preconfigure{,.in} too.
45144 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
45146         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
45147         (__free_hook): Use void * instead of __malloc_ptr_t.
45148         (__malloc_hook): Likewise.
45149         (__realloc_hook): Likewise.
45150         (__memalign_hook): Likewise.
45151         (__after_morecore_hook): Likewise.
45152         * malloc/arena.c (save_malloc_hook): Likewise.
45153         (save_free_hook): Likewise.
45154         * malloc/hooks.c (malloc_hook_ini): Likewise.
45155         (realloc_hook_ini): Likewise.
45156         (memalign_hook_ini): Likewise.
45157         * malloc/malloc.c (malloc_hook_ini): Likewise.
45158         (realloc_hook_ini): Likewise.
45159         (memalign_hook_ini): Likewise.
45160         (__free_hook): Likewise.
45161         (__malloc_hook): Likewise.
45162         (__realloc_hook): Likewise.
45163         (__memalign_hook): Likewise.
45164         (__libc_malloc): Likewise.
45165         (__libc_free): Likewise.
45166         (__libc_realloc): Likewise.
45167         (__libc_memalign): Likewise.
45168         (__libc_valloc): Likewise.
45169         (__libc_pvalloc): Likewise.
45170         (__libc_calloc): Likewise.
45171         (__posix_memalign): Likewise.
45172         * malloc/morecore.c (__sbrk): Likewise.
45173         (__default_morecore): Likewise.
45175         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
45177         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
45178         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
45179         __malloc_ptrdiff_t.
45181         * malloc/malloc.h (__malloc_size_t): Remove macro.
45182         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
45183         __malloc_size_t.
45184         (old_memalign_hook): Likewise.
45185         (old_realloc_hook): Likewise.
45186         (struct hdr): Likewise.
45187         (flood): Likewise.
45188         (mallochook): Likewise.
45189         (memalignhook): Likewise.
45190         (reallochook): Likewise.
45191         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
45192         (tr_old_realloc_hook): Likewise.
45193         (tr_old_memalign_hook): Likewise.
45194         (tr_mallochook): Likewise.
45195         (tr_reallochook): Likewise.
45196         (tr_memalignhook): Likewise.
45198 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45200         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
45201         default_ldbl_pack and using as default implementation.
45202         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
45203         implementation.
45204         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
45205         redundant definition.
45206         (ldbl_insert_mantissa): Likewise.
45207         (ldbl_canonicalize): Likewise.
45208         (ldbl_nearbyint): Likewise.
45209         (ldbl_pack): Rename to ldbl_pack_ppc.
45210         (ldbl_unpack): Rename to ldbl_unpack_ppc.
45211         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
45212         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
45214 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
45216         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
45217         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
45218         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
45219         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
45220         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
45221         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
45222         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
45223         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
45225 2013-03-07  Andreas Jaeger  <aj@suse.de>
45227         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45228         bits/mman-linux.h.
45230 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
45232         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
45233         Include mpa.h and declare __MPEXP.
45234         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
45235         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
45236         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
45237         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
45238         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
45239         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
45240         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
45242         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
45243         (__slowpow): Use long double EXPL and LOGL functions to
45244         compute POW.
45245         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
45246         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
45247         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
45248         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
45249         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
45250         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
45252         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
45253         intermediate variable to calculate exponent.
45254         (__sqr): Likewise.
45255         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
45256         Likewise.
45257         (__sqr): Likewise.
45259         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
45260         [!NO__SQR]: Define __sqr.
45261         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
45262         and NO__SQR.  Remove all code except __mul and __sqr.  Include
45263         sysdeps/ieee754/dbl-64/mpa.c.
45264         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
45266         [BZ #12723]
45267         * posix/Makefile (tests): Add tst-pathconf.
45268         * posix/tst-pathconf.c: New test case.
45269         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
45270         _PC_PIPE_BUF.
45271         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
45273 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
45275         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
45277 2013-03-06  Andreas Jaeger  <aj@suse.de>
45279         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
45280         definition via __MAP_ANONYMOUS.
45282         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
45283         it's not part of Linux headers.
45285         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
45286         (MAP_HUGE_MASK): Define.
45288         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
45289         Define.
45290         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45291         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
45292         Define.
45293         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45294         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
45295         Define.
45296         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45297         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
45298         Define.
45299         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
45301         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
45302         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
45303         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
45304         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
45305         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
45306         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
45308         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
45309         Handle f2fs.
45311         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
45312         Handle f2fs and efivarfs.
45314         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
45315         f2fs.
45317         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
45318         (EFIVARFS_MAGIC): Add.
45319         (F2FS_LINK_MAX): Add.
45321 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45323         * stdio-common/vfprintf.c: Replace __builtin_expect with
45324         __glibc_unlikely.
45326 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
45328         [BZ #13550]
45329         * sysdeps/generic/bp-sym.h: Remove file.
45330         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
45331         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
45332         <bp-sym.h> and <bp-asm.h>.
45333         (__longjmp): Don't use BP_SYM.
45334         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
45335         and <bp-asm.h>.
45336         (memcpy): Don't use BP_SYM.
45337         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
45338         <bp-sym.h> and <bp-asm.h>.
45339         (memcpy): Don't use BP_SYM.
45340         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
45341         <bp-asm.h>.
45342         (memcpy): Don't use BP_SYM.
45343         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
45344         <bp-asm.h>.
45345         (memset): Don't use BP_SYM.
45346         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45347         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45348         (__bzero): Don't use BP_SYM.
45349         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45350         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45351         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
45352         <bp-sym.h> and <bp-asm.h>.
45353         (memcmp): Don't use BP_SYM.  Remove comment about bounded
45354         pointers.
45355         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
45356         <bp-sym.h> and <bp-asm.h>.
45357         (memcpy): Don't use BP_SYM.
45358         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
45359         <bp-sym.h> and <bp-asm.h>.
45360         (memset): Don't use BP_SYM.
45361         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45362         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45363         (__bzero): Don't use BP_SYM.
45364         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45365         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45366         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
45367         <bp-sym.h> and <bp-asm.h>.
45368         (strncmp): Don't use BP_SYM.  Remove comment about bounded
45369         pointers.
45370         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
45371         <bp-sym.h> and <bp-asm.h>.
45372         (memcpy): Don't use BP_SYM.
45373         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
45374         <bp-sym.h> and <bp-asm.h>.
45375         (memset): Don't use BP_SYM.
45376         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45377         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45378         (__bzero): Don't use BP_SYM.
45379         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45380         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45381         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
45382         <bp-sym.h> and <bp-asm.h>.
45383         (__memchr): Don't use BP_SYM.
45384         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
45385         <bp-sym.h> and <bp-asm.h>.
45386         (memcmp): Don't use BP_SYM.  Remove comment about bounded
45387         pointers.
45388         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
45389         <bp-sym.h> and <bp-asm.h>.
45390         (memcpy): Don't use BP_SYM.
45391         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
45392         <bp-sym.h> and <bp-asm.h>.
45393         (__mempcpy): Don't use BP_SYM.
45394         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
45395         <bp-sym.h> and <bp-asm.h>.
45396         (__memrchr): Don't use BP_SYM.
45397         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
45398         <bp-sym.h> and <bp-asm.h>.
45399         (memset): Don't use BP_SYM.
45400         (__bzero): Likewise.
45401         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
45402         <bp-sym.h> and <bp-asm.h>.
45403         (__rawmemchr): Don't use BP_SYM.
45404         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
45405         <bp-sym.h> and <bp-asm.h>.
45406         (__STRCMP): Don't use BP_SYM.
45407         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
45408         <bp-sym.h> and <bp-asm.h>.
45409         (strchr): Don't use BP_SYM.
45410         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
45411         <bp-sym.h> and <bp-asm.h>.
45412         (__strchrnul): Don't use BP_SYM.
45413         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
45414         <bp-sym.h> and <bp-asm.h>.
45415         (strlen): Don't use BP_SYM.
45416         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
45417         <bp-sym.h> and <bp-asm.h>.
45418         (strncmp): Don't use BP_SYM.  Remove comment about bounded
45419         pointers.
45420         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
45421         <bp-sym.h> and <bp-asm.h>.
45422         (__strnlen): Don't use BP_SYM.
45423         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
45424         <bp-sym.h> and <bp-asm.h>.
45425         (__GI__setjmp): Don't use BP_SYM.
45426         (_setjmp): Likewise.
45427         (__sigsetjmp): Likewise.
45428         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
45429         (L(start_addresses)): Don't use BP_SYM.
45430         (_start): Likewise.
45431         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
45432         <bp-asm.h>.
45433         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
45434         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
45435         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45436         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45437         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
45438         <bp-asm.h>.
45439         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
45440         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
45441         about bounded pointers.
45442         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
45443         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
45444         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
45445         <bp-asm.h>.
45446         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
45447         about bounded pointers.  Remove GKM FIXME comments.
45448         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
45449         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
45450         <bp-asm.h>.
45451         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
45452         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
45453         Remove GKM FIXME comments.
45454         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45455         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45456         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
45457         <bp-asm.h>.
45458         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
45459         about bounded pointers.  Remove GKM FIXME comment.
45460         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
45461         and <bp-asm.h>.
45462         (strncmp): Don't use BP_SYM.  Remove comment about bounded
45463         pointers.
45464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
45465         <bp-sym.h> and <bp-asm.h>.
45466         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
45467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
45468         <bp-sym.h> and <bp-asm.h>.
45469         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
45470         comment.
45472 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
45474         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
45475         call free(NULL).
45477 2013-03-05  David S. Miller  <davem@davemloft.net>
45479         * po/es.po: Update from translation team.
45481 2013-03-05  Andreas Jaeger  <aj@suse.de>
45483         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
45484         <bits/mman-linux.h>.
45485         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45486         is fine.
45487         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
45488         <bits/mman-linux.h> to end of file.
45489         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45490         is fine.
45491         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
45492         <bits/mman-linux.h> to end of file.
45493         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45494         is fine.
45495         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
45496         <bits/mman-linux.h> to end of file.
45498         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
45499         (MCL_CURRENT, MCL_FUTURE): Define here.
45501 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45503         [BZ #15232]
45504         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
45505         attribute_hidden.
45506         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
45508 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45510         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
45511         fourth parameter needed for rt_sigprocmask syscall.
45512         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
45513         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
45514         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
45515         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
45516         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
45517         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
45519 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
45521         [BZ #13550]
45522         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
45523         comment about bounded pointers.
45524         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
45525         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
45527 2013-03-04  Andreas Jaeger  <aj@suse.de>
45529         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
45530         common definitions.
45532         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
45533         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
45534         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
45535         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45536         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
45537         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45539 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45541         [BZ #15055]
45542         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
45543         __ieee754_sqrl instead of __sqrl.
45545 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
45547         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
45548         * sysdeps/powerpc/fpu_control.h: ... here.
45549         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
45550         * sysdeps/powerpc/bits/fenvinline.h: ... here.
45551         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
45552         * sysdeps/powerpc/bits/mathinline.h: ... here.
45554 2013-03-01  Roland McGrath  <roland@hack.frob.com>
45556         * elf/dl-hwcaps.c (_dl_important_hwcaps):
45557         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
45558         to just [NEED_DL_SYSINFO_DSO].
45559         * elf/dl-support.c: Likewise.
45560         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
45561         * elf/rtld.c (dl_main): Likewise.
45562         * elf/setup-vdso.h (setup_vdso): Likewise.
45563         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
45564         * sysdeps/unix/sysv/linux/dl-sysdep.c
45565         (_dl_discover_osversion): Likewise.
45567 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
45569         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
45570         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
45572 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
45574         * NEWS: Mention libm performance improvements and non-x86 PI
45575         futex support.
45577         * csu/libc-start.c (__pthread_initialize_minimal): Change
45578         function arguments.
45579         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
45581 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
45583         [BZ #13550]
45584         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
45585         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
45586         <bp-sym.h> and <bp-asm.h>.
45587         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45588         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
45589         and <bp-asm.h>.
45590         (memcpy): Don't use BP_SYM.
45591         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
45592         <bp-asm.h>.
45593         (__mpn_add_n): Don't use BP_SYM.
45594         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
45595         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
45596         and <bp-asm.h>.
45597         (__mpn_addmul_1): Don't use BP_SYM.
45598         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45599         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
45600         <bp-sym.h>.
45601         (_setjmp): Don't use BP_SYM.
45602         (__novmx_setjmp): Likewise.
45603         (__GI__setjmp): Likewise.
45604         (__vmx_setjmp): Likewise.
45605         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
45606         <bp-sym.h>.
45607         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
45608         (__bzero): Don't use BP_SYM.
45609         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45610         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45611         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
45612         <bp-sym.h> and <bp-asm.h>.
45613         (memcpy): Don't use BP_SYM.
45614         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
45615         <bp-sym.h> and <bp-asm.h>.
45616         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45617         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
45618         <bp-sym.h> and <bp-asm.h>.
45619         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45620         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
45621         <bp-asm.h>.
45622         (__mpn_lshift): Don't use BP_SYM.
45623         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45624         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
45625         <bp-asm.h>.
45626         (memset): Don't use BP_SYM.
45627         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45628         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45629         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
45630         <bp-asm.h>.
45631         (__mpn_mul_1): Don't use BP_SYM.
45632         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45633         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
45634         <bp-sym.h> and <bp-asm.h>.
45635         (memcmp): Don't use BP_SYM.
45636         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
45637         <bp-sym.h> and <bp-asm.h>.
45638         (memcpy): Don't use BP_SYM.
45639         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
45640         <bp-sym.h> and <bp-asm.h>.
45641         (memset): Don't use BP_SYM.
45642         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
45643         <bp-sym.h> and <bp-asm.h>.
45644         (strncmp): Don't use BP_SYM.
45645         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
45646         <bp-sym.h> and <bp-asm.h>.
45647         (memcpy): Don't use BP_SYM.
45648         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
45649         <bp-sym.h> and <bp-asm.h>.
45650         (memset): Don't use BP_SYM.
45651         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
45652         <bp-sym.h> and <bp-asm.h>.
45653         (__memchr): Don't use BP_SYM.
45654         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
45655         <bp-sym.h> and <bp-asm.h>.
45656         (memcmp): Don't use BP_SYM.
45657         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
45658         <bp-sym.h> and <bp-asm.h>.
45659         (memcpy): Don't use BP_SYM.
45660         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
45661         <bp-sym.h> and <bp-asm.h>.
45662         (__mempcpy): Don't use BP_SYM.
45663         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
45664         <bp-sym.h> and <bp-asm.h>.
45665         (__memrchr): Don't use BP_SYM.
45666         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
45667         <bp-sym.h> and <bp-asm.h>.
45668         (memset): Don't use BP_SYM.
45669         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
45670         <bp-sym.h> and <bp-asm.h>.
45671         (__rawmemchr): Don't use BP_SYM.
45672         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
45673         <bp-sym.h> and <bp-asm.h>.
45674         (__STRCMP): Don't use BP_SYM.
45675         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
45676         <bp-sym.h> and <bp-asm.h>.
45677         (strchr): Don't use BP_SYM.
45678         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
45679         <bp-sym.h> and <bp-asm.h>.
45680         (__strchrnul): Don't use BP_SYM.
45681         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
45682         <bp-sym.h> and <bp-asm.h>.
45683         (strlen): Don't use BP_SYM.
45684         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
45685         <bp-sym.h> and <bp-asm.h>.
45686         (strncmp): Don't use BP_SYM.
45687         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
45688         <bp-sym.h> and <bp-asm.h>.
45689         (__strnlen): Don't use BP_SYM.
45690         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
45691         <bp-asm.h>.
45692         (__mpn_rshift): Don't use BP_SYM.
45693         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45694         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
45695         <bp-sym.h> and <bp-asm.h>.
45696         (__sigsetjmp): Don't use BP_SYM.
45697         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
45698         (L(start_addresses)): Don't use BP_SYM.
45699         (_start): Likewise.
45700         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
45701         <bp-asm.h>.
45702         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
45703         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45704         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45705         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
45706         <bp-asm.h>.
45707         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
45708         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
45709         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
45710         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
45711         <bp-asm.h>.
45712         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
45713         comments.
45714         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
45715         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
45716         <bp-asm.h>.
45717         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
45718         FIXME comments.
45719         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45720         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45721         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
45722         <bp-asm.h>.
45723         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
45724         comment.
45725         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
45726         and <bp-asm.h>.
45727         (strncmp): Don't use BP_SYM,
45728         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
45729         <bp-asm.h>.
45730         (__mpn_sub_n): Don't use BP_SYM.
45731         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45732         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
45733         and <bp-asm.h>.
45734         (__mpn_submul_1): Don't use BP_SYM.
45735         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
45737         <bp-sym.h> and <bp-asm.h>.
45738         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
45739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
45740         <bp-sym.h> and <bp-asm.h>.
45741         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
45742         comment.
45744 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45746         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
45747         Use ZK to minimize writes to Z.
45748         (sub_magnitudes): Simplify code a bit.
45749         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
45750         Use ZK to minimize writes to Z.
45751         (sub_magnitudes): Simplify code a bit.
45753 2013-02-27  Roland McGrath  <roland@hack.frob.com>
45755         * csu/gmon-start.c: Add special exception to license text.
45757 2013-02-27  Richard Henderson  <rth@redhat.com>
45759         * scripts/config.guess: Update from config.git.
45760         * scripts/config.sub: Likewise.
45762 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
45764         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
45766         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
45768         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
45770         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
45772         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
45774 2013-02-26  Roland McGrath  <roland@hack.frob.com>
45776         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
45777         [$(build-shared = yes].
45779 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45781         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
45782         (__mul): Reduce iterations for calculating mantissa.
45784         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
45785         MPTWO.
45786         (__mpranred): Likewise.
45788         [BZ #15160]
45789         * malloc/memusagestat.c (main): Draw graphs for heap and stack
45790         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
45792 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
45794         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
45795         Define __attribute__.
45797 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45799         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
45800         unused.
45801         * posix/regex_internal.h (__attribute): Remove.
45802         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
45803         (re_string_context_at): Likewise.
45804         (bitset_not): Use __attribute__ and mark function as possibly
45805         unused.
45806         (bitset_merge): Likewise.
45807         (bitset_mask): Likewise.
45808         (re_string_char_size_at): Likewise.
45809         (re_string_wchar_at): Likewise.
45810         (re_string_elem_size_at): Likewise.
45812 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45814         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
45815         code.
45816         (cc32): Likewise.
45818         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
45819         (__acr): Likewise.
45820         (__cpy): Likewise.
45821         (norm): Likewise.
45822         (denorm): Likewise.
45823         (__dbl_mp): Likewise.
45824         (add_magnitudes): Likewise.
45825         (sub_magnitudes): Likewise.
45826         (__mul): Likewise.
45827         (__inv): Likewise.
45829         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
45830         style.
45832         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
45833         style.
45835         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
45836         code.
45838         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
45839         up changes with default code.
45840         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
45841         Likewise.
45843 2013-02-24  Allan McRae  <allan@archlinux.org>
45845         * manual/socket.texi (The Internet Namespace): Order menu items
45846         to match that in the file.
45848         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
45849         node listing of the info page menu.
45851 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
45853         [BZ #13550]
45854         * sysdeps/i386/bp-asm.h: Remove file.
45855         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
45856         (PARMS): Do not use macros from bp-asm.h.
45857         (S1): Likewise.
45858         (S2): Likewise.
45859         (SIZE): Likewise.
45860         (__mpn_add_n): Do not use BP_SYM
45861         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
45862         "bp-asm.h".
45863         (PARMS): Do not use macros from bp-asm.h.
45864         (S1): Likewise.
45865         (SIZE): Likewise.
45866         (__mpn_addmul_1): Do not use BP_SYM
45867         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
45868         "bp-asm.h".
45869         (PARMS): Do not use macros from bp-asm.h.
45870         (SIGMSK): Likewise.
45871         (_setjmp): Likewise.  Do not use BP_SYM.
45872         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
45873         "bp-asm.h".
45874         (PARMS): Do not use macros from bp-asm.h.
45875         (SIGMSK): Likewise.
45876         (setjmp): Likewise.  Do not use BP_SYM.
45877         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
45878         "bp-asm.h".
45879         (PARMS): Do not use macros from bp-asm.h.
45880         (__frexp): Do not use BP_SYM.
45881         (frexp): Likewise.
45882         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
45883         "bp-asm.h".
45884         (PARMS): Do not use macros from bp-asm.h.
45885         (__frexpf): Do not use BP_SYM.
45886         (frexpf): Likewise.
45887         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
45888         "bp-asm.h".
45889         (PARMS): Do not use macros from bp-asm.h.
45890         (__frexpl): Do not use BP_SYM.
45891         (frexpl): Likewise.
45892         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
45893         "bp-asm.h".
45894         (PARMS): Do not use macros from bp-asm.h.
45895         (__remquo): Do not use BP_SYM.
45896         (remquo): Likewise.
45897         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
45898         "bp-asm.h".
45899         (PARMS): Do not use macros from bp-asm.h.
45900         (__remquof): Do not use BP_SYM.
45901         (remquof): Likewise.
45902         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
45903         "bp-asm.h".
45904         (PARMS): Do not use macros from bp-asm.h.
45905         (__remquol): Do not use BP_SYM.
45906         (remquol): Likewise.
45907         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
45908         "bp-asm.h".
45909         (PARMS): Do not use macros from bp-asm.h.
45910         (DEST): Likewise.
45911         (SRC): Likewise.
45912         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
45913         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
45914         "bp-asm.h".
45915         (PARMS): Do not use macros from bp-asm.h.
45916         (strlen): Do not use BP_SYM.
45917         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
45918         "bp-asm.h".
45919         (PARMS): Do not use macros from bp-asm.h.
45920         (S1): Likewise.
45921         (S2): Likewise.
45922         (SIZE): Likewise.
45923         (__mpn_add_n): Do not use BP_SYM.
45924         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
45925         "bp-asm.h".
45926         (PARMS): Do not use macros from bp-asm.h.
45927         (S1): Likewise.
45928         (SIZE): Likewise.
45929         (__mpn_addmul_1): Do not use BP_SYM.
45930         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
45931         weak_alias.
45932         (bzero): Likewise.
45933         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
45934         "bp-asm.h".
45935         (PARMS): Do not use macros from bp-asm.h.
45936         (S): Likewise.
45937         (SIZE): Likewise.
45938         (__mpn_lshift): Do not use BP_SYM.
45939         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
45940         "bp-asm.h".
45941         (PARMS): Do not use macros from bp-asm.h.
45942         (DEST): Likewise.
45943         (SRC): Likewise.
45944         (LEN): Likewise.
45945         (memcpy): Likewise.  Do not use BP_SYM.
45946         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
45947         libc_hidden_def and weak_alias.
45948         (mempcpy): Do not use BP_SYM in weak_alias.
45949         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
45950         "bp-asm.h".
45951         (PARMS): Do not use macros from bp-asm.h.
45952         (DEST): Likewise.
45953         (LEN): Likewise.
45954         [!BZERO_P] (CHR): Likewise.
45955         (memset): Likewise.  Do not use BP_SYM.
45956         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
45957         "bp-asm.h".
45958         (PARMS): Do not use macros from bp-asm.h.
45959         (S1): Likewise.
45960         (SIZE): Likewise.
45961         (__mpn_mul_1): Do not use BP_SYM.
45962         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
45963         "bp-asm.h".
45964         (PARMS): Do not use macros from bp-asm.h.
45965         (S): Likewise.
45966         (SIZE): Likewise.
45967         (__mpn_rshift): Do not use BP_SYM.
45968         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
45969         "bp-asm.h".
45970         (PARMS): Do not use macros from bp-asm.h.
45971         (STR): Likewise.
45972         (CHR): Likewise.
45973         (strchr): Likewise.  Do not use BP_SYM.
45974         (index): Do not use BP_SYM in weak_alias.
45975         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
45976         "bp-asm.h".
45977         (PARMS): Do not use macros from bp-asm.h.
45978         (DEST): Likewise.
45979         (SRC): Likewise.
45980         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
45981         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
45982         "bp-asm.h".
45983         (PARMS): Do not use macros from bp-asm.h.
45984         (strlen): Do not use BP_SYM.
45985         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
45986         "bp-asm.h".
45987         (PARMS): Do not use macros from bp-asm.h.
45988         (S1): Likewise.
45989         (S2): Likewise.
45990         (SIZE): Likewise.
45991         (__mpn_sub_n): Do not use BP_SYM.
45992         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
45993         "bp-asm.h".
45994         (PARMS): Do not use macros from bp-asm.h.
45995         (S1): Likewise.
45996         (SIZE): Likewise.
45997         (__mpn_submul_1): Do not use BP_SYM.
45998         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
45999         "bp-asm.h".
46000         (PARMS): Do not use macros from bp-asm.h.
46001         (S1): Likewise.
46002         (S2): Likewise.
46003         (SIZE): Likewise.
46004         (__mpn_add_n): Do not use BP_SYM.
46005         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
46006         weak_alias.
46007         (bzero): Likewise.
46008         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
46009         "bp-asm.h".
46010         (PARMS): Do not use macros from bp-asm.h.
46011         (BLK2): Likewise.
46012         (LEN): Likewise.
46013         (memcmp): Do not use BP_SYM.
46014         (bcmp): Do not use BP_SYM in weak_alias.
46015         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
46016         "bp-asm.h".
46017         (PARMS): Do not use macros from bp-asm.h.
46018         (DEST): Likewise.
46019         (SRC): Likewise.
46020         (LEN): Likewise.
46021         (memcpy): Likewise.  Do not use BP_SYM.
46022         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
46023         "bp-asm.h".
46024         (PARMS): Do not use macros from bp-asm.h.
46025         (DEST): Likewise.
46026         (SRC): Likewise.
46027         (LEN): Likewise.
46028         (memmove): Likewise.  Do not use BP_SYM.
46029         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
46030         "bp-asm.h".
46031         (PARMS): Do not use macros from bp-asm.h.
46032         (DEST): Likewise.
46033         (SRC): Likewise.
46034         (LEN): Likewise.
46035         (__mempcpy): Likewise.  Do not use BP_SYM.
46036         (mempcpy): Do not use BP_SYM in weak_alias.
46037         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
46038         "bp-asm.h".
46039         (PARMS): Do not use macros from bp-asm.h.
46040         (DEST): Likewise.
46041         (LEN): Likewise.
46042         [!BZERO_P] (CHR): Likewise.
46043         (memset): Likewise.  Do not use BP_SYM.
46044         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
46045         "bp-asm.h".
46046         (PARMS): Do not use macros from bp-asm.h.
46047         (STR2): Likewise.
46048         (strcmp): Do not use BP_SYM.
46049         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
46050         "bp-asm.h".
46051         (PARMS): Do not use macros from bp-asm.h.
46052         (STR): Likewise.
46053         (DELIM): Likewise.
46054         [USE_AS_STRTOK_R] (SAVE): Likewise.
46055         (FUNCTION): Likewise.  Do not use BP_SYM.
46056         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
46057         aliases.
46058         (strtok_r): Likewise.
46059         (__GI___strtok_r): Likewise.
46060         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
46061         (PARMS): Do not use macros from bp-asm.h.
46062         (S): Likewise.
46063         (SIZE): Likewise.
46064         (__mpn_lshift): Do not use BP_SYM.
46065         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
46066         (PARMS): Do not use macros from bp-asm.h.
46067         (STR): Likewise.
46068         (CHR): Likewise.
46069         (__memchr): Do not use BP_SYM.
46070         (memchr): Do not use BP_SYM in weak_alias.
46071         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
46072         (PARMS): Do not use macros from bp-asm.h.
46073         (BLK2): Likewise.
46074         (LEN): Likewise.
46075         (memcmp): Do not use BP_SYM.
46076         (bcmp): Do not use BP_SYM in weak_alias.
46077         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
46078         (PARMS): Do not use macros from bp-asm.h.
46079         (S1): Likewise.
46080         (SIZE): Likewise.
46081         (__mpn_mul_1): Do not use BP_SYM.
46082         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
46083         "bp-asm.h".
46084         (PARMS): Do not use macros from bp-asm.h.
46085         (STR): Likewise.
46086         (CHR): Likewise.
46087         (__rawmemchr): Do not use BP_SYM.
46088         (rawmemchr): Do not use BP_SYM in weak_alias.
46089         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
46090         (PARMS): Do not use macros from bp-asm.h.
46091         (S): Likewise.
46092         (SIZE): Likewise.
46093         (__mpn_rshift): Do not use BP_SYM.
46094         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
46095         (PARMS): Do not use macros from bp-asm.h.
46096         (SIGMSK): Likewise.
46097         (__sigsetjmp): Likewise.  Do not use BP_SYM.
46098         * sysdeps/i386/start.S: Do not include "bp-sym.h".
46099         (_start): Do not use BP_SYM.
46100         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
46101         (PARMS): Do not use macros from bp-asm.h.
46102         (DEST): Likewise.
46103         (SRC): Likewise.
46104         (__stpcpy): Likewise.  Do not use BP_SYM.
46105         (stpcpy): Do not use BP_SYM in weak_alias.
46106         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
46107         "bp-asm.h".
46108         (PARMS): Do not use macros from bp-asm.h.
46109         (DEST): Likewise.
46110         (SRC): Likewise.
46111         (LEN): Likewise.
46112         (__stpncpy): Likewise.  Do not use BP_SYM.
46113         (stpncpy): Do not use BP_SYM in weak_alias.
46114         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
46115         (PARMS): Do not use macros from bp-asm.h.
46116         (STR): Likewise.
46117         (CHR): Likewise.
46118         (strchr): Likewise.  Do not use BP_SYM.
46119         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
46120         "bp-asm.h".
46121         (PARMS): Do not use macros from bp-asm.h.
46122         (STR): Likewise.
46123         (CHR): Likewise.
46124         (__strchrnul): Likewise.  Do not use BP_SYM.
46125         (strchrnul): Do not use BP_SYM in weak_alias.
46126         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
46127         "bp-asm.h".
46128         (PARMS): Do not use macros from bp-asm.h.
46129         (STOP): Likewise.
46130         (strcspn): Do not use BP_SYM.
46131         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
46132         "bp-asm.h".
46133         (PARMS): Do not use macros from bp-asm.h.
46134         (STR): Likewise.
46135         (STOP): Likewise.
46136         (strpbrk): Likewise.  Do not use BP_SYM.
46137         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
46138         "bp-asm.h".
46139         (PARMS): Do not use macros from bp-asm.h.
46140         (STR): Likewise.
46141         (CHR): Likewise.
46142         (strrchr): Likewise.  Do not use BP_SYM.
46143         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
46144         (PARMS): Do not use macros from bp-asm.h.
46145         (SKIP): Likewise.
46146         (strspn): Do not use BP_SYM.
46147         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
46148         (PARMS): Do not use macros from bp-asm.h.
46149         (STR): Likewise.
46150         (DELIM): Likewise.
46151         (SAVE): Likewise.
46152         (FUNCTION): Likewise.  Do not use BP_SYM.
46153         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
46154         aliases.
46155         (strtok_r): Likewise.
46156         (__GI___strtok_r): Likewise.
46157         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
46158         (PARMS): Do not use macros from bp-asm.h.
46159         (S1): Likewise.
46160         (S2): Likewise.
46161         (SIZE): Likewise.
46162         (__mpn_sub_n): Do not use BP_SYM.
46163         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
46164         "bp-asm.h".
46165         (PARMS): Do not use macros from bp-asm.h.
46166         (S1): Likewise.
46167         (SIZE): Likewise.
46168         (__mpn_submul_1): Do not use BP_SYM.
46169         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
46170         <bp-sym.h>.
46171         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
46172         and <bp-asm.h>.
46173         (PARMS): Do not use macros from bp-asm.h.
46174         (FLAGS): Likewise.
46175         (PTID): Likewise.
46176         (TLS): Likewise.
46177         (CTID): Likewise.
46178         (__clone): Do not use BP_SYM.
46179         (clone): Do not use BP_SYM in weak_alias.
46180         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
46181         and <bp-asm.h>.
46182         (PARMS): Do not use macros from bp-asm.h.
46183         (LEN): Likewise.
46184         (__mmap64): Do not use BP_SYM.
46185         (mmap64): Do not use BP_SYM in weak_alias.
46186         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
46187         <bp-sym.h> and <bp-asm.h>.
46188         (PARMS): Do not use macros from bp-asm.h.
46189         (__posix_fadvise64_l64): Do not use BP_SYM.
46190         * sysdeps/unix/sysv/linux/i386/semtimedop.S
46191         (PARMS): Do not use macros from bp-asm.h.
46192         (NSOPS): Likewise.
46193         (semtimedop): Do not use BP_SYM.
46194         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
46195         and <bp-asm.h>.
46197 2013-02-21  Allan McRae  <allan@archlinux.org>
46199         * manual/message.texi (Charset conversion in gettext):
46200         Move @end statement to beginning of line.
46202 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
46204         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
46205         static.
46206         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
46207         Likewise.
46209         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
46210         (denorm): Likewise.
46211         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
46212         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
46214 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46216         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
46217         tail-call to the resolved function if pltexit isn't needed.
46219 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
46221         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
46222         or Y being zero as being unlikely.
46223         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
46224         Likewise.
46226 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
46228         * manual/nss.texi (System Databases and Name Service Switch):
46229         Remove frobnicate @pxref.
46231 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
46233         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
46234         __attribute__ ((unused)) to __attribute__ ((__unused__)).
46236 2013-02-20  Petr Machata  <pmachata@redhat.com>
46238         * elf/elf.h (R_ARM_TARGET1): New macro.
46239         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
46240         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
46241         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
46242         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
46243         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
46244         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
46245         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
46246         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
46247         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
46248         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
46249         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
46250         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
46251         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
46252         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
46253         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
46254         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
46255         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
46256         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
46257         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
46258         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
46259         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
46260         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
46261         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
46262         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
46263         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
46264         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
46265         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
46266         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
46267         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
46268         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
46269         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
46270         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
46271         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
46272         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
46273         (R_ARM_THM_GOT_BREL12): Likewise.
46274         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
46275         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
46276         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
46277         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
46278         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
46279         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
46280         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
46281         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
46282         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
46284 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
46286         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
46287         __attribute_used__ to __attribute__ ((unused)).
46289 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
46291         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
46292         powerpc mpa.c.
46293         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
46294         comment formatting.
46295         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
46297 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
46299         [BZ #13550]
46300         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
46301         Remove macro.
46302         (ENTER): Remove both macro definitions.
46303         (LEAVE): Likewise.
46304         (CHECK_BOUNDS_LOW): Likewise.
46305         (CHECK_BOUNDS_HIGH): Likewise.
46306         (CHECK_BOUNDS_BOTH): Likewise.
46307         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
46308         (RETURN_BOUNDED_POINTER): Likewise.
46309         (RETURN_NULL_BOUNDED_POINTER): Likewise.
46310         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
46311         (POP_ERRNO_LOCATION_RETURN): Likewise.
46312         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
46313         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46314         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
46315         macros.
46316         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46317         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
46318         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
46319         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
46320         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
46321         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
46322         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
46323         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
46324         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
46325         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
46326         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
46327         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
46328         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46329         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
46330         removed macros.
46331         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46332         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
46333         macros.
46334         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46335         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
46336         * sysdeps/i386/i586/memset.S (memset): Likewise.
46337         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
46338         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46339         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
46340         macros.
46341         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46342         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
46343         Change uses of L(2) to L(out).
46344         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
46345         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
46346         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
46347         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46348         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
46349         removed macros.
46350         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46351         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
46352         macros.
46353         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46354         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
46355         (RETURN): Do not use macro LEAVE.
46356         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
46357         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
46358         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
46359         * sysdeps/i386/i686/memset.S (memset): Likewise.
46360         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
46361         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
46362         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
46363         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
46364         Likewise.
46365         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
46366         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
46367         L(1_2) and L(1_3) into L(1).
46368         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
46369         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
46370         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46371         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
46372         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
46373         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
46374         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
46375         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46376         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
46377         macros.
46378         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
46379         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
46380         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
46381         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
46382         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
46383         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
46384         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
46385         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
46386         * sysdeps/i386/strcspn.S (strcspn): Likewise.
46387         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
46388         * sysdeps/i386/strrchr.S (strrchr): Likewise.
46389         * sysdeps/i386/strspn.S (strspn): Likewise.
46390         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
46391         conditional code.
46392         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
46393         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
46394         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
46395         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
46396         L(1_3) into L(1_1).
46397         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
46398         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
46399         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
46400         macros.
46401         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
46403 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
46405         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
46406         macro.
46408 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
46410         * math/atest-exp.c (exp_mpn): Remove ROUND.
46411         * math/atest-exp2.c (exp_mpn): Likewise.
46412         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
46414         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
46415         * stdlib/tst-tls-atexit-lib.c: Likewise.
46416         * stdlib/tst-tls-atexit.c: Likewise.
46418 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
46420         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
46421         and __attribute_alloc_size__.
46423 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
46425         * include/programs/xmalloc.h: Change __attribute_alloc_size to
46426         __attribute_alloc_size__.
46427         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
46428         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
46430 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
46432         * include/programs/xmalloc.h: New file.
46433         * catgets/gencat.c: Include it.
46434         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
46435         * elf/pldd.c: Likewise.
46436         * iconv/iconv_charmap.c: Likewise.
46437         * iconv/iconvconfig.c: Likewise.
46438         * iconv/strtab.c: Likewise.
46439         * locale/programs/locale.c: Likewise.
46440         * locale/programs/localedef.h: Likewise.
46441         * locale/programs/simple-hash.c: Likewise.
46442         * nscd/nscd.h: Likewise.
46443         * nss/makedb.c: Likewise.
46444         * sysdeps/generic/ldconfig.h: Likewise.
46446 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
46448         * Versions.def: Add GLIBC_2.18.
46449         * include/link.h (struct link_map): New member l_tls_dtor_count.
46450         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
46451         (__call_tls_dtors): Likewise.
46452         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
46453         __cxa_thread_atexit_impl.
46454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46455         Likewise.
46456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46457         Likewise.
46458         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
46459         Likewise.
46460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
46461         Likewise.
46462         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
46463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
46464         Likewise.
46465         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
46466         Likewise.
46467         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
46468         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
46469         Likewise.
46470         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
46471         (tests): Add test case tst-tls-atexit.
46472         (modules-names): Add shared library for tst-tls-atexit.
46473         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
46474         (GLIBC_PRIVATE): Add __call_tls_dtors.
46475         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
46476         for libstdc++.
46477         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
46478         * stdlib/tst-tls-atexit.c: New test case.
46479         * stdlib/tst-tls-atexit-lib.c: New test case.
46481         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
46483         * elf/Versions (ld): Add _dl_find_dso_for_object.
46484         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
46485         * elf/dl-open.c (_dl_find_dso_for_object): New function.
46486         (dl_open_worker): Use _dl_find_dso_for_object.
46487         * elf/dl-sym.c (do_sym): Likewise.
46488         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
46490 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46492         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
46493         Syntactic changes only.
46494         (_dl_runtime_profile): Do a tail-call to the resolved function.
46496 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
46498         [BZ #13550]
46499         * sysdeps/x86_64/bp-asm.h: Remove file.
46500         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
46501         <bp-sym.h> and <bp-asm.h>.
46502         (__clone): Do not use BP_SYM.
46503         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
46504         <bp-sym.h> and <bp-asm.h>.
46505         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46506         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
46507         "bp-asm.h".
46508         (_setjmp): Do not use BP_SYM.
46509         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
46510         "bp-asm.h".
46511         (setjmp): Do not use BP_SYM.
46512         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
46513         libc_hidden_def.
46514         (mempcpy): Do not use BP_SYM in weak_alias.
46515         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
46516         "bp-asm.h".
46517         (strchr): Do not use BP_SYM.
46518         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
46519         "bp-asm.h".
46520         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
46521         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
46522         (_start): Do not use BP_SYM.
46523         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
46524         "bp-asm.h".
46525         (strcat): Do not use BP_SYM.
46526         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
46527         "bp-asm.h".
46528         (STRCMP): Do not use BP_SYM.
46529         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
46530         "bp-asm.h".
46531         (STRCPY): Do not use BP_SYM.
46532         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
46533         "bp-asm.h".
46534         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
46535         "bp-asm.h".
46536         (FUNCTION): Do not use BP_SYM.
46537         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
46538         weak_alias.
46539         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
46541 2013-02-17  Andreas Jaeger  <aj@suse.de>
46543         * time/Versions: Sort entries.
46544         * string/Versions: Likewise.
46545         * resolv/Versions: Likewise.
46546         * posix/Versions: Likewise.
46547         * iconv/Versions: Likewise.
46548         * elf/Versions: Likewise.
46549         * wcsmbs/Versions: Likewise.
46551 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
46553         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
46554         loop termination condition.
46556         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
46557         variable to calculate EZ.
46558         (__sqr): Likewise.
46560         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
46561         the lower precision input.
46563 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
46565         [BZ #13550]
46566         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
46567         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
46568         (run-via-rtld-prefix): Do not handle %-bp tests.
46569         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
46570         (all-object-suffixes): Remove .ob.
46571         (bppfx): Remove variable.
46572         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
46573         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
46574         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
46575         [$(build-bounded) = yes] (libtype.ob): Likewise.
46576         * Makerules (elide-routines.ob): Remove variable.
46577         (do-tests-clean): Do not handle *-bp.out.
46578         (common-mostlyclean): Do not handle *-bp and *-bp.out.
46579         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
46580         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
46581         (tests): Do not include $(tests-bp.out).
46582         (xtests): Do not include $(xtests-bp.out).
46583         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
46584         [$(build-bounded) = yes] ($(addprefix
46585         $(objpfx),$(binaries-bounded))): Remove rule.
46586         ($(objpfx)%-bp.out): Remove rule.
46587         * config.make.in (build-bounded): Remove variable.
46588         * crypt/Makefile [$(build-bounded) = yes]
46589         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
46590         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
46591         append to variable.
46592         [$(build-bounded) = yes] (install-lib): Likewise.
46593         [$(build-bounded) = yes] (generated): Likewise.
46594         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
46595         Remove rule.
46596         * intl/Makefile [$(build-bounded) = yes]
46597         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
46598         * math/Makefile [$(build-bounded) = yes]
46599         ($(tests:%=$(objpfx)%-bp): Likewise.
46600         * misc/Makefile [$(build-bounded) = yes]
46601         ($(objpfx)tst-tsearch-bp): Likewise.
46602         * nptl/Makeconfig (bounded-thread-library): Remove variable.
46603         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
46604         Remove dependency.
46605         * string/Makefile (o-objects.ob): Remove variable.
46606         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
46607         (CFLAGS-.ob): Remove variable.
46608         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
46609         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
46610         both definitions of variable.
46611         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
46612         (ASFLAGS-.ob): Remove variable.
46614 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
46616         [BZ #13550]
46617         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
46618         Remove __BOUNDED_POINTERS__ from condition.
46619         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
46620         * string/bits/string2.h [!__NO_STRING_INLINES &&
46621         !__BOUNDED_POINTERS__]: Likewise.
46622         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
46623         Likewise.
46624         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
46625         Remove conditional code.
46626         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
46627         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
46628         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
46629         condition.
46631         [BZ #13550]
46632         * csu/libc-start.c: Do not include <bp-sym.h>.
46633         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
46634         * elf/dl-open.c: Do not include <bp-sym.h>.
46635         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
46636         * math/fegetenv.c: Do not include <bp-sym.h>.
46637         (fegetenv): Do not use BP_SYM in versioned symbols.
46638         * nptl/sysdeps/pthread/bits/libc-lockP.h
46639         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
46640         <bp-sym.h>.
46641         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46642         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
46643         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46644         (__pthread_mutex_destroy): Likewise.
46645         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46646         (__pthread_mutex_lock): Likewise.
46647         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46648         (__pthread_mutex_trylock): Likewise.
46649         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46650         (__pthread_mutex_unlock): Likewise.
46651         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46652         (__pthread_mutexattr_init): Likewise.
46653         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46654         (__pthread_mutexattr_destroy): Likewise.
46655         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46656         (__pthread_mutexattr_settype): Likewise.
46657         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46658         (__pthread_rwlock_init): Likewise.
46659         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46660         (__pthread_rwlock_destroy): Likewise.
46661         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46662         (__pthread_rwlock_rdlock): Likewise.
46663         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46664         (__pthread_rwlock_tryrdlock): Likewise.
46665         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46666         (__pthread_rwlock_wrlock): Likewise.
46667         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46668         (__pthread_rwlock_trywrlock): Likewise.
46669         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46670         (__pthread_rwlock_unlock): Likewise.
46671         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46672         (__pthread_key_create): Likewise.
46673         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46674         (__pthread_setspecific): Likewise.
46675         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46676         (__pthread_getspecific): Likewise.
46677         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
46678         Likewise.
46679         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46680         (_pthread_cleanup_push_defer): Likewise.
46681         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46682         (_pthread_cleanup_pop_restore): Likewise.
46683         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46684         (pthread_setcancelstate): Likewise.
46685         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
46686         <bp-sym.h>.
46687         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
46688         (memchr): Do not use BP_SYM in weak_alias.
46689         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
46690         (fegetenv): Do not use BP_SYM in versioned symbols.
46691         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
46692         (fesetenv): Do not use BP_SYM in versioned symbols.
46693         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
46694         (feupdateenv): Do not use BP_SYM in versioned symbols.
46695         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
46696         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
46697         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
46698         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
46699         (open64): Do not use BP_SYM in weak_alias.
46700         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
46701         (fegetenv): Do not use BP_SYM in versioned symbols.
46702         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
46703         (fesetenv): Do not use BP_SYM in versioned symbols.
46704         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
46705         (feupdateenv): Do not use BP_SYM in versioned symbols.
46706         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
46707         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
46708         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
46709         (feraiseexcept): Do not use BP_SYM in versioned symbols.
46710         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
46711         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
46712         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
46713         <bp-sym.h>.
46714         (__libc_start_main): Do not use BP_SYM.
46716 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
46718         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
46719         redundant return line.
46720         (norm): Likewise.
46721         (denorm): Likewise.
46722         (dbl_mp): Likewise.
46723         (sub_magnitudes): Likewise.
46724         (__add): Likewise.
46725         (__sub): Likewise.
46726         (__mul): Likewise.
46727         (__inv): Likewise.
46728         (__dvd): Likewise.
46729         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
46730         (norm): Likewise.
46731         (denorm): Likewise.
46732         (dbl_mp): Likewise.
46733         (sub_magnitudes): Likewise.
46734         (__add): Likewise.
46735         (__sub): Likewise.
46736         (__mul): Likewise.
46737         (__inv): Likewise.
46738         (__dvd): Likewise.
46740         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
46741         instead of __mul.
46742         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
46743         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
46744         (cc32): Likewise.
46746         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
46747         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
46748         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
46749         of __mul for squares.
46750         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
46751         function
46752         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
46753         Likewise.
46754         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
46755         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
46757 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
46759         [BZ #13550]
46760         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
46761         code.
46762         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
46763         prototype or function definition.  Rename ubp_* variables and
46764         parameters.  Remove argv definitions conditional on
46765         [__BOUNDED_POINTERS__].
46766         * debug/backtrace.c (__backtrace): Do not use __unbounded.
46767         * elf/dl-runtime.c (_dl_fixup): Likewise.
46768         * include/set-hooks.h (RUN_HOOK): Likewise.
46769         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
46770         definition.
46771         * string/strcpy.c (strcpy): Do not use __unbounded.
46772         * sysdeps/generic/frame.h (struct layout): Likewise.
46773         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
46774         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
46775         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
46776         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
46777         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
46778         (__backtrace): Likewise.
46779         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
46780         use __ptrvalue.
46781         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
46782         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
46783         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
46784         Likewise.
46785         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
46786         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
46787         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
46788         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
46789         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
46790         Do not use __unbounded.
46791         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
46792         Rename __unboundedrlimits parameter to rlimits in prototype.
46793         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
46794         Do not use __unbounded.
46795         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
46796         not use __ptrvalue.
46797         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
46798         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
46799         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
46800         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
46801         __ptrvalue or __unbounded.
46802         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
46803         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
46804         use __unbounded.
46805         (__new_msgctl): Do not use __ptrvalue.
46806         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
46807         __unbounded.
46808         (__libc_msgrcv): Do not use __ptrvalue.
46809         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
46810         startup_info): Do not use __unbounded.
46811         (__libc_start_main): Likewise.  Rename ubp_* variables and
46812         parameters.  Remove argv definitions conditional on
46813         [__BOUNDED_POINTERS__].
46814         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
46815         __ptrvalue.
46816         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
46817         use __unbounded.
46818         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
46819         or __ptrvalue.
46820         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
46821         use __unbounded.
46822         (__new_shmctl): Do not use __ptrvalue.
46823         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
46824         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
46825         Likewise.
46826         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
46827         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
46828         (__libc_sigaction): Likewise.
46829         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
46830         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
46831         Likewise.
46832         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
46834 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
46836         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
46838         * string/mempcpy.c: Implement by calling memcpy.
46840 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
46842         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
46844         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
46845         evaluation.
46847         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
46848         values in the mantissa.
46850         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
46851         minimize writes to Z.
46852         (sub_magnitudes): Simplify code a bit.
46854 2013-02-12  Roland McGrath  <roland@hack.frob.com>
46856         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
46857         from the message.  The linker prefixes all warnings with that already.
46859 2013-02-12  Andreas Schwab  <schwab@suse.de>
46861         [BZ #15078]
46862         * posix/regexec.c (extend_buffers): Add parameter min_len.
46863         (check_matching): Pass minimum needed length.
46864         (clean_state_log_if_needed): Likewise.
46865         (get_subexp): Likewise.
46866         * posix/Makefile (tests): Add bug-regex34.
46867         (bug-regex34-ENV): Define.
46868         * posix/bug-regex34.c: New file.
46870         [BZ #11561]
46871         * posix/regcomp.c (parse_bracket_exp): When looking up collating
46872         elements compare against the byte sequence of it, not its name.
46873         * posix/Makefile (tests): Add bug-regex35.
46874         (bug-regex35-ENV): Define.
46875         * posix/bug-regex35.c: New file.
46877 2013-02-11  Tom de Vries  <tom@codesourcery.com>
46879         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
46880         comment.
46881         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
46882         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
46883         (CHECK_EOL): Add undef.
46885 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
46887         * bits/stdlib-bsearch.h: New file.
46888         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
46889         * stdlib/stdlib.h: Likewise.
46891 2013-02-11  Roland McGrath  <roland@hack.frob.com>
46893         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
46894         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
46895         declaration.
46896         * manual/search.texi (Array Search Function): Add missing const in
46897         lfind prototype.
46898         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
46899         declaration to use rlim_t.
46900         (Basic Scheduling Functions): Remove erroneous const from
46901         sched_getparam prototype.  Remove erroneous * from
46902         sched_get_priority_max and sched_get_priority_min prototypes.
46903         (Resource Usage): Fix summary @comment on vtimes to refer to
46904         sys/vtimes.h rather than vtimes.h.
46905         Add missing *s in vtimes prototype.
46906         (Limits on Resources): Fix ulimit prototype to return long int.
46907         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
46908         prototypes to use long int rather than double.
46909         (BSD Random): Fix initstate and setstate to use char *, not void *.
46910         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
46911         prototype to make second argument 'struct aiocb64 *const[]'.
46912         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
46913         (Status of AIO Operations): Remove erroneous const in aio_return and
46914         aio_return64 prototypes.
46915         (Synchronizing I/O): Fix sync prototype to return void.
46916         * manual/startup.texi (Suboptions): Remove an erroneous const in
46917         getsubopt prototype.
46918         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
46919         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
46920         use size_t rather than int.
46921         (Scanning All Users): Likewise for getpwent_r.
46922         (Setting Groups): Add missing const to setgroups prototype.
46923         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
46924         * manual/socket.texi (Host Names): Fix gethostbyaddr and
46925         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
46926         'const void *' rather than 'const char *'.
46927         (Host Address Functions): Likewise for inet_ntop.
46928         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
46929         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
46930         ssize_t for return value.
46931         (Sending Data): Likewise for send, sendto, sendmsg.
46932         (Socket Option Functions): Add a missing const in setsockopt prototype.
46933         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
46934         use wchar_t for the argument.
46935         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
46936         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
46937         take no arguments.
46938         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
46939         double/float/long double for second argument.
46940         Fix return types of significand, significandf, significandl.
46941         * manual/filesys.texi (Setting Permissions): Use mode_t for second
46942         argument in fchmod prototype.
46943         (File Owner): Use uid_t and gid_t in fchown prototype.
46944         (File Times): Add const to utimes, futimes, and lutimes prototypes.
46945         (Making Special Files): Use mode_t and dev_t in mknod prototype.
46946         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
46947         use 'const struct dirent **' as argument types to CMP function pointer
46948         argument.
46949         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
46950         (File Times): Fix summary magic @comment for struct utimbuf and utime
46951         to refer to utime.h, not time.h.
46952         * manual/string.texi (Argz Functions): Add missing const in
46953         argz_extract and argz_next prototypes.
46954         (Finding Tokens in a String): Likewise for basename.
46955         (String/Array Comparison): Fix typo in wcscasecmp prototype.
46956         (Copying and Concatenation): Fix typo in wmemmove prototype.
46957         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
46958         (Signal Stack): Remove erroneous const in sigstack prototype.
46959         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
46960         prototype.
46961         (Simple Calendar Time): Likewise for stime.
46962         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
46963         prototype.
46964         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
46965         say sys/sysctl.h instead.
46966         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
46967         and vsyslog prototypes.
46969 2013-02-11  Tom de Vries  <tom@codesourcery.com>
46971         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
46972         Remove.
46974 2013-02-11  Roland McGrath  <roland@hack.frob.com>
46976         * misc/sys/mman.h: Fix typo in mremap comment.
46978 2013-02-08  Roland McGrath  <roland@hack.frob.com>
46980         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
46981         the '\0' terminator.
46983 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
46985         [BZ #13550]
46986         * debug/segfault.c: Don't include <bp-checks.h>.
46987         * sysdeps/generic/bp-checks.h: Remove file.
46988         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
46989         (__GETDENTS): Don't use CHECK_N.
46990         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
46991         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
46992         (__getgroups): Don't use CHECK_N.
46993         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
46994         (setgroups): Don't use CHECK_N.
46995         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
46996         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
46997         (__libc_msgrcv): Don't use CHECK_N.
46998         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
46999         (__libc_msgsnd): Don't use CHECK_N.
47000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
47001         <bp-checks.h>.
47002         (__libc_pread): Don't use CHECK_N.
47003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
47004         include <bp-checks.h>.
47005         (__libc_pread64): Don't use CHECK_N.
47006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
47007         include <bp-checks.h>.
47008         (__libc_pwrite): Don't use CHECK_N.
47009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
47010         include <bp-checks.h>.
47011         (__libc_pwrite64): Don't use CHECK_N.
47012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
47013         <bp-checks.h>.
47014         (__libc_pread): Don't use CHECK_N.
47015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
47016         include <bp-checks.h>.
47017         (__libc_pread64): Don't use CHECK_N.
47018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
47019         include <bp-checks.h>.
47020         (__libc_pwrite): Don't use CHECK_N.
47021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
47022         include <bp-checks.h>.
47023         (__libc_pwrite64): Don't use CHECK_N.
47024         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
47025         (do_pread): Don't use CHECK_N.
47026         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
47027         (do_pread64): Don't use CHECK_N.
47028         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
47029         (do_pwrite): Don't use CHECK_N.
47030         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
47031         (do_pwrite64): Don't use CHECK_N.
47032         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
47033         (__libc_readv): Don't use CHECK_N.
47034         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
47035         (semop): Don't use CHECK_N.
47036         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
47037         <bp-checks.h>.
47038         (semtimedop): Don't use CHECK_N.
47039         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
47040         (__libc_pread): Don't use CHECK_N.
47041         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
47042         <bp-checks.h>.
47043         (__libc_pread64): Don't use CHECK_N.
47044         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
47045         <bp-checks.h>.
47046         (__libc_pwrite): Don't use CHECK_N.
47047         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
47048         <bp-checks.h>.
47049         (__libc_pwrite64): Don't use CHECK_N.
47050         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
47051         <bp-checks.h>.
47052         (__libc_msgrcv): Don't use CHECK_N.
47053         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
47054         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
47055         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
47056         (__libc_writev): Don't use CHECK_N.
47058 2013-02-08  Roland McGrath  <roland@hack.frob.com>
47060         * string/strcpy.c: Removed unused variable.
47062         * Makeconfig (+sysdep-includes): Define with := rather than =.
47063         Use an existing include/ subdir of each sysdeps dir before it.
47065 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
47067         * nscd/connection.c (register_traced_file): Comment function.
47068         [HAVE_INOTIFY] (union __inev): Define.
47069         [HAVE_INOTIFY] (inotify_check_files): New function.
47070         [HAVE_INOTIFY] (clear_db_cache): Likewise.
47071         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
47072         clear_db_cache.
47073         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
47075 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
47077         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
47078         loaded if not already and that a failure is permanent.
47080 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
47082         [BZ #15006]
47083         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
47084         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
47086 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
47088         [BZ #13550]
47089         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
47090         (CHECK_1_NULL_OK): Likewise.
47091         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
47092         (__fxstat): Do not use CHECK_1.
47093         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
47094         <bp-checks.h>.
47095         (___fxstat64): Do not use CHECK_1.
47096         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
47097         <bp-checks.h>.
47098         (__fxstatat): Do not use CHECK_1.
47099         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
47100         <bp-checks.h>.
47101         (__fxstatat64): Do not use CHECK_1.
47102         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
47103         <bp-checks.h>.
47104         (__fxstat): Do not use CHECK_1.
47105         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
47106         <bp-checks.h>.
47107         (__fxstatat): Do not use CHECK_1.
47108         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
47109         <bp-checks.h>.
47110         (__getresgid): Do not use CHECK_1.
47111         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
47112         <bp-checks.h>.
47113         (__getresuid): Do not use CHECK_1.
47114         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
47115         <bp-checks.h>.
47116         (__lxstat): Do not use CHECK_1.
47117         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
47118         <bp-checks.h>.
47119         (__old_msgctl): Do not use CHECK_1.
47120         (__new_msgctl): Likewise.
47121         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
47122         <bp-checks.h>.
47123         (__new_setrlimit): Do not use CHECK_1.
47124         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
47125         <bp-checks.h>.
47126         (__old_shmctl): Do not use CHECK_1.
47127         (__new_shmctl): Likewise.
47128         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
47129         <bp-checks.h>.
47130         (__xstat): Do not use CHECK_1.
47131         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
47132         (__lxstat): Do not use CHECK_1.
47133         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
47134         <bp-checks.h>.
47135         (___lxstat64): Do not use CHECK_1.
47136         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
47137         (__old_msgctl): Do not use CHECK_1.
47138         (__new_msgctl): Likewise.
47139         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
47140         <bp-checks.h>.
47141         (__gettimeofday): Do not use CHECK_1.
47142         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
47143         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
47144         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
47145         <bp-checks.h>.
47146         (__gettimeofday): Do not use CHECK_1.
47147         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
47148         (__old_shmctl): Do not use CHECK_1_NULL_OK.
47149         (__new_shmctl): Do not use CHECK_1.
47150         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
47151         <bp-checks.h>.
47152         (do_sigtimedwait): Do not use CHECK_1.
47153         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
47154         <bp-checks.h>.
47155         (do_sigwaitinfo): Do not use CHECK_1.
47156         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
47157         <bp-checks.h>.
47158         (msgctl): Do not use CHECK_1.
47159         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
47160         <bp-checks.h>.
47161         (shmctl): Do not use CHECK_1.
47162         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
47163         (ustat): Do not use CHECK_1.
47164         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
47165         <bp-checks.h>.
47166         (__fxstat): Do not use CHECK_1.
47167         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
47168         <bp-checks.h>.
47169         (__fxstatat): Do not use CHECK_1.
47170         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
47171         <bp-checks.h>.
47172         (__lxstat): Do not use CHECK_1.
47173         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
47174         <bp-checks.h>.
47175         (__xstat): Do not use CHECK_1.
47176         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
47177         (__xstat): Do not use CHECK_1.
47178         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
47179         (___xstat64): Do not use CHECK_1.
47181         [BZ #13550]
47182         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
47183         definitions.
47184         (CHECK_BOUNDS_HIGH): Likewise.
47185         * string/strcpy.c: Do not include <bp-checks.h>.
47186         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
47188 2013-02-07  Roland McGrath  <roland@hack.frob.com>
47190         * nscd/nscd-client.h (__nscd_drop_map_ref):
47191         Add __attribute__ ((unused)).
47192         * nis/nss-nisplus.h (niserr2nss): Likewise.
47194         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
47195         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
47197         * csu/libc-tls.c (init_static_tls, init_slotinfo):
47198         Remove inline keyword.
47199         * include/rounding-mode.h (round_away): Likewise.
47200         * libio/wfileops.c (adjust_wide_data): Likewise.
47201         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
47202         (__m128i_strloadu_tolower): Likewise.
47203         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
47204         (__m128i_strloadu_tolower): Likewise.
47205         * time/mktime.c (ydhms_diff): Likewise.
47206         * locale/elem-hash.h (elem_hash): Likewise.
47207         * locale/setlocale.c (setdata): Likewise.
47208         * posix/regex_internal.h (re_string_char_size_at): Likewise.
47209         (re_string_wchar_at): Likewise.
47210         (bitset_not, bitset_merge, bitset_mask): Likewise.
47211         [!(__GNUC__ > 3)] (inline): Remove macro.
47212         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
47213         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
47214         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
47215         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
47216         * string/memcmp.c (memcmp_bytes): Likewise.
47217         * locale/programs/locarchive.c (compute_hashval): Likewise.
47218         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
47219         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
47220         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
47221         * nss/getent.c (print_rpc, print_protocols): Likewise.
47222         (print_passwd, print_group, print_aliases): Likewise.
47223         * nis/nss-nisplus.h (niserr2nss): Likewise.
47224         * nscd/connections.c (restart_p): Likewise.
47225         Change return type to bool.
47227 2013-02-05  Roland McGrath  <roland@hack.frob.com>
47229         * Makeconfig (all-Depend-files): Add existing
47230         $(sorted-subdirs:=/Depend) files.
47231         (all-subdirs): Remove nss.
47232         * sysdeps/unix/inet/Subdirs: Add it here instead.
47233         * hesiod/Depend: New file.
47235         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
47236         instead of calling alloca.
47238         * io/lseek.c (__lseek): Rename to __libc_lseek.
47239         Define __lseek as an alias.
47241         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
47243 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
47245         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
47246         else clause and remove check for non-standard endianness.
47248 2013-02-04  David S. Miller  <davem@davemloft.net>
47250         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47252 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
47254         [BZ #13550]
47255         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
47256         (__ubp_memchr): Remove prototype.
47257         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
47258         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
47259         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
47260         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
47261         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
47262         Remove alias.
47263         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
47264         (__ubp_memchr): Likewise.
47265         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
47266         (__ubp_memchr): Likewise.
47267         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
47268         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
47269         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
47270         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
47271         CHECK_STRING.
47272         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
47273         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
47274         (__getcwd): Do not use CHECK_STRING.
47275         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
47276         <bp-checks.h>.
47277         (__real_chown): Do not use CHECK_STRING.
47278         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
47279         <bp-checks.h>.
47280         (fchownat): Do not use CHECK_STRING.
47281         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
47282         CHECK_STRING.
47283         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
47284         <bp-checks.h>.
47285         (__lchown): Do not use CHECK_STRING.
47286         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
47287         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
47288         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
47289         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
47290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
47291         include <bp-checks.h>.
47292         (truncate64): Do not use CHECK_STRING.
47293         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
47294         <bp-checks.h>.
47295         (__real_chown): Do not use CHECK_STRING.
47296         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
47297         <bp-checks.h>.
47298         (__lchown): Do not use CHECK_STRING.
47299         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
47300         <bp-checks.h>.
47301         (__chown): Do not use CHECK_STRING.
47302         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
47303         <bp-checks.h>.
47304         (truncate64): Do not use CHECK_STRING.
47305         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
47306         Likewise.
47307         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
47308         (__xmknod): Do not use CHECK_STRING.
47309         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
47310         <bp-checks.h>.
47311         (__xmknodat): Do not use CHECK_STRING.
47312         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
47313         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
47315 2013-02-04  Andreas Schwab  <schwab@suse.de>
47317         [BZ #14142]
47318         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
47319         * include/netdb.h: Likewise for h_errno.
47320         * elf/tst-stackguard1.c: Include <tls.h>.
47322 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
47324         * elf/link.h (struct link_map): Extend the l_addr comment.
47325         * include/link.h (struct link_map): Likewise.
47327 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
47329         [BZ #13550]
47330         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
47331         (BOUNDED_1): Remove macro.
47332         * debug/backtrace.c: Don't include <bp-checks.h>.
47333         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
47334         (__backtrace): Likewise.
47335         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
47336         <bp-checks.h>.
47337         (__backtrace): Don't use BOUNDED_1.
47338         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
47339         <bp-checks.h>.
47340         (__backtrace): Don't use BOUNDED_1.
47341         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
47342         (__backtrace): Don't use BOUNDED_1.
47343         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
47344         (shmat): Don't use BOUNDED_N.
47346 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
47348         [BZ #13550]
47349         * sysdeps/generic/bp-start.h: Remove file.
47350         * csu/libc-start.c: Don't include <bp-start.h>.
47351         (LIBC_START_MAIN): Set up __environ directly instead of using
47352         INIT_ARGV_and_ENVIRON.
47353         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
47354         <bp-start.h>.
47356         [BZ #13550]
47357         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
47358         definitions.
47359         (CHECK_FCNTL): Likewise.
47360         (CHECK_N_PAGES): Likewise.
47362         [BZ #13550]
47363         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
47364         definitions.
47365         (CHECK_SIGSET_NULL_OK): Likewise.
47366         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
47367         <bp-checks.h>.
47368         (sigpending): Don't use CHECK_SIGSET.
47369         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
47370         <bp-checks.h>.
47371         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
47372         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
47373         <bp-checks.h>.
47374         (do_sigsuspend): Don't use CHECK_SIGSET.
47375         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
47376         use CHECK_SIGSET.
47377         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
47378         (do_sigwait): Don't use CHECK_SIGSET.
47379         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
47380         use CHECK_SIGSET.
47381         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
47382         include <bp-checks.h>.
47383         (sigpending): Don't use CHECK_SIGSET.
47384         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
47385         include <bp-checks.h>.
47386         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
47387         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
47388         <bp-checks.h>.
47389         (sigpending): Don't use CHECK_SIGSET.
47390         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
47391         <bp-checks.h>.
47392         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
47394         [BZ #13550]
47395         * sysdeps/generic/bp-semctl.h: Remove file.
47396         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
47397         <bp-checks.h> and <bp-semctl.h>.
47398         (__old_semctl): Don't use CHECK_SEMCTL.
47399         (__new_semctl): Likewise.
47400         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
47401         and <bp-semctl.h>.
47402         (__old_semctl): Don't use CHECK_SEMCTL.
47403         (__new_semctl): Likewise.
47404         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
47405         <bp-checks.h> and <bp-semctl.h>.
47406         (__old_semctl): Don't use CHECK_SEMCTL.
47407         (__new_semctl): Likewise.
47408         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
47409         <bp-checks.h> and <bp-semctl.h>.
47410         (semctl): Don't use CHECK_SEMCTL.
47412         [BZ #13550]
47413         * Makerules (elide-bp-thunks): Remove variable.
47414         (elide-routines.oS): Don't use $(elide-bp-thunks).
47415         (elide-routines.os): Likewise.
47416         (elide-routines.o): Likewise.
47417         (elide-routines.op): Likewise.
47418         (elide-routines.og): Likewise.
47419         (objects): Don't use $(bp-thunks).
47420         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
47421         include.
47422         (common-generated): Do not add s-proto-bp.d.
47423         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
47424         (int): Likewise.
47425         (typ): Likewise.
47426         Do not generate makefile rules for bounded-pointer thunks.
47427         * sysdeps/generic/bp-thunks.h: Remove file.
47428         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
47429         * sysdeps/unix/s-proto-bp.S: Likewise.
47431         [BZ #15062]
47432         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
47433         parts of result separately when argument is not close to line from
47434         -i to i and one part of argument is small.
47435         * math/k_casinhf.c (__kernel_casinhf): Likewise.
47436         * math/k_casinhl.c (__kernel_casinhl): Likewise.
47437         * math/libm-test.inc (cacos_test): Add more tests.
47438         (casin_test): Likewise.
47439         (casinh_test): Likewise.
47440         * sysdeps/i386/fpu/libm-test-ulps: Update.
47441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47443 2013-01-31  David S. Miller  <davem@davemloft.net>
47445         * po/de.po: Update from translation team.
47447 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
47449         * time/tzfile.c: Include stdint.h for SIZE_MAX.
47451 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
47453         * configure.in (_AC_PROG_CC_C89): New definition.
47454         * configure: Regenerate.
47456         * configure.in (AC_PROG_CPP): New definition.
47457         * configure: Regenerate.
47459 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
47461         * debug/tst-backtrace.h: New file.
47462         * debug/tst-backtrace2.c: Include tst-backtrace.h.
47463         (ret): Remove variable.
47464         (x): Likewise.
47465         (FAIL): Remove macro.
47466         (NO_INLINE): Likewise.
47467         (fn1): Use match function instead of strstr.
47468         * debug/tst-backtrace3.c: Include tst-backtrace.h.
47469         (ret): Remove variable.
47470         (x): Likewise.
47471         (FAIL): Remove macro.
47472         (NO_INLINE): Likewise.
47473         (fn): Use match function instead of strstr.
47474         * debug/tst-backtrace4.c: Include tst-backtrace.h.
47475         (ret): Remove variable.
47476         (x): Likewise.
47477         (FAIL): Remove macro.
47478         (NO_INLINE): Likewise.
47479         (handle_signal): Use match function instead of strstr.
47480         * debug/tst-backtrace5.c: Include tst-backtrace.h.
47481         (ret): Remove variable.
47482         (x): Likewise.
47483         (FAIL): Remove macro.
47484         (NO_INLINE): Likewise.
47485         (handle_signal): Use match function instead of strstr.
47487 2013-01-23  Roland McGrath  <roland@hack.frob.com>
47489         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
47491 2013-01-23  David S. Miller  <davem@davemloft.net>
47493         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
47494         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
47495         argument of CAS if possible.
47496         * sysdeps/sparc/sparc64/bits/atomic.h
47497         (__arch_compare_and_exchange_val_32_acq): Likewise.
47498         (__arch_compare_and_exchange_val_64_acq): Likewise.
47500 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
47502         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
47503         * sysdeps/posix/ulimit.c: ... this.
47504         Include <limits.h>.
47505         * sysdeps/unix/bsd/ulimit.c: Remove file.
47507 2013-01-23  Adam Conrad  <adconrad@0c3.net>
47509         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
47510         (LDFLAGS-tst-array5): Likewise.
47512 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
47514         [BZ #15036]
47515         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
47516         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
47517         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
47518         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
47520 2013-01-21  David S. Miller  <davem@davemloft.net>
47522         * sysdeps/sparc/backtrace.c: New file.
47523         * sysdeps/sparc/sparc32/backtrace.h: New file.
47524         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
47525         * sysdeps/sparc/sparc64/backtrace.h: New file.
47526         * sysdeps/sparc/sparc64/backtrace.c: Delete.
47527         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
47528         -funwind-tables.
47530 2013-01-21  Andreas Schwab  <schwab@suse.de>
47532         [BZ #15020]
47533         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
47534         closed its stdout.
47536 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
47538         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
47539         "mpa2.h".
47540         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
47542 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
47543             Mark Mitchell  <mark@codesourcery.com>
47544             Tom de Vries  <tom@codesourcery.com>
47545             Paul Pluzhnikov  <ppluzhnikov@google.com>
47547         * debug/tst-backtrace2.c: New file.
47548         * debug/tst-backtrace3.c: Likewise.
47549         * debug/tst-backtrace4.c: Likewise.
47550         * debug/tst-backtrace5.c: Likewise.
47551         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
47552         (CFLAGS-tst-backtrace3.c): Likewise.
47553         (CFLAGS-tst-backtrace4.c): Likewise.
47554         (CFLAGS-tst-backtrace5.c): Likewise.
47555         (LDFLAGS-tst-backtrace2): Likewise.
47556         (LDFLAGS-tst-backtrace3): Likewise.
47557         (LDFLAGS-tst-backtrace4): Likewise.
47558         (LDFLAGS-tst-backtrace5): Likewise.
47559         (tests): Add new tests tst-backtrace2, tst-backtrace3,
47560         tst-backtrace4 and tst-backtrace5.
47562 2013-01-18  Anton Blanchard  <anton@samba.org>
47563             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
47565         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
47566         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
47567         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
47568         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
47569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
47570         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
47571         "+r" and remove output regs list as redundant.  Add explicit inline
47572         asm to specify register of return val to work around compiler codegen
47573         bug.  Remove (int) cast on return value.  Add return type parameter to
47574         use in macro so that this macro does not truncate return value for
47575         64-bit values.
47576         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
47577         pass to INTERNAL_VSYSCALL_NCS.
47578         (INLINE_VSYSCALL): Add 'long int' as return type to
47579         INTERNAL_VSYSCALL_NCS macro invocation.
47580         (INTERNAL_VSYSCALL): Add 'long int' as return type to
47581         INTERNAL_VSYSCALL_NCS macro invocation.
47582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47584 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
47586         [BZ #14496]
47587         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
47588         Fix application of SIMD FP exception mask.
47590         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
47591         mp_no from a power of two.
47592         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
47593         __mpexp_twomm1.  Use __pow_mp.
47595         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
47596         multiplication.
47598 2013-01-17  David S. Miller  <davem@davemloft.net>
47600         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47602 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
47604         [BZ #15023]
47605         * include/complex.h: Condition contents on [!_COMPLEX_H].
47606         (__kernel_casinhf): New prototype.
47607         (__kernel_casinh): Likewise.
47608         (__kernel_casinhl): Likewise.
47609         * math/Makefile (libm_calls): Add k_casinh.
47610         * math/k_casinh.c: New file.
47611         * math/k_casinhf.c: Likewise.
47612         * math/k_casinhl.c: Likewise.
47613         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
47614         finite nonzero arguments.
47615         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
47616         finite nonzero arguments.
47617         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
47618         finite nonzero arguments.
47619         * math/s_casinh.c: Do not include <float.h>.
47620         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
47621         * math/s_casinhf.c: Do not include <float.h>.
47622         (__casinhf): Move code for finite nonzero arguments to
47623         k_casinhf.c.
47624         * math/s_casinhl.c: Do not include <float.h>.
47625         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
47626         redefine.
47627         (__casinhl): Move code for finite nonzero arguments to
47628         k_casinhl.c.
47629         * math/libm-test.inc (cacos_test): Add more tests.
47630         * sysdeps/i386/fpu/libm-test-ulps: Update.
47631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47633 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
47635         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
47636         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
47637         [!HAVE_MREMAP]: Remove [defined linux] case.
47638         * malloc/arena.c: Do not include <malloc-sysdep.h>.
47640 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
47642         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
47644 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
47646         * elf/elf.h (R_386_SIZE32): New relocation.
47647         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
47648         R_386_SIZE32.
47649         (elf_machine_rela): Likewise.
47650         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
47651         R_X86_64_SIZE64 and R_X86_64_SIZE32.
47653 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
47655         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
47656         (FP_FAST_FMA): Do not define.
47657         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
47658         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
47659         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
47660         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
47661         !_SOFT_FLOAT]: Likewise.
47662         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
47663         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
47664         value.
47665         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
47666         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
47667         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
47668         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
47669         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
47670         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
47671         file.
47673 2013-01-16  Andreas Schwab  <schwab@suse.de>
47675         [BZ #14327]
47676         * include/stdlib.h (__mktemp): Add declaration.
47677         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
47678         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
47680 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
47682         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
47683         definitions.
47684         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
47685         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
47686         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
47687         definitions here.
47688         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
47689         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
47690         definitions.
47691         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
47692         and ONE.
47693         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
47694         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
47695         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
47696         definitions.
47697         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
47698         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
47699         definitions.
47700         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
47702         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
47704 2013-01-15  David S. Miller  <davem@davemloft.net>
47706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47707         trunc{,f} to libm-sysdep_routes.
47708         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
47710         file.
47711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
47712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
47713         file.
47714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
47715         file.
47716         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
47717         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
47718         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
47719         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
47720         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
47721         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
47722         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
47723         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
47725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47726         nearbyint{,f} to libm-sysdep_routes.
47727         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
47729         New file.
47730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
47731         file.
47732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
47733         New file.
47734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
47735         file.
47736         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
47737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
47738         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
47739         file.
47740         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
47741         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
47742         file.
47743         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
47744         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
47745         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
47747         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
47748         libc_feholdexcept and libc_fesetenv.
47750 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
47752         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
47754 2013-01-14  David S. Miller  <davem@davemloft.net>
47756         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
47757         (SPARC_ASM_VIS2_IFUNC): Likewise.
47758         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
47759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
47760         use of 'siam' instruction.
47761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
47762         Likewise.
47763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
47764         Likewise.
47765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
47766         Likewise.
47767         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
47768         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
47769         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
47770         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
47771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
47772         file.
47773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
47774         file.
47775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
47776         file.
47777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
47778         file.
47779         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
47780         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
47781         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
47782         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
47783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
47784         new VIS2 routines.
47785         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47788         Likewise.
47789         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47790         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47791         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47792         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
47794         routines to libm-sysdep_routines.
47795         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47798         fdim/fdimf to libm-sysdep_routines.
47799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
47800         file.
47801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
47802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
47803         file.
47804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
47805         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
47806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
47807         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
47808         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
47809         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
47810         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
47812 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
47814         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
47815         to optimize copies.
47817         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
47818         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
47819         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
47821         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
47822         local variable MPTWO.
47823         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
47824         Likewise.
47826 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47828         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
47829         GLOB_NOESCAPE.
47831 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47833         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
47835 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47837         * manual/pattern.texi (glob_t): Document gl_flags.
47838         (glob64_t): Likewise.
47840 2013-01-11  David S. Miller  <davem@davemloft.net>
47842         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
47843         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
47844         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
47845         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
47846         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
47847         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
47848         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
47849         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
47850         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
47851         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
47852         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
47853         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
47854         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
47856         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
47857         sparc V9 rather than using V8 code.
47858         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
47859         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
47861         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47862         Move to...
47863         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
47864         Here.
47866 2013-01-11  Roland McGrath  <roland@hack.frob.com>
47868         [BZ #14941]
47869         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
47870         not in the main loop.
47871         * configure: Regenerated.
47873 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
47875         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
47876         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
47877         to just #else.
47878         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
47879         [!__GLIBC_HAVE_LONG_LONG] case.
47880         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
47881         condition to just #else.
47882         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
47883         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
47884         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
47885         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
47886         unconditional.
47887         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
47888         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
47889         #elif condition to just #else.
47890         * sysdeps/unix/sysv/linux/sys/sysmacros.h
47891         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
47892         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
47893         #elif condition to just #else.
47895 2013-01-11  Steve Ellcey  <sellcey@mips.com>
47897         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
47898         (EF_MIPS_ARCH_64): Fix value.
47899         (EF_MIPS_ARCH_32R2): New.
47900         (EF_MIPS_ARCH_64R2): New.
47902 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
47904         * Makeconfig (+link-pie-before-libc): New.
47905         (+link-pie-after-libc): Likewise.
47906         (+link-pie-tests): Likewise.
47907         (+link-pie): Rewritten.
47908         (link-before-libc): Remove $(config-LDFLAGS).
47909         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
47910         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
47911         (config-LDFLAGS): Renamed to ...
47912         (rtld-LDFLAGS): This.
47913         (rtld-tests-LDFLAGS): New macro.
47914         (link-libc-rpath-link): Likewise.
47915         (link-libc-tests-rpath-link): Likewise.
47916         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
47917         (link-libc): Prepand $(link-libc-rpath-link).
47918         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
47919         (test-program-prefix): New macro.
47920         (test-via-rtld-prefix): Likewise.
47921         (test-program-cmd): Likewise.
47922         (host-test-program-cmd): Likewise.
47923         * Makefile ($(common-objpfx)testrun.sh): Replace
47924         $(run-program-prefix) with $(test-program-prefix).
47925         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
47926         $(rtld-LDFLAGS).
47927         ($(common-objpfx)shlib.lds): Likewise.
47928         (build-module-helper): Likewise.
47929         ($(common-objpfx)format.lds): Likewise.
47930         * Rules (binaries-pie-tests): New.
47931         (binaries-pie-notests): Likewise.
47932         (binaries-pie): Rewritten.
47933         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
47934         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
47935         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
47936         (make-test-out): Replace $(host-built-program-cmd) with
47937         $(host-test-program-cmd).
47938         * config.make.in (build-hardcoded-path-in-tests): New variable.
47939         * configure.in (--enable-hardcoded-path-in-tests): New configure
47940         option.
47941         (hardcoded_path_in_tests): New AC_SUBST.
47942         * configure: Regenerated.
47943         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
47944         $(built-program-cmd) with $(test-program-cmd).
47945         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
47946         (test_program_cmd): This.
47947         * elf/Makefile ($(objpfx)order.out): Run test with
47948         $(test-program-prefix).
47949         ($(objpfx)order2.out): Likewise.
47950         ($(objpfx)tst-initorder.out): Likewise.
47951         ($(objpfx)tst-initorder2.out): Likewise.
47952         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
47953         $(test-program-cmd).
47954         ($(objpfx)tst-array1-static.out): Likewise.
47955         ($(objpfx)tst-array2.out): Likewise.
47956         ($(objpfx)tst-array3.out): Likewise.
47957         ($(objpfx)tst-array4.out): Likewise.
47958         ($(objpfx)tst-array5.out): Likewise.
47959         ($(objpfx)tst-array5-static.out): Likewise.
47960         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
47961         $(test-program-cmd).
47962         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
47963         $(run-program-prefix) with $(test-program-prefix).
47964         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
47965         (test_program_prefix): This.
47966         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
47967         $(run-program-prefix) with $(test-program-prefix).
47968         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
47969         (test_program_prefix): This.
47970         * iconvdata/tst-tables.sh: Likewise.
47971         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
47972         $(run-program-prefix) with $(test-program-prefix).
47973         ($(objpfx)tst-translit.out): Likewise.
47974         ($(objpfx)tst-gettext2.out): Likewise.
47975         ($(objpfx)tst-gettext4.out): Likewise.
47976         ($(objpfx)tst-gettext6.out): Likewise.
47977         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
47978         (test_program_prefix): This.
47979         * intl/tst-gettext2.sh: Likewise.
47980         * intl/tst-gettext4.sh  Likewise.
47981         * intl/tst-gettext6.sh: Likewise.
47982         * intl/tst-translit.sh: Likewise.
47983         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
47984         with $(test-program-cmd).
47985         * libio/Makefile ($(objpfx)test-freopen.out): Replace
47986         $(run-program-prefix) with $(test-program-prefix).
47987         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
47988         (test_program_prefix): This.
47989         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
47990         $(run-program-prefix) with $(test-program-prefix).
47991         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
47992         (test_program_prefix): This.
47993         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
47994         * posix/Makefile ($(objpfx)globtest.out): Replace
47995         $(run-via-rtld-prefix) and $(test-wrapper) with
47996         $(test-program-prefix) and $(test-via-rtld-prefix).
47997         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
47998         $(test-program-prefix).
47999         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
48000         $(host-test-program-cmd).
48001         (tst-spawn-ARGS): Likewise.
48002         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
48003         $(test-program-prefix).
48004         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
48005         (test_via_rtld_prefix): This.
48006         (test_wrapper): Renamed to ...
48007         (test_program_prefix): This.
48008         (run_program_prefix): Replaced by test_program_prefix.
48009         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
48010         (test_program_prefix): This.
48011         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
48012         with $(host-test-program-cmd).
48013         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
48014         $(run-program-prefix) with $(test-program-prefix).
48015         ($(objpfx)tst-printf.out): Likewise.
48016         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
48017         $(test-program-cmd).
48018         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
48019         (test_program_prefix): This.
48020         * stdio-common/tst-unbputc.sh: Likewise.
48021         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
48022         $(run-program-prefix) with $(test-program-prefix).
48023         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
48024         (test_program_prefix): This.
48025         * string/Makefile ($(objpfx)tst-svc.out):  Replace
48026         $(built-program-cmd) with $(test-program-cmd).
48028 2013-01-11  Andreas Jaeger  <aj@suse.de>
48030         [BZ #15003]
48031         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
48032         value. Sync with Linux 3.7.
48034 2013-01-10  David S. Miller  <davem@davemloft.net>
48036         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
48037         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
48038         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
48040 2013-01-10  Roland McGrath  <roland@hack.frob.com>
48042         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
48043         never set.
48044         * configure: Regenerated.
48046 2013-01-10  David S. Miller  <davem@davemloft.net>
48048         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
48049         sparc V9 rather than using V8 code.
48050         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
48051         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
48053 2013-01-10  Roland McGrath  <roland@hack.frob.com>
48055         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
48056         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
48057         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
48058         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
48059         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
48060         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
48061         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
48062         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
48063         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
48064         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
48065         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
48066         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
48067         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
48068         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
48069         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
48070         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
48071         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
48072         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
48073         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
48074         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
48075         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
48076         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
48077         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
48078         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
48079         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
48080         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
48081         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
48083 2013-01-10  David S. Miller  <davem@davemloft.net>
48085         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48087 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
48089         * posix/Makefile (tests-static): New variable.
48090         (tests): Add $(tests-static).
48091         (tst-exec-static-ARGS): New variable.
48092         (tst-spawn-static-ARGS): Likewise.
48093         * posix/tst-exec-static.c: New file.
48094         * posix/tst-spawn-static.c: Likewise.
48095         * posix/tst-exec.c: Support run directly.
48096         * posix/tst-spawn.c: Likewise.
48098 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
48100         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
48101         long.
48102         * math/bits/mathcalls.h (llrint): Likewise.
48103         (llround): Likewise.
48104         * stdlib/stdlib.h (struct drand48_data): Likewise.
48105         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
48106         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
48107         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
48108         Likewise.
48109         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
48110         Likewise.
48111         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
48112         (elf_greg_t): Likewise.
48113         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
48114         (__jmp_buf): Likewise.
48115         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
48116         definitions.
48117         (llrint): Likewise, for all definitions.
48118         (llrintl): Likewise.
48120         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
48121         Remove [__GNUC__] condition.
48122         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
48123         condition to just [__USE_ISOC99].
48124         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
48126 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
48128         [BZ #14200]
48129         * sysdeps/unix/sysv/linux/x86/bits/environments.h
48130         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
48131         defined.
48132         (_POSIX_V6_ILP32_OFF32): Likewise.
48133         (_XBS5_ILP32_OFF32): Likewise.
48134         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
48135         (__ILP32_OFFBIG_LDFLAGS): Likewise.
48137 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
48139         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
48141         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
48142         doubles __mpexp_twomm1.  Adjust usage.
48143         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
48144         Remove.
48146 2013-01-10  Andreas Schwab  <schwab@suse.de>
48148         [BZ #14964]
48149         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
48150         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
48152 2013-01-09  David S. Miller  <davem@davemloft.net>
48154         [BZ #15003]
48155         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
48156         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
48157         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
48158         (TCP_FASTOPEN): Define.
48159         (tcp_repair_opt): New structure.
48160         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
48161         enum values.
48162         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
48163         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
48164         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
48165         (tcp_cookie_transactions): New structure.
48167 2013-01-09  Anton Blanchard  <anton@samba.org>
48169         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
48170         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
48171         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
48172         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
48174 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
48176         * include/features.h (__USE_ANSI): Remove.
48178 2013-01-09  Roland McGrath  <roland@hack.frob.com>
48180         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
48182         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
48184 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
48186         * sysdeps/s390/fpu/libm-test-ulps: Update.
48188         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48190         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
48191         (__acr): Likewise.
48192         (__cpy): Likewise.
48193         (norm): Likewise.
48194         (denorm): Likewise.
48195         (__mp_dbl): Likewise.
48196         (__dbl_mp): Likewise.
48197         (add_magnitudes): Likewise.
48198         (sub_magnitudes): Likewise.
48199         (__add): Likewise.
48200         (__sub): Likewise.
48201         (__mul): Likewise.
48202         (__inv): Likewise.
48203         (__dvd): Likewise.
48204         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
48205         (__acr): Likewise.
48206         (__cpy): Likewise.
48207         (norm): Likewise.
48208         (denorm): Likewise.
48209         (__mp_dbl): Likewise.
48210         (__dbl_mp): Likewise.
48211         (add_magnitudes): Likewise.
48212         (sub_magnitudes): Likewise.
48213         (__add): Likewise.
48214         (__sub): Likewise.
48215         (__mul): Likewise.
48216         (__inv): Likewise.
48217         (__dvd): Likewise.
48218         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
48219         (__acr): Likewise.
48220         (__cpy): Likewise.
48221         (norm): Likewise.
48222         (denorm): Likewise.
48223         (__mp_dbl): Likewise.
48224         (__dbl_mp): Likewise.
48225         (add_magnitudes): Likewise.
48226         (sub_magnitudes): Likewise.
48227         (__add): Likewise.
48228         (__sub): Likewise.
48229         (__mul): Likewise.
48230         (__inv): Likewise.
48231         (__dvd): Likewise.
48233 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
48235         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
48236         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
48237         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
48238         2 && __USE_EXTERN_INLINES]: Likewise.
48240 2013-01-08  Andreas Jaeger  <aj@suse.de>
48242         [BZ# 14985]
48243         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
48244         Remove.
48245         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
48246         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
48248 2013-01-07  Anton Blanchard  <anton@samba.org>
48250         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
48251         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
48252         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
48253         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
48254         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
48255         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48256         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
48257         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
48258         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
48259         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48260         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48261         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48262         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48263         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
48264         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
48265         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48266         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48267         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
48268         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
48269         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
48270         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
48271         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
48272         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48273         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
48274         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
48275         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
48276         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
48277         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
48278         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
48279         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48280         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
48281         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
48282         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48283         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
48284         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
48285         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48286         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
48287         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
48288         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
48289         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
48290         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
48291         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48292         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
48294 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
48296         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
48297         (__MALLOC_PMT): Likewise.
48298         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
48299         [__GNUC__], only on [_LIBC].
48300         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
48301         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
48302         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
48303         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
48304         forward declaration.
48305         (realloc_hook_ini): Likewise.
48306         (memalign_hook_ini): Likewise.
48307         (__libc_memalign): Do not use __MALLOC_PMT in variable
48308         declaration.
48309         (__libc_valloc): Likewise.
48310         (__libc_pvalloc): Likewise.
48311         (__libc_calloc): Likewise.
48312         (__posix_memalign): Likewise.
48314         [BZ #14996]
48315         * math/s_casinh.c: Include <float.h>.
48316         (__casinh): Do not do computation with squaring and square root
48317         for large arguments.
48318         * math/s_casinhf.c: Include <float.h>.
48319         (__casinhf): Do not do computation with squaring and square root
48320         for large arguments.
48321         * math/s_casinhl.c: Include <float.h>.
48322         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
48323         (__casinhl): Do not do computation with squaring and square root
48324         for large arguments.
48325         * math/libm-test.inc (casin_test): Add more tests.
48326         (casinh_test): Likewise.
48327         * sysdeps/i386/fpu/libm-test-ulps: Update.
48328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48330 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
48332         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
48333         (__x86_64_raw_data_cache_size): Likewise.
48334         (__x86_64_data_cache_size_half): Likewise.
48335         (__x86_64_raw_data_cache_size_half): Likewise.
48336         (__x86_64_shared_cache_size): Likewise.
48337         (__x86_64_raw_shared_cache_size): Likewise.
48338         (__x86_64_shared_cache_size_half): Likewise.
48339         (__x86_64_raw_shared_cache_size_half): Likewise.
48340         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
48341         to ...
48342         (__x86_data_cache_size): This.
48343         (__x86_64_raw_data_cache_size): Renamed to ...
48344         (__x86_raw_data_cache_size): This.
48345         (__x86_64_data_cache_size_half): Renamed to ...
48346         (__x86_data_cache_size_half): This.
48347         (__x86_64_raw_data_cache_size_half): Renamed to ...
48348         (__x86_raw_data_cache_size_half): This.
48349         (__x86_64_shared_cache_size): Renamed to ...
48350         (__x86_shared_cache_size): This.
48351         (__x86_64_raw_shared_cache_size): Renamed to ...
48352         (__x86_raw_shared_cache_size): This.
48353         (__x86_64_shared_cache_size_half): Renamed to ...
48354         (__x86_shared_cache_size_half): This.
48355         (__x86_64_raw_shared_cache_size_half): Renamed to ...
48356         (__x86_raw_shared_cache_size_half): This.
48357         * sysdeps/x86_64/memcpy.S: Updated.
48358         * sysdeps/x86_64/memset.S: Likewise.
48359         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
48360         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48361         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48363 2013-01-04  David S. Miller  <davem@davemloft.net>
48365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48367 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
48369         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
48370         1 to avoid redefinition warning.
48371         (__USE_GNU): Don't define.
48372         (init_signaling_nan): Protoize.
48374         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48376 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
48378         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
48379         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
48380         (__cpymn): Likewise.
48381         (norm): Remove commented code.
48382         (denorm): Likewise.
48383         (__mp_dbl): Likewise.
48384         (__inv): Likewise.
48385         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
48386         (__cpymn): Likewise.
48387         (norm): Remove commented code.
48388         (denorm): Likewise.
48389         (__mp_dbl): Likewise.
48390         (__inv): Likewise.
48392         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
48393         mp_no value for 1.0 and 2.0.
48394         (norm): Use RADIXI instead of radixi.d.
48395         (denorm): Likewise.
48396         (__mul): Use 0.0 instead of zero.d.
48397         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
48398         mp_no value for 1.0 and 2.0.
48399         (norm): Use RADIXI instead of radixi.d.
48400         (denorm): Likewise.
48401         (__mul): Use 0.0 instead of zero.d.
48403 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
48405         [BZ #14994]
48406         * math/s_casinh.c (__casinh): Reduce finite argument to first
48407         quadrant then set signs of results at the end.
48408         * math/s_casinhf.c (__casinhf): Likewise.
48409         * math/s_casinhl.c (__casinhl): Likewise.
48410         * math/libm-test.inc (casin_test): Add more tests.
48411         (casinh_test): Likewise.
48412         * sysdeps/i386/fpu/libm-test-ulps: Update.
48413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48415 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
48417         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
48419         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
48421         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
48422         declarations.
48423         (denorm): Likewise.
48424         (__mp_dbl): Likewise.
48425         (__inv): Likewise.
48427         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
48428         and adjust the header comment.
48430         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
48431         variable name from declaration.
48433 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
48435         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48436         Initialize COMMON_CPUID_INDEX_7 element.
48437         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
48438         (CPUID_RTM): Likewise.
48439         (HAS_RTM): Likewise.
48440         (COMMON_CPUID_INDEX_7): New enum.
48442 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
48444         [BZ #14981]
48445         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
48446         size is zero, record memory as freed.
48448 2013-01-03  Andreas Jaeger  <aj@suse.de>
48450         * po/ia.po: Add new Interlingua translation.
48452 2012-01-03  Allan McRae  <allan@archlinux.org>
48454         * locale/programs/localedef.c: Fix description of '--posix' flag.
48456 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
48458         * NEWS: Update dates in second copyright notice.
48459         * README: Update copyright dates in example.
48460         * manual/libc.texinfo: Update copyright dates.
48461         * scripts/test-installation.pl: Update copyright date in --version
48462         output.
48464         * hurd/ctty-input.c: Fix copyright notice formatting.
48465         * hurd/ctty-output.c: Likewise.
48466         * hurd/dtable.c: Likewise.
48467         * hurd/hurd-raise.c: Likewise.
48468         * hurd/hurdprio.c: Likewise.
48469         * hurd/msgportdemux.c: Likewise.
48470         * misc/sys/file.h: Likewise.
48471         * misc/sys/ioctl.h: Likewise.
48472         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
48473         * sysdeps/mach/hurd/chdir.c: Likewise.
48474         * sysdeps/mach/hurd/fchdir.c: Likewise.
48475         * sysdeps/mach/hurd/rename.c: Likewise.
48476         * sysdeps/mach/hurd/rmdir.c: Likewise.
48477         * sysdeps/mach/hurd/seekdir.c: Likewise.
48478         * sysdeps/mach/hurd/setsid.c: Likewise.
48479         * sysdeps/posix/wait3.c: Likewise.
48481         * All files with FSF copyright notices: Update copyright dates
48482         using scripts/update-copyrights.
48483         * intl/plural.c: Regenerated.
48484         * locale/programs/charmap-kw.h: Likewise.
48485         * locale/programs/locfile-kw.h: Likewise.
48487 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
48489         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
48490         four values.
48492         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
48493         calculation loop and add branch prediction.
48495         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
48496         check access beyond bounds of m1np.
48498         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
48499         MPTWO.
48500         (__inv): Remove local variable MPTWO to use the global
48501         constant.
48502         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
48503         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
48504         variable MPTWO.
48505         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
48506         MP3HALFS static const.
48508 2013-01-01  David S. Miller  <davem@davemloft.net>
48510         * po/ca.po: Update from translation team.
48512 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
48514         * scripts/update-copyrights: New file.
48515         * Makeconfig: Reformat copyright notice.
48516         * ctype/ctype.h: Likewise.
48517         * debug/swprintf_chk.c: Likewise.
48518         * elf/dl-cache.c: Likewise.
48519         * elf/dl-debug.c: Likewise.
48520         * elf/dl-object.c: Likewise.
48521         * grp/initgroups.c: Likewise.
48522         * hurd/Makefile: Likewise.
48523         * hurd/hurd/signal.h: Likewise.
48524         * hurd/hurdfault.c: Likewise.
48525         * hurd/hurdioctl.c: Likewise.
48526         * hurd/hurdlookup.c: Likewise.
48527         * hurd/intr-msg.c: Likewise.
48528         * iconv/gconv_open.c: Likewise.
48529         * libio/swprintf.c: Likewise.
48530         * locale/lc-ctype.c: Likewise.
48531         * locale/nl_langinfo.c: Likewise.
48532         * mach/Machrules: Likewise.
48533         * mach/Makefile: Likewise.
48534         * malloc/obstack.h: Likewise.
48535         * manual/Makefile: Likewise.
48536         * manual/tsort.awk: Likewise.
48537         * misc/bits/stab.def: Likewise.
48538         * nis/nis_print_group_entry.c: Likewise.
48539         * nis/nis_table.c: Likewise.
48540         * nis/nss_compat/compat-pwd.c: Likewise.
48541         * nis/nss_compat/compat-spwd.c: Likewise.
48542         * po/Makefile: Likewise.
48543         * posix/fnmatch.c: Likewise.
48544         * posix/regex.h: Likewise.
48545         * resolv/Makefile: Likewise.
48546         * resolv/nss_dns/dns-network.c: Likewise.
48547         * resolv/res_hconf.c: Likewise.
48548         * scripts/gen-sorted.awk: Likewise.
48549         * soft-fp/soft-fp.h: Likewise.
48550         * stdio-common/printf.h: Likewise.
48551         * stdlib/monetary.h: Likewise.
48552         * stdlib/random.c: Likewise.
48553         * stdlib/random_r.c: Likewise.
48554         * sysdeps/generic/Makefile: Likewise.
48555         * sysdeps/gnu/Makefile: Likewise.
48556         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48557         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48558         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48559         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48560         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48561         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48562         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48563         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48564         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48565         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48566         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48567         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48568         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48569         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48570         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
48571         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48572         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48579         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
48580         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
48581         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48582         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
48583         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
48584         * sysdeps/mach/hurd/errnos.awk: Likewise.
48585         * sysdeps/mach/hurd/fork.c: Likewise.
48586         * sysdeps/mach/hurd/getcwd.c: Likewise.
48587         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
48588         * sysdeps/mach/hurd/mmap.c: Likewise.
48589         * sysdeps/mach/hurd/utimes.c: Likewise.
48590         * sysdeps/mach/hurd/xmknod.c: Likewise.
48591         * sysdeps/posix/profil.c: Likewise.
48592         * sysdeps/posix/readdir_r.c: Likewise.
48593         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48594         * sysdeps/powerpc/bits/setjmp.h: Likewise.
48595         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
48596         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
48597         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
48598         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48599         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48600         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48601         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
48602         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48603         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48604         * sysdeps/pthread/lio_listio.c: Likewise.
48605         * sysdeps/sparc/dl-procinfo.h: Likewise.
48606         * sysdeps/unix/i386/sysdep.S: Likewise.
48607         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
48608         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
48609         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
48610         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
48611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48612         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
48613         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
48614         * sysdeps/unix/sysv/linux/speed.c: Likewise.
48615         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
48616         * sysdeps/wordsize-32/divdi3.c: Likewise.
48617         * time/sys/time.h: Likewise.
48618         * wcsmbs/Makefile: Likewise.
48620 2013-01-01  David S. Miller  <davem@davemloft.net>
48622         * po/fr.po: Update from translation team.
48624         * catgets/gencat.c: Update copyright year.
48625         * csu/version.c: Likewise.
48626         * debug/catchsegv.sh: Likewise.
48627         * debug/pcprofiledump.c: Likewise.
48628         * debug/xtrace.sh: Likewise.
48629         * elf/ldconfig.c: Likewise.
48630         * elf/ldd.bash.in: Likewise.
48631         * elf/pldd.c: Likewise.
48632         * elf/sotruss.ksh: Likewise.
48633         * elf/sprof.c: Likewise.
48634         * iconv/iconv_prog.c: Likewise.
48635         * iconv/iconvconfig.c: Likewise.
48636         * locale/programs/locale.c: Likewise.
48637         * locale/programs/localedef.c: Likewise.
48638         * login/programs/pt_chown.c: Likewise.
48639         * malloc/memusage.sh: Likewise.
48640         * malloc/memusagestat.c: Likewise.
48641         * malloc/mtrace.pl: Likewise.
48642         * nscd/nscd.c: Likewise.
48643         * nss/getent.c: Likewise.
48644         * nss/makedb.c: Likewise.
48645         * posix/getconf.c: Likewise.
48647 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
48649         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
48650         numbers.
48652 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
48654         * math/bits/mathcalls.h (modf): Use __nonnull.
48656 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
48658         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
48659         (split): Use macro CN instead of the bare value.
48660         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
48661         could be used.
48662         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
48663         instead of the bare value.
48664         (power1): Likewise.
48666 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48668         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
48669         __ATAN_TWOM.
48670         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48672         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
48673         their values.
48674         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
48675         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
48676         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
48677         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
48679 2012-12-28  Andreas Jaeger  <aj@suse.de>
48681         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
48682         values are from Linux 3.7.
48684         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
48685         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
48687 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48689         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
48690         TRUE case.
48692         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
48693         (norm): Likewise.
48694         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
48695         variables with preprocessor constants.
48696         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48697         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48698         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48700 2012-12-27  Bruno Haible  <bruno@clisp.org>
48702         [BZ #14317]
48703         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
48704         only if needed.
48706 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
48708         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
48709         and use variable directly.
48710         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
48712         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
48713         MPONE.
48714         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
48715         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
48716         variable MPONE.
48717         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
48718         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
48719         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
48720         include directive.  Remove local variable MPONE.
48721         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
48722         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
48723         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48725 2012-12-25  David S. Miller  <davem@davemloft.net>
48727         * version.h (RELEASE): Set to "development".
48728         (VERSION): Set to "2.17.90".
48729         * NEWS: Add 2.18 section.
48731 2012-12-21  David S. Miller  <davem@davemloft.net>
48733         * po/hr.po: Update from translation team.
48735 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48737         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
48739 2012-12-19  Steve Ellcey  <sellcey@mips.com>
48741         * NEWS:  Mention new memcpy for MIPS.
48743 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
48745         * manual/contrib.texi (Contributors): Spelling correction.
48747 2012-12-15  David S. Miller  <davem@davemloft.net>
48749         * po/ru.po: Update from translation team.
48751 2012-12-13  David S. Miller  <davem@davemloft.net>
48753         * NEWS: Mention IFUNC testsuite enhancements.
48755         * po/pl.po: Update from translation team.
48756         * po/bg.po: Likewise.
48758         * manual/contrib.texi (Contributors): Update entries for Hongjiu
48759         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
48761 2012-12-11  David S. Miller  <davem@davemloft.net>
48763         * po/sv.po: Update from translation team.
48765         * po/vi.po: Update from translation team.
48767         * po/cs.po: Update from translation team.
48769         * po/de.po: Update from translation team.
48770         * po/eo.po: Likewise.
48771         * po/nl.po: Likewise.
48773 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
48775         [BZ #14246]
48776         * manual/argp.texi (Argp Helper Functions): Move node to follow
48777         Argp Parsing State.
48779         [BZ #14872]
48780         * manual/conf.texi (Limits on File System Capacity): Mention if
48781         terminating null is included in the max size.
48783 2012-12-10  Andreas Jaeger  <aj@suse.de>
48785         * po/cs.po: Update from translation team.
48787 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
48789         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
48790         void pointer and cast to uintptr_t.
48791         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
48792         path.
48793         * sysdeps/s390/s390-64/memcpy.S: Likewise.
48794         * sysdeps/s390/s390-64/memset.S: Likewise.
48796 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
48798         [BZ #14833]
48799         * menual/message.texi (Message Translation): Fix typos.
48800         (Helper programs for gettext): Likewise.
48802 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
48804         [BZ #14898]
48805         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
48806         Change to -1.
48808 2012-12-07  David S. Miller  <davem@davemloft.net>
48810         * po/libc.pot: Update.
48812 2012-12-07  Richard Henderson  <rth@redhat.com>
48814         [BZ #10114]
48815         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
48816         normal/normal case to before the switch.
48817         (_FP_DIV): Likewise.
48819 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
48820             Mike Frysinger  <vapier@gentoo.org>
48822         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
48823         check for __NR_fadvise64_64.
48825 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
48827         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
48828         0, not just to plain "0" as a statement.
48829         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
48830         with cw.
48832 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
48834         * NEWS: Use sourceware.org in Bugzilla URL.
48836 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
48838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
48839         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
48841         * stdio-common/tst-put-error.c (do_test): Add newline to the
48842         padded test to ensure flush.
48844 2012-12-05  Jeff Law  <law@redhat.com>
48846         * sunrpc/etc.rpc (fedfs_admin): Add entry.
48848 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
48850         * README: Don't refer to ports add-on as distributed separately.
48851         Mention AArch64 in list of systems supported in the ports add-on.
48853         * LICENSES: Add more non-FSF copyright and license notices.
48855         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
48856         ((unused)).
48858         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
48860         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
48861         10000 as width of padded output.
48863 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
48865         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
48867         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
48868         variable LX with __attribute__ ((unused)).
48869         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
48870         Likewise.
48871         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
48872         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
48873         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
48874         with __attribute__ ((unused)).
48876 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
48878         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
48880 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
48882         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
48883         (CFLAGS-nldbl-acos.c): New variable.
48884         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
48885         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
48886         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
48887         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
48888         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
48889         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
48890         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
48891         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
48892         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
48893         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
48894         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
48895         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
48896         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
48897         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
48898         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
48899         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
48900         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
48901         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
48902         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
48903         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
48904         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
48905         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
48906         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
48907         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
48908         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
48909         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
48910         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
48911         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
48912         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
48913         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
48914         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
48915         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
48916         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
48917         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
48918         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
48919         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
48920         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
48921         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
48922         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
48923         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
48924         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
48925         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
48926         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
48927         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
48928         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
48929         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
48930         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
48931         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
48932         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
48933         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
48934         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
48935         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
48936         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
48937         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
48938         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
48939         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
48940         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
48941         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
48942         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
48943         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
48944         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
48945         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
48946         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
48947         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
48948         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
48949         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
48950         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
48951         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
48952         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
48953         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
48954         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
48955         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
48956         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
48957         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
48958         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
48959         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
48960         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
48961         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
48962         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
48963         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
48964         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
48965         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
48966         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
48967         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
48968         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
48969         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
48970         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
48971         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
48972         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
48973         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
48974         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
48975         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
48976         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
48977         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
48978         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
48979         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
48980         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
48982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
48983         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
48985         [BZ #14914]
48986         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
48987         whole low double instead of just low 47 bits when splitting values
48988         into two parts.
48990 2012-12-03  Allan McRae  <allan@archlinux.org>
48992         * manual/stdio.texi (Predefined Printf Handlers): Remove
48993         @hsep and @vsep usage.
48995 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
48997         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
48998         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
49000 2012-12-03  Jeff Law  <law@redhat.com>
49002         * time/sys/time.h (settimeofday): Do not mark TV argument
49003         as __nonnull.
49005 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
49007         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
49008         when currently writing and seek to current position when not.
49009         * libio/Makefile (tests): Remove bug-fclose1.
49010         * libio/bug-fclose1.c: Delete.
49012 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
49014         * manual/arith.texi (feenableexcept): Fix typo.
49015         (fedisableexcept): Likewise.
49017 2012-11-30  Roland McGrath  <roland@hack.frob.com>
49019         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
49020         second, differently-typed declaration, rather than a cast.
49022 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
49024         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
49025         * include/rpc/svc.h: ... here.
49027 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
49029         [BZ #13013]
49030         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
49031         depending n and resplen2 to catch cases where answer
49032         equals answerp2.
49034 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
49036         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
49037         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
49039 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
49041         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
49043 2012-11-29  Roland McGrath  <roland@hack.frob.com>
49045         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
49047 2012-11-28  Jeff Law  <law@redhat.com>
49049         [BZ #13761]
49050         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
49051         dataset_temporary.  Track alloca usage into alloca_used.
49052         If dataset is large allocate and release it via malloc/free.
49054 2012-06-04  Florian Weimer  <fweimer@redhat.com>
49056         [BZ #14197]
49057         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
49059 2012-11-28  David S. Miller  <davem@davemloft.net>
49061         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49063 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
49065         [BZ #14803]
49066         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
49067         of pi/2 rounded to nearest to 64 bits.
49068         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
49069         nearest to 64 bits.
49070         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
49071         bits.
49073 2012-11-28  Jeff Law <law@redhat.com>
49074             Martin Osvald <mosvald@redhat.com>
49076         [BZ #14889]
49077         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
49078         * sunrpc/svc.c: Include time.h.
49079         (__svc_accept_failed): New function.
49080         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
49081         any reason other than EINTR, call __svc_accept_failed.
49082         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
49083         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
49085 2012-11-28  Andreas Schwab  <schwab@suse.de>
49087         * scripts/abilist.awk: Also handle indirect functions in .opd
49088         section.
49090 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
49092         [BZ #13881]
49093         * sysdeps/x86/fpu/powl_helper.c: New file.
49094         * sysdeps/x86/fpu/Makefile: Likewise.
49095         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
49096         (p3): New object.
49097         (__ieee754_powl): Use __powl_helper for finite arguments except
49098         integer exponents below 8.
49099         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
49100         (p3): New object.
49101         (__ieee754_powl): Use __powl_helper for finite arguments except
49102         integer exponents below 8.
49103         * math/libm-test.inc (pow_test): Add more tests and enable some
49104         previously disabled tests.
49105         * sysdeps/i386/fpu/libm-test-ulps: Update.
49106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49108 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
49109             Carlos O'Donell  <carlos_odonell@mentor.com>
49111         * nss/makedb.c (is_prime): Assert that input is odd and greater
49112         than 4.  Note that fact in a comment too.
49113         (next_prime): Add 4 to input.
49115 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
49117         [BZ #11741]
49118         * libio/Makefile (tests): Add test case tst-fwrite-error.
49119         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
49120         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
49121         * libio/tst-fwrite-error.c: New test case.
49123 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
49125         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
49126         before casting to void *.
49127         * include/libc-internal.h (__pointer_type): New macro.
49128         (__integer_if_pointer_type_sub): Likewise.
49129         (__integer_if_pointer_type): Likewise.
49130         (cast_to_integer): Likewise.
49131         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
49132         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
49133         before casting to atomic64_t.
49134         (atomic_exchange_acq): Likewise.
49135         (__arch_exchange_and_add_body): Likewise.
49136         (__arch_add_body): Likewise.
49137         (atomic_add_negative): Likewise.
49138         (atomic_add_zero): Likewise.
49140 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
49142         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
49143         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
49144         (add_fdes): Likewise.
49145         (linear_search_fdes): Likewise.
49146         (binary_search_unencoded_fdes): Likewise.
49148 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
49150         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
49152 2012-11-24  Adam Conrad  <adconrad@0c3.net>
49154         * configure.in: Autodetect C++ header directories.
49155         * configure: Regenerated.
49157 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
49159         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
49161 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
49163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49165 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
49167         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
49168         LDBL_MANT_DIG == 106]: Disable some tests.
49169         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
49170         Likewise.
49171         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
49172         Likewise.
49174         [BZ #14871]
49175         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
49176         input for small inputs.  Return +/- pi/2 for large inputs.
49177         * math/libm-test.inc (atan_test): Add more tests.
49179         * sysdeps/generic/unwind-dw2-fde-glibc.c
49180         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
49181         __attribute__ ((unused)).
49183         [BZ #14645]
49184         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
49185         x * y if x and y are nonzero and z is zero.
49187         [BZ #14811]
49188         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
49189         nonzero exponents with absolute value below 0x1p-117 to +/-
49190         0x1p-117.
49192         [BZ #14869]
49193         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
49194         up arguments below 2**-450, not just those below 2**-500.
49195         * math/libm-test.inc (hypot_test): Add another test.
49197         [BZ #14868]
49198         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
49199         Return a+b for ratio over 2**120, not 2**60.
49200         * math/libm-test.inc (hypot_test): Add another test.
49202         * math/libm-test.inc (clog_test): Use
49203         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
49204         (clog10_test): Likewise.
49206         [BZ #6778]
49207         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
49209 2012-11-22  Andreas Schwab  <schwab@suse.de>
49211         * sysdeps/i386/fpu/libm-test-ulps: Update.
49213 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
49215         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
49216         printf output with newline.
49218 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
49220         [BZ #14865]
49221         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
49222         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
49223         -z nodlopen, -z initfirst and -z execstack support.
49224         * configure: Regenerated.
49226         * elf/elf.h (DF_1_NODIRECT): New macro.
49227         (DF_1_IGNMULDEF): Likewise.
49228         (DF_1_NOKSYMS): Likewise.
49229         (DF_1_NOHDR): Likewise.
49230         (DF_1_EDITED): Likewise.
49231         (DF_1_NORELOC): Likewise.
49232         (DF_1_SYMINTPOSE): Likewise.
49233         (DF_1_GLOBAUDIT): Likewise.
49234         (DF_1_SINGLETON): Likewise.
49235         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
49236         DT_1_SUPPORTED_MASK bits.
49237         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
49239 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
49241         * sysdeps/unix/make-syscalls.sh: Document prefixes.
49243 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
49245         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
49246         macro.
49248         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
49249         (sendmmsg): Move declarations...
49250         * socket/sys/socket.h: ... here.
49251         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
49252         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
49253         include it from...
49254         * socket/recvmmsg.c: ... this new file.
49255         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
49256         (sendmmsg): Rename to __sendmmsg, create weak alias and make
49257         definition of __sendmmsg hidden.
49258         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
49259         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
49260         Move ENOSYS stub into and include it from...
49261         * socket/sendmmsg.c: ... this new file.
49262         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
49263         (sysdep_routines): Move recvmmsg and sendmmsg...
49264         * socket/Makefile (routines): ... here.
49265         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
49266         (GLIBC_PRIVATE): Add __sendmmsg.
49267         * include/sys/socket.h (__sendmmsg): Add declarations.
49268         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
49269         sendmmsg.
49271 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
49273         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
49274         variable I1 with __attribute__ ((unused)).
49275         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49277 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
49279         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
49280         DUMMY variables with __attribute__ ((unused)).
49282         * bits/byteswap.h: Include <bits/types.h>.
49283         (__bswap_64): Use __uint64_t instead of unsigned long long int.
49285 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
49287         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
49288         string_t.  Do not manually set errno.
49289         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
49290         length with __strnlen.  Make sure to both set errno and return it on
49291         failure.
49293 2012-11-19  David S. Miller  <davem@davemloft.net>
49295         With help from Joseph Myers.
49296         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
49297         very large arguments properly.
49298         * math/libm-test.inc (atan_test): New tests.
49299         (atan2_test): New tests.
49300         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49301         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49303 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
49305         [BZ #14856]
49306         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
49307         Define to 3.
49309         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
49310         [POSIX] (EADDRNOTAVAIL): Likewise.
49311         [POSIX] (EAFNOSUPPORT): Likewise.
49312         [POSIX] (EALREADY): Likewise.
49313         [POSIX] (ECONNABORTED): Likewise.
49314         [POSIX] (ECONNREFUSED): Likewise.
49315         [POSIX] (ECONNRESET): Likewise.
49316         [POSIX] (EDESTADDRREQ): Likewise.
49317         [POSIX] (EDQUOT): Likewise.
49318         [POSIX] (EHOSTUNREACH): Likewise.
49319         [POSIX] (EIDRM): Likewise.
49320         [POSIX] (EISCONN): Likewise.
49321         [POSIX] (ELOOP): Likewise.
49322         [POSIX] (EMULTIHOP): Likewise.
49323         [POSIX] (ENETDOWN): Likewise.
49324         [POSIX] (ENETUNREACH): Likewise.
49325         [POSIX] (ENOBUFS): Likewise.
49326         [POSIX] (ENODATA): Likewise.
49327         [POSIX] (ENOLINK): Likewise.
49328         [POSIX] (ENOMSG): Likewise.
49329         [POSIX] (ENOPROTOOPT): Likewise.
49330         [POSIX] (ENOSR): Likewise.
49331         [POSIX] (ENOSTR): Likewise.
49332         [POSIX] (ENOTCONN): Likewise.
49333         [POSIX] (ENOTSOCK): Likewise.
49334         [POSIX] (EOPNOTSUPP): Likewise.
49335         [POSIX] (EOVERFLOW): Likewise.
49336         [POSIX] (EPROTO): Likewise.
49337         [POSIX] (EPROTONOSUPPORT): Likewise.
49338         [POSIX] (EPROTOTYPE): Likewise.
49339         [POSIX] (ESTALE): Likewise.
49340         [POSIX] (ETIME): Likewise.
49341         [POSIX] (ETXTBSY): Likewise.
49342         [POSIX] (EWOULDBLOCK): Likewise.
49343         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
49344         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
49345         [POSIX] (SEEK_CUR): Likewise.
49346         [POSIX] (SEEK_END): Likewise.
49347         [POSIX || UNIX98] (mode_t): Do not require.
49348         [POSIX] (off_t): Likewise.
49349         [POSIX] (pid_t): Likewise.
49350         [POSIX] (sys/stat.h): Do not allow header.
49351         [POSIX] (unistd.h): Likewise.
49352         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
49353         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
49354         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
49355         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
49356         require.
49357         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
49358         sigevent): Specify elements.
49359         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
49360         entry.
49361         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
49362         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
49364         * conform/data/cpio.h-data [POSIX]: Disable whole file.
49365         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
49366         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
49367         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
49368         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
49369         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
49370         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
49371         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
49372         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
49373         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
49374         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
49375         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
49376         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
49377         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
49378         Likewise.
49379         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
49380         Likewise.
49381         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
49382         Likewise.
49383         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
49384         Likewise.
49385         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
49386         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
49387         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
49388         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
49389         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
49390         Specify lower bound on value.
49391         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
49392         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
49393         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
49394         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
49395         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
49396         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
49397         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
49398         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
49399         value.
49400         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
49401         as optional.
49402         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
49403         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
49404         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
49405         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
49406         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
49407         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
49408         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
49409         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
49410         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
49411         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
49412         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
49413         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
49414         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
49415         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
49416         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
49417         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
49418         entry.
49419         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
49420         optional.
49421         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
49422         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
49423         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
49424         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
49425         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
49426         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
49427         Likewise.
49428         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
49429         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
49430         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
49431         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
49432         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
49433         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
49434         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
49435         as optional.
49436         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
49437         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
49438         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
49439         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
49440         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
49441         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
49442         specify as optional.
49443         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
49444         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
49445         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
49446         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
49447         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
49448         [XPG3] (NL_LANGMAX): Likewise.
49449         [POSIX || XPG3] (NL_MSGMAX): Likewise.
49450         [POSIX || XPG3] (NL_NMAX): Likewise.
49451         [POSIX || XPG3] (NL_SETMAX): Likewise.
49452         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
49453         [XPG3] (NZERO): Likewise.
49454         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
49455         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
49456         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
49457         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
49458         (REG_ERANGE): Expect.
49459         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
49460         optional-constant.
49461         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
49462         Use (void) in prototype.
49463         [POSIX] (*_t): Allow.
49464         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
49465         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
49466         (WRDE_BADVAL): Expect.
49468         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
49469         expect.
49470         [XPG3 || XPG4] (O_RSYNC): Likewise.
49471         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
49472         Likewise.
49473         [XPG3 || XPG4] (pthread_sigmask): Likewise.
49474         [XPG3 || XPG4] (sigqueue): Likewise.
49475         [XPG3 || XPG4] (sigtimedwait): Likewise.
49476         [XPG3 || XPG4] (sigwaitinfo): Likewise.
49477         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
49478         [XPG3 || XPG4] (vsnprintf): Likewise.
49479         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
49480         Likewise.
49481         [XPG3 || XPG4] (blksize_t): Likewise.
49482         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
49483         Likewise.
49484         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
49485         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
49486         [XPG3 || XPG4] (struct itimerspec): Likewise.
49487         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
49488         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
49489         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
49490         [XPG3 || XPG4] (clockid_t): Likewise.
49491         [XPG3 || XPG4] (timer_t): Likewise.
49492         [XPG3 || XPG4] (clock_getres): Likewise.
49493         [XPG3 || XPG4] (clock_gettime): Likewise.
49494         [XPG3 || XPG4] (clock_settime): Likewise.
49495         [XPG3 || XPG4] (nanosleep): Likewise.
49496         [XPG3 || XPG4] (timer_create): Likewise.
49497         [XPG3 || XPG4] (timer_delete): Likewise.
49498         [XPG3 || XPG4] (timer_gettime): Likewise.
49499         [XPG3 || XPG4] (timer_getoverrun): Likewise.
49500         [XPG3 || XPG4] (timer_settime): Likewise.
49501         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
49502         [XPG3 || XPG4] (getlogin_r): Likewise.
49503         [XPG3 || XPG4] (pread): Likewise.
49504         [XPG3 || XPG4] (pthread_atfork): Likewise.
49505         [XPG3 || XPG4] (pwrite): Likewise.
49507         [BZ #14835]
49508         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
49509         <bits/siginfo.h>.
49511 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
49513         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
49514         finalizing MALLSTREAM.
49516         * sysdeps/mach/hurd/syncfs.c: New file.
49518 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
49520         [BZ #14719]
49521         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
49522         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
49523         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
49524         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
49525         (_nss_dns_gethostbyname4_r): Likewise.
49526         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
49527         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
49529 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
49531         [BZ #13763]
49532         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
49534 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
49536         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
49537         * elf/cache.c (print_entry): Print ",AArch64" for
49538         FLAG_AARCH64_LIB64
49540         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
49541         * elf/cache.c (print_entry): Print ",hard-float" for
49542         FLAG_ARM_LIBHF.
49544 2012-11-18  David S. Miller  <davem@davemloft.net>
49546         With help from Joseph Myers.
49547         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
49548         cutoff to 2**-13.
49549         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
49550         cutoff to 2**-25.
49551         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
49552         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
49553         small.
49554         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
49555         * math/libm-test.inc (y0_test): New tests.
49556         (y1_test): New tests.
49557         * sysdeps/i386/fpu/libm-test-ulps: Update.
49558         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49559         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49561 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
49563         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
49564         64-bit targets.
49565         * configure: Regenerated.
49567 2012-11-17  David S. Miller  <davem@davemloft.net>
49569         [BZ #14811]
49570         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
49571         nonzero exponents with absolute value below 0x1p-128 to +/-
49572         0x1p-128.
49574 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
49576         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
49578         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
49580         * posix/getconf-speclist.c: New file.
49581         * posix/posix-envs.def: Likewise.
49582         * posix/confstr.c (START_ENV_GROUP): New macro.
49583         (END_ENV_GROUP): Likewise.
49584         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
49585         (KNOWN_PRESENT_ENV_STRING): Likewise.
49586         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
49587         (UNKNOWN_ENVIRONMENT): Likewise.
49588         (confstr): Include posix-envs.def instead of handling
49589         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
49590         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
49591         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
49592         (END_ENV_GROUP): Likewise.
49593         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
49594         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
49595         (UNKNOWN_ENVIRONMENT): Likewise.
49596         (__sysconf): Include posix-envs.def instead of handling associated
49597         cases directly here.
49598         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
49599         preprocessing getconf-speclist.c rather than running getconf or
49600         generating empty file.
49602 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
49604         * scripts/check-local-headers.sh: Ignore 'mach' headers.
49606 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
49608         [BZ #14672]
49609         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
49611 2012-11-16  David S. Miller  <davem@davemloft.net>
49613         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
49614         smaller than LDBL_EPSILON/2.0L, just return xm1.
49616 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
49618         * elf/tst-array1.c (init): Set constructor priority to 1000.
49619         (fini): Set destructor priority to 1000.
49620         * elf/tst-array2dep.c: Likewise.
49622 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
49624         [BZ #11741]
49625         * libio/fileops.c (_IO_new_file_write): Correctly return error.
49626         (_IO_new_file_xsputn): Also return EOF if none of the input
49627         data was written when overflow failed.
49628         * libio/iopadn.c (_IO_padn): Likewise.
49629         * libio/iowpadn.c (_IO_wpadn): Likewise.
49630         * stdio-common/tst-put-error.c: Add copyright notice.
49631         (do_test): Add case for printing padded string.
49632         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
49633         _IO_padn returned error.
49634         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
49635         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
49636         return EOF.
49638 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
49640         * libio/libioP.h: Add comment note that the references to C++
49641         bits are now obsolete.
49643 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49645         * math/libm-test.inc (check_complex): Use asprintf.
49647 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
49649         * debug/pcprofiledump.c (print_version): Update copyright year.
49650         * malloc/memusagestat.c (print_version): Likewise.
49652 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
49654         [BZ #14831]
49655         * elf/Makefile (tests): Add tst-audit8.
49656         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
49657         ($(objpfx)tst-audit8.out): New target.
49658         (tst-audit8-ENV): New variable.
49659         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
49660         audit if l_reloc_result is NULL.
49661         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
49662         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
49663         * elf/tst-audit8.c: New file.
49665 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49667         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
49668         * misc/Makefile (CFLAGS-select.c): Define.
49669         * posix/Makefile (CFLAGS-pause.c): Define.
49671 2012-11-13  David S. Miller  <davem@davemloft.net>
49673         * crypt/Makefile: Move test targets after toplevel Rules
49674         inclusion.  Grab any necessary sysdep routines when linking.
49675         * crypt/md5.c (md5_process_block): Remove define, we will always
49676         name it __md5_process_block.
49677         (md5_finish_ctx): Update md5_process_block call.
49678         (md5_stream): Likewise.
49679         (md5_process_bytes): Likewise.
49680         (md5_process_block): Rename to __md5_process_block and move to ...
49681         * crypt/md5-block.c: ... here.
49682         * crypt/sha256.c (sha256_process_block): Move to ...
49683         * crypt/sha256-block.c: ... here.
49684         * crypt/sha512.c (sha512_process_block): Move to ...
49685         * crypt/sha512-block.c: ... here.
49686         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
49687         path.
49688         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
49689         * sysdeps/sparc/sparc64/multiarch/Makefile
49690         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
49691         crypt subdir.
49692         (localedef-aux): Add md5 crypto assembler when in locale subdir.
49693         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
49694         multiarch changes.
49695         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
49696         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
49697         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
49698         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
49699         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
49700         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
49701         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
49702         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
49703         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
49704         file.
49705         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
49706         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
49707         file.
49708         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
49710 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
49712         * timezone/tzselect.ksh: Update from tzcode git revision
49713         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
49714         * timezone/zdump.c: Likewise.
49715         * timezone/zic.c: Likewise.
49716         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
49717         in TZVERSION setting, not $(PKGVERSION).
49718         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
49719         REPORT_BUGS_TO settings.
49721         [BZ #14838]
49722         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
49723         macro.
49725 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49727         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
49728         detection to immediately after _FP_ROUND().
49729         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
49730         bits are 0.
49732 2012-11-11  David S. Miller  <davem@davemloft.net>
49734         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
49735         inttypes.h
49736         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
49737         __close rather than their public counterparts.
49739 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
49741         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
49742         file.
49743         [UNIX98] (sem_timedwait): Do not expect.
49744         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
49745         [XPG4 || UNIX98] (sockatmark): Do not expect.
49746         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
49747         (clock_getcpuclockid): Do not expect.
49748         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
49749         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
49750         Do not expect.
49751         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
49752         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
49753         [UNIX98] (vwscanf): Likewise.
49754         [UNIX98] (vswscanf): Likewise.
49756 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
49758         * timezone/version.h: Remove file.
49759         * timezone/README: Do not refer to version.h.
49760         * timezone/Makefile ($(objpfx)zic.o): New dependency on
49761         $(objpfx)version.h.
49762         ($(objpfx)zdump.o): Likewise.
49763         ($(objpfx)version.h): New target.
49765         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
49766         2012i.
49767         * timezone/README: Don't mention modification to tzselect.ksh.
49768         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
49769         work on unmodified tzselect.ksh.  Substitute version numbers in
49770         tzselect.ksh.
49772         * Makefile (format-me): Remove.
49773         (INSTALL): Adjust indentation.  Use commands directly instead of
49774         using $(format-me).
49776         * aclocal.m4 (ACX_PKGVERSION): New macro.
49777         (ACX_BUGURL): Likewise.
49778         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
49779         (PKGVERSION): New AC_DEFINE_UNQUOTED.
49780         (REPORT_BUGS_TO): Likewise.
49781         * configure: Regenerated.
49782         * config.h.in (PKGVERSION): New macro.
49783         (REPORT_BUGS_TO): Likewise.
49784         * config.make.in (PKGVERSION): New variable.
49785         (PKGVERSION_TEXI): Likewise.
49786         (REPORT_BUGS_TO): Likewise.
49787         (REPORT_BUGS_TEXI): Likewise.
49788         * Makefile (format-me): Use -I$(common-objpfx)manual.
49789         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
49790         ($(common-objpfx)manual/%): New target.
49791         (manual/%): Remove target.
49792         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
49793         (print_version): Use PKGVERSION.
49794         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
49795         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
49796         and REPORT_BUGS_TO.
49797         ($(objpfx)xtrace): Likewise.
49798         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
49799         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
49800         (print_version): Use PKGVERSION.
49801         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
49802         (do_version): Use PKGVERSION.
49803         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
49804         REPORT_BUGS_TO.
49805         (common-ldd-rewrite): Likewise.
49806         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
49807         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
49808         (print_version): Use PKGVERSION.
49809         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
49810         * elf/pldd.c (argp_program_bug_address): Remove variable.
49811         (more_help): New function.
49812         (argp): Use more_help.
49813         (print_version): Use PKGVERSION.
49814         * elf/sln.c (main): Use PKGVERSION.
49815         (usage): Use REPORT_BUGS_TO.
49816         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
49817         (top level): Use PKGVERSION.
49818         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
49819         (print_version): Use PKGVERSION.
49820         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
49821         (print_version): Use PKGVERSION.
49822         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
49823         (print_version): Use PKGVERSION.
49824         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
49825         (print_version): Use PKGVERSION.
49826         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
49827         (print_version): Use PKGVERSION.
49828         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
49829         (print_version): Use PKGVERSION.
49830         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
49831         and BUGURL.
49832         ($(objpfx)memusage): Likewise.
49833         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
49834         (do_version): Use PKGVERSION.
49835         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
49836         (print_version): Use PKGVERSION.
49837         * malloc/mtrace.pl ($PACKAGE): Remove variable.
49838         ($PKGVERSION): New variable.
49839         ($REPORT_BUGS_TO): Likewise.
49840         (usage): Use $REPORT_BUGS_TO.
49841         (top level): Use $PKGVERSION.
49842         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
49843         ($(objpfx)pkgvers.texi): New rule.
49844         ($(objpfx)stamp-pkgvers): Likewise.
49845         * manual/install.texi: Include pkgvers.texi.
49846         (--with-pkgversion): Document new configure option.
49847         (--with-bugurl): Likewise.
49848         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
49849         than necessarily for this particular distribution.  Use
49850         REPORT_BUGS_TO for where to report bugs.
49851         * INSTALL: Regenerated.
49852         * manual/libc.texinfo: Include pkgvers.texi.
49853         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
49854         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
49855         (print_version): Use PKGVERSION.
49856         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
49857         (print_version): Use PKGVERSION.
49858         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
49859         (print_version): Use PKGVERSION.
49860         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
49861         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
49862         macro.
49863         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
49864         (print_version): Use PKGVERSION.
49865         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
49866         (print_version): Use PKGVERSION.
49867         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
49868         and PKGVERSION.
49870         * timezone/checktab.awk: Update from tzcode 2012i.
49871         * timezone/ialloc.c: Likewise.
49872         * timezone/private.h: Likewise.
49873         * timezone/scheck.c: Likewise.
49874         * timezone/tzfile.h: Likewise.
49875         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
49876         (TZVERSION): Hardcode tzcode version number.
49877         * timezone/zdump.c: Update from tzcode 2012i.
49878         * timezone/zic.c: Likewise.
49879         * timezone/version.h: New file.
49880         * timezone/README: Describe version.h.  Update upstream location.
49882         [BZ #14824]
49883         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
49884         (mktemp): Enable declaration.
49885         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
49886         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
49887         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
49888         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
49889         Likewise.
49890         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
49891         Likewise.
49892         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
49893         Likewise.
49894         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
49895         Likewise.
49896         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
49897         Likewise.
49898         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
49899         Likewise.
49901         [BZ #14821]
49902         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
49903         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
49904         for copies of such integer values.
49905         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49906         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49908 2012-11-09  Andreas Jaeger  <aj@suse.de>
49910         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
49911         definitions and declarations that are provided by
49912         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
49914 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49916         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
49917         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
49918         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
49919         definition.
49921 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49923         * elf/elf.h: Update comment before AArch64 relocations.
49925 2012-11-07  David S. Miller  <davem@davemloft.net>
49927         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
49928         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49929         (__start_context): Declare.
49930         (__makecontext_ret): Delete.
49931         (__makecontext): Hook up __start_context instead of
49932         __makecontext_ret.
49933         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
49934         (sysdep_routines): Add __start_context when in stdlib.
49936 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
49938         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
49939         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
49940         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
49941         hardcoded "nm".
49942         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
49943         (READELF): New variable.  Use it instead of hardcoded "readelf".
49945 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49947         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
49948         * sysdeps/x86/Makefile: Here.
49949         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
49950         * sysdeps/x86/tst-xmmymm.sh: This.
49952 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
49954         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
49955         expectations.
49956         [UNIX98] (pthread_barrier_t): Do not expect.
49957         [UNIX98] (pthread_barrierattr_t): Likewise.
49958         [UNIX98] (pthread_spinlock_t): Likewise.
49959         [UNIX98] (pthread_barrier_destroy): Likewise.
49960         [UNIX98] (pthread_barrier_init): Likewise.
49961         [UNIX98] (pthread_barrier_wait): Likewise.
49962         [UNIX98] (pthread_barrierattr_destroy): Likewise.
49963         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
49964         [UNIX98] (pthread_barrierattr_init): Likewise.
49965         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
49966         [UNIX98] (pthread_getcpuclockid): Likewise.
49967         [UNIX98] (pthread_mutex_timedlock): Likewise.
49968         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
49969         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
49970         [UNIX98] (pthread_sigmask): Likewise.
49971         [UNIX98] (pthread_spin_destroy): Likewise.
49972         [UNIX98] (pthread_spin_init): Likewise.
49973         [UNIX98] (pthread_spin_lock): Likewise.
49974         [UNIX98] (pthread_spin_trylock): Likewise.
49975         [UNIX98] (pthread_spin_unlock): Likewise.
49976         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
49977         Do not expect.
49978         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
49979         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
49980         [XPG3 || XPG4] (pthread_cond_t): Likewise.
49981         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
49982         [XPG3 || XPG4] (pthread_key_t): Likewise.
49983         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
49984         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
49985         [XPG3 || XPG4] (pthread_once_t): Likewise.
49986         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
49987         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
49988         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
49989         [XPG3 || XPG4] (pthread_t): Likewise.
49991         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
49992         not expect.
49993         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
49995         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
49996         Change function return type to int.
49998         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
49999         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
50000         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
50001         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
50002         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
50003         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
50004         [!POSIX] (posix_madvise): Likewise.
50005         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
50006         && !UNIX98].
50007         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
50008         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
50009         (mode_t): Likewise.
50010         (posix_mem_offset): Likewise.
50011         (posix_typed_mem_get_info): Likewise.
50012         (posix_typed_mem_open): Likewise.
50014         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
50015         Change condition to [XOPEN2K8].
50017         * conform/conformtest.pl: Preprocess allow-header data with -x c
50018         instead of from stdin.
50019         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
50020         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
50021         [C99-based standards] (cerfc): Likewise.
50022         [C99-based standards] (cexp2): Likewise.
50023         [C99-based standards] (cexpm1): Likewise.
50024         [C99-based standards] (clog10): Likewise.
50025         [C99-based standards] (clog1p): Likewise.
50026         [C99-based standards] (clog2): Likewise.
50027         [C99-based standards] (clgamma): Likewise.
50028         [C99-based standards] (ctgamma): Likewise.
50029         [C99-based standards] (cerff): Likewise.
50030         [C99-based standards] (cerfcf): Likewise.
50031         [C99-based standards] (cexp2f): Likewise.
50032         [C99-based standards] (cexpm1f): Likewise.
50033         [C99-based standards] (clog10f): Likewise.
50034         [C99-based standards] (clog1pf): Likewise.
50035         [C99-based standards] (clog2f): Likewise.
50036         [C99-based standards] (clgammaf): Likewise.
50037         [C99-based standards] (ctgammaf): Likewise.
50038         [C99-based standards] (cerfl): Likewise.
50039         [C99-based standards] (cerfcl): Likewise.
50040         [C99-based standards] (cexp2l): Likewise.
50041         [C99-based standards] (cexpm1l): Likewise.
50042         [C99-based standards] (clog10l): Likewise.
50043         [C99-based standards] (clog1pl): Likewise.
50044         [C99-based standards] (clog2l): Likewise.
50045         [C99-based standards] (clgammal): Likewise.
50046         [C99-based standards] (ctgammal): Likewise.
50047         * conform/data/inttypes.h-data [C99-based standards]: Include
50048         stdint.h-data.  Remove all expectations for stdint.h contents.
50049         [C99-based standards] (PRI*): Do not allow.
50050         [C99-based standards] (SCN*): Likewise.
50051         [C99-based standards] (*_t): Likewise.
50052         [C99-based-standards] (PRId8): Expect macro.
50053         [C99-based-standards] (PRIi8): Likewise.
50054         [C99-based-standards] (PRIo8): Likewise.
50055         [C99-based-standards] (PRIu8): Likewise.
50056         [C99-based-standards] (PRIx8): Likewise.
50057         [C99-based-standards] (PRIX8): Likewise.
50058         [C99-based-standards] (SCNd8): Likewise.
50059         [C99-based-standards] (SCNi8): Likewise.
50060         [C99-based-standards] (SCNo8): Likewise.
50061         [C99-based-standards] (SCNu8): Likewise.
50062         [C99-based-standards] (SCNx8): Likewise.
50063         [C99-based-standards] (PRIdLEAST8): Likewise.
50064         [C99-based-standards] (PRIiLEAST8): Likewise.
50065         [C99-based-standards] (PRIoLEAST8): Likewise.
50066         [C99-based-standards] (PRIuLEAST8): Likewise.
50067         [C99-based-standards] (PRIxLEAST8): Likewise.
50068         [C99-based-standards] (PRIXLEAST8): Likewise.
50069         [C99-based-standards] (SCNdLEAST8): Likewise.
50070         [C99-based-standards] (SCNiLEAST8): Likewise.
50071         [C99-based-standards] (SCNoLEAST8): Likewise.
50072         [C99-based-standards] (SCNuLEAST8): Likewise.
50073         [C99-based-standards] (SCNxLEAST8): Likewise.
50074         [C99-based-standards] (PRIdFAST8): Likewise.
50075         [C99-based-standards] (PRIiFAST8): Likewise.
50076         [C99-based-standards] (PRIoFAST8): Likewise.
50077         [C99-based-standards] (PRIuFAST8): Likewise.
50078         [C99-based-standards] (PRIxFAST8): Likewise.
50079         [C99-based-standards] (PRIXFAST8): Likewise.
50080         [C99-based-standards] (SCNdFAST8): Likewise.
50081         [C99-based-standards] (SCNiFAST8): Likewise.
50082         [C99-based-standards] (SCNoFAST8): Likewise.
50083         [C99-based-standards] (SCNuFAST8): Likewise.
50084         [C99-based-standards] (SCNxFAST8): Likewise.
50085         [C99-based-standards] (PRId16): Likewise.
50086         [C99-based-standards] (PRIi16): Likewise.
50087         [C99-based-standards] (PRIo16): Likewise.
50088         [C99-based-standards] (PRIu16): Likewise.
50089         [C99-based-standards] (PRIx16): Likewise.
50090         [C99-based-standards] (PRIX16): Likewise.
50091         [C99-based-standards] (SCNd16): Likewise.
50092         [C99-based-standards] (SCNi16): Likewise.
50093         [C99-based-standards] (SCNo16): Likewise.
50094         [C99-based-standards] (SCNu16): Likewise.
50095         [C99-based-standards] (SCNx16): Likewise.
50096         [C99-based-standards] (PRIdLEAST16): Likewise.
50097         [C99-based-standards] (PRIiLEAST16): Likewise.
50098         [C99-based-standards] (PRIoLEAST16): Likewise.
50099         [C99-based-standards] (PRIuLEAST16): Likewise.
50100         [C99-based-standards] (PRIxLEAST16): Likewise.
50101         [C99-based-standards] (PRIXLEAST16): Likewise.
50102         [C99-based-standards] (SCNdLEAST16): Likewise.
50103         [C99-based-standards] (SCNiLEAST16): Likewise.
50104         [C99-based-standards] (SCNoLEAST16): Likewise.
50105         [C99-based-standards] (SCNuLEAST16): Likewise.
50106         [C99-based-standards] (SCNxLEAST16): Likewise.
50107         [C99-based-standards] (PRIdFAST16): Likewise.
50108         [C99-based-standards] (PRIiFAST16): Likewise.
50109         [C99-based-standards] (PRIoFAST16): Likewise.
50110         [C99-based-standards] (PRIuFAST16): Likewise.
50111         [C99-based-standards] (PRIxFAST16): Likewise.
50112         [C99-based-standards] (PRIXFAST16): Likewise.
50113         [C99-based-standards] (SCNdFAST16): Likewise.
50114         [C99-based-standards] (SCNiFAST16): Likewise.
50115         [C99-based-standards] (SCNoFAST16): Likewise.
50116         [C99-based-standards] (SCNuFAST16): Likewise.
50117         [C99-based-standards] (SCNxFAST16): Likewise.
50118         [C99-based-standards] (PRId32): Likewise.
50119         [C99-based-standards] (PRIi32): Likewise.
50120         [C99-based-standards] (PRIo32): Likewise.
50121         [C99-based-standards] (PRIu32): Likewise.
50122         [C99-based-standards] (PRIx32): Likewise.
50123         [C99-based-standards] (PRIX32): Likewise.
50124         [C99-based-standards] (SCNd32): Likewise.
50125         [C99-based-standards] (SCNi32): Likewise.
50126         [C99-based-standards] (SCNo32): Likewise.
50127         [C99-based-standards] (SCNu32): Likewise.
50128         [C99-based-standards] (SCNx32): Likewise.
50129         [C99-based-standards] (PRIdLEAST32): Likewise.
50130         [C99-based-standards] (PRIiLEAST32): Likewise.
50131         [C99-based-standards] (PRIoLEAST32): Likewise.
50132         [C99-based-standards] (PRIuLEAST32): Likewise.
50133         [C99-based-standards] (PRIxLEAST32): Likewise.
50134         [C99-based-standards] (PRIXLEAST32): Likewise.
50135         [C99-based-standards] (SCNdLEAST32): Likewise.
50136         [C99-based-standards] (SCNiLEAST32): Likewise.
50137         [C99-based-standards] (SCNoLEAST32): Likewise.
50138         [C99-based-standards] (SCNuLEAST32): Likewise.
50139         [C99-based-standards] (SCNxLEAST32): Likewise.
50140         [C99-based-standards] (PRIdFAST32): Likewise.
50141         [C99-based-standards] (PRIiFAST32): Likewise.
50142         [C99-based-standards] (PRIoFAST32): Likewise.
50143         [C99-based-standards] (PRIuFAST32): Likewise.
50144         [C99-based-standards] (PRIxFAST32): Likewise.
50145         [C99-based-standards] (PRIXFAST32): Likewise.
50146         [C99-based-standards] (SCNdFAST32): Likewise.
50147         [C99-based-standards] (SCNiFAST32): Likewise.
50148         [C99-based-standards] (SCNoFAST32): Likewise.
50149         [C99-based-standards] (SCNuFAST32): Likewise.
50150         [C99-based-standards] (SCNxFAST32): Likewise.
50151         [C99-based-standards] (PRId64): Likewise.
50152         [C99-based-standards] (PRIi64): Likewise.
50153         [C99-based-standards] (PRIo64): Likewise.
50154         [C99-based-standards] (PRIu64): Likewise.
50155         [C99-based-standards] (PRIx64): Likewise.
50156         [C99-based-standards] (PRIX64): Likewise.
50157         [C99-based-standards] (SCNd64): Likewise.
50158         [C99-based-standards] (SCNi64): Likewise.
50159         [C99-based-standards] (SCNo64): Likewise.
50160         [C99-based-standards] (SCNu64): Likewise.
50161         [C99-based-standards] (SCNx64): Likewise.
50162         [C99-based-standards] (PRIdLEAST64): Likewise.
50163         [C99-based-standards] (PRIiLEAST64): Likewise.
50164         [C99-based-standards] (PRIoLEAST64): Likewise.
50165         [C99-based-standards] (PRIuLEAST64): Likewise.
50166         [C99-based-standards] (PRIxLEAST64): Likewise.
50167         [C99-based-standards] (PRIXLEAST64): Likewise.
50168         [C99-based-standards] (SCNdLEAST64): Likewise.
50169         [C99-based-standards] (SCNiLEAST64): Likewise.
50170         [C99-based-standards] (SCNoLEAST64): Likewise.
50171         [C99-based-standards] (SCNuLEAST64): Likewise.
50172         [C99-based-standards] (SCNxLEAST64): Likewise.
50173         [C99-based-standards] (PRIdFAST64): Likewise.
50174         [C99-based-standards] (PRIiFAST64): Likewise.
50175         [C99-based-standards] (PRIoFAST64): Likewise.
50176         [C99-based-standards] (PRIuFAST64): Likewise.
50177         [C99-based-standards] (PRIxFAST64): Likewise.
50178         [C99-based-standards] (PRIXFAST64): Likewise.
50179         [C99-based-standards] (SCNdFAST64): Likewise.
50180         [C99-based-standards] (SCNiFAST64): Likewise.
50181         [C99-based-standards] (SCNoFAST64): Likewise.
50182         [C99-based-standards] (SCNuFAST64): Likewise.
50183         [C99-based-standards] (SCNxFAST64): Likewise.
50184         [C99-based-standards] (PRIdMAX): Likewise.
50185         [C99-based-standards] (PRIiMAX): Likewise.
50186         [C99-based-standards] (PRIoMAX): Likewise.
50187         [C99-based-standards] (PRIuMAX): Likewise.
50188         [C99-based-standards] (PRIxMAX): Likewise.
50189         [C99-based-standards] (PRIXMAX): Likewise.
50190         [C99-based-standards] (SCNdMAX): Likewise.
50191         [C99-based-standards] (SCNiMAX): Likewise.
50192         [C99-based-standards] (SCNoMAX): Likewise.
50193         [C99-based-standards] (SCNuMAX): Likewise.
50194         [C99-based-standards] (SCNxMAX): Likewise.
50195         [C99-based-standards] (PRIdPTR): Likewise.
50196         [C99-based-standards] (PRIiPTR): Likewise.
50197         [C99-based-standards] (PRIoPTR): Likewise.
50198         [C99-based-standards] (PRIuPTR): Likewise.
50199         [C99-based-standards] (PRIxPTR): Likewise.
50200         [C99-based-standards] (PRIXPTR): Likewise.
50201         [C99-based-standards] (SCNdPTR): Likewise.
50202         [C99-based-standards] (SCNiPTR): Likewise.
50203         [C99-based-standards] (SCNoPTR): Likewise.
50204         [C99-based-standards] (SCNuPTR): Likewise.
50205         [C99-based-standards] (SCNxPTR): Likewise.
50206         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
50207         allow.
50208         * conform/data/stdint.h-data: Update comments to clarify
50209         requirements.
50210         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
50211         type.
50212         [C99-based standards] (INT8_MAX): Likewise.
50213         [C99-based standards] (INT16_MIN): Likewise.
50214         [C99-based standards] (INT16_MAX): Likewise.
50215         [C99-based standards] (INT32_MIN): Likewise.
50216         [C99-based standards] (INT32_MAX): Likewise.
50217         [C99-based standards] (INT64_MIN): Likewise.
50218         [C99-based standards] (INT64_MAX): Likewise.
50219         [C99-based standards] (UINT8_MAX): Likewise.
50220         [C99-based standards] (UINT16_MAX): Likewise.
50221         [C99-based standards] (UINT32_MAX): Likewise.
50222         [C99-based standards] (UINT64_MAX): Likewise.
50223         [C99-based standards] (INT_LEAST8_MIN): Likewise.
50224         [C99-based standards] (INT_LEAST8_MAX): Likewise.
50225         [C99-based standards] (INT_LEAST16_MIN): Likewise.
50226         [C99-based standards] (INT_LEAST16_MAX): Likewise.
50227         [C99-based standards] (INT_LEAST32_MIN): Likewise.
50228         [C99-based standards] (INT_LEAST32_MAX): Likewise.
50229         [C99-based standards] (INT_LEAST64_MIN): Likewise.
50230         [C99-based standards] (INT_LEAST64_MAX): Likewise.
50231         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
50232         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
50233         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
50234         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
50235         [C99-based standards] (INT_FAST8_MIN): Likewise.
50236         [C99-based standards] (INT_FAST8_MAX): Likewise.
50237         [C99-based standards] (INT_FAST16_MIN): Likewise.
50238         [C99-based standards] (INT_FAST16_MAX): Likewise.
50239         [C99-based standards] (INT_FAST32_MIN): Likewise.
50240         [C99-based standards] (INT_FAST32_MAX): Likewise.
50241         [C99-based standards] (INT_FAST64_MIN): Likewise.
50242         [C99-based standards] (INT_FAST64_MAX): Likewise.
50243         [C99-based standards] (UINT_FAST8_MAX): Likewise.
50244         [C99-based standards] (UINT_FAST16_MAX): Likewise.
50245         [C99-based standards] (UINT_FAST32_MAX): Likewise.
50246         [C99-based standards] (UINT_FAST64_MAX): Likewise.
50247         [C99-based standards] (INTPTR_MIN): Likewise.
50248         [C99-based standards] (INTPTR_MAX): Likewise.
50249         [C99-based standards] (UINTPTR_MAX): Likewise.
50250         [C99-based standards] (INTMAX_MIN): Likewise.
50251         [C99-based standards] (INTMAX_MAX): Likewise.
50252         [C99-based standards] (UINTMAX_MAX): Likewise.
50253         [C99-based standards] (PTRDIFF_MIN): Likewise.
50254         [C99-based standards] (PTRDIFF_MAX): Likewise.
50255         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
50256         [C99-based standards] (SIZE_MAX): Likewise.
50257         [C99-based standards] (WCHAR_MAX): Likewise.
50258         [C99-based standards] (WINT_MAX): Likewise.
50259         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
50260         constraint on value.
50261         [C99-based standards] (WCHAR_MIN): Likewise.
50262         [C99-based standards] (WINT_MIN): Likewise.
50263         [C99-based standards] (*_t): Allow.
50264         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
50265         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
50266         Include math.h-data and complex.h-data.  Remove all expectations
50267         of math.h and complex.h contents.
50268         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
50269         at end of line.
50270         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
50271         (struct tm): Expect tag.
50272         [C99-based-standards] (wcstof): Expect function.
50273         [C99-based-standards] (wcstold): Likewise.
50274         [C99-based-standards] (wcstoll): Likewise.
50275         [C99-based-standards] (wcstoull): Likewise.
50276         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
50277         macro-int-constant.  Specify type.
50278         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
50279         constraint on value.
50280         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
50281         Specify type.
50282         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
50283         Specify value.
50284         [ISO C standards]: Do not allow headers.
50285         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
50286         wcs[abcdefghijklmnopqrstuvwxyz]*.
50287         [ISO C standards] (*_t): Do not allow.
50288         * conform/data/wctype.h-data [C99-based standards] (iswblank):
50289         Expect function.
50290         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
50291         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
50292         Specify type.
50293         [ISO C standards]: Do not allow headers.
50294         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
50295         is[abcdefghijklmnopqrstuvwxyz]*.
50296         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
50297         to[abcdefghijklmnopqrstuvwxyz]*.
50298         [ISO C standards] (*_t): Do not allow.
50299         * conform/data/stdalign.h-data: New file.
50300         * conform/data/stdbool.h-data: Likewise.
50301         * conform/data/stdnoreturn.h-data: Likewise.
50303 2012-11-07  Roland McGrath  <roland@hack.frob.com>
50305         [BZ #14815]
50306         * manual/filesys.texi (Directory Entries): Typo fix.
50307         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
50309 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
50311         * elf/elf.h (EM_AARCH64): New macro.
50312         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
50313         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
50314         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
50315         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
50316         (R_AARCH64_TLSDESC): Likewise.
50317         (NT_ARM_TLS): Likewise.
50318         (NT_ARM_HW_BREAK): Likewise.
50319         (NT_ARM_HW_WATCH): Likewise.
50321 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
50323         [BZ #14811]
50324         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
50325         (__ieee754_powl): Saturate nonzero exponents with absolute value
50326         below 0x1p-79 to +/- 0x1p-79.
50327         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
50328         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
50329         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
50330         nonzero exponents with absolute value below 0x1p-32 to +/-
50331         0x1p-32.
50332         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
50333         (__ieee754_powl): Saturate nonzero exponents with absolute value
50334         below 0x1p-79 to +/- 0x1p-79.
50335         * math/libm-test.inc (pow_test): Add more tests.
50337 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50339         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
50340         _dl_s390_cap_flags with kernel. Increase string length.
50341         (_dl_s390_platforms): Add z196 and zEC12.
50343 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
50345         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
50346         Change XOPEN21K to XOPEN2K.
50348 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
50350         * string/memmove.c: Use memcpy when possible.
50352 2012-11-06  Andreas Jaeger  <aj@suse.de>
50354         * po/eo.po: Update from translation team.
50356 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
50358         [BZ #14793]
50359         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
50360         exponent and small x and y exponents, scale x or y up.  Increase
50361         by 2 the exponent used in scaling up.
50362         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50363         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50364         * math/libm-test.inc (fma_test): Add more tests.
50365         (fma_test_towardzero): Likewise.
50366         (fma_test_downward): Likewise.
50367         (fma_test_upward): Likewise.
50369 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
50371         [BZ #14805]
50372         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
50373         fenv_t *.
50375         [BZ #14801]
50376         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
50377         namespace for names of struct fields.
50378         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
50379         fenv_t fields.
50380         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
50381         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
50383 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50385         [BZ #3665]
50386         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
50388 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
50390         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
50391         PTR_DEMANGLE.
50393         [BZ #5246]
50394         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
50395         PTR_DEMANGLE.
50397 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
50399         [BZ #14797]
50400         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
50401         definitely overflow as x * y not x * y + z.
50402         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50403         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50404         * math/libm-test.inc (fma_test): Add more tests.
50405         (fma_test_towardzero): Likewise.
50406         (fma_test_downward): Likewise.
50407         (fma_test_upward): Likewise.
50409 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
50411         [BZ #157]
50413         * include/stub-tag.h: Remove file.
50414         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
50415         '#include' of it.
50416         * manual/maint.texi (Porting): Don't reference it.
50417         * Makerules ($(objpfx)stubs): Likewise.
50418         * dirent/closedir.c: Don't include <stub-tag.h>.
50419         * dirent/dirfd.c: Likewise.
50420         * dirent/fdopendir.c: Likewise.
50421         * dirent/getdents.c: Likewise.
50422         * dirent/getdents64.c: Likewise.
50423         * dirent/opendir.c: Likewise.
50424         * dirent/readdir.c: Likewise.
50425         * dirent/readdir64.c: Likewise.
50426         * dirent/readdir64_r.c: Likewise.
50427         * dirent/readdir_r.c: Likewise.
50428         * dirent/rewinddir.c: Likewise.
50429         * dirent/seekdir.c: Likewise.
50430         * dirent/telldir.c: Likewise.
50431         * gmon/profil.c: Likewise.
50432         * grp/setgroups.c: Likewise.
50433         * inet/if_index.c: Likewise.
50434         * io/access.c: Likewise.
50435         * io/chdir.c: Likewise.
50436         * io/chmod.c: Likewise.
50437         * io/chown.c: Likewise.
50438         * io/close.c: Likewise.
50439         * io/dup.c: Likewise.
50440         * io/dup2.c: Likewise.
50441         * io/dup3.c: Likewise.
50442         * io/euidaccess.c: Likewise.
50443         * io/faccessat.c: Likewise.
50444         * io/fchdir.c: Likewise.
50445         * io/fchmod.c: Likewise.
50446         * io/fchmodat.c: Likewise.
50447         * io/fchown.c: Likewise.
50448         * io/fchownat.c: Likewise.
50449         * io/fcntl.c: Likewise.
50450         * io/flock.c: Likewise.
50451         * io/fstatfs.c: Likewise.
50452         * io/fstatfs64.c: Likewise.
50453         * io/fstatvfs.c: Likewise.
50454         * io/fstatvfs64.c: Likewise.
50455         * io/futimens.c: Likewise.
50456         * io/fxstat.c: Likewise.
50457         * io/fxstat64.c: Likewise.
50458         * io/fxstatat.c: Likewise.
50459         * io/fxstatat64.c: Likewise.
50460         * io/getcwd.c: Likewise.
50461         * io/isatty.c: Likewise.
50462         * io/lchmod.c: Likewise.
50463         * io/lchown.c: Likewise.
50464         * io/link.c: Likewise.
50465         * io/linkat.c: Likewise.
50466         * io/lseek.c: Likewise.
50467         * io/lseek64.c: Likewise.
50468         * io/lxstat64.c: Likewise.
50469         * io/mkdir.c: Likewise.
50470         * io/mkdirat.c: Likewise.
50471         * io/mkfifo.c: Likewise.
50472         * io/mkfifoat.c: Likewise.
50473         * io/open.c: Likewise.
50474         * io/open64.c: Likewise.
50475         * io/openat.c: Likewise.
50476         * io/openat64.c: Likewise.
50477         * io/pipe.c: Likewise.
50478         * io/pipe2.c: Likewise.
50479         * io/poll.c: Likewise.
50480         * io/posix_fadvise.c: Likewise.
50481         * io/posix_fadvise64.c: Likewise.
50482         * io/posix_fallocate.c: Likewise.
50483         * io/posix_fallocate64.c: Likewise.
50484         * io/read.c: Likewise.
50485         * io/readlink.c: Likewise.
50486         * io/readlinkat.c: Likewise.
50487         * io/rmdir.c: Likewise.
50488         * io/sendfile.c: Likewise.
50489         * io/sendfile64.c: Likewise.
50490         * io/statfs.c: Likewise.
50491         * io/statfs64.c: Likewise.
50492         * io/statvfs.c: Likewise.
50493         * io/statvfs64.c: Likewise.
50494         * io/symlink.c: Likewise.
50495         * io/symlinkat.c: Likewise.
50496         * io/ttyname.c: Likewise.
50497         * io/ttyname_r.c: Likewise.
50498         * io/umask.c: Likewise.
50499         * io/unlink.c: Likewise.
50500         * io/unlinkat.c: Likewise.
50501         * io/utime.c: Likewise.
50502         * io/utimensat.c: Likewise.
50503         * io/write.c: Likewise.
50504         * io/xmknod.c: Likewise.
50505         * io/xmknodat.c: Likewise.
50506         * io/xstat.c: Likewise.
50507         * io/xstat64.c: Likewise.
50508         * login/getpt.c: Likewise.
50509         * login/grantpt.c: Likewise.
50510         * login/unlockpt.c: Likewise.
50511         * math/e_acoshl.c: Likewise.
50512         * math/e_acosl.c: Likewise.
50513         * math/e_asinl.c: Likewise.
50514         * math/e_atan2l.c: Likewise.
50515         * math/e_atanhl.c: Likewise.
50516         * math/e_coshl.c: Likewise.
50517         * math/e_expl.c: Likewise.
50518         * math/e_fmodl.c: Likewise.
50519         * math/e_gammal_r.c: Likewise.
50520         * math/e_hypotl.c: Likewise.
50521         * math/e_j0l.c: Likewise.
50522         * math/e_j1l.c: Likewise.
50523         * math/e_jnl.c: Likewise.
50524         * math/e_lgammal_r.c: Likewise.
50525         * math/e_log10l.c: Likewise.
50526         * math/e_log2l.c: Likewise.
50527         * math/e_logl.c: Likewise.
50528         * math/e_powl.c: Likewise.
50529         * math/e_rem_pio2l.c: Likewise.
50530         * math/e_sinhl.c: Likewise.
50531         * math/e_sqrtl.c: Likewise.
50532         * math/fclrexcpt.c: Likewise.
50533         * math/fedisblxcpt.c: Likewise.
50534         * math/feenablxcpt.c: Likewise.
50535         * math/fegetenv.c: Likewise.
50536         * math/fegetexcept.c: Likewise.
50537         * math/fegetround.c: Likewise.
50538         * math/feholdexcpt.c: Likewise.
50539         * math/fesetenv.c: Likewise.
50540         * math/fesetround.c: Likewise.
50541         * math/feupdateenv.c: Likewise.
50542         * math/fgetexcptflg.c: Likewise.
50543         * math/fraiseexcpt.c: Likewise.
50544         * math/fsetexcptflg.c: Likewise.
50545         * math/ftestexcept.c: Likewise.
50546         * math/k_cosl.c: Likewise.
50547         * math/k_rem_pio2l.c: Likewise.
50548         * math/k_sinl.c: Likewise.
50549         * math/k_tanl.c: Likewise.
50550         * math/s_asinhl.c: Likewise.
50551         * math/s_atanl.c: Likewise.
50552         * math/s_cbrtl.c: Likewise.
50553         * math/s_erfl.c: Likewise.
50554         * math/s_expm1l.c: Likewise.
50555         * math/s_log1pl.c: Likewise.
50556         * math/s_tanhl.c: Likewise.
50557         * misc/acct.c: Likewise.
50558         * misc/brk.c: Likewise.
50559         * misc/chflags.c: Likewise.
50560         * misc/chroot.c: Likewise.
50561         * misc/fchflags.c: Likewise.
50562         * misc/fgetxattr.c: Likewise.
50563         * misc/flistxattr.c: Likewise.
50564         * misc/fremovexattr.c: Likewise.
50565         * misc/fsetxattr.c: Likewise.
50566         * misc/fsync.c: Likewise.
50567         * misc/ftruncate.c: Likewise.
50568         * misc/futimes.c: Likewise.
50569         * misc/futimesat.c: Likewise.
50570         * misc/getdomain.c: Likewise.
50571         * misc/getdtsz.c: Likewise.
50572         * misc/gethostid.c: Likewise.
50573         * misc/gethostname.c: Likewise.
50574         * misc/getloadavg.c: Likewise.
50575         * misc/getpagesize.c: Likewise.
50576         * misc/getsysstats.c: Likewise.
50577         * misc/getxattr.c: Likewise.
50578         * misc/gtty.c: Likewise.
50579         * misc/ioctl.c: Likewise.
50580         * misc/lgetxattr.c: Likewise.
50581         * misc/listxattr.c: Likewise.
50582         * misc/llistxattr.c: Likewise.
50583         * misc/lremovexattr.c: Likewise.
50584         * misc/lsetxattr.c: Likewise.
50585         * misc/lutimes.c: Likewise.
50586         * misc/madvise.c: Likewise.
50587         * misc/mincore.c: Likewise.
50588         * misc/mlock.c: Likewise.
50589         * misc/mlockall.c: Likewise.
50590         * misc/mmap.c: Likewise.
50591         * misc/mprotect.c: Likewise.
50592         * misc/msync.c: Likewise.
50593         * misc/munlock.c: Likewise.
50594         * misc/munlockall.c: Likewise.
50595         * misc/munmap.c: Likewise.
50596         * misc/preadv.c: Likewise.
50597         * misc/preadv64.c: Likewise.
50598         * misc/ptrace.c: Likewise.
50599         * misc/pwritev.c: Likewise.
50600         * misc/pwritev64.c: Likewise.
50601         * misc/readv.c: Likewise.
50602         * misc/reboot.c: Likewise.
50603         * misc/remap_file_pages.c: Likewise.
50604         * misc/removexattr.c: Likewise.
50605         * misc/revoke.c: Likewise.
50606         * misc/select.c: Likewise.
50607         * misc/setdomain.c: Likewise.
50608         * misc/setegid.c: Likewise.
50609         * misc/seteuid.c: Likewise.
50610         * misc/sethostid.c: Likewise.
50611         * misc/sethostname.c: Likewise.
50612         * misc/setregid.c: Likewise.
50613         * misc/setreuid.c: Likewise.
50614         * misc/setxattr.c: Likewise.
50615         * misc/sstk.c: Likewise.
50616         * misc/stty.c: Likewise.
50617         * misc/swapoff.c: Likewise.
50618         * misc/swapon.c: Likewise.
50619         * misc/sync.c: Likewise.
50620         * misc/syncfs.c: Likewise.
50621         * misc/syscall.c: Likewise.
50622         * misc/truncate.c: Likewise.
50623         * misc/ualarm.c: Likewise.
50624         * misc/usleep.c: Likewise.
50625         * misc/ustat.c: Likewise.
50626         * misc/utimes.c: Likewise.
50627         * misc/vhangup.c: Likewise.
50628         * misc/writev.c: Likewise.
50629         * posix/_exit.c: Likewise.
50630         * posix/alarm.c: Likewise.
50631         * posix/execve.c: Likewise.
50632         * posix/fexecve.c: Likewise.
50633         * posix/fork.c: Likewise.
50634         * posix/fpathconf.c: Likewise.
50635         * posix/getaddrinfo.c: Likewise.
50636         * posix/getegid.c: Likewise.
50637         * posix/geteuid.c: Likewise.
50638         * posix/getgid.c: Likewise.
50639         * posix/getgroups.c: Likewise.
50640         * posix/getlogin.c: Likewise.
50641         * posix/getlogin_r.c: Likewise.
50642         * posix/getpgid.c: Likewise.
50643         * posix/getpid.c: Likewise.
50644         * posix/getppid.c: Likewise.
50645         * posix/getresgid.c: Likewise.
50646         * posix/getresuid.c: Likewise.
50647         * posix/getsid.c: Likewise.
50648         * posix/getuid.c: Likewise.
50649         * posix/glob64.c: Likewise.
50650         * posix/nanosleep.c: Likewise.
50651         * posix/pathconf.c: Likewise.
50652         * posix/pause.c: Likewise.
50653         * posix/posix_madvise.c: Likewise.
50654         * posix/pread.c: Likewise.
50655         * posix/pread64.c: Likewise.
50656         * posix/pwrite.c: Likewise.
50657         * posix/pwrite64.c: Likewise.
50658         * posix/sched_getaffinity.c: Likewise.
50659         * posix/sched_getp.c: Likewise.
50660         * posix/sched_gets.c: Likewise.
50661         * posix/sched_primax.c: Likewise.
50662         * posix/sched_primin.c: Likewise.
50663         * posix/sched_rr_gi.c: Likewise.
50664         * posix/sched_setaffinity.c: Likewise.
50665         * posix/sched_setp.c: Likewise.
50666         * posix/sched_sets.c: Likewise.
50667         * posix/sched_yield.c: Likewise.
50668         * posix/setgid.c: Likewise.
50669         * posix/setlogin.c: Likewise.
50670         * posix/setpgid.c: Likewise.
50671         * posix/setresgid.c: Likewise.
50672         * posix/setresuid.c: Likewise.
50673         * posix/setsid.c: Likewise.
50674         * posix/setuid.c: Likewise.
50675         * posix/sleep.c: Likewise.
50676         * posix/spawni.c: Likewise.
50677         * posix/sysconf.c: Likewise.
50678         * posix/times.c: Likewise.
50679         * posix/wait.c: Likewise.
50680         * posix/wait3.c: Likewise.
50681         * posix/wait4.c: Likewise.
50682         * posix/waitpid.c: Likewise.
50683         * resolv/gai_sigqueue.c: Likewise.
50684         * resource/getpriority.c: Likewise.
50685         * resource/getrlimit.c: Likewise.
50686         * resource/getrusage.c: Likewise.
50687         * resource/nice.c: Likewise.
50688         * resource/setpriority.c: Likewise.
50689         * resource/setrlimit.c: Likewise.
50690         * resource/ulimit.c: Likewise.
50691         * rt/aio_cancel.c: Likewise.
50692         * rt/aio_fsync.c: Likewise.
50693         * rt/aio_read.c: Likewise.
50694         * rt/aio_sigqueue.c: Likewise.
50695         * rt/aio_suspend.c: Likewise.
50696         * rt/aio_write.c: Likewise.
50697         * rt/clock_getres.c: Likewise.
50698         * rt/clock_gettime.c: Likewise.
50699         * rt/clock_nanosleep.c: Likewise.
50700         * rt/clock_settime.c: Likewise.
50701         * rt/lio_listio.c: Likewise.
50702         * rt/mq_close.c: Likewise.
50703         * rt/mq_getattr.c: Likewise.
50704         * rt/mq_notify.c: Likewise.
50705         * rt/mq_open.c: Likewise.
50706         * rt/mq_receive.c: Likewise.
50707         * rt/mq_send.c: Likewise.
50708         * rt/mq_setattr.c: Likewise.
50709         * rt/mq_timedreceive.c: Likewise.
50710         * rt/mq_timedsend.c: Likewise.
50711         * rt/mq_unlink.c: Likewise.
50712         * rt/shm_open.c: Likewise.
50713         * rt/shm_unlink.c: Likewise.
50714         * rt/timer_create.c: Likewise.
50715         * rt/timer_delete.c: Likewise.
50716         * rt/timer_getoverr.c: Likewise.
50717         * rt/timer_gettime.c: Likewise.
50718         * rt/timer_settime.c: Likewise.
50719         * setjmp/__longjmp.c: Likewise.
50720         * setjmp/setjmp.c: Likewise.
50721         * signal/kill.c: Likewise.
50722         * signal/killpg.c: Likewise.
50723         * signal/raise.c: Likewise.
50724         * signal/sigaction.c: Likewise.
50725         * signal/sigaltstack.c: Likewise.
50726         * signal/sigblock.c: Likewise.
50727         * signal/sigignore.c: Likewise.
50728         * signal/sigintr.c: Likewise.
50729         * signal/signal.c: Likewise.
50730         * signal/sigpause.c: Likewise.
50731         * signal/sigpending.c: Likewise.
50732         * signal/sigqueue.c: Likewise.
50733         * signal/sigreturn.c: Likewise.
50734         * signal/sigset.c: Likewise.
50735         * signal/sigsetmask.c: Likewise.
50736         * signal/sigstack.c: Likewise.
50737         * signal/sigsuspend.c: Likewise.
50738         * signal/sigtimedwait.c: Likewise.
50739         * signal/sigvec.c: Likewise.
50740         * signal/sigwait.c: Likewise.
50741         * signal/sigwaitinfo.c: Likewise.
50742         * signal/sysv_signal.c: Likewise.
50743         * socket/accept.c: Likewise.
50744         * socket/accept4.c: Likewise.
50745         * socket/bind.c: Likewise.
50746         * socket/connect.c: Likewise.
50747         * socket/getpeername.c: Likewise.
50748         * socket/getsockname.c: Likewise.
50749         * socket/getsockopt.c: Likewise.
50750         * socket/isfdtype.c: Likewise.
50751         * socket/listen.c: Likewise.
50752         * socket/recv.c: Likewise.
50753         * socket/recvfrom.c: Likewise.
50754         * socket/recvmsg.c: Likewise.
50755         * socket/send.c: Likewise.
50756         * socket/sendmsg.c: Likewise.
50757         * socket/sendto.c: Likewise.
50758         * socket/setsockopt.c: Likewise.
50759         * socket/shutdown.c: Likewise.
50760         * socket/sockatmark.c: Likewise.
50761         * socket/socket.c: Likewise.
50762         * socket/socketpair.c: Likewise.
50763         * stdio-common/ctermid.c: Likewise.
50764         * stdio-common/cuserid.c: Likewise.
50765         * stdio-common/remove.c: Likewise.
50766         * stdio-common/rename.c: Likewise.
50767         * stdio-common/renameat.c: Likewise.
50768         * stdio-common/tempname.c: Likewise.
50769         * stdlib/getcontext.c: Likewise.
50770         * stdlib/makecontext.c: Likewise.
50771         * stdlib/setcontext.c: Likewise.
50772         * stdlib/swapcontext.c: Likewise.
50773         * stdlib/system.c: Likewise.
50774         * streams/fattach.c: Likewise.
50775         * streams/fdetach.c: Likewise.
50776         * streams/getmsg.c: Likewise.
50777         * streams/getpmsg.c: Likewise.
50778         * streams/putmsg.c: Likewise.
50779         * streams/putpmsg.c: Likewise.
50780         * sysdeps/unix/bsd/getpt.c: Likewise.
50781         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
50782         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
50783         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
50784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
50785         Likewise.
50786         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
50787         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
50788         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
50789         * sysvipc/msgctl.c: Likewise.
50790         * sysvipc/msgget.c: Likewise.
50791         * sysvipc/msgrcv.c: Likewise.
50792         * sysvipc/msgsnd.c: Likewise.
50793         * sysvipc/semctl.c: Likewise.
50794         * sysvipc/semget.c: Likewise.
50795         * sysvipc/semop.c: Likewise.
50796         * sysvipc/semtimedop.c: Likewise.
50797         * sysvipc/shmat.c: Likewise.
50798         * sysvipc/shmctl.c: Likewise.
50799         * sysvipc/shmdt.c: Likewise.
50800         * sysvipc/shmget.c: Likewise.
50801         * termios/tcdrain.c: Likewise.
50802         * termios/tcflow.c: Likewise.
50803         * termios/tcflush.c: Likewise.
50804         * termios/tcgetattr.c: Likewise.
50805         * termios/tcgetpgrp.c: Likewise.
50806         * termios/tcsendbrk.c: Likewise.
50807         * termios/tcsetattr.c: Likewise.
50808         * termios/tcsetpgrp.c: Likewise.
50809         * time/adjtime.c: Likewise.
50810         * time/clock.c: Likewise.
50811         * time/getitimer.c: Likewise.
50812         * time/gettimeofday.c: Likewise.
50813         * time/setitimer.c: Likewise.
50814         * time/settimeofday.c: Likewise.
50815         * time/stime.c: Likewise.
50816         * time/time.c: Likewise.
50818 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
50820         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
50821         /usr/old/bin.
50823         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
50824         instead of spaces.
50825         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
50827 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
50829         [BZ #14796]
50830         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
50831         FE_TONEAREST before applying Dekker multiplication and Knuth
50832         addition.  Clear inexact exceptions and check for exact zero
50833         results afterwards.
50834         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50835         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
50836         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50837         * math/libm-test.inc (fma_test): Add more tests.
50838         (fma_test_towardzero): Likewise.
50839         (fma_test_downward): Likewise.
50840         (fma_test_upward): Likewise.
50841         * sysdeps/generic/math_private.h (default_libc_fesetround): New
50842         function.
50843         (libc_fesetround): New macro.
50844         (libc_fesetroundf): Likewise.
50845         (libc_fesetroundl): Likewise.
50846         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
50847         function.
50848         (libc_fesetround_387): Likewise.
50849         (libc_fesetroundf): New macro.
50850         (libc_fesetround): Likewise.
50851         (libc_fesetroundl): Likewise.
50852         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
50853         function.
50854         (libc_fesetroundf): New macro.
50855         (libc_fesetround): Likewise.
50856         (libc_fesetroundl): Likewise.
50857         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
50858         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
50859         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
50860         libm_hidden_ver.
50861         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
50862         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
50863         libm_hidden_def.
50864         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
50865         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
50866         libm_hidden_ver.
50867         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
50868         libm_hidden_def.
50870         [BZ #3439]
50871         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
50872         integer constant usable in #if and use that to give value to enum
50873         constant.
50874         (FE_DIVBYZERO): Likewise.
50875         (FE_UNDERFLOW): Likewise.
50876         (FE_OVERFLOW): Likewise.
50877         (FE_INVALID): Likewise.
50878         (FE_INVALID_SNAN): Likewise.
50879         (FE_INVALID_ISI): Likewise.
50880         (FE_INVALID_IDI): Likewise.
50881         (FE_INVALID_ZDZ): Likewise.
50882         (FE_INVALID_IMZ): Likewise.
50883         (FE_INVALID_COMPARE): Likewise.
50884         (FE_INVALID_SOFTWARE): Likewise.
50885         (FE_INVALID_SQRT): Likewise.
50886         (FE_INVALID_INTEGER_CONVERSION): Likewise.
50887         (FE_TONEAREST): Likewise.
50888         (FE_TOWARDZERO): Likewise.
50889         (FE_UPWARD): Likewise.
50890         (FE_DOWNWARD): Likewise.
50891         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
50892         (FE_DIVBYZERO): Likewise.
50893         (FE_OVERFLOW): Likewise.
50894         (FE_UNDERFLOW): Likewise.
50895         (FE_INEXACT): Likewise.
50896         (FE_TONEAREST): Likewise.
50897         (FE_DOWNWARD): Likewise.
50898         (FE_UPWARD): Likewise.
50899         (FE_TOWARDZERO): Likewise.
50900         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
50901         (FE_UNDERFLOW): Likewise.
50902         (FE_OVERFLOW): Likewise.
50903         (FE_DIVBYZERO): Likewise.
50904         (FE_INVALID): Likewise.
50905         (FE_TONEAREST): Likewise.
50906         (FE_TOWARDZERO): Likewise.
50907         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
50908         (FE_OVERFLOW): Likewise.
50909         (FE_UNDERFLOW): Likewise.
50910         (FE_DIVBYZERO): Likewise.
50911         (FE_INEXACT): Likewise.
50912         (FE_TONEAREST): Likewise.
50913         (FE_TOWARDZERO): Likewise.
50914         (FE_UPWARD): Likewise.
50915         (FE_DOWNWARD): Likewise.
50916         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
50917         (FE_DIVBYZERO): Likewise.
50918         (FE_OVERFLOW): Likewise.
50919         (FE_UNDERFLOW): Likewise.
50920         (FE_INEXACT): Likewise.
50921         (FE_TONEAREST): Likewise.
50922         (FE_DOWNWARD): Likewise.
50923         (FE_UPWARD): Likewise.
50924         (FE_TOWARDZERO): Likewise.
50926 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
50928         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
50930 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
50932         * scripts/cross-test-ssh.sh (command): Use newlines to separate
50933         commands.  Quote $PWD.
50934         (blacklist_exports): Don't use remove_newlines.  Replace "declare
50935         -x" by "export".
50936         (remove_newlines): Remove.
50938 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
50940         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
50941         * stdlib/stdlib.h (atof): Moved to ...
50942         * include/bits/stdlib-float.h: Here.  New file.
50943         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
50944         * stdlib/bits/stdlib-float.h: New file.
50945         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
50946         -mno-sse -mno-mmx.
50947         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
50948         <xmmintrin.h>.
50950 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
50952         * conform/conformtest.pl (@headers): Add fenv.h.
50953         * conform/data/fenv.h-data: New file.
50954         * include/fenv.h [_ISOMAC]: Disable all contents of file except
50955         include of <math/fenv.h>.
50957         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
50958         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
50959         && !UNIX98].  Enables tests for XOPEN2K8.
50960         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
50961         POSIX2008]: Likewise.
50963         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
50964         (struct rusage): Do not expect type or its members.
50966         [BZ #3439]
50967         * math/math.h (FP_NAN): Define macro to integer constant usable in
50968         #if and use that to give value to enum constant.
50969         (FP_INFINITE): Likewise.
50970         (FP_ZERO): Likewise.
50971         (FP_SUBNORMAL): Likewise.
50972         (FP_NORMAL): Likewise.
50974 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
50976         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
50977         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
50978         arguments.
50980 2012-11-02  Roland McGrath  <roland@hack.frob.com>
50982         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
50983         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
50984         autoconf-time if not.
50985         * configure.in: Remove AC_PREREQ.
50987 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
50989         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
50990         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
50991         of the internal implementation.
50993 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
50995         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
50996         except include of <misc/sys/syslog.h>.
50998 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
51001         function returns with a NULL context exit with zero.
51003 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
51005         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
51007 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
51009         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
51010         (run_program_cmd): This.
51011         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
51012         (tst_langinfo): New variable.  Use it.
51014 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
51016         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
51017         floating point opcodes.
51019 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
51021         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
51022         variable.
51024         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
51026         * sysdeps/mach/hurd/powerpc: Remove directory.
51027         * sysdeps/mach/powerpc: Likewise.
51029 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51031         * scripts/check-local-headers.sh: Ignore c++ headers.
51033 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
51035         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
51036         __libc_cleanup_region_start argument.
51038 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
51040         [BZ #14784]
51041         [BZ #14785]
51042         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
51043         x * y using scaling, not as x * y + z.
51044         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
51045         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
51046         * math/libm-test.inc (fma_test): Add more tests.
51047         (fma_test_towardzero): Likewise.
51048         (fma_test_downward): Likewise.
51049         (fma_test_upward): Likewise.
51051 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
51053         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
51055 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
51057         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
51058         New variable.
51060 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
51062         * rt/tst-shm.c (worker): Correct checking for mmap failure.
51064 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
51066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
51067         Fix sort order.
51068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
51069         Likewise.
51071 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
51073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
51074         Fix the order of the list for glibc 2.17.
51075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
51076         Likewise.
51078 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
51080         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51082 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
51084         [BZ #14610]
51085         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
51086         for low part of x being zero before using __atanl (y).
51087         * math/libm-test.inc (atan2_test): Add another test.
51089         * manual/install.texi (Configuring and compiling): Document
51090         general use of test-wrapper and test-wrapper-env.
51091         * INSTALL: Regenerated.
51093         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
51094         (__fma): Do not extract and scale down low bits on after-rounding
51095         systems when result rounded to normal precision would have normal
51096         exponent.
51097         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
51098         (__fmal): Do not extract and scale down low bits on after-rounding
51099         systems when result rounded to normal precision would have normal
51100         exponent.
51101         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
51102         (__fmal): Do not extract and scale down low bits on after-rounding
51103         systems when result rounded to normal precision would have normal
51104         exponent.
51105         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
51106         macro.
51107         (fma_test): Add more tests.
51108         (fma_test_towardzero): Likewise.
51109         (fma_test_downward): Likewise.
51110         (fma_test_upward): Likewise.
51112 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
51114         * sysdeps/i386/tininess.h: Renamed to ...
51115         * sysdeps/x86/tininess.h: This.
51116         * sysdeps/x86_64/tininess.h: Removed.
51118 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
51120         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
51121         input.  Use $(build-program-cmd).
51122         ($(objpfx)tst-array1-static.out): Likewise.
51123         ($(objpfx)tst-array2.out): Likewise.
51124         ($(objpfx)tst-array3.out): Likewise.
51125         ($(objpfx)tst-array4.out): Likewise.
51126         ($(objpfx)tst-array5.out): Likewise.
51127         ($(objpfx)tst-array5-static.out): Likewise.
51129 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
51131         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
51132         if defined.
51134         * nss/nsswitch.h (nss_interface_function): Provide new
51135         macro for use with NSS functions.
51136         * grp/initgroups.c: Use new macro.
51137         * nss/getXXbyYY.c: Likewise.
51138         * nss/getXXbyYY_r.c: Likewise.
51139         * nss/getXXent.c: Likewise.
51140         * nss/getXXent_r.c: Likewise.
51141         * sysdeps/posix/getaddrinfo.c: Likewise.
51143 2012-10-30  Andreas Jaeger  <aj@suse.de>
51145         * po/ru.po: Update Russion translation from translation project.
51147 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
51149         [BZ #14152]
51150         [BZ #14783]
51151         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
51152         result and shift together with sticky bit instead of replicating
51153         round-to-nearest rounding.
51154         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
51155         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
51156         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
51157         missing underflow exceptions.
51158         (fma_test_towardzero): Add more tests.
51159         (fma_test_downward): Likewise.
51160         (fma_test_upward): Likewise.
51162         [BZ #14047]
51163         * sysdeps/generic/tininess.h: New file.
51164         * sysdeps/i386/tininess.h: Likewise.
51165         * sysdeps/sh/tininess.h: Likewise.
51166         * sysdeps/x86_64/tininess.h: Likewise.
51167         * stdlib/tst-strtod-underflow.c: Likewise.
51168         * stdlib/tst-tininess.c: Likewise.
51169         * stdlib/strtod_l.c: Include <tininess.h>.
51170         (round_and_return): Do not set errno for exact underflow cases.
51171         Force an underflow exception when setting errno for underflow.
51172         Determine underflow based on rounding to normal precision if
51173         TININESS_AFTER_ROUNDING.
51174         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
51175         ERANGE for exact underflow cases.
51176         * stdlib/Makefile (tests): Add tst-tininess and
51177         tst-strtod-underflow.
51178         ($(objpfx)tst-tininess): Use $(link-libm).
51179         ($(objpfx)tst-strtod-underflow): Likewise.
51181 2012-10-30  Andreas Jaeger  <aj@suse.de>
51183         [BZ#14767]
51184         * elf/Makefile (tests): Remove conditional for have-initfini-array
51185         since this is now always required and the variable does not exist
51186         anymore.
51187         (tests-static): Likewise.
51188         (modules-names): Likewise.
51190         * po/eo.po: Add Esperanto translation from translation project.
51192         * elf/tst-array1.c (fini_array): Make writeable so that it can be
51193         merged with constructor/destructor.
51194         (init_array): Likewise.
51195         * elf/tst-array2dep.c (fini_array): Likewise.
51196         (init_array): Likewise.
51198 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
51200         * manual/message.texi: Delete @cartouche tags.
51202 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
51204         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
51205         EOPNOTSUPP.
51206         * sysdeps/mach/hurd/fsync.c: Likewise.
51208         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
51209         [_POSIX_REALTIME_SIGNALS]: Change condition to
51210         [_POSIX_REALTIME_SIGNALS > 0].
51212 2012-10-27  Andreas Jaeger  <aj@suse.de>
51214         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
51215         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
51216         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
51217         [__WORDSIZE != 64]: Likewise.
51219 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
51221         *  iconvdata/tst-table.sh: Remove ${SHELL}.
51222         *  iconvdata/tst-tables.sh: Likewise.
51224 2012-10-25  David S. Miller  <davem@davemloft.net>
51226         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
51227         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
51228         of strtoull.
51230         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
51231         ifunc-impl-list.c
51232         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51233         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
51234         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
51235         file.
51237 2012-10-25  Roland McGrath  <roland@hack.frob.com>
51239         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
51240         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
51241         __getdirentries.
51243 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
51244             Jim Blandy  <jimb@codesourcery.com>
51246         * scripts/cross-test-ssh.sh: New file.
51247         * manual/install.texi (Configuring and compiling): Document use of
51248         cross-test-ssh.sh.
51249         * INSTALL: Regenerated.
51251 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
51253         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
51254         EOPNOTSUPP.
51256 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
51258         * Makeconfig (run-program-prefix): Fix comment.
51260 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
51261             Jim Blandy  <jimb@codesourcery.com>
51263         * Makeconfig (test-wrapper): New variable,
51264         (test-wrapper-env): Likewise.
51265         [$(cross-compiling) = yes && $(test-wrapper) != ""]
51266         (run-built-tests): Define to yes.
51267         (run-program-prefix): Use $(test-wrapper).
51268         (built-program-cmd): Likewise.
51269         * Rules (make-test-out): Use $(test-wrapper-env) and
51270         $(host-built-program-cmd).
51271         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
51272         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
51273         tst-pathopt.sh.
51274         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
51275         $(test-wrapper-env) to tst-rtld-load-self.sh.
51276         ($(objpfx)order2.out): Use $(test-wrapper).
51277         ($(objpfx)tst-initorder.out): Likewise.
51278         ($(objpfx)tst-initorder2.out): Likewise.
51279         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
51280         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
51281         (test_wrapper_env): New variable.  Use it to run ld.so.
51282         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
51283         Use it to run ld.so.
51284         (test_wrapper_env): Likewise.
51285         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
51286         $(test-wrapper) to run-iconv-test.sh.
51287         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
51288         (ICONV): Use $test_wrapper.
51289         * posix/Makefile ($(objpfx)globtest.out): Pass
51290         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
51291         globtest.sh, not $(run-program-prefix).
51292         * posix/globtest.sh (run_via_rtld_prefix): New variable.
51293         (test_wrapper): Likewise.
51294         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
51295         set together with run_via_rtld_prefix.
51296         (run_program_prefix): Define in terms of test_wrapper and
51297         run_via_rtld_prefix.
51299 2012-10-24  Roland McGrath  <roland@hack.frob.com>
51301         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
51302         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
51303         Targets removed.
51305         [BZ #14743]
51306         * include/time.h: Remove librt_hidden_proto (clock_gettime).
51307         Declare __clock_getres, __clock_gettime, __clock_settime,
51308         __clock_nanosleep, and __clock_getcpuclockid.
51309         * rt/clock_gettime.c: Define __clock_gettime as an alias.
51310         Remove librt_hidden_def (clock_gettime).
51311         * sysdeps/unix/clock_gettime.c: Likewise.
51312         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
51313         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
51314         * rt/clock_getres.c: Define __clock_getres as an alias.
51315         * sysdeps/posix/clock_getres.c: Likewise.
51316         * rt/clock_settime.c: Define __clock_settime as an alias.
51317         * sysdeps/unix/clock_settime.c: Likewise.
51318         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
51319         * sysdeps/unix/clock_nanosleep.c: Likewise.
51320         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
51321         * rt/clock-compat.c: New file.
51322         * rt/Makefile (librt-routines): Add clock-compat and move
51323         $(clock-routines) to ...
51324         (routines): ... here, new variable.
51325         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
51326         Don't add get_clockfreq here.
51327         * rt/Versions (libc: GLIBC_2.17): New version set.
51328         Add clock_* symbols here.
51329         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
51330         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
51331         (GLIBC_2.17): Add clock_* symbols.
51332         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
51333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
51334         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
51335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
51336         Likewise.
51337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
51338         Likewise.
51339         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
51340         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
51341         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
51342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
51343         * NEWS: Mention the move.
51345         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
51346         Use __open, __read, __close rather than their public counterparts.
51347         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
51348         (__get_clockfreq_via_cpuinfo): Likewise.
51349         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
51350         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
51352         * config.h.in (HAVE_IFUNC): New #undef.
51353         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
51354         was successful.
51355         * configure: Regenerated.
51357 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
51359         * configure.in: Move READELF check to start of file.
51360         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
51361         libc_cv_asm_gnu_indirect_function in the process.
51362         * configure: Regenerated.
51364 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
51366         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
51367         send the output to /dev/null.
51368         (libc_cv_cc_with_libunwind): Likewise.
51369         (libc_cv_as_noexecstack): Likewise.
51370         * configure: Regenerate.
51372 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
51374         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
51376         * posix/globtest.sh (TMPDIR): Do not set.
51377         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
51378         (testout): Likewise.
51380 2012-10-24  Andreas Jaeger  <aj@suse.de>
51382         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
51383         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
51384         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
51385         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
51386         posix_fadvise64, posix_fallocate64.
51388         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
51389         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
51390         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
51391         Likewise.
51392         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
51393         Likewise.
51394         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
51396         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
51397         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
51398         <bits/fcntl-linux.h>.
51399         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
51401         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
51402         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
51403         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
51404         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
51405         [__WORDSIZE != 64]: Likewise.
51407 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
51409         * Makeconfig (run-built-tests): New variable.
51410         * Rules [$(cross-compiling) = yes]: Change condition to
51411         [$(run-built-tests) = no].
51412         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
51413         to [$(run-built-tests) = yes].
51414         * elf/Makefile [$(cross-compiling) = no]: Likewise
51415         * grp/Makefile [$(cross-compiling) = no]: Likewise.
51416         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
51417         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
51418         * intl/Makefile [$(cross-compiling) = no]: Likewise.
51419         * io/Makefile [$(cross-compiling) = no]: Likewise.
51420         * libio/Makefile [$(cross-compiling) = no]: Likewise.
51421         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
51422         * misc/Makefile [$(cross-compiling) = no]: Likewise.
51423         * posix/Makefile [$(cross-compiling) = no]: Likewise.
51424         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
51425         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
51426         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
51427         * string/Makefile [$(cross-compiling) = no]: Likewise.
51429         * posix/Makefile ($(objpfx)globtest.out): Pass
51430         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
51431         $(rtld-installed-name).
51432         * posix/globtest.sh (elf_objpfx): Remove variable.
51433         (rtld_installed_name): Likewise.
51434         (library_path): Likewise.
51435         (run_program_prefix): New variable.  Use for running globtest
51436         binary.
51438 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
51439             Joseph Myers  <joseph@codesourcery.com>
51441         * Makeconfig (host-built-program-cmd): New variable.
51442         * elf/Makefile (tst-stackguard1-ARGS): Use
51443         $(host-built-program-cmd).
51444         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
51445         (tst-spawn-ARGS): Likewise.
51446         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
51448 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
51449             Jim Blandy  <jimb@codesourcery.com>
51451         * Makeconfig (run-via-rtld-prefix): New variable.
51452         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
51453         (built-program-cmd): Likewise.
51455 2012-10-22  Andreas Jaeger  <aj@suse.de>
51457         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
51458         __O_RSYNC if it exists, otherwise to O_SYNC.
51460 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
51461             Joseph Myers  <joseph@codesourcery.com>
51463         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
51464         /dev/null.
51465         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
51466         from /dev/null
51467         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
51468         /dev/null.
51470 2012-10-22  Andreas Jaeger  <aj@suse.de>
51472         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
51473         Define always.
51474         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
51476         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51477         bits/fcntl-linux.h.
51479         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
51480         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
51482         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
51483         to __O_LARGEFILE.
51484         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
51485         to __O_LARGEFILE.
51487 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
51488             Joseph Myers  <joseph@codesourcery.com>
51490         * config.make.in (NM): New variable.
51492 2012-10-21  Andreas Jaeger  <aj@suse.de>
51494         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
51495         definitions and declarations that are provided by
51496         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
51498 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
51500         [BZ #14683]
51501         * elf/Makefile (tests-static): Add tst-leaks1-static.
51502         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
51503         ($(objpfx)tst-leaks1-static): New rule.
51504         ($(objpfx)tst-leaks1-static-mem): Likewise.
51505         (tst-leaks1-static-ENV): New macro.
51506         * elf/dl-open.c (dl_open_worker): Check the main application
51507         only if SHARED is defined.
51508         * elf/tst-leaks1-static.c: New file.
51510 2012-10-20  Andreas Jaeger  <aj@suse.de>
51512         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
51513         generic values for Linux.
51514         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
51515         and declarations that are provided by <bits/fcntl-linux.h> and
51516         include <bits/fcntl-linux.h>.
51517         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51518         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51520 2012-10-20  Roland McGrath  <roland@hack.frob.com>
51522         * io/fcntl.h: Move include of <bits/types.h> to the top and
51523         include it unconditionally.
51525 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
51527         * wcsmbs/Makefile (tests-ifunc): New variable.
51528         (tests): Add $(tests-ifunc).
51529         * wcsmbs/test-wcschr-ifunc.c: New file.
51530         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
51531         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
51532         * wcsmbs/test-wcslen-ifunc.c: Likewise.
51533         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
51534         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
51536         * string/Makefile (tests-ifunc): New variable.
51537         (tests): Add $(tests-ifunc).
51538         * string/test-memccpy.c (TEST_NAME): New macro.
51539         * string/test-memchr.c (TEST_NAME): Likewise.
51540         * string/test-memcmp.c (TEST_NAME): Likewise.
51541         * string/test-memcpy.c (TEST_NAME): Likewise.
51542         * string/test-memmem.c (TEST_NAME): Likewise.
51543         * string/test-memmove.c (TEST_NAME): Likewise.
51544         * string/test-memset.c (TEST_NAME): Likewise.
51545         * string/test-rawmemchr.c (TEST_NAME): Likewise.
51546         * string/test-stpcpy.c (TEST_NAME): Likewise.
51547         * string/test-stpncpy.c (TEST_NAME): Likewise.
51548         * string/test-strcasecmp.c (TEST_NAME): Likewise.
51549         * string/test-strcasestr.c (TEST_NAME): Likewise.
51550         * string/test-strcat.c (TEST_NAME): Likewise.
51551         * string/test-strchr.c (TEST_NAME): Likewise.
51552         * string/test-strcmp.c(TEST_NAME): Likewise.
51553         * string/test-strcpy.c (TEST_NAME): Likewise.
51554         * string/test-strcspn.c (TEST_NAME): Likewise.
51555         * string/test-strlen.c (TEST_NAME): Likewise.
51556         * string/test-strncasecmp.c (TEST_NAME): Likewise.
51557         * string/test-strncmp.c (TEST_NAME): Likewise.
51558         * string/test-strncpy.c (TEST_NAME): Likewise.
51559         * string/test-strnlen.c (TEST_NAME): Likewise.
51560         * string/test-strpbrk.c (TEST_NAME): Likewise.
51561         * string/test-strrchr.c (TEST_NAME): Likewise.
51562         * string/test-strspn.c (TEST_NAME): Likewise.
51563         * string/test-strstr.c (TEST_NAME): Likewise.
51564         * string/test-bcopy-ifunc.c: New file.
51565         * string/test-bzero-ifunc.c: Likewise.
51566         * string/test-memccpy-ifunc.c: Likewise.
51567         * string/test-memchr-ifunc.c: Likewise.
51568         * string/test-memcmp-ifunc.c: Likewise.
51569         * string/test-memcpy-ifunc.c: Likewise.
51570         * string/test-memmem-ifunc.c: Likewise.
51571         * string/test-memmove-ifunc.c: Likewise.
51572         * string/test-mempcpy-ifunc.c: Likewise.
51573         * string/test-memset-ifunc.c: Likewise.
51574         * string/test-rawmemchr-ifunc.c: Likewise.
51575         * string/test-stpcpy-ifunc.c: Likewise.
51576         * string/test-stpncpy-ifunc.c: Likewise.
51577         * string/test-strcasecmp-ifunc.c: Likewise.
51578         * string/test-strcasestr-ifunc.c: Likewise.
51579         * string/test-strcat-ifunc.c: Likewise.
51580         * string/test-strchr-ifunc.c: Likewise.
51581         * string/test-strchrnul-ifunc.c: Likewise.
51582         * string/test-strcmp-ifunc.c: Likewise.
51583         * string/test-strcpy-ifunc.c: Likewise.
51584         * string/test-strcspn-ifunc.c: Likewise.
51585         * string/test-strlen-ifunc.c: Likewise.
51586         * string/test-strncasecmp-ifunc.c: Likewise.
51587         * string/test-strncat-ifunc.c: Likewise.
51588         * string/test-strncmp-ifunc.c: Likewise.
51589         * string/test-strncpy-ifunc.c: Likewise.
51590         * string/test-strnlen-ifunc.c: Likewise.
51591         * string/test-strpbrk-ifunc.c: Likewise.
51592         * string/test-strrchr-ifunc.c: Likewise.
51593         * string/test-strspn-ifunc.c: Likewise.
51594         * string/test-strstr-ifunc.c: Likewise.
51596         * debug/Makefile (tests-ifunc): New variable.
51597         (tests): Add $(tests-ifunc).
51598         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
51599         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
51600         * debug/test-stpcpy_chk-ifunc.c: New file.
51601         * debug/test-strcpy_chk-ifunc.c: Likewise.
51603 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
51605         [BZ #13601]
51606         * elf/dl-load.c (open_verify): Retry read if the entire ELF
51607         header is not read in.
51609 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
51611         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
51612         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
51613         directly.  Pass built executable to script as
51614         $(built-program-cmd).
51615         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
51616         $testprogram without using LD_LIBRARY_PATH and $ldso.
51618         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
51619         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
51620         $(rtld-installed-name).
51621         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
51622         (rtld_installed_name): Likewise.
51623         (library_path): Likewise.
51624         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
51625         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
51626         $(run-program-prefix) to tst-tables.sh.
51627         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
51628         it to run tst-table-from and tst-table-to.
51629         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
51630         Pass it to tst-table.sh.
51631         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
51632         $(run-program-prefix) to tst-gettext.sh.
51633         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
51634         tst-translit.sh.
51635         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
51636         tst-gettext2.sh.
51637         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
51638         to run tst-gettext.
51639         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
51640         to run tst-gettext2.
51641         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
51642         to run tst-translit.
51643         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
51644         $(run-program-prefix) to tst-mtrace.sh.
51645         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
51646         to run tst-mtrace.
51647         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
51648         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
51649         $(rtld-installed-name).
51650         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
51651         (rtld_installed_name): Likewise.
51652         (run_program_prefix): New variable.  Use it to run wordexp-test.
51654         * Makeconfig (ARCH): Remove all definitions.
51655         (machine): Likewise.
51656         [ARCH]: Remove conditional code.
51657         [!objdir]: Give error.
51658         [!objdir] (objpfx): Remove.
51659         [!objdir] (common-objpfx): Likewise.
51660         [!objdir] (common-objdir): Likewise.
51661         * configure.in (config_makefile): Remove.  Hardcode Makefile in
51662         AC_CONFIG_FILES call.
51663         * configure: Regenerated.
51665         [BZ #13888]
51666         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
51667         or TMPDIR.
51668         (testout): Likewise.
51670         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
51671         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
51672         $(rtld-installed-name).
51673         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
51674         (rtld_installed_name): Likwise.
51675         (runit): Remove function.
51676         (run_getconf): New variable,  Use it for running getconf binary.
51678 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
51680         [BZ #14716]
51681         * string/test-memmem.c (check_result): New function.
51682         (do_one_test): Use it.
51683         (check1): New function.
51684         (test_main): Use it.
51686 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
51688         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
51690 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
51692         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
51693         (_G_LSEEK64): Likewise.
51694         (_G_MMAP64): Likewise.
51695         (_G_FSTAT64): Likewise.
51696         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
51697         (_G_LSEEK64): Likewise.
51698         (_G_MMAP64): Likewise.
51699         (_G_FSTAT64): Likewise.
51700         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
51701         unconditional.  Call __mmap64 directly.
51702         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
51703         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
51704         __lseek64 directly.
51705         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
51706         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
51707         __mmap64 directly.
51708         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
51709         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
51710         __lseek64 directly.
51711         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
51712         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
51713         __lseek64 directly.
51714         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
51715         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
51716         __lseek64 directly.
51717         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
51718         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
51719         __fxstat64 directly.
51720         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
51721         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
51722         unconditional.
51723         (freopen64) [!_G_OPEN64]: Remove conditional code.
51724         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
51725         unconditional.
51726         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
51727         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
51728         unconditional.
51729         (ftello64) [!_G_LSEEK64]: Remove conditional code.
51730         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
51731         unconditional.
51732         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
51733         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
51734         unconditional.
51735         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
51736         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
51737         unconditional.
51738         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
51739         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
51740         unconditional.
51741         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
51742         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
51743         unconditional.
51744         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
51746 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
51748         [BZ #12140]
51749         * manual/memory.texi (Malloc Tunable Parameters): Add note
51750         about free list pointers overwriting some perturb bytes.
51751         Wording suggested by Roland McGrath.
51753 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
51755         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
51756         (lgamma_test): Likewise.
51757         (tgamma_test): Likewise.
51759 2012-10-16  Florian Weimer  <fweimer@redhat.com>
51761         [BZ #14700]
51762         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
51763         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
51765 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
51767         * NEWS: Mention BZ #14716.
51768         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
51769         when removing AVAILABLE1_USES_J macro.
51771 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
51773         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
51774         (__bswap_64): __uint64_t for unsigned 64-bit int.
51776 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
51778         * include/string.h (memmem): Declare libc hidden alias.
51779         * string/memmem.c (memmem): Define libc hidden alias.
51780         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
51781         __read, __close instead of open, read, close.
51783 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
51785         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
51786         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
51787         global and hidden.
51788         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
51789         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
51790         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
51791         Likewise.
51792         (__rawmemchr_sse2): Likewise.
51793         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
51794         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
51795         (__strchr_sse2): Likewise.
51796         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
51797         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
51798         (__strcasecmp_sse2): Likewise.
51799         (__strncasecmp_sse2): Likewise.
51800         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
51801         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
51802         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
51803         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
51804         (__strrchr_sse2): Likewise.
51805         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
51806         ifunc-impl-list.c.
51807         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
51808         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
51809         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
51810         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
51811         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
51812         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
51813         * sysdeps/x86_64/multiarch/memset.S: Likewise.
51814         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
51815         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
51816         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
51817         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
51818         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
51819         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
51820         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
51821         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
51822         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
51823         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
51824         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
51825         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
51826         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
51827         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
51828         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
51829         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
51830         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
51831         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
51832         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51833         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
51834         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
51835         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
51836         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
51838         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
51839         global and hidden.
51840         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
51841         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
51842         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
51843         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
51844         Likewise.
51845         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
51846         Likewise.
51847         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
51848         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
51849         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
51850         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
51851         ifunc-impl-list.c.
51852         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51853         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51854         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51855         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51856         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51857         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51858         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51859         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51860         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51861         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51862         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51863         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51864         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51865         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
51866         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
51867         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51868         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
51869         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
51870         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51871         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51872         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51873         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51874         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51875         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51876         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51877         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
51878         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
51879         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
51880         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
51881         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51882         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
51883         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51884         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51885         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
51886         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51887         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51888         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51889         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51890         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51891         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51892         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
51894         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
51895         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
51896         * include/ifunc-impl-list.h: New file.
51897         * misc/ifunc-impl-list.c: Likewise.
51898         * misc/Makefile (routines): Add ifunc-impl-list.
51899         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
51900         * string/test-string.h: Include <ifunc-impl-list.h>.
51901         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
51902         TEST_NAME]: New variables.
51903         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
51904         are defined.
51905         (test_init): Call __libc_ifunc_impl_list to initialize
51906         func_list if TEST_IFUNC and TEST_NAME are defined.
51908         * string/Makefile (strop-tests): Add bcopy and bzero.
51909         * string/test-bcopy.c: New file.
51910         * string/test-bzero.c: Likewise.
51911         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
51912         defined.
51913         * string/test-memset.c: Support bzero test if TEST_BZERO is
51914         defined.
51915         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
51916         __libc_memmove.
51917         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
51918         __libc_memset.
51919         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
51920         of memset.
51922 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
51924         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
51925         * configure: Regenerated.
51927         * Makeconfig (+link-static-before-libc): Don't include
51928         $(link-static-libc).
51930         * libio/libio.h (_IO_pos_t): Remove.
51932 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51934         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
51935         McGrath.
51937 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51939         * crypt/crypt-entry.c: Include fips-private.h.
51940         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
51941         * crypt/md5c-test.c (main): Tolerate disabled MD5.
51942         * sysdeps/unix/sysv/linux/fips-private.h: New file.
51943         * sysdeps/generic/fips-private.h: New file, dummy fallback.
51945 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51947         * crypt/crypt-private.h: Include stdbool.h.
51948         (_ufc_setup_salt_r): Return bool.
51949         * crypt/crypt-entry.c: Include errno.h.
51950         (__crypt_r): Return NULL with EINVAL for bad salt.
51951         * crypt/crypt_util.c (bad_for_salt): New.
51952         (_ufc_setup_salt_r): Check that salt is long enough and within
51953         the specified alphabet.
51954         * crypt/badsalttest.c: New file.
51955         * crypt/Makefile (tests): Add it.
51956         ($(objpfx)badsalttest): New.
51958 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
51960         * NEWS: Add entry for BZ #14602.
51962 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
51964         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
51965         type-generic.
51966         * math/libm-test.inc: Update comment listing what functions and
51967         macros are tested.
51968         (isgreater_test): New function.
51969         (isgreaterequal_test): Likewise.
51970         (isless_test): Likewise.
51971         (islessequal_test): Likewise.
51972         (islessgreater_test): Likewise.
51973         (isunordered_test): Likewise.
51974         (main): Call the new functions.
51976 2012-10-09  Roland McGrath  <roland@hack.frob.com>
51978         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
51979         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
51980         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
51981         * sysdeps/i386/configure: Regenerated.
51982         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
51983         * sysdeps/mach/configure: Regenerated.
51984         * sysdeps/mach/hurd/configure: Regenerated.
51985         * sysdeps/powerpc/configure: Regenerated.
51986         * sysdeps/powerpc/powerpc32/configure: Regenerated.
51987         * sysdeps/powerpc/powerpc64/configure: Regenerated.
51988         * sysdeps/s390/s390-32/configure: Regenerated.
51989         * sysdeps/s390/s390-64/configure: Regenerated.
51990         * sysdeps/sh/configure: Regenerated.
51991         * sysdeps/sparc/configure: Regenerated.
51992         * sysdeps/unix/sysv/linux/configure: Regenerated.
51993         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
51994         * sysdeps/x86_64/configure: Regenerated.
51996         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
51997         defined.  Don't check if MAP is NULL.
51999 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
52001         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
52002         (_G_stat64): Likewise.
52003         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
52004         (_G_stat64): Likewise.
52005         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
52006         instead of struct _G_stat64.
52007         * libio/fileops.c (mmap_remap_check): Likewise.
52008         (decide_maybe_mmap): Likewise.
52009         (_IO_new_file_seekoff): Likewise.
52010         (_IO_file_stat): Likewise.
52011         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
52012         _G_off64_t.
52013         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
52014         instead of struct _G_stat64.
52015         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
52017 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
52019         [BZ #14602]
52020         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
52021         Replace with ...
52022         (CHECK_EOL): New macro.
52023         (two_way_short_needle): Check beginning of haystack for EOL.  Use
52024         CHECK_EOL.
52025         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
52026         Replace with CHECK_EOL.
52027         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
52028         Replace with CHECK_EOL.
52030 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
52032         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
52033         type-generic.
52034         * math/libm-test.inc: Update comment listing what functions and
52035         macros are tested.
52036         (finite_test): New function.
52037         (isinf_test): Likewise.
52038         (isnan_test): Likewise.
52039         (fpclassify_test): Test subnormal input.
52040         (isfinite_test): Likewise.
52041         (isnormal_test): Likewise.
52042         (main): Call the new functions.
52044 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
52046         [BZ #14660]
52047         * Makerules (%.dynsym): Force C locale when running
52048         $(OBJDUMP) --dynamic-syms.
52050 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
52052         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
52053         <stdint.h>.
52055 2012-10-06  David S. Miller  <davem@davemloft.net>
52057         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
52058         upper 32-bits of the length value in %o2 since we use branch-on-register
52059         tests which consider the entire 64-bit register.
52061 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
52063         * string/test-strstr.c (check2): Add a test for page boundary.
52065 2012-10-05  David S. Miller  <davem@davemloft.net>
52067         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
52068         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
52069         file.
52070         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
52071         sysdep_routines.
52072         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
52073         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
52074         and bzero when HWCAP_SPARC_CRYPTO is present.
52076 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
52078         [BZ #14602]
52079         * string/test-strstr.c (check2): New function.
52080         (test_main): Call check2.
52082         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
52083         and bug-strchr1.
52084         * string/bug-strcasestr1.c (do_test): Moved to ...
52085         * string/test-strcasestr.c (check1): Here.  New function.
52086         (do_one_test): Break out result checking code into ...
52087         (check_result): This.  New function.
52088         (do_one_test): Call check_result.
52089         (test_main): Call check1.
52090         * string/bug-strchr1.c (do_test): Moved to ...
52091         * string/test-strchr.c (check1): Here.  New function.
52092         (do_one_test): Break out result checking code into ...
52093         (check_result): This.  New function.
52094         (do_one_test): Call check_result.
52095         (test_main): Call check1.
52096         * string/bug-strstr1.c (main): Moved to ...
52097         * string/test-strstr.c (check1): Here.  New function.
52098         (do_one_test): Break out result checking code into ...
52099         (check_result): This.  New function.
52100         (do_one_test): Call check_result.
52101         (test_main): Call check1.
52102         * string/bug-strcasestr1.c: Removed.
52103         * string/bug-strchr1.c: Likewise.
52104         * string/bug-strstr1.c: Likewise.
52106         * elf/Makefile (dl-routines): Add hwcaps.
52107         * elf/dl-support.c (_dl_important_hwcaps): Removed.
52108         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
52109         (_dl_important_hwcaps): Moved to ...
52110         * elf/dl-hwcaps.c: Here.  New file.
52111         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
52113         [BZ #14557]
52114         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
52115         if IS_IN_rtld isn't defined.
52117         * elf/dl-support.c (_dl_sysinfo_map): New.
52118         Include "get-dynamic-info.h" and "setup-vdso.h".
52119         (_dl_non_dynamic_init): Call setup_vdso.
52120         * elf/dynamic-link.h: Don't include <assert.h>.
52121         (elf_get_dynamic_info): Moved to ...
52122         * elf/get-dynamic-info.h: Here.  New file.
52123         * elf/dynamic-link.h: Include "get-dynamic-info.h".
52124         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
52125         * elf/setup-vdso.h: Here.  New file.
52126         * elf/rtld.c: Include "setup-vdso.h".
52127         (dl_main): Call setup_vdso.
52129 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
52131         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
52132         creal in comment listing functions tested.  List finite, isinf,
52133         isnan, isless, islessequal, isgreater, isgreaterequal,
52134         islessgreater, isunordered, lgamma_r and pow10 as functions and
52135         macros not tested.  Mention which functions not tested are aliases
52136         for other functions.  Fix typo.  Note that signs of NaNs are not
52137         tested.
52139         * scripts/config.guess: Update from config.git.
52140         * scripts/config.sub: Likewise.
52142 2012-10-04  Roland McGrath  <roland@hack.frob.com>
52144         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
52145         * misc/madvise.c (madvise): Renamed to __madvise.
52146         Make madvise a weak alias.
52147         * include/sys/mman.h: Declare __madvise.
52148         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
52149         * sysdeps/unix/syscalls.list
52150         (madvise): Make __madvise the strong name, and madvise a weak alias.
52151         * sysdeps/unix/sysv/linux/syscalls.list
52152         (madvise, mmap): Remove redundant entries.
52153         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
52154         * malloc/malloc.c (mtrim): Likewise.
52155         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
52157 2012-10-03  Roland McGrath  <roland@hack.frob.com>
52159         * sysdeps/mach/hurd/dl-cache.c: File removed.
52160         * config.h.in (USE_LDCONFIG): New #undef.
52161         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
52162         * configure: Regenerated.
52163         * elf/Makefile (dl-routines): Add dl-cache only under
52164         [$(use-ldconfig) = yes].
52165         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
52166         cache on [USE_LDCONFIG].
52167         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
52168         [USE_LDCONFIG].
52169         * elf/rtld.c (dl_main): Likewise.
52171 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
52173         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
52174         _SC_LEVEL4_CACHE_LINESIZE.
52176 2012-10-03  Roland McGrath  <roland@hack.frob.com>
52178         * sysdeps/unix/bsd/confstr.h: File removed.
52180 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
52182         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
52183         sys/sdt-config.h.
52185 2012-10-02  Roland McGrath  <roland@hack.frob.com>
52187         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
52188         Make 'mapoff' field ElfW(Off) rather than off_t.
52190 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
52192         * nscd/Makefile: Remove nscd-cflags and all its users.
52193         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
52194         (CFLAGS-nonlib): Add compiler flags for nscd modules.
52196         [BZ #10631]
52197         * malloc.c (malloc_printerr): Clarify error message.
52199 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
52201         [BZ #14648]
52202         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52203         Set bit_FMA_Usable if FMA is supported.
52204         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
52205         macro.
52206         (bit_FMA4_Usable): Updated.
52207         (index_FMA_Usable): New macro.
52208         (CPUID_FMA): Likewise
52209         (HAS_FMA): Defined with bit_FMA_Usable.
52211 2012-10-01  Roland McGrath  <roland@hack.frob.com>
52213         * bits/types.h (__swblk_t): Type removed.
52214         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
52215         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
52216         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
52217         (__SWBLK_T_TYPE): Likewise.
52218         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
52219         (__SWBLK_T_TYPE): Likewise.
52220         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
52221         (__SWBLK_T_TYPE): Likewise.
52222         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
52223         (__SWBLK_T_TYPE): Likewise.
52225 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
52226             Honza Horak <hhorak@redhat.com>
52228         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
52229         (xdr_mapname): Use YPMAXMAP as maxsize.
52230         (xdr_peername): Use YPMAXPEER as maxsize.
52231         (xdr_keydat): Use YPAXRECORD as maxsize.
52232         (xdr_valdat): Use YPMAXRECORD as maxsize.
52234 2012-10-01  Roland McGrath  <roland@hack.frob.com>
52236         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
52238         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
52239         * csu/init-first.c: ... here.
52240         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
52241         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
52242         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
52243         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
52244         * sysdeps/i386/init-first.c: File removed.
52245         * sysdeps/sh/init-first.c: File removed.
52247 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
52249         [BZ #14645]
52250         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
52251         if x * y might underflow to zero and z is zero.
52252         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
52253         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
52254         * math/libm-test.inc (min_subnorm_value): New variable.
52255         (fma_test): Add more tests.
52256         (fma_test_towardzero): Likewise.
52257         (fma_test_downward): Likewise
52258         (fma_test_upward): Likewise.
52259         (initialize): Set min_subnorm_value.
52261 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
52263         [BZ #14638]
52264         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
52265         0 + 0.
52266         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
52267         mode for addition resulting in exact zero.
52268         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
52269         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
52270         exact 0 + 0.
52271         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
52272         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
52273         * math/libm-test.inc (fma_test): Add more tests.
52274         (fma_test_towardzero): New function.
52275         (fma_test_downward): Likewise.
52276         (fma_test_upward): Likewise.
52277         (main): Call the new functions.
52279 2012-09-28  David S. Miller  <davem@davemloft.net>
52281         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
52283 2012-09-28  Roland McGrath  <roland@hack.frob.com>
52285         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
52286         instead of SIGALRM.
52288         * sysdeps/gnu/_G_config.h: Moved to ...
52289         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
52290         * sysdeps/mach/hurd/_G_config.h: Moved to ...
52291         * sysdeps/generic/_G_config.h: ... here.
52293         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
52295         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
52297         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
52298         Conditionalize target on [libnss_test1.so-version].
52300         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
52302         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
52303         (elfobjdir): Move out of conditionals.
52305         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
52306         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
52307         (__nss_lookup_function): Conditionalize label remove_from_tree on
52308         [!DO_STATIC_NSS || SHARED], matching its only use.
52310 2012-09-28  David S. Miller  <davem@davemloft.net>
52312         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
52313         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
52314         file.
52315         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
52316         sysdep_routines.
52317         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
52318         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
52319         when HWCAP_SPARC_CRYPTO is present.
52321 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
52323         * io/tst-mknodat.c: Create a FIFO instead of a socket.
52325 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
52327         [BZ #6530]
52328         * stdio-common/vfprintf.c (process_string_arg): Revert
52329         2000-07-22 change.
52331 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
52333         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
52334         for testcase.
52335         * stdio-common/tst-sprintf.c: Include <locale.h>
52336         (main): Test sprintf's handling of incomplete multibyte
52337         characters.
52339 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
52341         * elf/dl-runtime.c (VERSYMIDX): Removed.
52342         * elf/dl-version.c (VERSYMIDX): Likewise.
52343         * elf/do-rel.h (VERSYMIDX): Likewise.
52344         (VALIDX): Likewise.
52345         * elf/dynamic-link.h (VERSYMIDX): Likewise.
52346         * elf/rtld.c (VALIDX): Likewise.
52347         (ADDRIDX): Likewise.
52348         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
52349         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
52350         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
52351         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
52352         (VALIDX): Likewise.
52353         (ADDRIDX): Likewise.
52355 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
52357         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
52359 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
52361         [BZ #11438]
52362         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
52363         to global scope.
52364         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
52365         addresses are in the same scope as 192.0.2/24.
52366         * posix/gai.conf: Document new scope table defaults.
52368 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
52370         [BZ #5298]
52371         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
52372         for ftell.  Compute offsets from write pointers instead.
52373         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
52375 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
52377         [BZ #14543]
52378         * libio/Makefile (tests): New test case tst-fseek.
52379         * libio/tst-fseek.c: New test case to verify that fseek/ftell
52380         combination works in wide mode.
52381         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
52382         state when the external buffer state changes.
52384 2012-09-27  David S. Miller  <davem@davemloft.net>
52386         [BZ #14376]
52387         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
52388         pass reloc->r_addend in as the 'high' argument to
52389         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
52391         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52393 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
52395         * rt/tst-aio2.c: Include <pthread.h>.
52396         * rt/tst-aio3.c: Likewise.
52398 2012-09-27  Steve Ellcey  <sellcey@mips.com>
52400         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
52402 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
52404         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
52405         contents on [SHARED].
52407 2012-09-26  Marek Polacek  <polacek@redhat.com>
52409         [BZ #14530]
52410         [BZ #13741]
52411         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
52412         for C++ and GCC <4.3 as well as for non GCC compilers.
52414 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
52416         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52418 2012-09-25  Roland McGrath  <roland@hack.frob.com>
52420         * Makefile.in (all, install): Declare with .PHONY.
52421         Reported by Michael Hope <michael.hope@linaro.org>.
52423 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
52425         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
52426         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
52427         system header.
52428         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
52429         Likewise.
52430         (sydep_routines): Add the new and the internal functions.
52431         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
52432         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
52433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
52434         (GLIBC_2.17): Add the new function.
52435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
52436         (GLIBC_2.17): Likewise.
52437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
52438         (GLIBC_2.17): Likewise.
52439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
52440         (GLIBC_2.17): Likewise.
52441         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
52443 2012-09-25  Alan Modra  <amodra@gmail.com>
52445         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
52446         Add release barrier before setting once_control to say
52447         initialisation is done.  Add hints on lwarx.  Use macro in
52448         place of isync.
52449         (clear_once_control): Add release barrier.
52451 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
52453         [BZ #13629]
52454         * math/s_clog.c (__clog): Handle more values close to |z| = 1
52455         specially.
52456         * math/s_clog10.c (__clog10): Likewise.
52457         * math/s_clog10f.c (__clog10f): Likewise.
52458         * math/s_clog10l.c (__clog10l): Likewise.
52459         * math/s_clogf.c (__clogf): Likewise.
52460         * math/s_clogl.c (__clogl): Likewise.
52461         * math/Makefile (libm-calls): Add x2y2m1.
52462         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
52463         (__x2y2m1): Likewise.
52464         (__x2y2m1l): Likewise.
52465         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
52466         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
52467         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
52468         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
52469         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
52470         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
52471         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
52472         * sysdeps/i386/fpu/libm-test-ulps: Update.
52473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52475         [BZ #14621]
52476         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
52477         int as type of variable DEPTH.
52478         (glob): Use size_t instead of int as type of variables NEWCOUNT
52479         and OLD_PATHC.
52481 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52483         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
52484         Add s_sincosf-sse2.
52485         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
52486         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
52487         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
52488         macros for using routine as __sincosf_ia32.
52489         Use macro for function declaration and weak_alias.
52490         * sysdeps/i386/fpu/libm-test-ulps: Update.
52492         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
52493         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52495         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
52496         subnormal argument.
52497         * math/s_cexpf.c (__cexpf): Likewise.
52498         * math/s_csinf.c (__csinf): Likewise.
52499         * math/s_csinhf.c (__csinhf): Likewise.
52500         * math/s_ctanf.c (__ctanf): Likewise.
52501         * math/s_ctanhf.c (__ctanhf): Likewise.
52502         * math/s_ccosh.c (__ccoshf): Likewise.
52503         * math/s_cexp.c (__cexpl): Likewise.
52504         * math/s_csin.c (__csin): Likewise.
52505         * math/s_csinh.c (__csinh): Likewise.
52506         * math/s_ctan.c (__ctan): Likewise.
52507         * math/s_ctanh.c (ctanh): Likewise.
52508         * math/s_ccoshl.c (__ccoshl): Likewise.
52509         * math/s_cexpl.c (__cexpl): Likewise.
52510         * math/s_csinl.c (__csinl): Likewise.
52511         * math/s_csinhl.c (__csinhl): Likewise.
52512         * math/s_ctanl.c (__ctanl): Likewise.
52513         * math/s_ctanhl.c (__ctanhl): Likewise.
52515 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
52517         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
52518         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
52519         (_IO_off_t): Define to __off_t, not _G_off_t.
52520         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
52521         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
52522         (_IO_wint_t): Define to wint_t, not _G_wint_t.
52523         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
52524         type of __dummy and __dummy2 fields.
52525         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
52526         (_G_ssize_t): Likewise.
52527         (_G_off_t): Likewise.
52528         (_G_pid_t): Likewise.
52529         (_G_uid_t): Likewise.
52530         (_G_wchar_t): Likewise.
52531         (_G_wint_t): Likewise.
52532         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
52533         (_G_ssize_t): Likewise.
52534         (_G_off_t): Likewise.
52535         (_G_pid_t): Likewise.
52536         (_G_uid_t): Likewise.
52537         (_G_wchar_t): Likewise.
52538         (_G_wint_t): Likewise.
52539         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
52540         (_G_ssize_t): Likewise.
52541         (_G_off_t): Likewise.
52542         (_G_pid_t): Likewise.
52543         (_G_uid_t): Likewise.
52544         (_G_wchar_t): Likewise.
52545         (_G_wint_t): Likewise.
52547 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
52549         * malloc/arena.c: Include malloc-sysdep.h.
52550         (shrink_heap): Use check_may_shrink_heap to decide if madvise
52551         is sufficient to shrink the heap or an unmap is needed.
52552         * sysdeps/generic/malloc-sysdep.h: New file.  Define
52553         new function check_may_shrink_heap.
52554         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
52555         new function check_may_shrink_heap.
52557 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
52559         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
52560         comments.
52562 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
52564         * catgets/test-gencat.sh: Add "set -e".
52565         * elf/tst-pathopt.sh: Likewise.
52566         * grp/tst_fgetgrent.sh: Likewise.
52567         * iconvdata/run-iconv-test.sh: Likewise.
52568         * intl/tst-gettext.sh: Likewise.
52569         * intl/tst-gettext2.sh: Likewise.
52570         * intl/tst-gettext4.sh: Likewise.
52571         * intl/tst-gettext6.sh: Likewise.
52572         * intl/tst-translit.sh: Likewise.
52573         * io/ftwtest-sh: Likewise.
52574         * libio/test-freopen.sh: Likewise.
52575         * malloc/tst-mtrace.sh: Likewise.
52576         * posix/globtest.sh: Likewise.
52577         * posix/tst-getconf.sh: Likewise.
52578         * posix/wordexp-tst.sh: Likewise.
52579         * stdio-common/tst-printf.sh: Likewise.
52580         * stdio-common/tst-unbputc.sh: Likewise.
52581         * stdlib/tst-fmtmsg.sh: Likewise.
52582         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
52583         * catgets/Makefile: Do not specify -e option when running
52584         testsuite shell scripts.
52585         * elf/Makefile: Likewise.
52586         * grp/Makefile: Likewise.
52587         * iconvdata/Makefile: Likewise.
52588         * intl/Makefile: Likewise.
52589         * io/Makefile: Likewise.
52590         * libio/Makefile: Likewise.
52591         * malloc/Makefile: Likewise.
52592         * posix/Makefile: Likewise.
52593         * stdio-common/Makefile: Likewise.
52594         * stdlib/Makefile: Likewise.
52595         * sysdeps/x86_64/Makefile: Likewise.
52597         * io/ftwtest-sh: Add copyright header.
52598         * posix/globtest.sh: Likewise.
52599         * posix/tst-getconf.sh: Likewise.
52600         * posix/wordexp-tst.sh: Likewise.
52601         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
52603 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
52605         [BZ #13679]
52606         * Makeconfig (+link): Defined as $(+link-static) if
52607         $(build-shared) isn't yes.
52608         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
52609         isn't yes.
52610         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
52612         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
52614         [BZ #14562]
52615         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
52616         new chunk size with MALLOC_ALIGN_MASK.
52618 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
52620         [BZ #5044]
52621         * stdio-common/printf_fphex.c: Include <stdbool.h> and
52622         <rounding-mode.h>.
52623         (__printf_fphex): Determine rounding using get_rounding_mode and
52624         round_away.
52625         * stdio-common/tst-printf-round.c (struct hex_test): New
52626         structure.
52627         (hex_tests): New variable.
52628         (test_hex_in_one_mode): New function.
52629         (do_test): Also run tests for hex float output.
52631 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
52633         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
52634         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
52635         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
52636         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
52637         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
52638         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
52639         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
52640         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
52642 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
52644         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
52645         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
52646         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
52647         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
52649 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
52651         [BZ #14579]
52652         * elf/rtld.c (dl_main): Limit the check for self loading to normal
52653         mode only.
52654         * elf/tst-rtld-load-self.sh: New test.
52655         * elf/Makefile: Run it.
52657 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
52659         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
52660         (tst-writev-ENV): Remove.
52661         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
52663 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
52665         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
52667 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
52669         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
52670         unconditional.
52671         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
52672         Likewise.
52673         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
52674         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
52675         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
52676         Likewise.
52678 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
52680         [BZ #14587]
52681         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
52682         * config.make.in (have-cpp-asm-debuginfo): Removed.
52683         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
52684         * configure: Regenerated.
52686 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
52688         [BZ #5044]
52689         * stdio-common/printf_fp.c: Include <stdbool.h> and
52690         <rounding-mode.h>.
52691         (___printf_fp): Determine rounding using get_rounding_mode and
52692         round_away.
52693         * stdio-common/tst-printf-round.c: New file.
52694         * stdio-common/Makefile (tests): Add tst-printf-round.
52695         (link-libm): New variable.
52696         ($(objpfx)tst-printf-round): Depend in $(link-libm).
52698 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
52700         [BZ #14576]
52701         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
52702         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
52703         Likewise.
52704         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
52705         Likewise.
52707 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
52709         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
52710         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52711         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52712         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52714 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
52716         [BZ #14518]
52717         * include/rounding-mode.h: New file.
52718         * sysdeps/generic/get-rounding-mode.h: Likewise.
52719         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
52720         * stdlib/strtod_l.c: Include <rounding-mode.h>.
52721         (MAX_VALUE): New macro.
52722         (MIN_VALUE): Likewise.
52723         (overflow_value): New function.
52724         (underflow_value): Likewise.
52725         (round_and_return): Use overflow_value and underflow_value to
52726         determine return values in overflow and underflow cases.  Use
52727         round_away to determine rounding depending on rounding mode.
52728         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
52729         determine return values in overflow and underflow cases.
52730         * stdlib/tst-strtod-round.c: Include <fenv.h>.
52731         (struct test_results): New structure.
52732         (struct test): Use struct test_results to store expected results
52733         for all rounding modes.
52734         (TEST): Include expected results for all rounding modes.
52735         (test_in_one_mode): New function.
52736         (do_test): Use test_in_one_mode to compute and check results.
52737         Check results for all rounding modes.
52738         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
52739         $(link-libm).
52741 2012-12-09  Allan McRae  <allan@archlinux.org>
52743         * sysdeps/i386/fpu/libm-test-ulps: Update
52745 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
52747         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
52748         (_G_int32_t): Likewise.
52749         (_G_uint16_t): Likewise.
52750         (_G_uint32_t): Likewise.
52751         (_G_HAVE_BOOL): Likewise.
52752         (_G_HAVE_ATEXIT): Likewise.
52753         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52754         (_G_HAVE_IO_FILE_OPEN): Likewise.
52755         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
52756         (_G_int32_t): Likewise.
52757         (_G_uint16_t): Likewise.
52758         (_G_uint32_t): Likewise.
52759         (_G_HAVE_BOOL): Likewise.
52760         (_G_HAVE_ATEXIT): Likewise.
52761         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52762         (_G_HAVE_IO_FILE_OPEN): Likewise.
52763         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
52764         (_G_int32_t): Likewise.
52765         (_G_uint16_t): Likewise.
52766         (_G_uint32_t): Likewise.
52767         (_G_HAVE_BOOL): Likewise.
52768         (_G_HAVE_ATEXIT): Likewise.
52769         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52770         (_G_HAVE_IO_FILE_OPEN): Likewise.
52772 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
52774         * csu/libc-tls.c: Update copyright years.
52776 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
52778         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
52779         [!_G_USING_THUNKS]: Remove conditional code.
52780         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
52781         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
52783         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
52784         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
52785         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52786         (_G_VTABLE_LABEL_PREFIX): Likewise.
52787         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52788         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52789         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52790         (_G_VTABLE_LABEL_PREFIX): Likewise.
52791         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
52792         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52793         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52794         (_G_VTABLE_LABEL_PREFIX): Likewise.
52795         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
52797 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
52799         * libio/Makefile: Include ../Makeconfig before tests.
52800         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
52801         only if $(build-shared) is yes.
52803         * iconv/gconv_db.c: Update copyright years.
52805 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52807         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
52808         unwind info if defined PIC. Fix special cases description.
52809         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
52811         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
52812         DP_HI_MASK entry.
52813         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
52815 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
52817         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
52819         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
52820         is NULL.
52822         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
52823         (LDLIBS-tst-chk4): This.
52824         (LDFLAGS-tst-chk5): Renamed to ...
52825         (LDLIBS-tst-chk5): This.
52826         (LDFLAGS-tst-chk6): Renamed to ...
52827         (LDLIBS-tst-chk6): This.
52828         (LDFLAGS-tst-lfschk4): Renamed to ...
52829         (LDLIBS-tst-lfschk4): This.
52830         (LDFLAGS-tst-lfschk5): Renamed to ...
52831         (LDLIBS-tst-lfschk5): This.
52832         (LDFLAGS-tst-lfschk6): Renamed to ...
52833         (LDLIBS-tst-lfschk6): This.
52835         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
52836         on $(common-objpfx)soversions.mk.
52838 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
52840         [BZ #10014]
52841         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
52842         example host name.
52844 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
52846         * malloc/arena.c (arena_get_retry): New function that gets
52847         another arena for the caller to try its request on.
52848         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
52849         current arena cannot fulfill the request.
52850         (__libc_memalign): Likewise.
52851         (__libc_memalign): Likewise.
52852         (__libc_pvalloc): Likewise.
52853         (__libc_calloc): Likewise.
52855 2012-09-05  John Tobey  <john.tobey@gmail.com>
52857         [BZ #13542]
52858         * manual/arith.texi (Operations on Complex): Fix description
52859         of carg branch cut.
52861 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
52863         [BZ #10014]
52864         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
52865         host name.
52867         [BZ #10038]
52868         * manual/memory.texi (Memory): Make order of menu items match
52869         order of sections.
52871 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52873         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
52874         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
52875         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
52877 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52879         * csu/libc-tls.c (static_dtv): Renamed to ...
52880         (_dl_static_dtv): This.  Make it global.
52881         (_dl_initial_dtv): Removed.
52882         (__libc_setup_tls): Updated.
52883         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
52884         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
52885         DL_INITIAL_DTV.
52887 2012-09-06  Petr Machata  <pmachata@redhat.com>
52889         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
52890         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
52891         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
52892         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
52894 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52896         [BZ #14545]
52897         * csu/libc-tls.c (_dl_initial_dtv): New variable.
52898         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
52899         freeing dtv[-1].
52901 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52903         [BZ #14544]
52904         * Makeconfig (link-static-before-libc): Replace $(+prector)
52905         with $(+prectorT).
52906         (link-static-after-libc): Replace $(+postctor) with
52907         $(+postctorT).
52908         (link-bounded): Replace $(+prector)/$(+postctor) with
52909         $(+prectorT)/$(+postctorT).
52910         (+prectorT): New macro.
52911         (+postctorT): Likewise.
52913 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
52915         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
52916         (round_str): Handle values above the maximum for IBM long double
52917         as inexact.
52918         * stdlib/tst-strtod-round.c (tests): Regenerated.
52920 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52922         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
52923         assembler flag.
52924         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
52925         zarch_nohighgprs around the zarch optimized routines.
52926         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
52927         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
52928         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
52929         for zarch.
52931 2012-09-05  David S. Miller  <davem@davemloft.net>
52933         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52935         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
52936         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
52937         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
52938         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52939         entries.
52941 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52943         * malloc/arena.c: Fold copyright years.
52944         * malloc/mcheck.c, malloc/memusage.c: Likewise.
52946 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52948         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
52950 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52952         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
52954 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52956         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
52957         change internal state upon failure.
52959 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52961         * malloc/mcheck.c (mcheck_check_all): Fix typo.
52962         * malloc/memusage.c (mmap): Likewise.
52963         (mmap64, mremap): Likewise.  Adjust name in comment.
52965 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
52967         * libio/fileops.c: Fix typos in comments.
52968         * libio/oldfileops.c: Likewise.
52969         * libio/wfileops.c: Likewise.
52971 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
52973         [BZ #1349]
52974         * malloc/Makefile (tests): Add tst-malloc-usable test case.
52975         (tst-malloc-usable-ENV): Set environment for test case.
52976         * malloc/hooks.c (malloc_check_get_size): New function to get
52977         requested size.
52978         * malloc/malloc.c (musable): Use malloc_check_get_size.
52979         * malloc/tst-malloc-usable.c: New test case.
52981 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52983         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
52985 2012-09-05  Allan McRae  <allan@archlinux.org>
52987         [BZ #13966]
52988         * configure.in (CXX_SYSINCLUDES): Use compiler output to
52989         determine header location.
52990         * configure: Regenerated.
52992 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52994         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
52995         float format.
52996         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
52997         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
52998         format.
52999         (test): Regenerate.
53001 2012-09-04  David S. Miller  <davem@davemloft.net>
53003         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
53004         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
53005         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
53007 2012-09-04  Florian Weimer  <fweimer@redhat.com>
53009         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
53010         failures.
53012         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
53014 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
53016         [BZ #9914]
53017         * libio/iogetdelim.c: Include <limits.h>.
53018         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
53019         + len + 1 would overflow.
53021 2012-09-03  Andreas Jaeger  <aj@suse.de>
53023         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53024         * sysdeps/i386/fpu/libm-test-ulps: Update.
53026 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53028         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
53029         Add s_sinf-sse2, s_conf-sse2.
53031         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
53032         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
53033         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
53034         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
53036         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
53037         for using routine as __sinf_ia32.
53038         Use macro for function declaration and weak_alias.
53039         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
53040         for using routine as __cosf_ia32.
53041         Use macro for function declaration and weak_alias.
53043         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
53044         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
53046         * sysdeps/x86_64/fpu/s_sinf.S: New file.
53047         * sysdeps/x86_64/fpu/s_cosf.S: New file.
53048         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53050         * math/libm-test.inc (cos_test): Add more test cases.
53051         (sin_test): Likewise.
53052         (sincos_test): Likewise.
53054 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53056         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
53057         (IFUNC_RESOLVE): Make pointers to the specialized implementations
53058         hidden.
53059         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
53061 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
53063         [BZ #14538]
53064         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
53065         first element of the GOT.
53066         (elf_machine_load_address): Return the difference between
53067         the runtime address of _DYNAMIC and elf_machine_dynamic ().
53069 2012-09-01  Allan McRae  <allan@archlinux.org>
53071         [BZ #13412]
53072         * configure.in (AWK): Require gawk version 3.0 or later.
53073         * configure: Regenerated.
53075 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
53077         * sysdeps/unix/sysv/linux/kernel-features.h
53078         (__ASSUME_POSIX_CPU_TIMERS): Remove.
53079         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
53080         [__NR_clock_getres]: Make code unconditional.
53081         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
53082         (clock_getcpuclockid): Remove code left unreachable by removal of
53083         conditionals.
53084         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
53085         code unconditional.
53086         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
53087         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
53088         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
53089         Make code unconditional.
53090         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
53091         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
53092         * sysdeps/unix/sysv/linux/clock_settime.c
53093         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
53094         conditional code.
53095         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
53096         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
53098 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
53100         [BZ #14476]
53101         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
53102         scripts/test-installation.pl.
53104         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
53105         and $ld_so_version if it is set.
53107 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
53109         [BZ #14516]
53110         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
53111         failure if reading from procfs failed.
53112         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
53114 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
53116         * sysdeps/unix/sysv/linux/kernel-features.h
53117         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
53118         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
53119         Remove conditional code.
53120         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53121         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
53122         Remove conditional code.
53123         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53124         * sysdeps/unix/sysv/linux/i386/fxstat.c
53125         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
53126         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53127         * sysdeps/unix/sysv/linux/i386/fxstatat.c
53128         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
53129         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53130         * sysdeps/unix/sysv/linux/i386/lxstat.c
53131         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
53132         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53133         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
53134         Remove conditional code.
53135         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53136         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
53137         Remove conditional code.
53138         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53139         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
53140         <kernel-features.h>.
53141         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
53142         Remove.
53143         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
53144         Remove conditional code.
53145         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
53146         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
53147         Remove conditional.
53149 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
53151         [BZ #5400]
53152         * NEWS: Add fixed bug number.
53154 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
53156         [BZ #14519]
53157         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
53158         underflowing exponent in case of negative sign.
53159         * stdlib/tst-strtod-round-data: Add more tests.
53160         * stdlib/tst-strtod-round.c (tests): Regenerated.
53162         [BZ #3479]
53163         * stdlib/strtod_l.c (NDIG): Remove.
53164         (HEXNDIG): Likewise.
53165         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
53166         smallest representable value.
53167         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
53168         lie within an exact representation of 1/2 ulp of the result.
53169         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
53170         unconditionally.
53171         (TENS_P9_IDX): Define unconditionally.
53172         (TENS_P9_SIZE): Likewise.
53173         (TENS_P10_IDX): Likewise.
53174         (TENS_P10_SIZE): Likewise.
53175         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
53176         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
53177         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
53178         entries for 10^2^13 and 10^2^14.
53179         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
53180         (TENS_P13_IDX): Define.
53181         (TENS_P13_SIZE): Likewise.
53182         (TENS_P14_IDX): Likewise.
53183         (TENS_P14_SIZE): Likewise.
53184         (_fpioconst_pow10): Change array size to
53185         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
53186         unconditional.
53187         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
53188         1024]: Add entries for 10^2^13 and 10^2^14.
53189         [LAST_POW10 > _LAST_POW10]: Remove #error.
53190         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
53191         (_fpioconst_pow10): Change array size to
53192         FPIOCONST_POW10_ARRAY_SIZE.
53193         * stdlib/gen-fpioconst.c: New file.
53194         * stdlib/gen-tst-strtod-round.c: Likewise.
53195         * stdlib/tst-strtod-round-data: Likewise.
53196         * stdlib/tst-strtod-round.c: Likewise.
53197         * stdlib/Makefile (tests): Add tst-strtod-round.
53199         [BZ #14459]
53200         * stdlib/strtod_l.c: Include <stdint.h>.
53201         (NDEBUG): Do not define.
53202         (round_and_return): Change EXPONENT parameter to type intmax_t.
53203         Rearrange calculations to avoid internal overflow possibilities.
53204         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
53205         Rearrange calculations to avoid internal overflow possibilities.
53206         Assert that number fits inside MPNSIZE limbs.
53207         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
53208         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
53209         calculations and add assertions to avoid internal overflow
53210         possibilities.  Add casts to avoid signed/unsigned operations.
53211         * stdlib/tst-strtod-overflow.c: New file.
53212         * stdlib/Makefile (tests): Add tst-strtod-overflow.
53214 2012-08-25  Marek Polacek  <polacek@redhat.com>
53216         * time/time.h: Fix some typos in comments.
53218 2012-08-23  Roland McGrath  <roland@hack.frob.com>
53220         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
53221         * posix/tst-rfc3484-2.c: Likewise.
53222         * posix/tst-rfc3484-3.c: Likewise.
53224 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
53226         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
53227         (EF_ARM_ABI_FLOAT_HARD): Likewise.
53229 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
53231         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
53232         #include of fxstatat64.c.
53234 2012-08-22  Roland McGrath  <roland@hack.frob.com>
53236         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
53237         * shadow/getspent_r.c: Likewise.
53238         * shadow/getspnam.c: Likewise.
53239         * shadow/getspnam_r.c: Likewise.
53240         * gshadow/getsgent.c: Likewise.
53241         * gshadow/getsgent_r.c: Likewise.
53242         * gshadow/getsgnam.c: Likewise.
53243         * gshadow/getsgnam_r.c: Likewise.
53244         * inet/getnetbyad.c: Likewise.
53245         * inet/getnetbyad_r.c: Likewise.
53246         * inet/getnetbynm.c: Likewise.
53247         * inet/getnetbynm_r.c: Likewise.
53248         * inet/getnetent.c: Likewise.
53249         * inet/getnetent_r.c: Likewise.
53250         * inet/getproto.c: Likewise.
53251         * inet/getproto_r.c: Likewise.
53252         * inet/getprtent.c: Likewise.
53253         * inet/getprtent_r.c: Likewise.
53254         * inet/getprtname.c: Likewise.
53255         * inet/getprtname_r.c: Likewise.
53256         * inet/getrpcbyname.c: Likewise.
53257         * inet/getrpcbyname_r.c: Likewise.
53258         * inet/getrpcbynumber.c: Likewise.
53259         * inet/getrpcbynumber_r.c: Likewise.
53260         * inet/getrpcent.c: Likewise.
53261         * inet/getrpcent_r.c: Likewise.
53262         * inet/getaliasent.c: Likewise.
53263         * inet/getaliasent_r.c: Likewise.
53264         * inet/getaliasname.c: Likewise.
53265         * inet/getaliasname_r.c: Likewise.
53266         * nscd/getgrgid_r.c: Likewise.
53267         * nscd/getgrnam_r.c: Likewise.
53268         * nscd/gethstbyad_r.c: Likewise.
53269         * nscd/gethstbynm3_r.c: Likewise.
53270         * nscd/getpwnam_r.c: Likewise.
53271         * nscd/getpwuid_r.c: Likewise.
53272         * nscd/getsrvbynm_r.c: Likewise.
53273         * nscd/getsrvbypt_r.c: Likewise.
53274         * nscd/gai.c: Likewise.
53276         * configure.in (build_nscd): New substituted variable, set
53277         by --disable-build-nscd and defaults to $use_nscd.
53278         * configure: Regenerated.
53279         * config.make.in (build-nscd): New substituted variable.
53280         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
53281         Change conditional to require [$(build-nscd) = yes] as well.
53282         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
53284         [BZ# 13696]
53285         * configure.in (use_nscd): New substituted variable, set by
53286         --disable-nscd.  If enabled, define USE_NSCD.
53287         * configure: Regenerated.
53288         * config.h.in: Add USE_NSCD.
53289         * config.make.in (use-nscd): New substituted variable.
53290         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
53291         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
53292         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
53293         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
53294         (CFLAGS-getgrnam_r.c): Likewise.
53295         (CFLAGS-initgroups.c): Likewise.
53296         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
53297         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
53298         Variables removed.
53299         * inet/getnetgrent_r.c
53300         (nscd_setnetgrent): New function, broken out of ...
53301         (setnetgrent): ... here.  Call it.
53302         (innetgr): Conditionalize nscd bits on [USE_NSCD].
53303         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
53304         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
53305         * nscd/Makefile (routines, aux): Move definitions after include of
53306         Makeconfig.  Conditionalize on [$(use-nscd) != no].
53307         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
53308         Conditionalize on [USE_NSCD].
53309         (is_nscd, nscd_init_cb): Likewise.
53310         (nss_load_library): Conditionalize init callback on [USE_NSCD].
53311         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
53312         * nss/nss_db/db-init.c: Likewise.
53313         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
53314         [USE_NSCD].
53315         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
53316         (make_request): Use it.
53317         (cache_valid_p): New function.
53318         (__check_pf): Use it.
53319         * NEWS: Add item for --disable-nscd.
53321 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
53323         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
53324         to support sed >= 4.2.1-20-ga9bf076.
53325         * configure: Regenerated.
53327 2012-08-22  Roland McGrath  <roland@hack.frob.com>
53329         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
53330         Conditionalize whole body on [IREL].
53332 2012-08-22  Jeff Law <law@redhat.com>
53334         [BZ #14505]
53335         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
53336         if the family is PF_UNSPEC.
53338 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
53340         * Makerules (lib-version): Rename from V.
53341         (install-lib-nosubdir): Change V to lib-version.
53343 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
53345         [BZ #14252]
53346         * powerpc32/power6/wcschr.c: New file.
53347         * powerpc32/power6/wcscpy.c: New file.
53348         * powerpc32/power6/wcsrchr.c: New file.
53349         * powerpc64/power6/wcschr.c: New file.
53350         * powerpc64/power6/wcscpy.c: New file.
53351         * powerpc64/power6/wcsrchr.c: New file.
53353 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
53355         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
53356         (two_way_short_needle): Use it.
53357         * string/strstr.c (AVAILABLE1_USES_J): Define.
53358         * string/strcasestr.c: Likewise.
53360         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
53361         array references.
53362         * string/strcasestr.c (TOLOWER): Make side-effect safe.
53364         [BZ #11607]
53365         * NEWS: Add an entry.
53366         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
53367         define their defaults.
53368         (two_way_short_needle): Detect end-of-string on-the-fly.
53369         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
53370         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
53371         * string/bug-strcasestr1.c: New test.
53372         * string/Makefile: Run it.
53374 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
53376         [BZ #11607]
53377         * string/str-two-way.h (two_way_short_needle): Optimize matching of
53378         the first character.
53380 2012-08-21  Roland McGrath  <roland@hack.frob.com>
53382         * csu/elf-init.c (__libc_csu_irel): Function removed.
53383         * csu/libc-start.c (apply_irel): New function.
53384         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
53386 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
53388         * sysdeps/unix/sysv/linux/kernel-features.h
53389         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
53390         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
53391         <kernel-features.h>.
53392         [__NR_fadvise64_64]: Make code unconditional.
53393         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
53394         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
53395         !__NR_fadvise64_64)]: Likewise.
53396         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
53397         !__NR_fadvise64_64))]: Likewise.
53398         [__NR_fadvise64]: Make code unconditional.
53399         [!__NR_fadvise64]: Remove conditional code.
53400         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
53401         <kernel-features.h>.
53402         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
53403         unconditional.
53404         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
53405         conditional code.
53406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
53407         not include <kernel-features.h>.
53408         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
53409         unconditional.
53410         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
53411         conditional code.
53412         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
53413         include <kernel-features.h>.
53414         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
53415         unconditional.
53416         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
53417         conditional code.
53419 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
53421         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
53422         slight instruction rearrangements per scrollpipe analysis.
53423         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
53425 2012-08-20  Roland McGrath  <roland@hack.frob.com>
53427         * manual/syslog.texi (syslog; vsyslog, closelog):
53428         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
53429         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
53431         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
53432         DSOCAPS to match condition on defining it.
53434 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
53436         * sysdeps/unix/sysv/linux/kernel-features.h
53437         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
53438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
53439         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
53440         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
53441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
53442         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
53443         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
53444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
53445         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
53446         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
53448         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
53449         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
53451         * sysdeps/unix/sysv/linux/kernel-features.h
53452         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
53453         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
53454         unconditional.
53455         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53456         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
53457         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
53458         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53459         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
53460         Make code unconditional.
53461         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53462         (__mmap64) [!__NR_mmap2]: Likewise.
53463         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
53464         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
53465         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53466         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
53467         [__NR_mmap2]: Make code unconditional.
53468         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53469         (__mmap64) [!__NR_mmap2]: Likewise.
53471 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53473         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
53475 2012-08-18  Andreas Jaeger  <aj@suse.de>
53477         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
53479 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
53481         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
53482         * include/unistd.h (__have_sock_cloexec): Likewise.
53483         (__have_pipe2): Likewise.
53484         (__have_dup3): Likewise.
53486 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
53488         [BZ #9685]
53489         * include/unistd.h (__have_pipe2): Change define into an extern int.
53490         (__have_dup3): Likewise.
53491         * socket/have_sock_cloexec.c: Include fcntl.h.
53492         (__have_pipe2): New variable.
53493         (__have_dup3): Likewise.
53495 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
53497         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
53499 2012-08-17  Marek Polacek  <polacek@redhat.com>
53501         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
53502         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
53504 2012-08-17  Roland McGrath  <roland@hack.frob.com>
53506         * configure.in: Add AC_SUBST for sysheaders.
53507         * configure: Regenerated.
53508         * config.make.in (sysheaders): New substituted variable.
53510         * sysdeps/unix/mkfifo.c: Moved ...
53511         * sysdeps/posix/mkfifo.c: ... here.
53512         * sysdeps/unix/mkfifoat.c: Moved ...
53513         * sysdeps/posix/mkfifoat.c: ... here.
53515         * sysdeps/unix/utime.c: Moved ...
53516         * sysdeps/posix/utime.c: ... here.
53518         * sysdeps/unix/time.c: Moved ...
53519         * sysdeps/posix/time.c: ... here.
53520         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
53521         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
53523         * sysdeps/unix/nice.c: Moved ...
53524         * sysdeps/posix/nice.c: ... here.
53526         * sysdeps/unix/alarm.c: Moved ...
53527         * sysdeps/posix/alarm.c: ... here.
53529         * intl/Makefile ($(codeset_mo)): Depend on the input file.
53531 2012-08-17  Jeff Law <law@redhat.com>
53533         * intl/Makefile (codeset_mo): New variable.
53534         ($(codeset_mo)): New target.
53535         (tst-codeset.out): Depend on that.  Remove explicit rule.
53536         (tst-gettext3.out, tst-gettext5.out): Likewise.
53537         (LOCPATH-ENV, tst-codeset-ENV): New variables.
53538         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
53539         * intl/tst-codeset.sh: Remove.
53540         * intl/tst-gettext3.sh: Likewise.
53541         * intl/tst-gettext5.sh: Likewise.
53543 2012-08-17  Roland McGrath  <roland@hack.frob.com>
53545         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
53546         * sysdeps/unix/syscalls.list: ... here.
53548         * sysdeps/posix/getaddrinfo.c
53549         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
53550         (gaiconf_init, gaiconf_reload): Use them.
53551         [!_STATBUF_ST_NSEC]
53552         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
53553         Define using time_t rather than struct timespec.
53555         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
53556         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
53557         Macros removed.
53558         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
53559         [!NO_THREADS].
53560         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
53561         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
53562         Likewise.
53564         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
53565         __libc_cleanup_push argument.
53567         * bits/param.h: New file.
53568         * misc/sys/param.h: New file.
53569         * include/sys/param.h: New file.
53570         * misc/Makefile (headers): Add bits/param.h.
53571         * sysdeps/generic/sys/param.h: File removed.
53572         * sysdeps/unix/sysv/linux/bits/param.h: New file.
53573         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
53574         * sysdeps/mach/hurd/bits/param.h: New file.
53575         * sysdeps/mach/hurd/sys/param.h: File removed.
53577         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
53578         last change.
53580         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
53581         [_IO_MTSAFE_IO].
53582         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
53583         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
53584         New macros.
53586         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
53587         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
53588         rather than -D_IO_MTSAFE_IO conditionally.
53589         * stdio-common/Makefile (CPPFLAGS): Likewise.
53590         * wcsmbs/Makefile (CPPFLAGS): Likewise.
53591         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
53592         Use $(libio-mtsafe).
53593         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
53594         of -D_IO_MTSAFE_IO.
53595         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
53596         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
53597         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
53598         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
53599         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
53600         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
53601         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
53602         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
53603         (CFLAGS-fread_u_chk.c): Likewise.
53604         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
53605         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
53606         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
53607         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
53608         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
53609         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
53610         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
53611         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
53612         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
53614         * libio/Makefile: Test [$(libc-reentrant) = yes]
53615         instead of [$(filter %REENTRANT, $(defines)) nonempty].
53617         * Makeconfig
53618         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
53619         * sysdeps/pthread/configure: File removed.
53620         * sysdeps/pthread/Makeconfig: New file.
53621         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
53622         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
53624 2012-08-16  Gary Benson  <gbenson@redhat.com>
53626         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
53627         unmapping the first object in a namespace.
53629 2012-08-16  Roland McGrath  <roland@hack.frob.com>
53631         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
53632         (__internal_setnetgrent): ... this.  Add internal_function to
53633         definition.  Add libc_hidden_def.
53634         (setnetgrent): Update caller.
53635         (internal_endnetgrent): Renamed to ...
53636         (__internal_endnetgrent): ... this.  Add internal_function to
53637         definition.  Add libc_hidden_def.
53638         (endnetgrent): Update caller.
53639         (internal_getnetgrent_r): Renamed to ...
53640         (__internal_getnetgrent_r): ... this.  Add internal_function to
53641         definition.  Add libc_hidden_def.
53642         (__getnetgrent_r): Update caller.
53643         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
53645 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
53647         * stdlib/longlong.h: Update from GCC.
53649 2012-08-16  Roland McGrath  <roland@hack.frob.com>
53651         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
53652         on _QL, which is set by umul_ppmm but never used.
53653         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
53654         variables, which are set by GMP macros but never used.
53655         * stdio-common/_itowa.c (_itowa): Likewise.
53656         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
53657         * stdlib/mod_1.c (mpn_mod_1): Likewise.
53659 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
53661         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
53662         struct La_sh_regs is not constant.
53663         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
53664         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
53665         and struct La_sparc64_regs are not constant.
53667 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
53669         * sysdeps/unix/sysv/linux/kernel-features.h
53670         (__ASSUME_POSIX_TIMERS): Remove.
53671         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
53672         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53673         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
53674         Make code unconditional.
53675         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53676         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
53677         Make code unconditional.
53678         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53679         * sysdeps/unix/sysv/linux/clock_nanosleep.c
53680         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
53681         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53682         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
53683         Make code unconditional.
53684         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53685         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
53686         (__libc_missing_posix_timers): Remove.
53688 2012-08-15  Roland McGrath  <roland@hack.frob.com>
53690         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
53691         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
53693         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
53695         * elf/dl-sym.c: Include <stdlib.h>.
53697         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
53698         constants, which avoids warnings in 32-bit builds.
53700         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
53701         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
53703         * misc/lseek.c: File moved to ...
53704         * io/lseek.c: ... here.
53706         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
53708         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
53709         shifting LEN more than 31 bits at once.
53711 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53713         [BZ #14195]
53714         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
53715         segmentation fault for a case of two empty input strings.
53716         * string/test-strncasecmp.c (check1): Renamed to...
53717         (bz12205): ...this.
53718         (bz14195): Add new testcase for two empty input strings and N > 0.
53719         (test_main): Call new testcase, adapt for renamed function.
53721 2012-08-15  Andreas Jaeger  <aj@suse.de>
53723         [BZ #14090]
53724         * crypt/md5test2.c: New test, based on test supplied by Serge
53725         Belyshev <belyshev@depni.sinp.msu.ru>.
53726         * crypt/Makefile (xtests): Add md5test-giant..
53727         * crypt/Makefile ($(objpfx)md5test-giant): Add.
53729 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
53731         [BZ #14090]
53732         * crypt/md5.c (md5_process_block): Don't assume the buffer
53733         length is less than 2**32.
53734         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
53735         length is less than 2**64.
53737 2012-08-15  Roland McGrath  <roland@hack.frob.com>
53739         * string/str-two-way.h: Include <sys/param.h>.
53740         (MAX): Macro removed.
53742         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
53743         Move #define and #undef of memmove to just before and after
53744         including <string.h>.
53746         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
53747         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
53748         and after including <string.h>.  Move declarations of
53749         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
53750         to before #include "string/memmove.c".
53752         * include/dirent.h: Declare __getdirentries.
53754         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
53755         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
53757 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
53759         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
53760         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
53761         * sysdeps/i386/configure: Regenerated.
53762         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
53763         STABS_CURRENT_FILE, and STABS_FUN.
53764         (END): Remove call to STABS_FUN_END.
53765         (STABS_CURRENT_FILE1): Delete.
53766         (STABS_CURRENT_FILE): Likewise.
53767         (STABS_FUN): Likewise.
53768         (STABS_FUN_END): Likewise.
53769         (STABS_FUN2): Likewise.
53770         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
53771         * sysdeps/x86_64/configure: Regenerated.
53773 2012-08-14  Roland McGrath  <roland@hack.frob.com>
53775         * elf/dl-open.c: Include <atomic.h>.
53776         * elf/dl-lookup.c: Likewise.
53778 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
53780         * sysdeps/unix/sysv/linux/kernel-features.h
53781         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
53782         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
53783         unconditionally.
53784         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
53785         unconditionally.
53786         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
53787         condition on __ASSUME_CLONE_THREAD_FLAGS.
53789 2012-08-14  Andreas Jaeger  <aj@suse.de>
53791         * sysdeps/i386/fpu/libm-test-ulps: Update.
53793 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
53795         * include/atomic.h (atomic_exchange_and_add): Split into ...
53796         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
53797         New atomic macros.
53799 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
53801         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53803 2012-08-13  Jeff Law <law@redhat.com>
53805         * manual/stdio.texi (snprintf): Clarify handling of the trailing
53806         null byte in the output string.
53808 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
53810         * sysdeps/unix/sysv/linux/kernel-features.h
53811         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
53812         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
53813         (__ASSUME_ARG_MAX_STACK_BASED): Define.
53814         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
53815         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
53816         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
53817         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
53819 2012-08-09  Jeff Law <law@redhat.com>
53821         [BZ #13939]
53822         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
53823         When avoid_arena is set, don't retry in the that arena.  Pick the
53824         next one, whatever it might be.
53825         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
53826         (arena_lock): Pass in new parameter to arena_get2.
53827         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
53828         arena_get2.
53829         (__libc_malloc): Unify retrying after main arena failure with
53830         __libc_memalign version.
53831         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
53833 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
53835         [BZ #14166]
53836         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
53837         to __redirect_strstr.
53838         (__strstr_sse42): Use typeof __redirect_strstr.
53839         (__strstr_ia32): Likewise.
53840         (__libc_strstr): New prototype.
53841         (strstr): Renamed to ...
53842         (__libc_strstr): This.
53843         (strstr): New strong alias of __libc_strstr.
53844         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
53845         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
53846         __redirect_time.
53847         Include <time.h>.
53848         (__libc_time): New prototype.
53849         (time_ifunc): Replace time with __libc_time.
53850         (time): New strong alias and hidden definition of __libc_time.
53851         (__GI_time): Remove strong alias.
53852         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
53853         Include <stddef.h>.
53854         (memmove): Redefined to __redirect_memmove.
53855         (__memmove_sse2): Use typeof __redirect_memmove.
53856         (__memmove_ssse3): Likewise.
53857         (__memmove_ssse3_back): Likewise.
53858         (__libc_memmove): New prototype.
53859         (memmove): Renamed to ...
53860         (__libc_memmove): This.
53861         (memmove): New strong alias of __libc_memmove.
53863 2012-08-08  Mark Salter  <msalter@redhat.com>
53865         * elf/elf.h
53866         (R_MN10300_TLS_GD): Define.
53867         (R_MN10300_TLS_LD): Likewise.
53868         (R_MN10300_TLS_LDO): Likewise.
53869         (R_MN10300_TLS_GOTIE): Likewise.
53870         (R_MN10300_TLS_IE): Likewise.
53871         (R_MN10300_TLS_LE): Likewise.
53872         (R_MN10300_TLS_DTPMOD): Likewise.
53873         (R_MN10300_TLS_DTPOFF): Likewise.
53874         (R_MN10300_TLS_TPOFF): Likewise.
53875         (R_MN10300_SYM_DIFF): Likewise.
53876         (R_MN10300_ALIGN): Likewise.
53877         (R_MN10300_NUM): Update.
53879 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
53881         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
53882         Remove.
53884 2012-08-08  Roland McGrath  <roland@hack.frob.com>
53886         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
53888         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
53889         sysdeps/unix -> sysdeps/posix move.
53890         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
53892 2012-08-07      Allan McRae     <allan@archlinux.org>
53894         [BZ #14303]
53895         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
53896         (SUNOS_CPP): Likewise.
53897         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
53898         not found.
53899         (open_input): Call CPP using execvp.
53901 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
53903         * sysdeps/unix/sysv/linux/kernel-features.h
53904         (__ASSUME_PROT_GROWSUPDOWN): Remove.
53905         (__ASSUME_NO_CLONE_DETACHED): Likewise.
53906         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
53907         (__ASSUME_WAITID_SYSCALL): Likewise.
53908         * sysdeps/unix/sysv/linux/dl-execstack.c
53909         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
53910         code unconditional.
53911         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
53912         conditional code.
53913         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
53914         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
53915         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
53916         code.
53917         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
53918         unconditional.
53919         [__ASSUME_WAITID_SYSCALL]: Likewise.
53920         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
53922 2012-08-07  Roland McGrath  <roland@hack.frob.com>
53924         * sysdeps/unix/closedir.c: Renamed to ...
53925         * sysdeps/posix/closedir.c: ... here.
53926         * sysdeps/unix/dirfd.c: Renamed to ...
53927         * sysdeps/posix/dirfd.c: ... here.
53928         * sysdeps/unix/dirstream.h: Renamed to ...
53929         * sysdeps/posix/dirstream.h: ... here.
53930         * sysdeps/unix/fdopendir.c: Renamed to ...
53931         * sysdeps/posix/fdopendir.c: ... here.
53932         * sysdeps/unix/opendir.c: Renamed to ...
53933         * sysdeps/posix/opendir.c: ... here.
53934         * sysdeps/unix/readdir.c: Renamed to ...
53935         * sysdeps/posix/readdir.c: ... here.
53936         * sysdeps/unix/readdir_r.c: Renamed to ...
53937         * sysdeps/posix/readdir_r.c: ... here.
53938         * sysdeps/unix/rewinddir.c: Renamed to ...
53939         * sysdeps/posix/rewinddir.c: ... here.
53940         * sysdeps/unix/seekdir.c: Renamed to ...
53941         * sysdeps/posix/seekdir.c: ... here.
53942         * sysdeps/unix/telldir.c: Renamed to ...
53943         * sysdeps/posix/telldir.c: ... here.
53944         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
53945         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
53946         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
53947         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
53949         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
53950         * bits/fcntl.h: ... here.
53952         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
53953         not 0.
53954         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
53955         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
53956         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
53957         (struct flock): Move l_start, l_len to the beginning.
53958         Use __pid_t for l_pid.
53959         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
53960         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
53961         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
53962         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
53963         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
53964         [__USE_LARGEFILE64] (struct flock64): New type.
53965         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
53967         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
53968         * bits/dirent.h: ... here.
53970         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
53971         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
53973 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
53975         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
53976         Change from 2.6.0 to 2.6.16.
53977         * sysdeps/unix/sysv/linux/configure: Regenerated.
53978         * sysdeps/unix/sysv/linux/kernel-features.h
53979         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
53980         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
53981         version.
53982         (__ASSUME_UTIMES): Likewise.
53983         (__ASSUME_CLONE_STOPPED): Remove.
53984         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
53985         architectures, not kernel version.
53986         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
53987         (__ASSUME_NO_CLONE_DETACHED): Likewise.
53988         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
53989         (__ASSUME_WAITID_SYSCALL): Likewise.
53990         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
53991         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
53992         * README: State 2.6.16 as minimum Linux kernel version.  Do not
53993         refer to older versions.
53995 2012-08-06  Roland McGrath  <roland@hack.frob.com>
53997         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
53998         Define alphasort64 as an alias.
53999         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
54000         Define versionsort64 as an alias.
54001         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
54002         Define scandir64 as an alias.
54003         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
54004         Define scandirat64 as an alias.
54005         * dirent/alphasort64.c (alphasort64):
54006         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
54007         * dirent/versionsort64.c: Likewise.
54008         * dirent/scandir64.c: Likewise.
54009         * dirent/scandirat64.c: Likewise.
54010         * sysdeps/wordsize-64/alphasort.c: File removed.
54011         * sysdeps/wordsize-64/alphasort64.c: File removed.
54012         * sysdeps/wordsize-64/scandir.c: File removed.
54013         * sysdeps/wordsize-64/scandir64.c: File removed.
54014         * sysdeps/wordsize-64/scandirat.c: File removed.
54015         * sysdeps/wordsize-64/scandirat64.c: File removed.
54016         * sysdeps/wordsize-64/versionsort.c: File removed.
54017         * sysdeps/wordsize-64/versionsort64.c: File removed.
54018         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
54019         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
54020         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
54021         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
54022         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
54023         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
54024         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
54025         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
54027         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
54028         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
54029         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
54030         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
54031         [defined __arch64__ || defined __sparcv9]
54032         (__INO_T_MATCHES_INO64_T): New macro.
54033         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
54034         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
54035         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
54036         * sysdeps/unix/sysv/linux/bits/dirent.h
54037         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
54038         (_DIRENT_MATCHES_DIRENT64): New macro.
54040         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
54041         Define lockf64 as an alias.
54042         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
54043         Define fseeko64 as an alias.
54044         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
54045         Define ftello64 as an alias.
54046         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
54047         Define _IO_fgetpos64 and fgetpos64 as aliases.
54048         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
54049         Define _IO_fsetpos64 and fsetpos64 as aliases.
54050         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
54051         Conditionalize body on this.
54052         * libio/fseeko64.c: Likewise.
54053         * libio/ftello64.c: Likewise.
54054         * libio/iofgetpos64.c: Likewise.
54055         * libio/iofsetpos64.c: Likewise.
54056         * sysdeps/wordsize-64/lockf.c: File removed.
54057         * sysdeps/wordsize-64/lockf64.c: File removed.
54058         * sysdeps/wordsize-64/fseeko.c: File removed.
54059         * sysdeps/wordsize-64/fseeko64.c: File removed.
54060         * sysdeps/wordsize-64/ftello.c: File removed.
54061         * sysdeps/wordsize-64/ftello64.c: File removed.
54062         * sysdeps/wordsize-64/iofgetpos.c: File removed.
54063         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
54064         * sysdeps/wordsize-64/iofsetpos.c: File removed.
54065         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
54066         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
54067         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
54068         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
54069         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
54070         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
54071         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
54072         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
54073         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
54074         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
54075         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
54077         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
54078         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
54079         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
54080         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
54081         [defined __arch64__ || defined __sparcv9]
54082         (__OFF_T_MATCHES_OFF64_T): New macro.
54083         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
54084         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
54085         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
54086         (__OFF_T_MATCHES_OFF64_T): New macro.
54088 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
54090         * stdlib/secure-getenv.c (__secure_getenv): Replace
54091         GLIBC_2_16 with GLIBC_2_17.
54093 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
54095         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
54096         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
54098 2012-08-03  David S. Miller  <davem@davemloft.net>
54100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54102 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
54104         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
54105         Remove.
54106         (__ASSUME_CORRECT_SI_PID): Likewise.
54107         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
54108         (__ASSUME_TMPFS_NAME): Likewise.
54109         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
54110         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
54111         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
54112         (HAVE_AUX_SECURE): Make definition unconditional.
54113         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
54114         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
54116 2012-08-03  Roland McGrath  <roland@hack.frob.com>
54118         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
54119         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
54120         * sysdeps/mach/hurd/eloop-threshold.h: New file.
54121         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
54122         __eloop_threshold instead of SYMLOOP_MAX.
54124         * sysdeps/generic/eloop-threshold.h: New file.
54125         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
54126         of MAXSYMLINKS.
54127         * elf/chroot_canon.c (chroot_canon): Likewise.
54129 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
54131         [BZ #13717]
54132         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
54133         Change to 2.6.0 everywhere.
54134         * sysdeps/unix/sysv/linux/configure: Regenerated.
54135         * sysdeps/unix/sysv/linux/kernel-features.h
54136         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
54137         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
54138         kernel versions.
54139         (__ASSUME_POSIX_TIMERS): Define unconditionally.
54140         (__ASSUME_FUTEX_REQUEUE): Remove.
54141         (__ASSUME_STATFS64): Define unconditionally.
54142         (__ASSUME_AT_SECURE): Likewise.
54143         (__ASSUME_CORRECT_SI_PID): Likewise.
54144         (__ASSUME_TGKILL): Define without depending on kernel version for
54145         i386.
54146         (__ASSUME_UTIMES): Likewise.
54147         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
54148         kernel version.
54149         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
54150         (__ASSUME_TMPFS_NAME): Likewise.
54151         * README: Update reference to Linux kernel versions.
54153 2012-08-02  Marek Polacek  <polacek@redhat.com>
54155         [BZ# 14150]
54156         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
54157         libc_cv_asm_type_prefix with %.
54158         * configure: Regenerated.
54159         * include/libc-symbols.h: Remove comment about
54160         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
54161         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
54162         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
54163         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
54164         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
54165         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
54166         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
54167         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
54168         * elf/tst-unique2mod1.c: Likewise.
54169         * elf/tst-unique1mod2.c: Likewise.
54170         * elf/tst-unique1mod1.c: Likewise.
54171         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
54172         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
54173         Replace ASM_TYPE_DIRECTIVE with .type.
54174         * sysdeps/s390/s390-64/sysdep.h: Likewise.
54175         * sysdeps/i386/sysdep.h: Likewise.
54176         * sysdeps/x86_64/sysdep.h: Likewise.
54177         * sysdeps/sh/sysdep.h: Likewise.
54178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54179         Do not define ASM_TYPE_DIRECTIVE.
54180         * sysdeps/powerpc/sysdep.h: Likewise.
54181         * sysdeps/powerpc/powerpc32/sysdep.h:
54182         Replace ASM_TYPE_DIRECTIVE with .type.
54183         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
54184         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
54185         * sysdeps/i386/fpu/e_powf.S: Likewise.
54186         * sysdeps/i386/fpu/e_expl.S: Likewise.
54187         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
54188         * sysdeps/i386/fpu/e_acosh.S: Likewise.
54189         * sysdeps/i386/fpu/e_pow.S: Likewise.
54190         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
54191         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
54192         * sysdeps/i386/fpu/s_expm1.S: Likewise.
54193         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
54194         * sysdeps/i386/fpu/e_log2.S: Likewise.
54195         * sysdeps/i386/fpu/e_log2l.S: Likewise.
54196         * sysdeps/i386/fpu/e_scalb.S: Likewise.
54197         * sysdeps/i386/fpu/e_powl.S: Likewise.
54198         * sysdeps/i386/fpu/e_log10f.S: Likewise.
54199         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
54200         * sysdeps/i386/fpu/e_logl.S: Likewise.
54201         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
54202         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
54203         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
54204         * sysdeps/i386/fpu/e_log2f.S: Likewise.
54205         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
54206         * sysdeps/i386/fpu/e_log.S: Likewise.
54207         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
54208         * sysdeps/i386/fpu/e_logf.S: Likewise.
54209         * sysdeps/i386/fpu/e_log10l.S: Likewise.
54210         * sysdeps/i386/fpu/e_atanh.S: Likewise.
54211         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
54212         * sysdeps/i386/fpu/e_log10.S: Likewise.
54213         * sysdeps/i386/fpu/s_frexp.S: Likewise.
54214         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
54215         * sysdeps/i386/fpu/s_asinh.S: Likewise.
54216         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
54217         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
54218         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
54219         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
54220         * sysdeps/i386/i686/strtok.S: Likewise.
54221         * sysdeps/i386/i386-mcount.S: Likewise.
54222         * sysdeps/i386/strtok.S: Likewise.
54223         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
54224         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54225         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54226         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54227         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
54228         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54229         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
54230         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
54231         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54232         * sysdeps/x86_64/_mcount.S: Likewise.
54233         * sysdeps/x86_64/strtok.S: Likewise.
54234         * sysdeps/sh/_mcount.S: Likewise.
54236 2012-08-01  Roland McGrath  <roland@hack.frob.com>
54238         * libio/iofopen.c: Include <fcntl.h>.
54239         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
54240         (_IO_fopen64, fopen64): Define as aliases.
54241         * libio/iofopen64.c: Include <fcntl.h>.
54242         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
54243         Conditionalize body on this.
54244         * sysdeps/wordsize-64/iofopen.c: File removed.
54245         * sysdeps/wordsize-64/iofopen64.c: File removed.
54247 2012-08-01  Marek Polacek  <polacek@redhat.com>
54249         * libc/Makeconfig: Use elf in place of binfmt-subdir.
54250         Use dlfcn directly instead of a variable.
54251         (binfmt-subdir): Do not define.
54252         (dlfcn): Likewise.
54254 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
54256         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
54257         Remove all definitions.
54258         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
54259         <kernel-features.h>.
54260         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
54261         (miss_F_GETOWN_EX): Remove all definitions.
54262         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
54263         macro definition.
54264         [!__ASSUME_FCNTL64]: Remove conditional code.
54265         [__ASSUME_FCNTL64]: Make code unconditional.
54266         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
54267         <kernel-features.h>.
54268         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
54269         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
54270         (lockf64) [__NR_fcntl64]: Make code unconditional.
54271         (lockf64) [__ASSUME_FCNTL64]: Likewise.
54273         * sysdeps/unix/sysv/linux/kernel-features.h
54274         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
54275         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
54276         Make code unconditional.
54277         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
54278         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
54279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
54280         [__NR_vfork]: Make code unconditional.
54281         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
54282         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
54283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
54284         [__NR_vfork]: Make code unconditional.
54285         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
54286         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
54288 2012-08-01  Roland McGrath  <roland@hack.frob.com>
54290         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
54291         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
54293         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54294         Define mkstemp64 as an alias.
54295         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54296         Define mkstemps64 as an alias.
54297         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54298         Define mkostemp64 as an alias.
54299         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
54300         Define mkostemps64 as an alias.
54301         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
54302         Conditionalize body on this.
54303         * misc/mkostemp64.c: Likewise.
54304         * misc/mkostemps64.c: Likewise.
54305         * misc/mkstemps64.c: Likewise.
54306         * sysdeps/wordsize-64/mkstemp64.c: File removed.
54307         * sysdeps/wordsize-64/mkostemp64.c: File removed.
54308         * sysdeps/wordsize-64/mkostemp.c: File removed.
54309         * sysdeps/wordsize-64/mkstemp.c: File removed.
54310         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
54311         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
54312         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
54313         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
54315         [BZ #14138]
54316         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
54317         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
54318         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
54319         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
54321         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
54322         compat_symbol macros from <shlib-compat.h> rather than the underlying
54323         default_symbol_version and symbol_version macros, so that DEFAULT
54324         lines in shlib-versions are respected.
54325         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
54327 2012-08-01  Florian Weimer  <fweimer@redhat.com>
54329         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
54330         Declare with warn_unused_result.
54331         (setgid, setregid, setegid, setresgid): Likewise.
54332         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
54333         Likewise.
54334         * WUR-REPORT: Remove set*id functions.
54336 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
54338         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
54340 2012-07-31  Roland McGrath  <roland@hack.frob.com>
54342         [BZ #10191]
54343         * include/sys/socket.h (__libc_accept, __libc_accept4):
54344         Add attribute_hidden.
54345         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
54347         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
54348         use of PTR_MANGLE.
54349         * inet/getnetgrent_r.c (setup): Likewise.
54351         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
54353 2012-07-31  David S. Miller  <davem@davemloft.net>
54355         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54357 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
54359         [BZ #13629]
54360         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
54361         value between 1.0 and 2.0 and smaller part has absolute value less
54362         than 1.0.
54363         * math/s_clog10.c (__clog10): Likewise.
54364         * math/s_clog10f.c (__clog10f): Likewise.
54365         * math/s_clog10l.c (__clog10l): Likewise.
54366         * math/s_clogf.c (__clogf): Likewise.
54367         * math/s_clogl.c (__clogl): Likewise.
54368         * math/libm-test.inc (clog_test): Add more tests.
54369         (clog10_test): Likewise.
54370         * sysdeps/i386/fpu/libm-test-ulps: Update.
54371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54373 2012-07-31  Florian Weimer  <fweimer@redhat.com>
54375         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
54376         Exit with zero in case no suitable GID is found, and write a
54377         message to standard error.
54379 2012-07-30  Roland McGrath  <roland@hack.frob.com>
54381         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
54382         rather than to 1.
54383         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
54384         (MAXPATHLEN): Removed.
54385         (NOGROUP, NODEV): New macros.
54386         (setbit, clrbit, isset, isclr): New macros.
54387         (howmany, roundup, powerof2): New macros.
54388         (DEV_BSIZE): New macro.
54390         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
54391         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
54393         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
54394         definition on [!__NO_LONG_DOUBLE_MATH].
54396         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
54397         PTR_MANGLE and PTR_DEMANGLE.
54399         * socket/accept4.c (accept4): Rename to __libc_accept4.
54400         Define accept4 as a weak alias.
54402         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
54403         on [_DIRENT_HAVE_D_TYPE].
54404         * io/ftw.c (ftw_dir): Likewise.
54406         * io/xmknod.c (__xmknod): Don't check PATH for being null.
54408         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
54410         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
54411         Use the BSD numbers rather than the arbitrary ones we had.
54412         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
54413         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
54414         (SIGXCPU, SIGXFSZ): New macros.
54415         (_NSIG): Now 32.
54417         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
54418         initializer on [_LIBC_REENTRANT].
54420         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
54421         definitions inside [_POSIX_MAPPED_FILES].
54423         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
54425         * dirent/opendir.c: Include <fcntl.h>.
54427         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
54428         (__libc_getspecific): Likewise.
54429         (__libc_key_create): Likewise.
54431         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
54432         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
54433         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
54434         (tmpfile64): Define as alias.
54435         * sysdeps/wordsize-64/tmpfile.c: File removed.
54436         * sysdeps/wordsize-64/tmpfile64.c: File removed.
54437         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
54438         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
54440         * stdio-common/vfscanf.c: Include <stdbool.h>.
54441         * nss/makedb.c: Likewise.
54442         * stdio-common/_i18n_number.h: Likewise.
54443         * argp/argp-help.c: Likewise.
54444         * posix/wordexp.c: Likewise.
54445         * sysdeps/posix/spawni.c: Likewise.
54446         * nss/nss_files/files-initgroups.c: Likewise.
54447         * stdio-common/reg-modifier.c: Include <stdlib.h>.
54448         * nss/nss_files/files-initgroups.c: Likewise.
54449         * nss/nss_db/db-netgrp.c: Likewise.
54450         * nss/nss_db/db-initgroups.c: Likewise.
54451         * io/fchmodat.c: Include <sys/stat.h>.
54453         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
54454         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
54456         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
54457         [HAVE_MMAP].
54459         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
54460         Add multiple inclusion protection.
54462 2012-07-27  David S. Miller  <davem@davemloft.net>
54464         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54466 2012-07-27  Gary Benson  <gbenson@redhat.com>
54468         [BZ #14298]
54469         * elf/rtld.c: Include <stap-probe.h>.
54470         (dl_main): Added static probes "init_start" and "init_complete".
54471         * elf/dl-load.c: Include <stap-probe.h>.
54472         (lose): Take new parameter "nsid".
54473         Added static probe "map_failed".
54474         (_dl_map_object_from_fd): Pass namespace id to lose.
54475         Added static probe "map_start".
54476         (open_verify): Pass namespace id to lose.
54477         * elf/dl-open.c: Include <stap-probe.h>.
54478         (dl_open_worker) Added static probes "map_complete", "reloc_start"
54479         and "reloc_complete".
54480         * elf/dl-close.c: Include <stap-probe.h>.
54481         (_dl_close_worker): Added static probes "unmap_start" and
54482         "unmap_complete".
54483         * elf/rtld-debugger-interface.txt: New file documenting the above.
54485 2012-07-26  Roland McGrath  <roland@hack.frob.com>
54487         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
54488         rather than a string variable.
54489         * sunrpc/rpc_main.c (h_output): Likewise.
54490         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
54492 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
54494         * inet/check_native.c: New file.
54496 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
54498         [BZ #13629]
54499         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
54500         if larger part has absolute value 1.0.
54501         * math/s_clog10.c (__clog10): Likewise.
54502         * math/s_clog10f.c (__clog10f): Likewise.
54503         * math/s_clog10l.c (__clog10l): Likewise.
54504         * math/s_clogf.c (__clogf): Likewise.
54505         * math/s_clogl.c (__clogl): Likewise.
54506         * math/libm-test.inc (clog_test): Add more tests.
54507         (clog10_test): Likewise.
54508         * sysdeps/i386/fpu/libm-test-ulps: Update.
54509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54511         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
54512         (pltexit): Likewise.
54513         (La_regs): Likewise.
54514         (La_retval): Likewise.
54515         (int_retval): Likewise.
54516         Update #error for removed macros to refer only to definitions in
54517         tst-audit.h.
54518         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
54519         macro.
54520         (pltexit): Likewise.
54521         (La_regs): Likewise.
54522         (La_retval): Likewise.
54523         (int_retval): Likewise.
54524         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
54525         macro.
54526         (pltexit): Likewise.
54527         (La_regs): Likewise.
54528         (La_retval): Likewise.
54529         (int_retval): Likewise.
54530         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
54531         macro.
54532         (pltexit): Likewise.
54533         (La_regs): Likewise.
54534         (La_retval): Likewise.
54535         (int_retval): Likewise.
54536         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
54537         macro.
54538         (pltexit): Likewise.
54539         (La_regs): Likewise.
54540         (La_retval): Likewise.
54541         (int_retval): Likewise.
54542         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
54543         macro.
54544         (pltexit): Likewise.
54545         (La_regs): Likewise.
54546         (La_retval): Likewise.
54547         (int_retval): Likewise.
54548         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
54549         macro.
54550         (pltexit): Likewise.
54551         (La_regs): Likewise.
54552         (La_retval): Likewise.
54553         (int_retval): Likewise.
54554         * sysdeps/generic/tst-audit.h: Update comment to refer only to
54555         macro definitions in tst-audit.h.
54556         * sysdeps/i386/tst-audit.h: New file.
54557         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
54558         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
54559         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
54560         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
54561         * sysdeps/sh/tst-audit.h: Likewise.
54562         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
54563         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
54564         * sysdeps/x86_64/tst-audit.h: Likewise.
54566 2012-07-26  Andreas Jaeger  <aj@suse.de>
54568         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
54569         ptrace.
54571         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
54572         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
54573         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
54574         PTRACE_O_MASK.
54575         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
54576         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
54577         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
54579         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
54580         value.
54582         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
54583         _sigsys.
54584         (si_call_addr, si_syscall, si_arch): Define new macro.
54585         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
54586         _sigsys.
54587         (si_call_addr, si_syscall, si_arch): Define new marcro.
54588         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
54589         _sigsys.
54590         (si_call_addr, si_syscall, si_arch): Define new macro.
54591         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
54592         _sigsys.
54593         (si_call_addr, si_syscall, si_arch): Define new macro.
54595 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
54597         [BZ #13717]
54598         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
54599         Change to 2.4.21 where previously 2.4.1.
54600         * sysdeps/unix/sysv/linux/configure: Regenerated.
54601         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
54602         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
54603         Linux kernel version.
54604         (__ASSUME_STD_AUXV): Remove.
54605         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
54606         kernel version.
54607         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
54608         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
54609         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
54610         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
54611         (__ASSUME_NETLINK_SUPPORT): Likewise.
54612         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
54613         (__no_netlink_support): Remove conditional definition.
54614         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
54615         Remove.
54616         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
54617         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
54618         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
54619         (if_nameindex_ioctl): Remove.
54620         (if_nameindex_netlink): Do not handle __no_netlink_support.
54621         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
54622         code.
54623         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
54624         Remove conditional code.
54625         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
54626         code.
54627         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
54628         unconditional.
54629         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
54630         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
54631         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
54632         Remove.
54633         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
54634         [!__ASSUME_STD_AUXV]: Remove conditional code.
54635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
54636         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
54637         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
54638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
54639         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
54640         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
54641         code.
54642         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
54643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
54644         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
54645         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
54646         conditional code.
54647         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
54648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
54649         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
54650         code.
54651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
54652         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
54653         conditional code.
54654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
54655         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54656         code unconditional.
54657         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54658         conditional code.
54659         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54660         unconditional.
54661         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54662         conditional code.
54663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54664         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54665         unconditional.
54666         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54667         conditional code.
54668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
54669         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54670         code unconditional.
54671         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54672         conditional code.
54673         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54674         unconditional.
54675         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54676         conditional code.
54677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
54678         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54679         code unconditional.
54680         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54681         conditional code.
54682         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54683         unconditional.
54684         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54685         conditional code.
54687 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
54689         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
54690         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
54691         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
54692         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
54693         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
54694         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
54695         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
54696         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
54697         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
54698         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
54699         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
54700         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
54701         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
54702         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
54703         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
54704         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
54705         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
54706         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
54707         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
54708         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
54709         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
54710         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
54711         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
54713 2012-07-25  Florian Weimer  <fweimer@redhat.com>
54715         * Versions.def: Add GLIBC_2.17.
54716         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
54717         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
54718         Introduce __libc_secure_getenv.
54719         * stdlib/Versions (2.17): Add secure_getenv
54720         (GLIBC_PRIVATE): Add __libc_secure_getenv.
54721         * stdlib/secure-getenv.c: Rename __secure_getenv to
54722         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
54723         symbol __secure_getenv for GLIBC_2.0.
54724         * stdlib/tst-secure-getenv.c: New.
54725         * stdlib/Makefile (tests): Add testcase.
54726         * manual/startup.texi (Environment Access): Document
54727         secure_getenv.
54728         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
54729         __libc_secure_getenv.
54730         * inet/ruserpass.c (ruserpass): Likewise.
54731         * malloc/mtrace.c (mtrace): Likewise.
54732         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
54733         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
54734         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
54735         * sysdeps/posix/tempname.c: Likewise.  Evaluate
54736         HAVE_SECURE_GETENV.
54737         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
54738         __secure_getenv to __libc_secure_getenv.
54739         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
54740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
54741         Likewise.
54742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
54743         Likewise.
54744         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
54745         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
54746         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
54747         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
54748         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
54749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
54750         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
54752 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
54754         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
54755         (struct La_i86_retval): Likewise.
54756         (struct La_x86_64_regs): Likewise.
54757         (struct La_x86_64_retval): Likewise.
54758         (struct La_x32_regs): Likewise.
54759         (struct La_x32_retval): Likewise.
54760         (struct La_ppc32_regs): Likewise.
54761         (struct La_ppc32_retval): Likewise.
54762         (struct La_ppc64_regs): Likewise.
54763         (struct La_ppc64_retval): Likewise.
54764         (struct La_sh_regs): Likewise.
54765         (struct La_sh_retval): Likewise.
54766         (struct La_s390_32_regs): Likewise.
54767         (struct La_s390_32_retval): Likewise.
54768         (struct La_s390_64_regs): Likewise.
54769         (struct La_s390_64_retval): Likewise.
54770         (struct La_sparc32_regs): Likewise.
54771         (struct La_sparc32_retval): Likewise.
54772         (struct La_sparc64_regs): Likewise.
54773         (struct La_sparc64_retval): Likewise.
54774         (struct audit_ifaces): Remove architecture-specific pltenter and
54775         pltexit members.
54776         * sysdeps/i386/ldsodefs.h: New file.
54777         * sysdeps/powerpc/ldsodefs.h: Likewise.
54778         * sysdeps/s390/ldsodefs.h: Likewise.
54779         * sysdeps/sh/ldsodefs.h: Likewise.
54780         * sysdeps/sparc/ldsodefs.h: Likewise.
54781         * sysdeps/x86_64/ldsodefs.h: Likewise.
54783 2012-07-25  Marek Polacek  <polacek@redhat.com>
54785         [BZ #6808]
54786         * math/libm-test.inc (yn_test): Add another test.
54787         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
54788         to ERANGE when the result is +-Inf.
54789         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
54790         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
54791         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
54792         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
54794 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
54796         * conform/data/time.h-data (NULL): Use macro-constant.  Require
54797         equal to 0.
54798         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
54799         clock_t.
54800         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
54802 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
54804         * configure.in <sysdeps resolving>: Correct printing
54805         Implies_before.
54806         * configure: Regenerate.
54808 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
54810         * math/w_ilogb.c: Include <limits.h>.
54811         * math/w_ilogbl.c: Likewise.
54813 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
54815         * manual/lang.texi (__va_copy): Document primarily as ISO C99
54816         va_copy.  Document allowing for unavailable va_copy only as
54817         pre-C99 compatibility.
54818         * manual/string.texi (Copying and Concatenation): Use va_copy
54819         instead of __va_copy in concat example.
54821 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
54823         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
54824         (__sendto): Use create_address_port.  Initialize APORT and deallocate
54825         it if not null.
54827         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
54828         with O_NOLINK passed to __file_name_lookup.
54830         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
54831         with O_NOLINK passed to __file_name_lookup.
54833         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
54834         negative N or less than NGIDS.
54836         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
54837         type to string_t.  Set ERANGE as errno and return it if NAME is not big
54838         enough.  Use memcpy instead of strncpy.
54840 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
54842         * elf/Makefile (check-data): Remove.
54843         (localplt.data): New vpath directive.
54844         ($(objpfx)check-localplt.out): Use localplt.data from vpath
54845         instead of $(check-data).
54846         * scripts/data/localplt-generic.data: Move to ...
54847         * sysdeps/generic/localplt.data: ... here.
54848         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
54849         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
54850         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
54851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
54852         ... here.
54853         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
54854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
54855         ... here.
54856         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
54857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
54858         ... here.
54859         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
54860         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
54861         ... here.
54862         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
54863         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
54864         ... here.
54865         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
54866         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
54867         ... here.
54869 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54871         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
54872         PPC32 and PPC64 files.
54873         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
54874         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
54876 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54878         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
54879         __makecontext_ret to ...
54880         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
54881         ... here and call exit if uc_link is NULL.  New file.
54882         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
54883         __makecontext_ret.S.
54884         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
54885         __makecontext_ret to ...
54886         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
54887         ... here and call exit if uc_link is NULL.  New file.
54888         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
54889         __makecontext_ret.S.
54891 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54893         * elf/elf.h (R_390_IRELATIVE): New definition.
54894         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
54895         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
54896         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
54897         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
54898         (elf_machine_lazy_rel): Likewise.
54899         * sysdeps/s390/dl-irel.h: New file.
54900         * sysdeps/s390/s390-64/memcpy.S: New asm code.
54901         * sysdeps/s390/s390-64/memset.S: New asm code.
54902         * sysdeps/s390/s390-64/memcmp.S: New asm code.
54903         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
54904         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
54905         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
54906         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
54907         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
54908         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
54909         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
54910         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
54911         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
54912         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
54913         * sysdeps/s390/s390-32/memcpy.S: New asm code.
54914         * sysdeps/s390/s390-32/memset.S: New asm code.
54915         * sysdeps/s390/s390-32/memcmp.S: New asm code.
54917 2012-07-17  Marek Polacek  <polacek@redhat.com>
54919         [BZ #14349]
54920         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
54921         * sysdeps/s390/s390-64/configure.in: Likewise.
54922         * sysdeps/sparc/configure.in: Likewise.
54923         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
54924         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
54925         * sysdeps/i386/configure.in: Likewise.
54926         * sysdeps/x86_64/configure.in: Likewise.
54927         * sysdeps/sh/configure.in: Likewise.
54928         * sysdeps/s390/s390-32/configure: Regenerated.
54929         * sysdeps/s390/s390-64/configure: Likewise.
54930         * sysdeps/x86_64/configure: Likewise.
54931         * sysdeps/sh/configure: Likewise.
54932         * sysdeps/powerpc/powerpc64/configure: Likewise.
54933         * sysdeps/powerpc/powerpc32/configure: Likewise.
54934         * sysdeps/sparc/configure: Likwise.
54935         * sysdeps/i386/configure: Likewise.
54937         * elf/dl-open.c: Comment fixes.
54939 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
54941         * Makefile [CXX] (check-data): Remove.
54942         [CXX] (c++-types.data): New vpath directive.
54943         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
54944         vpath.  Do not allow for C++ type data being missing.
54945         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
54946         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
54947         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
54948         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
54949         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
54950         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
54951         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
54952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
54953         ... here.
54954         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
54955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
54956         ... here.
54957         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
54958         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
54959         ... here.
54960         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
54961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
54962         ... here.
54963         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
54964         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
54965         ... here.
54966         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
54967         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
54968         ... here.
54969         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
54970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
54971         ... here.
54972         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
54973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
54975         * elf/tls-macros.h (TLS_LE): Move architecture-specific
54976         definitions to architecture-specific files.
54977         (TLS_IE): Likewise.
54978         (TLS_LD): Likewise.
54979         (TLS_GD): Likewise.
54980         * sysdeps/i386/tls-macros.h: New file.
54981         * sysdeps/powerpc/tls-macros.h: Likewise.
54982         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
54983         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
54984         * sysdeps/sh/tls-macros.h: Likewise.
54985         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
54986         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
54987         * sysdeps/x86_64/tls-macros.h: Likewise.
54989 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
54991         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
54992         zero value for regular exit case.
54994         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
54995         (__start_context): Preserve zero value for regular exit case.
54997 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
54998             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55000         * manual/setjmp.texi (setcontext): Clarify normal process
55001         termination when uc_link is the null pointer.
55002         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
55003         exit call.
55005 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
55007         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
55008         preprocessor.  Test for each exception mask separately.
55010 2012-07-16  Andreas Jaeger  <aj@suse.de>
55012         * po/ru.po: Update from translation team.
55014 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
55016         * conform/data/string.h-data (NULL): Use macro-constant.  Require
55017         equal to 0.
55018         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
55019         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
55020         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
55021         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
55022         [ISO || ISO99 || ISO11] (*_t): Do not allow.
55024 2012-07-13  Andreas Jaeger  <aj@suse.de>
55026         * po/fr.po: Update from translation team.
55028 2012-07-12  Marek Polacek  <polacek@redhat.com>
55030         [BZ #14173]
55031         * math/libm-test.inc (yn_test): Add test for BZ #14173.
55032         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
55033         loop condition.
55035 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
55037         [BZ #13717]
55038         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
55039         Change to 2.4.1 where previously 2.4.0.
55040         * sysdeps/unix/sysv/linux/configure: Regenerated.
55041         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
55042         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
55043         version.
55044         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
55045         (__ASSUME_AT_CLKTCK): Remove.
55046         (__ASSUME_AT_PAGESIZE): Likewise.
55047         (__ASSUME_AT_XID): Likewise.
55048         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
55049         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
55050         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
55051         unconditionally.
55052         (HAVE_AUX_PAGESIZE): Likewise.
55053         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
55054         [__ASSUME_AT_CLKTCK]: Make code unconditional.
55055         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
55057 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
55059         [BZ #14307]
55060         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
55061         the temporary buffer used to invoke __gethostbyname2_r,
55062         __gethostbyaddr_r and gethostbyname4_r to make room for struct
55063         host_data / struct gaih_addrtuple.
55064         * resolv/nss_dns/dns-host.c (global scope): Move definition of
55065         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
55066         header file nss/nsswitch.h.
55067         * nss/nsswitch.h (global scope): Add definition of implementation
55068         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
55069         resolv/nss_dns/dns-host.c).
55071 2012-07-11  Andreas Jaeger  <aj@suse.de>
55073         * po/fr.po: Update from translation team.
55075         * po/sv.po: Update from translation team
55076         * po/fr.po: Another update from translation team.
55078 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55080         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
55081         for subnormals or multiply small sinh result by itself.
55082         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
55083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
55085 2012-07-11  David S. Miller  <davem@davemloft.net>
55087         * sysdeps/sparc/fpu/libm-test-ulps: Update.
55089 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
55091         [BZ #14347]
55092         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
55093         (INTERNAL_MARK): Shift it here.
55095 2012-07-10  Marek Polacek  <polacek@redhat.com>
55097         [BZ #14151]
55098         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
55099         libc_cv_asm_global_directive with .globl.
55100         * configure: Regenerated.
55101         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
55102         with .globl.
55103         * sysdeps/i386/configure: Regenerated.
55104         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
55105         with .globl.
55106         * sysdeps/x86_64/configure: Regenerated.
55107         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
55108         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
55109         * elf/tst-unique2mod2.c: Likewise.
55110         * elf/tst-unique2mod1.c: Likewise.
55111         * elf/tst-unique1mod2.c: Likewise.
55112         * elf/tst-unique1mod1.c: Likewise.
55113         * sysdeps/s390/s390-32/sysdep.h: Likewise.
55114         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
55115         * sysdeps/s390/s390-64/sysdep.h: Likewise.
55116         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
55117         * sysdeps/mach/sysdep.h: Likewise.
55118         * sysdeps/i386/sysdep.h: Likewise.
55119         * sysdeps/i386/i386-mcount.S: Likewise.
55120         * sysdeps/x86_64/_mcount.S: Likewise.
55121         * sysdeps/x86_64/sysdep.h: Likewise.
55122         * sysdeps/sh/_mcount.S: Likewise.
55123         * sysdeps/sh/sysdep.h: Likewise.
55124         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
55125         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
55126         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
55127         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
55128         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
55129         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
55130         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
55131         * locale/localeinfo.h: Likewise.
55132         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
55133         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
55135 2012-07-09  Roland McGrath  <roland@hack.frob.com>
55137         [BZ #14336]
55138         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
55139         system".
55140         * manual/message.texi (The Uniforum approach): Likewise.
55141         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
55142         (glibc iconv Implementation): Likewise.
55144 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
55146         [BZ #14337]
55147         * math/s_clog.c (__clog): Avoid scaling a value down where that
55148         could result in underflow.
55149         * math/s_clog10.c (__clog10): Likewise.
55150         * math/s_clog10f.c (__clog10f): Likewise.
55151         * math/s_clog10l.c (__clog10l): Likewise.
55152         * math/s_clogf.c (__clogf): Likewise.
55153         * math/s_clogl.c (__clogl): Likewise.
55154         * math/libm-test.inc (clog_test): Add more tests.
55155         (clog10_test): Likewise.
55156         * sysdeps/i386/fpu/libm-test-ulps: Update.
55157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55159 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
55161         [BZ #14283]
55162         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
55163         by 7 not 8 to examine high bit of fractional part.
55165         [BZ #14042]
55166         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
55167         for call to __mcount_internal.
55168         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
55169         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
55170         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
55172 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
55174         [BZ #14154]
55175         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
55176         approximation for values within 0x1p-13f of an odd multiple of
55177         pi/4.
55178         * math/libm-test.inc (tan_test): Do not allow spurious underflow
55179         exception.  Add more tests.
55180         * sysdeps/i386/fpu/libm-test-ulps: Update.
55182         [BZ #6778]
55183         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
55184         inputs and return -1 for them.  Do not check for +Inf in case not
55185         reachable for +Inf.
55186         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
55187         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
55188         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
55189         and return -1 for them.  Do not check for +Inf in case not
55190         reachable for +Inf.
55191         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
55192         define.
55193         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
55194         and return -1 for them.  Do not check for +Inf in case not
55195         reachable for +Inf.
55196         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
55197         spurious underflow.
55198         * sysdeps/i386/fpu/libm-test-ulps: Update.
55199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55201 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
55203         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
55205 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
55207         [BZ #14157]
55208         [BZ #14331]
55209         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
55210         could result in spurious underflow.  Scale down values above
55211         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
55212         * math/s_csqrtf.c (__csqrtf): Likewise.
55213         * math/s_csqrtl.c (__csqrtl): Likewise.
55214         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
55215         spurious underflow.
55216         * sysdeps/i386/fpu/libm-test-ulps: Update.
55217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55219 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
55221         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
55222         xopen-msg.sed.
55223         * catgets/xopen-msg.awk: New file.
55224         * catgets/xopen-msg.sed: Removed.
55226         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
55227         po2text.sed.
55228         * intl/po2test.awk: New file.
55229         * intl/po2test.sed: Removed.
55231 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
55233         [BZ #14328]
55234         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
55235         or multiply small sinh result by itself.
55236         * math/s_ctanf.c (__ctanf): Likewise.
55237         * math/s_ctanh.c (__ctanh): Likewise.
55238         * math/s_ctanhf.c (__ctanhf): Likewise.
55239         * math/s_ctanhl.c (__ctanhl): Likewise.
55240         * math/s_ctanl.c (__ctanl): Likewise.
55241         * math/libm-test.inc (ctan_test_tonearest): New function.
55242         (ctan_test_towardzero): Likewise.
55243         (ctan_test_downward): Likewise.
55244         (ctan_test_upward): Likewise.
55245         (ctanh_test_tonearest): Likewise.
55246         (ctanh_test_towardzero): Likewise.
55247         (ctanh_test_downward): Likewise.
55248         (ctanh_test_upward): Likewise.
55249         (main): Call these new functions.
55250         * sysdeps/i386/fpu/libm-test-ulps: Update.
55251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55253 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
55255         * .gitignore: Delete /ports entry.
55257 2012-07-03  Andreas Jaeger  <aj@suse.de>
55259         * po/bg.po: Update from translation team.
55260         * po/cs.po: Likewise.
55261         * po/de.po: Likewise.
55262         * po/hr.po: Likewise.
55263         * po/nl.pl: Likewise.
55264         * po/pl.po: Likewise.
55265         * po/vi.po: Likewise.
55267 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
55269         * Makeconfig [!+link] (+link-before-libc): New variable.
55270         [!+link] (+link-after-libc): Likewise.
55271         [!+link] (+link-tests): Likewise.
55272         [!+link] (+link): Define in terms of $(+link-before-libc) and
55273         $(+link-after-libc).
55274         [!+link-static] (+link-static-before-libc): New variable.
55275         [!+link-static] (+link-static-after-libc): Likewise.
55276         [!+link-static] (+link-static-tests): Likewise.
55277         [!+link-static] (+link-static): Define in terms of
55278         $(+link-static-before-libc) and $(+link-static-after-libc).
55279         [build-shared] (link-libc-before-gnulib): New variable.
55280         [build-shared] (link-libc-tests): Likewise.
55281         [build-shared] (link-libc): Define in terms of
55282         $(link-libc-before-gnulib).
55283         [!build-shared] (link-libc-tests): New variable.
55284         (link-libc-static-tests): New variable.
55285         [!gnulib] (gnulib-arch): New variable.
55286         [!gnulib] (gnulib-tests): Likewise.
55287         [!gnulib] (static-gnulib-arch): Likewise.
55288         [!gnulib] (static-gnulib-tests): Likewise.
55289         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
55290         Define with "=" instead of ":=".
55291         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
55292         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
55293         * Rules (binaries-all-notests): New variable.
55294         (binaries-all-tests): Likewise.
55295         (binaries-static-notests): Likewise.
55296         (binaries-static-tests): Likewise.
55297         (binaries-all): Define using $(binaries-all-notests) and
55298         $(binaries-all-tests).
55299         (binaries-static): Define using $(binaries-static-notests) and
55300         $(binaries-static-tests).
55301         (binaries-shared-tests): New variable.
55302         (binaries-shared-notests): Likewise.
55303         (binaries-shared): Remove variable.
55304         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
55305         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
55306         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
55307         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
55308         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
55309         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
55310         * elf/Makefile (sln-modules): New variable.
55311         (extra-objs): Add $(sln-modules:=.o).
55312         (ldconfig-modules): Add static-stubs.
55313         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
55314         * elf/static-stubs.c: New file.
55316         [BZ #14283]
55317         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
55318         by 7 not 8 to examine high bit of fractional part.  Use volatile
55319         variables when splitting into final array of floats if
55320         __FLT_EVAL_METHOD__ != 0.
55321         * math/libm-test.inc (cos_test): Add another test.
55322         (sin_test): Likewise.
55323         * sysdeps/i386/fpu/libm-test-ulps: Update.
55325         [BZ #14273]
55326         * math/libm-test.inc (cosh_test): Add more tests.
55328         * version.h (RELEASE): Set to "development".
55329         (VERSION): Set to "2.16.90".
55331 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
55333         * NEWS: Update copyright. Remove last-updated date.
55334         Mention math library bug fixes and timezone data changes.
55335         * README: Mention GNU/Hurd, x32, and HPPA support status.
55337 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
55339         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
55341 2012-06-27  Andreas Jaeger  <aj@suse.de>
55343         * manual/contrib.texi (Contributors): Add Samuel Thibault.
55345 2012-06-25  Andreas Jaeger  <aj@suse.de>
55347         * sysdeps/s390/fpu/libm-test-ulps: Update.
55349 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
55350             Thomas Schwinge  <thomas@codesourcery.com>
55352         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
55353         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
55354         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
55355         fanotify_mark.
55357 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
55359         * sysdeps/mach/start.c: Remove file.
55360         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
55361         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
55362         * sysdeps/sh/init-first.c: Likewise.
55364         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
55365         registers for frame unwinding purposes, add CFI directives.
55366         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
55367         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
55368         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
55369         Likewise.
55371         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
55372         __fortify_fail returning.
55373         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
55375         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
55376         sysdeps/sh/____longjmp_chk.S.
55377         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
55378         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
55379         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
55380         (gen-as-const-headers): Append sigaltstack-offsets.sym.
55382         * sysdeps/sh/abort-instr.h: New file.
55383         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
55384         process in case exit returns.
55386         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
55387         initialize the GOT register before use.
55389         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
55390         calculation of ARGC > 4.
55392         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
55393         meaningful names to some local labels.
55395 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55396             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55398         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
55399         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
55400         (__arch_compare_and_exchange_val_16_acq): Likewise.
55401         (__arch_compare_and_exchange_val_32_acq): Likewise.
55402         (atomic_exchange_and_add): Fix gUSA sequence.
55403         (atomic_add): Likewise.
55404         (atomic_add_negative): Likewise.
55405         (atomic_add_zero): Likewise.
55406         (atomic_bit_test_set): Likewise.
55408 2012-06-22  Andreas Schwab  <schwab@redhat.com>
55410         [BZ #13579]
55411         * include/link.h (struct link_map): Add l_free_initfini.
55412         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
55413         l_initfini.
55414         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
55415         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
55416         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
55417         set.
55419 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
55421         * configure.in: Use AC_LANG_SOURCE.
55422         * configure: Regenerate.
55424 2012-06-22  Roland McGrath  <roland@hack.frob.com>
55426         * configure.in (libc_cv_localstatedir): New substituted variable.
55427         * configure: Regenerated.
55428         * config.make.in (localstatedir): New variable, substituted from
55429         libc_cv_localstatedir.
55430         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
55431         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
55432         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
55433         * sysdeps/gnu/configure: Regenerated.
55435 2012-06-21  Jeff Law  <law@redhat.com>
55437         [BZ #14277]
55438         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
55439         free.  Simplify list management for _LIBC case.
55441 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
55443         [BZ #14273]
55444         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
55445         Clear sign bit of 64-bit integer value before comparing against
55446         overflow value.
55448         * sysdeps/mach/configure: Regenerated.
55450 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
55452         [BZ #14278]
55453         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
55455 2012-06-21  Jeff Law  <law@redhat.com>
55457         [BZ #13882]
55458         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
55459         uint16_t for elements in the "seen" array to avoid char overflows.
55460         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55461         * elf/dl-open.c (dl_open_worker): Likewise.
55463 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
55465         * scripts/list-sources.sh: Scan PORTS for translations.
55466         * po/libc.pot: Regenerated.
55468 2012-06-21  Andreas Jaeger  <aj@suse.de>
55470         [BZ #12194]
55471         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
55472         warning.
55473         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
55474         * bits/byteswap-16.h (__bswap_16): Likewise.
55475         * bits/byteswap.h (__bswap_constant_16): Likewise.
55477 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
55479         [BZ #14117]
55480         * sysdeps/i386/fpu_control.h: Removed.
55481         * sysdeps/x86_64/fpu_control.h: Moved to ...
55482         * sysdeps/x86/fpu_control.h: Here.
55484         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
55485         (_FPU_SETCW): Likewise.
55487 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
55489         [BZ #14117]
55490         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
55491         * sysdeps/x86/fpu/bits/mathinline.h: This.
55492         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
55494         [BZ #14050]
55495         [BZ #14117]
55496         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
55497         functions if __x86_64__ is defined.
55499 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
55501         * string/endian.h: Add !__ASSEMBLER__ condition for including
55502         conversion interfaces.
55504 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
55506         [BZ #14241]
55507         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
55508         of ABS(x) in calculating zero to negative powers other than odd
55509         integers.
55510         * math/libm-test.inc (pow_test): Add more tests.
55512 2012-06-15  Andreas Jaeger  <aj@suse.de>
55514         * manual/contrib.texi (Contributors): Update entry of Liubov
55515         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
55516         Machado Filho.
55518 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
55520         * string/string.h: Add __wur to GNU version of strerror_r.
55522 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
55524         [BZ #14229]
55525         * string/Makefile (tests): Add tst-strtok_r.
55526         * string/tst-strtok_r.c: New file.
55527         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
55528         RAX_LP/RDX_LP on SAVE_PTR.
55530 2012-06-14  Roland McGrath  <roland@hack.frob.com>
55532         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
55534 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
55536         * libm_test.inc (csqrt_test): Allow more spurious underflow
55537         exceptions.
55538         (j0_test): Likewise.
55539         (j1_test): Likewise.
55540         (y0_test): Likewise.
55541         (y1_test): Likewise.
55543 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
55545         * po/Makefile (libc.pot): Use UTF-8 charset.
55547 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
55549         [BZ #14210]
55550         Suppress sign-conversion warning from FD_SET.
55551         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
55552         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
55553         not unsigned long int.
55554         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
55556 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
55558         [BZ #14050]
55559         [BZ #14117]
55560         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
55561         __extern_always_inline instead of __extern_inline.
55562         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
55563         (__signbit): Likewise.
55564         (__signbitl): Support C++ namespace.
55565         (lrintf): New inline function.
55566         (lrint): Likewise.
55567         (llrintf): Likewise.
55568         (llrint): Likewise.
55569         (fmaxf): Likewise.
55570         (fmax): Likewise.
55571         (fminf): Likewise.
55572         (fmin): Likewise.
55573         (rint): Likewise.
55574         (rintf): Likewise.
55575         (ceil): Likewise.
55576         (ceilf): Likewise.
55577         (floor): Likewise.
55578         (floorf): Likewise.
55579         (nearbyint): Likewise.
55580         (nearbyintf): Likewise.
55582 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
55584         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
55585         non-default versions.
55587 2012-06-11  Roland McGrath  <roland@hack.frob.com>
55589         [BZ #14218]
55590         * manual/argp.texi (Argp): Reword argp_parse description slightly.
55592 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
55594         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
55595         (FE_UPWARD, FE_DOWNWARD): Don't define.
55596         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
55597         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
55599         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
55600         reading it.
55601         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
55602         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55604 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55606         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
55607         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
55608         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
55609         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
55611 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
55613         [BZ #14117]
55614         * sysdeps/i386/fpu/bits/fenv.h: Removed.
55615         * sysdeps/i386/fpu/Implies: New file.
55616         * sysdeps/x86_64/fpu/Implies: Likewise.
55617         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
55618         * sysdeps/x86/fpu/bits/fenv.h: This.
55620         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
55621         __SSE_MATH__.
55623 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
55625         [BZ #14134]
55626         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
55627         character 0xffff that matches the last element of the
55628         conversion table.
55630 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55632         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
55633         fmodl commit.
55635 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55637         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
55638         values higher than 25.6283.
55640 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55642         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
55643         subnormal exponent extraction and add some __builtin_expect.
55644         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
55645         Fix for subnormal mantissa calculation.
55647 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
55649         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
55650         cpu2 is -1 and errno is not ENOSYS.
55652 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
55654         [BZ #14117]
55655         * sysdeps/i386/i486/bits/string.h: Renamed to ...
55656         * sysdeps/x86/bits/string.h: This.
55657         * sysdeps/x86_64/bits/string.h: Removed.
55659         * sysdeps/i386/i486/bits/string.h: Define inline functions only
55660         if not compiling for x86-64, but compiling for >= i486.
55662         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
55663         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
55665         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
55666         New macro from Linux kernel 3.4.0.
55667         (FP_XSTATE_MAGIC2): Likewise.
55668         (FP_XSTATE_MAGIC2_SIZE): Likewise.
55669         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
55670         (struct _fpx_sw_bytes): New struct.
55671         (struct _xsave_hdr): Likewise.
55672         (struct _ymmh_state): Likewise.
55673         (struct _xstate): Likewise.
55675         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
55676         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
55677         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
55678         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
55679         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
55680         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
55682         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
55683         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
55684         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
55685         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
55686         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
55687         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
55689 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
55691         [BZ #13743]
55692         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
55693         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
55694         (sysdep_headers): Include sys/platform/ppc.h.
55695         * sysdeps/powerpc/test-gettimebase.c: Test for
55696         __ppc_get_timebase() to catch future ISA opcode/insn changes.
55697         * manual/Makefile (appendices): Include platform.texi.
55698         * manual/contrib.texi (Contributors): Update @node pointers.
55699         * manual/maint.texi (Maintenance): Likewise.
55700         (Platform): New node.
55701         * manual/platform.texi: New file.  Document the new features.
55703 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
55704             Jakub Jelinek  <jakub@redhat.com>
55706         [BZ #14188]
55707         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
55708         where __builtin_expect is unavailable.
55710 2012-06-03  David S. Miller  <davem@davemloft.net>
55712         * stdlib/longlong.h: Updated from GCC.
55714 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
55716         [BZ #14042]
55717         * sysdeps/powerpc/powerpc32/mcount.c: New file.
55718         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
55719         __mcount_internal.
55720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
55721         (GLIBC_2.16): Likewise.
55723 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55725         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
55727 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
55729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
55730         (default-abi): New variable.
55731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
55732         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
55733         variable.
55734         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
55735         Likewise.
55736         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
55737         Likewise.
55738         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
55739         Likewise.
55741         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
55742         definition.  Document in comment.
55744 2012-06-01  David S. Miller  <davem@davemloft.net>
55746         * stdlib/longlong.h: Updated from GCC.
55748 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55750         [BZ #14117]
55751         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
55752         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
55753         sys/debugreg.h sys/io.h here.
55754         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
55755         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
55756         sys/io.h.
55757         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
55758         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
55759         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
55760         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
55761         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
55762         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
55764         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
55765         Define only if __x86_64__ is defined.
55767 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
55769         [BZ #14048]
55770         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
55771         Use int64_t for variable i.
55772         * math/libm-test.inc (fmod_test): Add more tests.
55774         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
55775         z computation is not scheduled after fetestexcept.
55776         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
55777         Use math_force_eval instead of asm to ensure calculation scheduled
55778         before exception test.
55779         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
55780         Ensure a1 + u.d computation is not scheduled after fetestexcept.
55782 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
55784         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
55785         computation is not scheduled after fetestexcept.
55787 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55789         [BZ #14117]
55790         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
55791         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
55793 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55795         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
55796         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
55798 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
55800         [BZ #14117]
55801         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
55802         <bits/wordsize.h>.
55803         (__WCHAR_MIN): Support __WORDSIZE == 64.
55804         (__WCHAR_MAX): Likewise.
55806         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
55807         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
55809         [BZ #14183]
55810         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
55811         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
55813         [BZ #14117]
55814         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
55815         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
55817         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
55818         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
55820         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
55821         Defined to 1 if __x86_64__ isn't defined.
55822         (_STAT_VER_LINUX_OLD): New.
55823         (st_atime): Remove duplicate.
55824         (st_mtime): Likewise.
55825         (st_ctime): Likewise.
55827 2012-05-31  David S. Miller  <davem@davemloft.net>
55829         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
55830         entries.
55832 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
55834         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
55835         gen-libm-test.pl.
55837         [BZ #14132]
55838         * elf/dl-reloc.c: Include <_itoa.h>.
55839         (_dl_reloc_bad_type): Remove use of INTUSE.
55840         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
55841         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
55842         * stdio-common/psiginfo.c (psiginfo): Likewise.
55843         * stdio-common/psignal.c (psignal): Likewise.
55844         * string/strsignal.c (strsignal): Likewise.
55845         * include/signal.h (_sys_siglist): Declare hidden proto.
55846         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
55847         INTVARDEF with libc_hidden_data_def.
55848         * stdio-common/itoa-udigits.c: Likewise.
55849         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
55850         (_itoa_lower_digits_internal): Remove declaration.
55851         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
55852         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
55853         (_sys_sigabbrev_internal): Remove aliases.
55854         (_sys_siglist): Define hidden alias.
55856 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
55858         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55859         bits/sysctl.h.
55861 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
55863         [BZ #14117]
55864         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
55865         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
55867         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
55868         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
55869         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
55870         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
55871         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
55872         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
55874         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
55875         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
55876         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
55878         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
55879         with __addr.
55880         (insw): Likewise.
55881         (insl): Likewise.
55882         (outsb): Likewise.
55883         (outsw): Likewise.
55884         (outsl): Likewise.
55886         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
55887         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
55888         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
55890         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
55891         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
55892         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
55893         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
55894         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
55895         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
55897         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
55898         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
55900         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
55901         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
55903         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
55904         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
55905         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
55907         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
55908         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
55909         to ...
55910         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
55912         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
55913         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
55914         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
55916         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
55917         for x86-64.
55918         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
55920 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
55922         * math/math.h (M_El): Use two more decimal places.
55923         (M_LOG2El): Likewise.
55924         (M_LOG10El): Likewise.
55925         (M_LN2l): Likewise.
55926         (M_LN10l): Likewise.
55927         (M_PIl): Likewise.
55928         (M_PI_2l): Likewise.
55929         (M_PI_4l): Likewise.
55930         (M_1_PIl): Likewise.
55931         (M_2_PIl): Likewise.
55932         (M_2_SQRTPIl): Likewise.
55933         (M_SQRT2l): Likewise.
55934         (M_SQRT1_2l): Likewise.
55936 2012-05-31  David S. Miller  <davem@davemloft.net>
55938         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
55939         values between float registers.
55940         * sysdeps/sparc/sparc64/memset.S: Likewise.
55941         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
55943 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
55945         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
55946         -D_FORTIFY_SOURCE=1.
55947         (CPPFLAGS-tst-longjmp_chk.c): Define.
55948         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
55949         (CPPFLAGS-tst-longjmp_chk2.c): Define.
55950         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
55951         CFLAGS-tst-wchar-h.c.
55953 2012-05-31  Marek Polacek  <polacek@redhat.com>
55955         [BZ #14132]
55956         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
55957         __endmntent_internal): Remove declaration.
55958         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
55959         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
55960         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
55962 2012-05-30  David S. Miller  <davem@davemloft.net>
55964         * sysdeps/sparc/sparc32/soft-fp/q_util.c
55965         (___Q_simulate_exceptions): Use real FP ops rather than writing
55966         into the %fsr.
55967         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
55968         Likewise.
55970 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
55972         [BZ #14117]
55973         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
55974         * sysdeps/x86/bits/xtitypes.h: This.
55976         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
55977         * sysdeps/x86/bits/wordsize.h: This.
55979         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
55980         * sysdeps/x86/bits/huge_vall.h: This.
55982         * sysdeps/i386/bits/select.h: Removed.
55983         * sysdeps/x86_64/bits/select.h: Renamed to ...
55984         * sysdeps/x86/bits/select.h: This.
55986         * sysdeps/i386/bits/setjmp.h: Removed.
55987         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
55988         * sysdeps/x86/bits/setjmp.h: This.
55990         * sysdeps/i386/bits/mathdef.h: Removed.
55991         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
55992         * sysdeps/x86/bits/mathdef.h: This.
55994 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
55996         [BZ #14132]
55997         * include/sys/socket.h (__connect_internal)
55998         (__libc_sa_len_internal): Remove declaration.
55999         (__connect, __libc_sa_len): Declare hidden_proto.
56000         (SA_LEN): Remove use of INTUSE.
56001         * socket/connect.c: Add libc_hidden_def.
56002         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
56003         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
56004         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
56005         alias.
56006         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
56007         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
56008         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
56009         of adding _internal alias.
56011 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
56013         [BZ #14117]
56014         * sysdeps/i386/bits/link.h: Removed.
56015         * sysdeps/i386/bits/linkmap.h: Likewise.
56016         * sysdeps/x86_64/bits/link.h: Renamed to ...
56017         * sysdeps/x86/bits/link.h: This.
56018         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
56019         * sysdeps/x86/bits/linkmap.h: This.
56021         * sysdeps/i386/bits/endian.h: Removed.
56022         * sysdeps/x86_64/bits/endian.h: Renamed to ...
56023         * sysdeps/x86/bits/endian.h: This.
56025         * sysdeps/i386/bits/byteswap.h: Removed.
56026         * sysdeps/i386/bits/byteswap-16.h: Likewise.
56027         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
56028         * sysdeps/x86/bits/byteswap.h: This.
56029         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
56030         * sysdeps/x86/bits/byteswap-16.h: This.
56031         * sysdeps/i386/Implies: Add x86.
56032         * sysdeps/x86_64/Implies: Likewise.
56034 2012-05-30  David S. Miller  <davem@davemloft.net>
56036         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
56037         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
56038         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
56039         (FP_TRAPPING_EXCEPTIONS): Define.
56040         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
56041         (FP_TRAPPING_EXCEPTIONS): Define.
56042         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
56043         subnormals only when inexact has been signalled or underflow
56044         exceptions are enabled.
56045         (_FP_PACK_CANONICAL): Likewise.
56047 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
56049         [BZ #14183]
56050         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
56051         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
56053 2012-05-30  Richard Henderson  <rth@twiddle.net>
56055         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
56056         with #ifndef NOT_IN_libc.
56058         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
56059         marked to avoid plt entry.
56061 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
56063         [BZ #14112]
56064         * Makeconfig (default-abi): New macro.
56065         (abi-includes): Likewise.
56066         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
56067         $(abi-$(default-abi)-lib-soname) for soname if defined.
56068         ($(common-objpfx)gnu/lib-names.stmp): Generate from
56069         abi-variants.
56070         * Makefile (installed-stubs): Likewise.
56071         * include/stubs-biarch.h: Removed.
56072         * scripts/lib-names.awk: Only handle one library at a time.
56073         * scripts/soversions.awk: Remove WORDSIZE support.
56074         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
56075         entries.
56076         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
56077         Removed.
56078         (syscall-list-default-condition): Likewise.
56079         (syscall-list-default-condition): Likewise.
56080         (syscall-list-includes): Likewise.
56081         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
56082         syscall-list-* with abi-*.  Handle undefined abi-variants.
56083         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
56084         * sysdeps/unix/sysv/linux/i386/Implies: New file.
56085         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
56086         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
56087         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
56088         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
56089         Removed.
56090         (syscall-list-32-options): Likewise.
56091         (syscall-list-32-condition): Likewise.
56092         (syscall-list-64-options): Likewise.
56093         (syscall-list-64-condition): Likewise.
56094         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
56095         macro.
56096         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
56097         Renamed to ...
56098         (abi-*): This.
56099         (abi-64-ld-soname): New macro.
56100         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
56101         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
56102         Renamed to ...
56103         (abi-*): This.
56104         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
56105         * sysdeps/x86_64/x32/shlib-versions: Likewise.
56107 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
56109         * sysdeps/unix/sysv/linux/kernel-features.h
56110         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
56111         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
56112         include <kernel-features.h>.
56113         [!__NR_ftruncate64]: Remove conditional code.
56114         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56115         [__NR_ftruncate64]: Make code unconditional.
56116         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56117         * sysdeps/unix/sysv/linux/truncate64.c: Do not
56118         include <kernel-features.h>.
56119         [!__NR_ftruncate64]: Remove conditional code.
56120         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56121         [__NR_ftruncate64]: Make code unconditional.
56122         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
56124         include <kernel-features.h>.
56125         [!__NR_ftruncate64]: Remove conditional code.
56126         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56127         [__NR_ftruncate64]: Make code unconditional.
56128         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
56130         include <kernel-features.h>.
56131         [!__NR_ftruncate64]: Remove conditional code.
56132         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56133         [__NR_ftruncate64]: Make code unconditional.
56134         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
56136         * configure.in (libc_cv_fpie): Weaken to a compile test using
56137         LIBC_TRY_CC_OPTION.
56138         * configure: Regenerated.
56140 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
56143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
56144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
56145         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
56146         Refreshed.
56147         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
56148         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
56149         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
56150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
56151         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
56152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
56153         Refreshed.
56155 2012-05-27  David S. Miller  <davem@davemloft.net>
56157         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
56158         (___Q_zero): New.
56159         (__Q_simulate_exceptions): Return void.  Change to simulate
56160         exceptions by writing into the %fsr.
56161         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
56162         (__Qp_handle_exceptions): Likewise.
56163         (numbers): Delete.
56164         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
56165         __Qp_handle_exceptions.
56166         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
56167         __Qp_handle_exceptions.
56168         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
56169         as unused and give dummy FP_RND_NEAREST initializer.
56170         (FP_INHIBIT_RESULTS): Define.
56171         (___Q_simulate_exceptions): Update declaration.
56172         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
56173         formatting.
56174         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
56175         as unused and give dummy FP_RND_NEAREST initializer.
56176         (__Qp_handle_exceptions): Update declaration.
56177         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
56178         formatting.
56180 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
56182         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
56183         the temporary FPU control word.
56184         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
56185         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
56186         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
56187         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
56188         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
56189         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
56190         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
56191         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
56192         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
56193         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
56194         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56196 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
56198         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
56199         fields.
56201 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
56203         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
56204         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
56205         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
56206         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
56207         Likewise.
56208         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
56209         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
56210         Likewise.
56212 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
56214         * po/h.po: Update from translation team.
56216 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
56218         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
56220         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
56221         handling of denormals.
56222         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
56223         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
56224         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
56225         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
56226         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
56227         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
56228         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
56229         Likewise.
56231 2012-05-26  Marek Polacek  <polacek@redhat.com>
56233         [BZ #14152]
56234         * math/libm-test.inc (fma_test): Don't always expect underflow
56235         exception.
56237 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
56239         [BZ #12416]
56240         * elf/tst-execstack.c: Include stackinfo.h.
56241         (do_test): Adjust test case to ensure that pthread_getattr_np
56242         behaviour remains the same after marking stack executable.
56244 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
56246         * sysdeps/unix/sysv/linux/kernel-features.h
56247         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
56248         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
56249         kernel-features.h.
56250         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
56251         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
56252         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
56253         kernel-features.h.
56254         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
56255         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
56257 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
56259         * configure.in: Define the default includes to being none.
56260         * configure: Regenerated.
56262 2012-05-25  Roland McGrath  <roland@hack.frob.com>
56264         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
56265         * sysdeps/x86_64/setjmp.S: Likewise.
56266         * sysdeps/i386/bsd-setjmp.S: Likewise.
56267         * sysdeps/i386/bsd-_setjmp.S: Likewise.
56268         * sysdeps/i386/setjmp.S: Likewise.
56269         * sysdeps/i386/__longjmp.S: Likewise.
56270         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
56271         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
56273         * include/stap-probe.h: New file.
56274         * configure.in: Handle --enable-systemtap.
56275         * configure: Regenerated.
56276         * config.h.in (USE_STAP_PROBE): New #undef.
56277         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
56278         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
56279         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
56281 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
56283         [BZ #13717]
56284         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
56285         to 2.4.0 where earlier.
56286         * sysdeps/unix/sysv/linux/configure: Regenerated.
56287         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
56288         <kernel-features.h>.
56289         [__ASSUME_32BITUIDS]: Make code unconditional.
56290         [!__ASSUME_32BITUIDS]: Remove conditional code.
56291         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
56292         <kernel-features.h>.
56293         [__ASSUME_32BITUIDS]: Make code unconditional.
56294         [!__ASSUME_32BITUIDS]: Remove conditional code.
56295         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
56296         [__ASSUME_32BITUIDS]: Make code unconditional.
56297         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
56298         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
56299         <kernel-features.h>.
56300         [__ASSUME_32BITUIDS]: Make code unconditional.
56301         [!__ASSUME_32BITUIDS]: Remove conditional code.
56302         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
56303         <kernel-features.h>.
56304         [__ASSUME_32BITUIDS]: Make code unconditional.
56305         [!__ASSUME_32BITUIDS]: Remove conditional code.
56306         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
56307         <kernel-features.h>.
56308         [__ASSUME_32BITUIDS]: Make code unconditional.
56309         [!__ASSUME_32BITUIDS]: Remove conditional code.
56310         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
56311         <kernel-features.h>.
56312         [__ASSUME_32BITUIDS]: Make code unconditional.
56313         [!__ASSUME_32BITUIDS]: Remove conditional code.
56314         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
56315         <kernel-features.h>.
56316         [__ASSUME_32BITUIDS]: Make code unconditional.
56317         [!__ASSUME_32BITUIDS]: Remove conditional code.
56318         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
56319         <kernel-features.h>.
56320         [__ASSUME_32BITUIDS]: Make code unconditional.
56321         [!__ASSUME_32BITUIDS]: Remove conditional code.
56322         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
56323         <kernel-features.h>.
56324         [__ASSUME_32BITUIDS]: Make code unconditional.
56325         [!__ASSUME_32BITUIDS]: Remove conditional code.
56326         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
56327         <kernel-features.h>.
56328         [__ASSUME_32BITUIDS]: Make code unconditional.
56329         [!__ASSUME_32BITUIDS]: Remove conditional code.
56330         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
56331         <kernel-features.h>.
56332         [__ASSUME_32BITUIDS]: Make code unconditional.
56333         [!__ASSUME_32BITUIDS]: Remove conditional code.
56334         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
56335         <kernel-features.h>.
56336         [__ASSUME_32BITUIDS]: Make code unconditional.
56337         [!__ASSUME_32BITUIDS]: Remove conditional code.
56338         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
56339         <kernel-features.h>.
56340         [__NR_setresgid] (__setresgid): Do not declare.
56341         [__ASSUME_32BITUIDS]: Make code unconditional.
56342         [!__ASSUME_32BITUIDS]: Remove conditional code.
56343         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
56344         <kernel-features.h>.
56345         [__NR_setresuid] (__setresuid): Do not declare.
56346         [__ASSUME_32BITUIDS]: Make code unconditional.
56347         [!__ASSUME_32BITUIDS]: Remove conditional code.
56348         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
56349         <kernel-features.h>.
56350         [__ASSUME_32BITUIDS]: Make code unconditional.
56351         [!__ASSUME_32BITUIDS]: Remove conditional code.
56352         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
56353         <kernel-features.h>.
56354         [__ASSUME_32BITUIDS]: Make code unconditional.
56355         [!__ASSUME_32BITUIDS]: Remove conditional code.
56356         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
56357         <kernel-features.h>.
56358         [__ASSUME_32BITUIDS]: Make code unconditional.
56359         [!__ASSUME_32BITUIDS]: Remove conditional code.
56360         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
56361         <kernel-features.h>.
56362         [__ASSUME_32BITUIDS]: Make code unconditional.
56363         [!__ASSUME_32BITUIDS]: Remove conditional code.
56364         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
56365         <kernel-features.h>.
56366         [__ASSUME_32BITUIDS]: Make code unconditional.
56367         [!__ASSUME_32BITUIDS]: Remove conditional code.
56368         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
56369         <kernel-features.h>.
56370         [__ASSUME_32BITUIDS]: Make code unconditional.
56371         [!__ASSUME_32BITUIDS]: Remove conditional code.
56372         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
56373         <kernel-features.h>.
56374         [__ASSUME_32BITUIDS]: Make code unconditional.
56375         [!__ASSUME_32BITUIDS]: Remove conditional code.
56376         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
56377         <kernel-features.h>.
56378         [__ASSUME_32BITUIDS]: Make code unconditional.
56379         [!__ASSUME_32BITUIDS]: Remove conditional code.
56380         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
56381         <kernel-features.h>.
56382         [__ASSUME_32BITUIDS]: Make code unconditional.
56383         [!__ASSUME_32BITUIDS]: Remove conditional code.
56384         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
56385         <kernel-features.h>.
56386         [__ASSUME_32BITUIDS]: Make code unconditional.
56387         [!__ASSUME_32BITUIDS]: Remove conditional code.
56388         * sysdeps/unix/sysv/linux/kernel-features.h
56389         (__ASSUME_SETRESUID_SYSCALL): Remove.
56390         (__ASSUME_SETRESGID_SYSCALL): Likewise.
56391         (__ASSUME_32BITUIDS): Likewise.
56392         (__ASSUME_LDT_WORKS): Likewise.
56393         (__ASSUME_O_DIRECTORY): Likewise.
56394         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
56395         architecture but not kernel version.
56396         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
56397         (__ASSUME_MMAP2_SYSCALL): Likewise.
56398         (__ASSUME_STAT64_SYSCALL): Likewise.
56399         (__ASSUME_IPC64): Likewise.
56400         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
56401         <kernel-features.h>.
56402         [__ASSUME_32BITUIDS]: Make code unconditional.
56403         [!__ASSUME_32BITUIDS]: Remove conditional code.
56404         * sysdeps/unix/sysv/linux/opendir.c: Do not include
56405         <kernel-features.h>.
56406         [__ASSUME_O_DIRECTORY]: Make code unconditional.
56407         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
56408         132096]: Remove conditional code.
56409         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
56410         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
56411         <kernel-features.h>.
56412         [__ASSUME_32BITUIDS]: Make code unconditional.
56413         [!__ASSUME_32BITUIDS]: Remove conditional code.
56414         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
56415         <kernel-features.h>.
56416         [__ASSUME_32BITUIDS]: Make code unconditional.
56417         [!__ASSUME_32BITUIDS]: Remove conditional code.
56418         * sysdeps/unix/sysv/linux/setegid.c: Do not include
56419         <kernel-features.h>.
56420         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
56421         unconditional.
56422         (__setresgid): Do not declare.
56423         [__ASSUME_32BITUIDS]: Make code unconditional.
56424         [!__ASSUME_32BITUIDS]: Remove conditional code.
56425         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
56426         <kernel-features.h>.
56427         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
56428         unconditional.
56429         (__setresuid): Do not declare.
56430         [__ASSUME_32BITUIDS]: Make code unconditional.
56431         [!__ASSUME_32BITUIDS]: Remove conditional code.
56432         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
56433         <kernel-features.h>.
56434         [__ASSUME_32BITUIDS]: Make code unconditional.
56435         [!__ASSUME_32BITUIDS]: Remove conditional code.
56436         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
56437         <kernel-features.h>.
56438         [__ASSUME_32BITUIDS]: Make code unconditional.
56439         [!__ASSUME_32BITUIDS]: Remove conditional code.
56441 2012-05-25  Richard Henderson  <rth@twiddle.net>
56443         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
56444         dl_hwcap to ifunc resolver.
56445         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
56446         elf_ifunc_invoke.
56447         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
56448         dl_hwcap to ifunc resolver.
56449         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
56451 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56453         [BZ #14153]
56454         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
56455         for |x| <= 2**-26, not 2**-57.
56456         * math/libm-test.inc (acos_test): Do not allow spurious underflow
56457         exception.
56459 2012-05-24  Jeff Law  <law@redhat.com>
56461         * stdio-common/Makefile (tests): Add bug25.
56462         * stdio-common/bug25.c: New test.
56464 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
56466         [BZ #13576]
56467         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
56468         multiple of MALLOC_ALIGNMENT in size.
56469         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
56471 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56473         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
56474         Require >= 256.
56475         (FILENAME_MAX): Use macro-int-constant.
56476         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
56477         (_IOFBF): Use macro-int-constant.
56478         (_IOLBF): Likewise.
56479         (_IONBF): Likewise.
56480         (SEEK_CUR): Likewise.
56481         (SEEK_END): Likewise.
56482         (SEEK_SET): Likewise.
56483         (TMP_MAX): Likewise.
56484         (EOF): Use macro-int-constant.  Require < 0.
56485         (NULL): Use macro-constant.  Require == 0.
56486         (stdin): Require type to be FILE *.
56487         (stdout): Likewise.
56488         (stderr): Likewise.
56489         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
56490         macro-int-constant.
56491         (EXIT_SUCCESS): Likewise.
56492         (NULL): Use macro-constant.  Require == 0.
56493         (RAND_MAX): Use macro-int-constant.
56494         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
56495         [C99-based standards] (strtof): Require function.
56496         [C99-based standards] (strtold): Likewise.
56497         [C99-based standards] (strtoll): Likewise.
56498         [C99-based standards] (strtoull): Likewise.
56499         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
56500         [ISO || ISO99 || ISO11] (limits.h): Likewise.
56501         [ISO || ISO99 || ISO11] (math.h): Likewise.
56502         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
56503         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
56504         [ISO || ISO99 || ISO11] (*_t): Do not allow.
56506 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
56508         [BZ #14132]
56509         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
56510         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
56511         * intl/dgettext.c (DCGETTEXT): Likewise.
56512         * intl/gettext.c (DCGETTEXT): Likewise.
56513         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
56514         * posix/regex_internal.h (gettext): Likewise.
56515         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
56516         Remove declaration.
56517         * include/argz.h (__argz_count_internal)
56518         (__argz_stringify_internal): Remove declaration.
56519         (__argz_count, __argz_stringify): Declare hidden proto.
56520         * intl/dcgettext.c: Remove use of INTDEF.
56521         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
56522         * string/argz-stringify.c: Likewise.
56523         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
56524         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
56525         Declare hidden proto.
56526         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
56527         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
56528         Declare hidden proto.
56529         * include/stdio.h (__asprintf_internal): Don't declare.
56530         (__asprintf): Don't define as macro.  Declare hidden proto.
56531         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
56532         (__fsetlocking): Declare hidden proto.
56533         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
56534         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
56535         hidden proto.
56536         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
56537         (_IO_setlinebuf): Remove use of INTUSE.
56538         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
56539         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
56540         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
56541         Remove declaration.
56542         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
56543         (_IO_do_flush): Remove use of INTUSE.
56544         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
56545         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
56546         (_IO_adjust_column, _IO_least_wmarker)
56547         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
56548         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
56549         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
56550         (_IO_default_doallocate, _IO_wdefault_doallocate)
56551         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
56552         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
56553         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
56554         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
56555         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
56556         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
56557         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
56558         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
56559         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
56560         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
56561         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
56562         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
56563         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
56564         proto.
56565         (_IO_flush_all_internal, _IO_adjust_column_internal)
56566         (_IO_default_uflow_internal, _IO_default_finish_internal)
56567         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
56568         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
56569         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
56570         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
56571         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
56572         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
56573         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
56574         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
56575         (_IO_file_close_internal, _IO_file_close_it_internal)
56576         (_IO_file_underflow_internal, _IO_file_overflow_internal)
56577         (_IO_file_init_internal, _IO_file_attach_internal)
56578         (_IO_file_fopen_internal, _IO_file_read_internal)
56579         (_IO_file_sync_internal, _IO_file_seek_internal)
56580         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
56581         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
56582         (_IO_str_underflow_internal, _IO_str_overflow_internal)
56583         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
56584         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
56585         (_IO_list_all_internal, _IO_link_in_internal)
56586         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
56587         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
56588         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
56589         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
56590         (_IO_do_write_internal, _IO_padn_internal)
56591         (_IO_getline_info_internal, _IO_getline_internal)
56592         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
56593         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
56594         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
56595         (_IO_vfscanf_internal, _IO_vfprintf_internal)
56596         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
56597         (_IO_init_internal, _IO_un_link_internal): Don't declare.
56598         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
56599         with libc_hidden_ver, remove use of INTUSE.
56600         * libio/genops.c: Likewise.
56601         * libio/freopen.c: Likewise.
56602         * libio/freopen64.c: Likewise.
56603         * libio/iofclose.c: Likewise.
56604         * libio/iofdopen.c: Likewise.
56605         * libio/iofflush.c: Likewise.
56606         * libio/iofflush_u.c: Likewise.
56607         * libio/iofgets.c: Likewise.
56608         * libio/iofgets_u.c: Likewise.
56609         * libio/iofopen.c: Likewise.
56610         * libio/iofopncook.c: Likewise.
56611         * libio/iofread.c: Likewise.
56612         * libio/iofread_u.c: Likewise.
56613         * libio/ioftell.c: Likewise.
56614         * libio/iofwrite.c: Likewise.
56615         * libio/iogetline.c: Likewise.
56616         * libio/iogets.c: Likewise.
56617         * libio/iogetwline.c: Likewise.
56618         * libio/iopadn.c: Likewise.
56619         * libio/iopopen.c: Likewise.
56620         * libio/ioseekoff.c: Likewise.
56621         * libio/ioseekpos.c: Likewise.
56622         * libio/iosetbuffer.c: Likewise.
56623         * libio/iosetvbuf.c: Likewise.
56624         * libio/ioungetc.c: Likewise.
56625         * libio/ioungetwc.c: Likewise.
56626         * libio/iovdprintf.c: Likewise.
56627         * libio/iovsprintf.c: Likewise.
56628         * libio/iovsscanf.c: Likewise.
56629         * libio/memstream.c: Likewise.
56630         * libio/obprintf.c: Likewise.
56631         * libio/oldfileops.c: Likewise.
56632         * libio/oldiofclose.c: Likewise.
56633         * libio/oldiofdopen.c: Likewise.
56634         * libio/oldiofopen.c: Likewise.
56635         * libio/oldiopopen.c: Likewise.
56636         * libio/oldstdfiles.c: Likewise.
56637         * libio/putc.c: Likewise.
56638         * libio/setbuf.c: Likewise.
56639         * libio/setlinebuf.c: Likewise.
56640         * libio/stdfiles.c: Likewise.
56641         * libio/strops.c: Likewise.
56642         * libio/vasprintf.c: Likewise.
56643         * libio/vscanf.c: Likewise.
56644         * libio/vsnprintf.c: Likewise.
56645         * libio/vswprintf.c: Likewise.
56646         * libio/wfiledoalloc.c: Likewise.
56647         * libio/wfileops.c: Likewise.
56648         * libio/wgenops.c: Likewise.
56649         * libio/wmemstream.c: Likewise.
56650         * libio/wstrops.c: Likewise.
56651         * libio/__fpurge.c: Likewise.
56652         * libio/__fsetlocking.c: Likewise.
56653         * assert/assert.c: Likewise.
56654         * debug/fgets_chk.c: Likewise.
56655         * debug/fgets_u_chk.c: Likewise.
56656         * debug/fread_chk.c: Likewise.
56657         * debug/fread_u_chk.c: Likewise.
56658         * debug/gets_chk.c: Likewise.
56659         * debug/obprintf_chk.c: Likewise.
56660         * debug/vasprintf_chk.c: Likewise.
56661         * debug/vdprintf_chk.c: Likewise.
56662         * debug/vsnprintf_chk.c: Likewise.
56663         * debug/vsprintf_chk.c: Likewise.
56664         * malloc/mtrace.c: Likewise.
56665         * misc/error.c: Likewise.
56666         * misc/syslog.c: Likewise.
56667         * stdio-common/asprintf.c: Likewise.
56668         * stdio-common/fxprintf.c: Likewise.
56669         * stdio-common/getw.c: Likewise.
56670         * stdio-common/isoc99_fscanf.c: Likewise.
56671         * stdio-common/isoc99_scanf.c: Likewise.
56672         * stdio-common/isoc99_vfscanf.c: Likewise.
56673         * stdio-common/isoc99_vscanf.c: Likewise.
56674         * stdio-common/isoc99_vsscanf.c: Likewise.
56675         * stdio-common/printf-prs.c: Likewise.
56676         * stdio-common/printf_fp.c: Likewise.
56677         * stdio-common/printf_fphex.c: Likewise.
56678         * stdio-common/printf_size.c: Likewise.
56679         * stdio-common/putw.c: Likewise.
56680         * stdio-common/scanf.c: Likewise.
56681         * stdio-common/sprintf.c: Likewise.
56682         * stdio-common/tmpfile.c: Likewise.
56683         * stdio-common/vfprintf.c: Likewise.
56684         * stdio-common/vfscanf.c: Likewise.
56685         * stdlib/strfmon_l.c: Likewise.
56686         * sunrpc/openchild.c: Likewise.
56687         * sunrpc/xdr_stdio.c: Likewise.
56688         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
56689         * sysdeps/mach/hurd/tmpfile.c: Likewise.
56691 2012-05-24  Roland McGrath  <roland@hack.frob.com>
56693         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
56695         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
56696         in the third column, to generate for the shared library an IFUNC
56697         that uses _dl_vdso_vsym.
56698         * Makerules (COMPILE.c, compile-stdin.c): New variables.
56699         * Makeconfig (object-suffixes-noshared): New variable.
56701         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
56702         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
56703         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
56704         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
56706         [BZ #14132]
56707         * include/sys/time.h (__gettimeofday): Remove macro.
56708         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
56709         * time/gettimeofday.c (__gettimeofday): Remove #undef.
56710         Remove INTDEF.
56711         (__gettimeofday): Add libc_hidden_def.
56712         (gettimeofday): Add libc_hidden_weak.
56713         * sysdeps/mach/gettimeofday.c: Likewise.
56714         * sysdeps/posix/gettimeofday.c: Likewise.
56715         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
56716         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
56717         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
56718         (__gettimeofday_internal): Remove strong_alias.
56719         (__gettimeofday): Add libc_hidden_def.
56720         (gettimeofday): Add libc_hidden_weak.
56721         * sysdeps/unix/syscalls.list (gettimeofday):
56722         Remove __gettimeofday_internal alias.
56724 2012-05-24  Daniel Jacobowitz  <drow@false.org>
56725             H.J. Lu  <hongjiu.lu@intel.com>
56727         [BZ #12495]
56728         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
56729         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
56730         (largebin_index_32_big): New.
56731         (largebin_index): Use it for 16-byte alignment.
56732         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
56733         correction with front_misalign.
56735 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
56737         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
56738         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
56739         Likewise.
56740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
56741         Likewise.
56742         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
56743         Likewise.
56744         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
56745         Likewise.
56746         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
56747         Likewise.
56748         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
56749         Likewise.
56750         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
56751         Likewise.
56752         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
56753         Likewise.
56754         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
56755         Likewise.
56756         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
56757         Likewise.
56758         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
56759         Likewise.
56760         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
56761         Likewise.
56763         * scripts/data/c++-types-x32-linux-gnu.data: New file.
56764         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
56766 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56768         [BZ #10846]
56769         [BZ #14036]
56770         * math/libm-test.inc (exp_test): Add test from bug 14036.
56771         (pow_test): Add test from bug 10846.
56773         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
56774         and other flags.
56775         (special_function): Do not include flags in test name.
56776         (parse_args): Likewise.
56777         * sysdeps/i386/fpu/libm-test-ulps: Update.
56778         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
56779         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
56780         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
56781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56783         * math/gen-libm-test.pl (%beautify): Add entries for underflow
56784         exceptions.
56785         * math/libm-test.inc ("Philosophy"): Update comment about
56786         exception testing.
56787         (UNDERFLOW_EXCEPTION): New macro.
56788         (UNDERFLOW_EXCEPTION_OK): Likewise.
56789         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
56790         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
56791         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
56792         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
56793         (INVALID_EXCEPTION_OK): Update value.
56794         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
56795         (OVERFLOW_EXCEPTION_OK): Likewise.
56796         (IGNORE_ZERO_INF_SIGN): Likewise.
56797         (test_exceptions): Handle underflow exceptions.
56798         (acos_test): Update for underflow exception expectations.
56799         (cexp_test): Likewise.
56800         (clog_test): Likewise.
56801         (clog10_test): Likewise.
56802         (csqrt_test): Likewise.
56803         (ctan_test): Likewise.
56804         (ctanh_test): Likewise.
56805         (exp_test): Likewise.
56806         (exp10_test): Likewise.
56807         (exp2_test): Likewise.
56808         (expm1_test): Likewise.
56809         (fma_test): Likewise.
56810         (j0_test): Likewise.
56811         (jn_test): Likewise.
56812         (nexttoward_test): Likewise.
56813         (pow_test): Likewise.
56814         (scalbn_test): Likewise.
56815         (scalbln_test): Likewise.
56816         (tan_test): Likewise.
56817         (y1_test): Likewise.
56818         * sysdeps/i386/fpu/libm-test-ulps: Update.
56819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56821 2012-05-23  David S. Miller  <davem@davemloft.net>
56823         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
56824         (__libc_sigaction): Remove unused local variables.
56826 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56828         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
56830 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
56832         mktime: avoid signed integer overflow
56833         * time/mktime.c (__mktime_internal): Do not mishandle the case
56834         where diff == INT_MIN.
56836         mktime: simplify computation of average
56837         * time/mktime.c (ranged_convert): Use new time_t_avg function
56838         instead of rolling our own (probably-slower) code.
56840         mktime: do not assume signed right shift propagates sign bit
56841         * time/mktime.c (isdst_differ): New static function.
56842         (__mktime_internal): No need to normalize tm_isdst now.
56843         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
56844         tm_isdst values.
56846         mktime: merge another wrapv change from gnulib
56847         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
56848         from some compilers.
56850         mktime: remove incorrect attempt at unusual arithmetics
56851         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
56852         The code didn't really work on such machines anyway.
56853         (TYPE_MINIMUM): Assume two's complement.
56854         (twos_complement_arithmetic): Verify that long_int and time_t
56855         are two's complement (or unsigned, in the latter case).
56857         mktime: check signed shifts on long_int and time_t, too
56858         * time/mktime.c (SHR): Check that shifts work as desired
56859         on the types long_int and time_t too, as SHR is used on
56860         such types.
56862         mktime: do not assume 'long' is wide enough
56863         * time/mktime.c (verify): Move decl up.
56864         (long_int): New type.
56865         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
56866         to remove assumption in the code that 'long' is wide enough to
56867         store year values.  This assumption is not true on x32 and on
56868         some non-glibc platforms.
56870         mktime: merge wrapv change from gnulib
56871         * time/mktime.c (WRAPV): New macro.
56872         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
56873         (guess_time_tm, __mktime_internal): Do not assume that signed
56874         integer overflow wraps around; modern compilers generate code
56875         where this assumption is no longer valid.
56877 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56879         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
56880         Replace "jmp L(pseudo_end)" with "ret".
56881         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
56882         Likewise.
56884 2012-05-23  Andreas Jaeger  <aj@suse.de>
56886         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
56887         * sysdeps/unix/sysv/linux/poll.c: Remove file.
56889 2012-05-23  Andreas Jaeger  <aj@suse.de>
56890             Maximilian Attems  <max@stro.at>
56892         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
56893         New macros.
56895 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56897         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
56898         code so that pseudo_end is just ret and the stack pointer is
56899         correct also for static library in error case.
56901 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
56903         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
56904         move to syscalls.list.
56905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
56906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
56907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
56908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
56910         * manual/install.texi (Running make install): Do not mention Linux
56911         kernel version for which pt_chown is not needed.
56912         (Linux): Do not mention problems with nscd with 2.0 kernels.
56913         * INSTALL: Regenerated.
56915 2012-05-23  Andreas Jaeger  <aj@suse.de>
56917         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
56918         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
56919         macro.
56920         * sysdeps/unix/sysv/linux/s390/bits/mman.h
56921         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56922         * sysdeps/unix/sysv/linux/sh/bits/mman.h
56923         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56924         * sysdeps/unix/sysv/linux/i386/bits/mman.h
56925         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56926         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
56927         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56928         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
56929         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56930         * sysdeps/unix/sysv/linux/bits/in.h
56931         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
56933 2012-05-22  Roland McGrath  <roland@hack.frob.com>
56935         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
56936         (PREPARE_VERSION): Just use assert instead, it will be elided
56937         under [NDEBUG] anyway.
56939 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56941         * sysdeps/unix/sysv/linux/Makefile: Include
56942         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
56943         (sysdep_routines): Remove sysctl.
56944         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
56945         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
56946         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
56947         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
56948         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
56950 2012-05-22  Andreas Jaeger  <aj@suse.de>
56952         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
56953         that pseudo_end is just ret and the stack pointer is correct also
56954         for static library in error case.
56956 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
56958         [BZ #14122]
56959         * nss/nsswitch.c (defconfig_entries): New variable.
56960         (__nss_database_lookup): Don't leak defconfig entries.
56961         (nss_parse_service_list): Don't leak on error paths.
56962         (free_database_entries): New function.
56963         (free_defconfig): New function.
56964         (free_mem): Move common code to free_database_entries.
56966 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56968         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
56969         Add arch_prctl.
56970         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
56972         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
56973         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
56974         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
56975         New macro.
56976         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
56977         (INTERNAL_SYSCALL_TYPES): Likewise.
56978         (LOAD_ARGS_TYPES_[1-6]): Likewise.
56979         (LOAD_REGS_TYPES_[1-6]): Likewise.
56980         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
56981         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
56983 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56985         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
56986         copysignl for GLIBC_2_0.
56987         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
56988         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
56989         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
56990         logbl for GLIBC_2_0.
56991         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
56992         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
56994 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56996         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
56997         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
56999         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
57000         Use "neg %eax".
57002         * time/mktime.c: Update copyright years.
57004 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
57006         mktime: merge comment-quoting-style change from gnulib
57007         * time/mktime.c: Quote 'like this' in comments.
57008         The GNU coding standards suggest that we no longer quote `like this',
57009         as "`" and "'" are typically rendered asymmetrically nowadays.
57010         The typical gnulib style is to quote 'like this' when quoting
57011         code, and "like this" when quoting English.
57013         * time/mktime.c (compile-command): Add "-I.".
57015         mktime: merge mktime-internal.h change from gnulib
57016         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
57018         mktime: merge time_r change from gnulib
57019         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
57021         mktime: merge DEBUG change from gnulib
57022         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
57023         case system <time.h> has a #define.
57025         mktime: merge <sys/types.h> change from gnulib
57026         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
57027         since <time.t> is now guaranteed to define time_t.
57029         mktime: merge HAVE_CONFIG_H change from gnulib
57030         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
57032 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
57034         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
57035         Use "neg %eax".
57037         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
57038         __rlim_t cast.
57039         (struct rusage): Use anonymous union to pad each field to
57040         __syscall_slong_t.
57042 2012-05-21  David S. Miller  <davem@davemloft.net>
57044         * Makefules (o-iterator): Remove .s cases.
57045         (compile-command.s): Delete.
57046         (COMPILE.s): Delete.
57047         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
57049 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
57051         * configure.in (libc_cv_predef_stack_protector): Only consider
57052         "foobar" and "__stack_chk_fail" lines in libc_undefs.
57053         * configure: Regenerated.
57055 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
57057         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
57058         New macro.  Use R*LP on int and pointer.
57059         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
57060         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
57061         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
57062         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
57064         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
57065         [__WORDSIZE_TIME64_COMPAT32] instead of
57066         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
57067         (struct utmp): Likewise.
57068         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
57069         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
57070         Renamed to ...
57071         (__WORDSIZE_TIME64_COMPAT32): This.
57072         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
57073         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
57074         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
57075         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
57076         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
57077         (__WORDSIZE_TIME64_COMPAT32): New macro.
57079 2012-05-21  Andreas Jaeger  <aj@suse.de>
57081         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
57082         only if [SHARED]. Add prototype for __wcschr_ia32.
57084 2012-05-21  Roland McGrath  <roland@hack.frob.com>
57086         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
57087         of %rbp unmolested in the jmp_buf while mangling the low bits.
57088         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
57089         unmolested high bits of %rbp while demangling the low bits.
57090         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
57092 2012-05-21  Andreas Jaeger  <aj@suse.de>
57094         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
57095         * sunrpc/svc_simple.c: Use it for registerrpc.
57096         * sunrpc/xcrypt.c: Use it for passwd2des.
57098         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
57100 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
57102         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
57103         Don't define if [__SYSCALL_WORDSIZE != 32].
57104         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
57105         New macro.
57107 2012-05-21  Bruno Haible  <bruno@clisp.org>
57108             Andreas Jaeger  <aj@suse.de>
57110         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
57111         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
57112         inptr and inend for must_buffer_ch.
57113         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
57114         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
57115         * stdio-common/Makefile (tests): Remove bug15.
57116         (bug15-ENV): Remove macro.
57117         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
57118         anymore.
57120 2012-05-19  Andreas Jaeger  <aj@suse.de>
57121             Roland McGrath  <roland@hack.frob.com>
57123         * manual/contrib.texi: Completely rewritten. It contains now an
57124         alphabetical list of contributors and their contributions.
57126 2012-05-21  Richard Henderson  <rth@twiddle.net>
57128         * misc/getauxval.c (__getauxval): Use unsigned long int.
57129         * misc/sys/auxv.h: Include <sys/cdefs.h>.
57130         (getauxval): Use unsigned long int.
57132 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
57134         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
57136 2012-05-21  Roland McGrath  <roland@hack.frob.com>
57138         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
57139         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
57140         __alignof__ (long double).
57142 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
57146 2012-05-20  Richard Henderson  <rth@twiddle.net>
57148         * misc/getauxval.c: New file.
57149         * misc/sys/auxv.h: New file.
57150         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
57151         (routines): Add getauxval.
57152         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
57153         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
57154         * elf/dl-sysdep.c (_dl_auxv): Remove.
57155         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
57156         * elf/dl-support.c (_dl_auxv): New variable.
57157         (_dl_aux_init): Initialize it.
57158         * manual/startup.texi (Auxiliary Vector): New node.
57159         * sysdeps/generic/bits/hwcap.h: New file.
57160         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
57161         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
57162         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
57163         * sysdeps/sparc/sysdep.h: ... here.  Include it.
57164         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
57165         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
57166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
57167         Update.
57168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
57169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
57170         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
57171         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
57172         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
57173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
57174         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
57175         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
57177 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
57181 2012-05-19  David S. Miller  <davem@davemloft.net>
57183         * sysdeps/sparc/fpu/libm-test-ulps: Update.
57185 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
57187         [BZ #14123]
57188         * math/s_ccosh.c: Include <float.h>
57189         (__ccosh): Avoid internal overflow calculating sinh and cosh
57190         values before multiplying by sin and cos values.
57191         * math/s_ccoshf.c: Likewise.
57192         * math/s_ccoshl.c: Likewise.
57193         * math/s_csin.c: Likewise.
57194         * math/s_csinf.c: Likewise.
57195         * math/s_csinl.c: Likewise.
57196         * math/s_csinh.c: Likewise.
57197         * math/s_csinhf.c: Likewise.
57198         * math/s_csinhl.c: Likewise.
57199         * math/libm-test.inc (ccos_test): Add more tests.
57200         (ccosh_test): Likewise.
57201         (csin_test): Likewise.
57202         (csinh_test): Likewise.
57203         * sysdeps/i386/fpu/libm-test-ulps: Update.
57204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
57206 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
57208         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
57209         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
57211         * sysdeps/x86_64/x32/_itoa.h: Add comment.
57213 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
57215         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
57216         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
57217         * sysdeps/powerpc/soft-fp/Versions: Likewise.
57218         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
57219         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
57220         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
57221         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
57222         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
57223         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
57224         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
57225         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
57226         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
57227         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
57228         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
57229         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
57230         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
57231         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
57232         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
57233         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
57234         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
57235         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
57236         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
57237         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
57238         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
57239         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
57240         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
57241         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
57242         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
57243         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
57244         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
57245         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
57247 2012-05-18  Andreas Jaeger  <aj@suse.de>
57249         * csu/.gitignore: Delete.
57251 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
57253         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
57254         (timex): Use __syscall_slong_t.
57256 2012-05-18  Andreas Jaeger  <aj@suse.de>
57257             Carlos O'Donell  <carlos_odonell@mentor.com>
57259         * manual/install.texi (Configuring and compiling): Update
57260         description about files modified in the source directory.
57261         * INSTALL: Regenerated.
57263 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
57265         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
57266         value.  Use "or" to set return value to -1.
57267         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
57268         negate return value.
57270 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
57272         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
57273         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
57274         failure if the compiler has Graphite support disabled.
57275         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
57276         Likewise.
57277         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
57278         (CFLAGS-memmove.c): Likewise.
57279         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
57280         Likewise.
57282 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
57284         * sysdeps/x86_64/x32/_itoa.h: New file.
57286         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
57287         getdents system call only if kernel and user dirents have the
57288         same d_ino and d_off.
57290         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
57291         LLONG_MAX != LONG_MAX.
57292         (_itoa_word): Use _ITOA_WORD_TYPE on value.
57293         (_fitoa_word): Likewise.
57295         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
57296         years.
57297         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
57298         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
57299         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
57301         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
57302         include <bits/wordsize.h>.  Check __x86_64__ instead of
57303         __WORDSIZE.
57304         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
57305         if __x86_64__ is defined.  Use anonymous union on fpstate.
57307         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
57308         anonymous union.
57310 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
57312         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
57313         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
57314         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
57315         Refer to _rtld_local_ro instead of _rtld_global_ro.
57316         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
57317         Likewise.
57318         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
57319         Likewise.
57320         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
57321         Likewise.
57322         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
57323         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
57324         of _rtld_global, and rtld_progname instead of _dl_argv[0].
57326         [BZ #10882]
57327         * sysdeps/powerpc/powerpc32/dl-machine.c
57328         (__elf_machine_runtime_setup) [PROF]: Don't reference
57329         _dl_prof_resolve.
57331 2012-05-18  Andreas Jaeger  <aj@suse.de>
57333         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
57334         function only available for GCCs before 3.4 since GCC 3.4
57335         introduced a builtin.
57336         (lrint): Likewise.
57337         (llrintf): Likewise.
57338         (llrint): Likewise.
57339         (fmaxf): Likewise.
57340         (fmax): Likewise.
57341         (fminf): Likewise.
57342         (fmin): Likewise.
57343         (rint): Likewise.
57344         (rintf): Likewise.
57345         (nearbyint): Likewise.
57346         (nearbyintf): Likewise.
57347         (ceil): Likewise.
57348         (ceilf): Likewise.
57349         (floor): Likewise.
57350         (floorf): Likewise.
57352 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
57354         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
57355         on both fields and cast pointer to __syscall_ulong_t.
57357         * bits/types.h (__fsword_t): New type.
57358         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
57359         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
57360         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57361         (__FSWORD_T_TYPE): Likewise.
57362         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57363         (__FSWORD_T_TYPE): Likewise.
57364         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57365         (__FSWORD_T_TYPE): Likewise.
57366         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
57367         (__FSWORD_T_TYPE): Likewise.
57368         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
57369         __SWORD_TYPE with __fsword_t.
57370         (statfs64): Likewise.
57372 2012-05-17  David S. Miller  <davem@davemloft.net>
57374         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
57376 2012-05-17  Andreas Jaeger  <aj@suse.de>
57378         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
57379         warning.
57381 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
57383         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
57385 2012-05-17  Andreas Jaeger  <aj@suse.de>
57387         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
57388         when it is used.
57390 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
57392         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
57394 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
57396         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
57397         * sysdeps/x86_64/tst-mallocalign1.c: New file.
57399 2012-05-17  Andreas Jaeger  <aj@suse.de>
57400             Carlos O'Donell  <carlos_odonell@mentor.com>
57402         [BZ #14059]
57403         * sysdeps/x86_64/multiarch/init-arch.h
57404         (bit_YMM_Usable): Rename to...
57405         (bit_AVX_Usable): ... this.
57406         (bit_FMA4_Usable): New macro.
57407         (bit_XMM_state): New macro.
57408         (bit_YMM_state): New macro.
57409         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
57410         [__ASSEMBLER__] (index_AVX_Usable): ... this.
57411         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
57412         (CPUID_OSXSAVE): New macro.
57413         (CPUID_AVX): New macro.
57414         (CPUID_FMA4): New macro.
57415         (index_YMM_Usable): Rename to...
57416         (index_AVX_Usable): ... this.
57417         (HAS_AVX): Use HAS_ARCH_FEATURE.
57418         (HAS_FMA4): Likewise.
57419         (HAS_YMM_USABLE): Remove.
57420         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57421         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
57422         are present.
57423         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
57424         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
57425         * sysdeps/x86_64/multiarch/Makefile: Likewise.
57426         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
57427         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
57429 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
57431         * math/libm-test.c: Support platforms without multiple rounding modes.
57432         * math/bug-nextafter.c: Support platforms without FP exceptions.
57433         * math/bug-nexttoward.c: Likewise.
57434         * math/test-fenv.c: Likewise.
57435         * math/test-misc.c: Likewise.
57436         * stdlib/bug-getcontext.c: Likewise.
57438 2012-05-17  Andreas Jaeger  <aj@suse.de>
57440         * manual/examples/search.c (critter_cmp): Change signature to
57441         avoid warnings.
57442         * manual/string.texi (Collation Functions): Likewise.
57444 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57446         * bits/types.h: Fold copyright years.
57447         * bits/typesizes.h: Likewise.
57448         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
57449         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
57450         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
57451         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
57452         * time/time.h: Likewise.
57454 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
57456         [BZ #208]
57457         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
57458         in instead of returning them.  Return void.
57459         (__libc_mallinfo): Accumulate over all arenas.
57460         (__malloc_stats): Adjust for change in int_mallinfo interface.
57462 2012-05-16  Roland McGrath  <roland@hack.frob.com>
57464         [BZ #10375]
57465         * configure.in (NM): Add AC_CHECK_TOOL for it.
57466         (libc_extra_cflags): New substituted variable.
57467         Check for -fstack-protector being used implicitly.
57468         * configure: Regenerated.
57469         * config.make.in (config-extra-cflags): New variable,
57470         gets @libc_extra_cflags@.
57471         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
57473         [BZ #10375]
57474         * configure.in: Check for _FORTIFY_SOURCE being predefined.
57475         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
57476         * configure: Regenerated.
57477         * config.make.in (CPPUNDEFS): New substituted variable.
57478         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
57479         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
57480         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
57482 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57484         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
57485         (mq_attr): Use __syscall_slong_t.
57487 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57489         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
57490         Check __x86_64__ instead of __WORDSIZE.
57491         (_STAT_VER_LINUX): Likewise.
57492         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
57493         __syscall_ulong_t and __syscall_slong_t.
57494         (stat64): Likewise.
57496 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57498         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
57500 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57502         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
57504 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57506         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
57507         __syscall_ulong_t.
57509         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
57510         include <bits/wordsize.h>.  Check __x86_64__ instead of
57511         __WORDSIZE.
57512         (greg_t): Use "__extension__ long long int" if __x86_64__ is
57513         defined.
57514         (mcontext_t): Replace "unsigned long" with "unsigned long long".
57516         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
57517         include <bits/wordsize.h>.  Check __x86_64__ instead of
57518         __WORDSIZE.
57519         (user_regs_struct): Use "__extension__ unsigned long long"
57520         instead of "unsigned long" if __x86_64__ is defined.
57521         (user): Likewise.  Pad after pointer field if __ILP32__ is
57522         defined.
57524 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
57526         * configure.in (makeinfo): Require version 4.5 or later.  Allow
57527         versions 5 to 9.
57528         * configure: Regenerated.
57529         * manual/install.texi (texinfo): Increase version requirement to
57530         4.5 or later.
57531         * INSTALL: Regenerated.
57533         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
57535 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57537         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
57539         * sysdeps/x86_64/x32/ffs.c: New file.
57541         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
57542         __syscall_ulong_t.
57543         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
57544         defined.  Use __syscall_ulong_t.
57545         (shminfo): Use __syscall_ulong_t.
57546         (shm_info): Likewise.
57548         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
57549         __syscall_ulong_t.
57551         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
57552         <bits/wordsize.h>.
57553         (msgqnum_t): Use __syscall_ulong_t.
57554         (msglen_t): Likewise.
57555         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
57556         __syscall_ulong_t.
57558         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
57559         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
57561         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
57563         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
57564         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
57566         * sysvipc/sys/msg.h (msgbuf): Replace long int with
57567         __syscall_slong_t.
57569         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
57570         include <bits/wordsize.h>.  Check __x86_64__ instead of
57571         __WORDSIZE.
57573         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
57574         "unsigned long long int" if __x86_64__ is defined.
57575         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
57577         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
57578         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
57579         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
57581         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
57582         <stdint.h>.
57583         (GET_PC): Cast to uintptr_t first.
57584         (GET_FRAME): Likewise.
57585         (GET_STACK): Likewise.
57587         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
57588         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
57589         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
57590         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
57591         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
57592         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
57593         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
57594         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
57595         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
57596         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
57597         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
57598         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
57599         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
57600         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
57601         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
57602         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
57603         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
57604         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
57605         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
57606         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
57607         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
57608         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
57609         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
57610         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
57611         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
57612         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
57613         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
57614         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
57615         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
57617 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
57619         * Makerules (+depfiles): Also collect depfiles from .oS in
57620         $(extra-objs).
57621         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
57622         .oS, $(libnldbl-routines)).
57624         * Makerules (native-compile-mkdep-flags): Define.
57625         * sunrpc/Makefile (extra-objs): Add $(addprefix
57626         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
57627         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
57628         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
57629         calling $(make-target-directory).
57631 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57633         * bits/types.h (__snseconds_t): Removed.
57634         * time/time.h (struct timespec): Replace __snseconds_t with
57635         __syscall_slong_t.
57636         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
57637         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
57638         Likewise.
57639         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57640         (__SNSECONDS_T_TYPE): Likewise.
57641         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57642         (__SNSECONDS_T_TYPE): Likewise.
57643         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57644         (__SNSECONDS_T_TYPE): Likewise.
57646 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57648         * sysdeps/mach/hurd/bits/typesizes.h
57649         (__SYSCALL_SLONG_TYPE): New macro.
57650         (__SYSCALL_ULONG_TYPE): Likewise.
57652 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57654         * bits/types.h (__syscall_slong_t): New type.
57655         (__syscall_ulong_t): Likewise.
57657         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
57658         (__SYSCALL_ULONG_TYPE): Likewise.
57659         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57660         (__SYSCALL_SLONG_TYPE): Likewise.
57661         (__SYSCALL_ULONG_TYPE): Likewise.
57662         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57663         (__SYSCALL_SLONG_TYPE): Likewise.
57664         (__SYSCALL_ULONG_TYPE): Likewise.
57665         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57666         (__SYSCALL_SLONG_TYPE): Likewise.
57667         (__SYSCALL_ULONG_TYPE): Likewise.
57669 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57671         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
57672         Add sigaltstack-offsets.sym.
57673         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
57674         <sigaltstack-offsets.h>.
57675         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
57676         longjmp_msg pointer.
57677         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
57678         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
57679         signal stack.
57680         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
57682 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
57684         * elf/stackguard-macros.h: Remove file.
57685         * sysdeps/generic/stackguard-macros.h: New file.
57686         * sysdeps/i386/stackguard-macros.h: Likewise.
57687         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
57688         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
57689         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
57690         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
57691         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
57692         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
57693         * sysdeps/x86_64/stackguard-macros.h: Likewise.
57694         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
57695         <elf/stackguard-macros.h>.
57697         [BZ #14109]
57698         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
57699         __aligned__ in attribute.
57700         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
57701         (gregset_t): Likewise.
57703 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57705         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
57706         * sysdeps/x86_64/64/Implies-after: Here.  New file.
57707         * sysdeps/x86_64/x32/Implies-after: New file.
57709 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57711         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
57712         and access return value for _dl_profile_fixup.  Use R10_LP to
57713         load frame size.
57715 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57717         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
57719 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57721         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
57722         * sysdeps/x86_64/x32/sysdep.h: New file.
57724 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57726         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
57727         * sysdeps/x86_64/setjmp.S: Likewise.
57729 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57731         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
57732         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
57733         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
57734         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
57735         remove unused global constant.
57737 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
57739         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
57740         include of <not-cancel.h>.
57742 2012-05-15  Roland McGrath  <roland@hack.frob.com>
57744         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
57746 2012-05-15  Jeff Law  <law@redhat.com>
57747             Andreas Jaeger  <aj@suse.de>
57749         [BZ #13594]
57750         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
57751         out from...
57752         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
57753         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
57754         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
57755         code changing __hst_map_handle.map.
57757 2012-05-15  Roland McGrath  <roland@hack.frob.com>
57759         * configure.in (sysnames): Look for Implies-before and Implies-after
57760         files.
57761         * configure: Regenerated.
57763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57765         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
57766         8-byte data alignment with LP_SIZE alignment.
57768 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57770         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
57771         into R10_LP.
57773 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57775         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
57777 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57779         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
57780         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
57781         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
57782         Likewise.
57783         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
57785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57787         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
57788         (stackinfo_sub_sp): Likewise.
57790 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57792         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
57793         RAX_LP.
57795 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57797         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
57798         into R*_LP.
57800 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57802         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
57803         sizes into R*_LP.
57805 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57807         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
57809 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57811         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
57812         into R11_LP and load __x86_64_shared_cache_size_half into
57813         R8_LP.
57815 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57817         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
57818         R8_LP.
57820 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57822         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
57823         logb for POWER7.
57824         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
57825         logbf for POWER7.
57826         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
57827         logbl for POWER7.
57828         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
57829         powerpc32/power7/fpu/s_logb.c via #include.
57830         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
57831         powerpc32/power7/fpu/s_logbf.c via #include.
57832         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
57833         powerpc32/power7/fpu/s_logbl.c via #include.
57835 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
57837         * README.libm: Remove file.
57839 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57841         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
57842         count for x32.  Use R*_LP and omit operand-size suffix.
57844 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57846         * shlib-versions: Move x86_64-.*-linux.* entries to ...
57847         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
57848         * sysdeps/x86_64/x32/shlib-versions: New file.
57850 2012-05-14  Roland McGrath  <roland@hack.frob.com>
57852         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
57853         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
57854         Use _dl_fatal_printf instead.
57856 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
57858         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
57859         set if not set by the user.  Do not allow for being unset.
57860         * sysdeps/unix/sysv/linux/configure: Regenerated.
57862 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57864         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
57865         the `q' suffix from lea and replace .quad with ASM_ADDR.
57867 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57869         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
57870         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
57871         instead of $17.
57872         (PTR_DEMANGLE): Likewise.
57874 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57876         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
57877         (LP_OP): Likewise.
57878         (ASM_ADDR): Likewise.
57879         (RAX_LP): Likewise.
57880         (RBP_LP): Likewise.
57881         (RBX_LP): Likewise.
57882         (RCX_LP): Likewise.
57883         (RDI_LP): Likewise.
57884         (RSI_LP): Likewise.
57885         (RSP_LP): Likewise.
57886         (R8_LP): Likewise.
57887         (R9_LP): Likewise.
57888         (R10_LP): Likewise.
57889         (R10_LP): Likewise.
57890         (R11_LP): Likewise.
57891         (R12_LP): Likewise.
57892         (R13_LP): Likewise.
57893         (R14_LP): Likewise.
57894         (R15_LP): Likewise.
57896 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57898         * sysdeps/x86_64/x32/dl-machine.h: New file.
57900 2012-05-14  Andreas Jaeger  <aj@suse.de>
57902         * manual/Makefile (subdir): Remove export of subdir.
57903         (all): Remove target.
57904         (.PHONY): Remove all from list.
57905         (mkinstalldirs): Remove.
57906         (.PHONY): Remove installdirs from list.
57907         ($(inst_infodir)/libc.info): Use make-target-directory.
57908         (installdirs): Remove.
57909         (subdir_%): Remove.
57910         (glibc-targets): Remove.
57911         (lib): Remove.
57912         (stubs): Remove.
57913         ($(objpfx)stubs ../po/manual.pot): Remove.
57914         ($(objpfx)stamp%): Remove.
57915         (make-target-directory): Remove.
57916         (subdir_install): Remove.
57917         (routines): Remove.
57918         (aux): Remove.
57919         (sources): Remove.
57920         (objects): Remove.
57921         (headers): Remove.
57923         [BZ #13750]
57924         * manual/.gitignore: Remove, it's not needed anymore.
57925         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
57926         all files in it.
57927         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
57928         directory.
57929         (texis): Renamed to $(objpfx)texis.
57930         (texis-path): New, contains path to generated files.
57931         (chapters.%): Use texis-path for complete path, add extra argument
57932         libc-texinfo.sh.
57933         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
57934         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
57935         (summary,texi, stamp-summary): Use complete path of
57936         files. Generate files in build dir.
57937         (dir-add.texi): Build in build dir.
57938         (libm-err.texi,stamp-libm-err): Likewise.
57939         (version.texi, stamp-version): Likewise.
57940         (.%c.texi): Likewise.
57941         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
57942         (mostlyclean): Remove target.
57943         (realclean): Remove target.
57944         (generated): Add new variable with contents from mostlyclean and
57945         realclean, remove entries duplicated in common-mostlyclean, add
57946         stamp-libm-err and stamp-version.
57947         (generated-dirs): Add libc directory.
57948         ($(inst_infodir)/libc.info): Install files from build dir.
57950         * manual/install.texi (Configuring and compiling): Adjust since
57951         the info files are not part of the tar ball anymore.
57953 2012-05-14  Andreas Jaeger  <aj@suse.de>
57955         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
57956         variable.
57958 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
57960         [BZ #13717]
57961         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
57962         to 2.2.0 where earlier.
57963         * sysdeps/unix/sysv/linux/configure: Regenerated.
57964         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
57965         Remove conditional code.
57966         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
57967         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
57968         Remove conditional code.
57969         [!__NR_lchown]: Likewise.
57970         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
57971         [__NR_lchown]: Likewise.
57972         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
57973         comment referencing __ASSUME_LCHOWN_SYSCALL.
57974         * sysdeps/unix/sysv/linux/i386/sigaction.c
57975         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
57976         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
57977         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
57978         Remove conditional code.
57979         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
57980         (__protocol_available): Remove #if 0 code.
57981         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
57982         conditional code.
57983         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
57984         * sysdeps/unix/sysv/linux/kernel-features.h
57985         (__ASSUME_GETCWD_SYSCALL): Don't define.
57986         (__ASSUME_REALTIME_SIGNALS): Likewise.
57987         (__ASSUME_PREAD_SYSCALL): Likewise.
57988         (__ASSUME_PWRITE_SYSCALL): Likewise.
57989         (__ASSUME_POLL_SYSCALL): Likewise.
57990         (__ASSUME_LCHOWN_SYSCALL): Likewise.
57991         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
57992         non-SPARC.
57993         (__ASSUME_SIOCGIFNAME): Don't define.
57994         (__ASSUME_MSG_NOSIGNAL): Likewise.
57995         (__ASSUME_SENDFILE): Define unconditionally.
57996         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
57997         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
57998         conditional code.
57999         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
58000         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
58001         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
58002         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
58003         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
58004         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
58005         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
58006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
58007         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58008         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
58010         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58011         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
58013         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58014         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
58016         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58017         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
58019         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58020         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
58022         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
58023         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
58025         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58026         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
58028         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58029         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58030         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
58031         Remove conditional code.
58032         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58033         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
58034         Remove conditional code.
58035         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58036         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
58037         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
58038         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
58039         Remove conditional code.
58040         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58041         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
58042         Remove conditional code.
58043         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58044         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
58045         Remove conditional code.
58046         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58047         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
58048         Remove conditional code.
58049         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
58050         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
58051         Remove conditional code.
58052         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58053         * sysdeps/unix/sysv/linux/sh/pwrite64.c
58054         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
58055         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
58056         * sysdeps/unix/sysv/linux/sigaction.c
58057         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58058         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58059         * sysdeps/unix/sysv/linux/sigpending.c
58060         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58061         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58062         * sysdeps/unix/sysv/linux/sigprocmask.c
58063         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58064         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58065         * sysdeps/unix/sysv/linux/sigsuspend.c
58066         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
58067         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
58068         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
58069         (__libc_missing_rt_sigs): Remove.
58070         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
58071         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
58072         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
58073         Remove conditional code.
58074         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
58075         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
58076         return 1.
58077         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
58078         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
58079         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
58080         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
58082 2012-05-14  Andreas Jaeger  <aj@suse.de>
58084         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
58085         it's not used in glibc.
58086         (__coshm1): Likewise.
58087         (__acosh1p): Likewise.
58088         (__sgn): Likewise.
58090         * manual/string.texi (Copying and Concatenation): Add missing
58091         variable in concat example.
58092         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
58094 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
58096         [BZ #14103]
58097         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
58098         __builtin_clzl with __builtin_clzll.
58100 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
58102         [BZ #14104]
58103         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
58104         libc_freeres_ptr.
58106 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58108         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
58109         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
58110         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
58111         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
58113 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
58115         * NEWS: Update ia64 info.
58117 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
58119         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
58120         used as bcopy.
58122 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
58124         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
58125         * sysdeps/unix/syscalls.list (dup3): Likewise.
58126         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
58127         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
58129 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
58131         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
58132         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
58134 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
58136         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
58137         thread pointer.
58138         (TLS_IE): Use mov/add instead of movq/addq to load thread
58139         pointer.
58140         (TLS_GD_PREFIX): New.
58141         (TLS_GD): Use it.
58143 2012-05-11  David S. Miller  <davem@davemloft.net>
58145         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
58146         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
58147         (_FPU_SETCW): Likewise.
58149 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58151         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
58152         is 32-byte aligned.
58154 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
58156         [BZ #11837]
58157         * iconvdata/gb18030.c: Update tables.
58158         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
58159         characters specially.
58160         (BODY for TO_LOOP): Add encoding of missing ranges.
58162 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
58164         [BZ #13673]
58165         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
58166         * sysdeps/mach/hurd/dup3.c: Likewise.
58167         * sysdeps/mach/hurd/readlinkat.c: Likewise.
58168         * sysdeps/powerpc/memmove.c:: Likewise.
58170 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58172         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
58173         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
58175 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58177         * elf/elf.h (R_X86_64_RELATIVE64): New.
58178         (R_X86_64_NUM): Updated.
58179         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
58180         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
58181         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
58182         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
58183         tst-quad1pie tst-quad2pie
58184         (modules-names): Add tst-quadmod1 tst-quadmod2.
58185         ($(objpfx)tst-quad1): New dependency.
58186         ($(objpfx)tst-quad2): Likewise.
58187         ($(objpfx)tst-quad1pie): Likewise.
58188         ($(objpfx)tst-quad2pie): Likewise.
58189         * sysdeps/x86_64/tst-quad1.c: New file.
58190         * sysdeps/x86_64/tst-quad1pie.c: New file.
58191         * sysdeps/x86_64/tst-quad2.c: Likewise.
58192         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
58193         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
58194         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
58195         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
58196         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
58198 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58200         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
58201         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
58202         * streams/stropts.h (t_scalar_t): Define type.
58204         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
58205         (_PATH_PRESERVE): Set to "/var/lib".
58206         (_PATH_RWHODIR): Set to "/var/spool/rwho".
58208         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
58209         instead of int.
58211         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
58212         if __dir_mkfile succeeded.
58214         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
58215         checking for _hurd_dtablesize.  Unlock it right after having
58216         finished _hurd_dtable allocation.
58218 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58220         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
58221         * sysdeps/mach/hurd/configure: Regenerated.
58222         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
58223         special-casing to...
58224         * sysdeps/gnu/configure.in: ... this new file.
58225         * sysdeps/unix/sysv/linux/configure: Regenerated.
58226         * sysdeps/gnu/configure: New generated file.
58228         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
58229         for Linux: use nsec instead of usec, as well as:
58230         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
58231         members of type struct timespec.
58232         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
58233         New macros.
58234         (struct stat64): Likewise.
58235         (_STATBUF_ST_NSEC): New macro.
58236         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
58238         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
58239         __strtoul_internal rather than strtoul.
58241 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58243         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
58244         and reject them.
58246 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58248         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
58249         which preserves existing values.
58250         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
58252 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58254         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
58255         TIMEOUT values.  Return EINVAL for NFDS values either negative or
58256         greater than FD_SETSIZE.
58258 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58260         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
58261         allocated, call __vm_protect to finish enabling the existing space, and
58262         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
58263         allocate the remainder.
58265 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58267         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
58268         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
58270 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58272         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
58273         sysdeps/mach/hurd/readlink.c.
58275         * posix/tst-sysconf.c (posix_options): Only use
58276         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
58277         _POSIX_SYNCHRONIZED_IO when they are defined
58278         * sysdeps/mach/hurd/bits/posix_opt.h:
58279         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
58280         (_XOPEN_REALTIME): Undefine macro.
58281         (_XOPEN_REALTIME_THREADS): Undefine macro.
58282         (_XOPEN_SHM): Undefine macro.
58283         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
58284         macro to -1.
58285         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
58286         macro to -1.
58287         (_POSIX_ASYNC_IO): Undefine macro.
58288         (_POSIX_PRIORITIZED_IO): Undefine macro.
58289         (_POSIX_SPIN_LOCKS): Define macro to -1.
58291         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
58292         SA_NODEFER, SA_RESETHAND.
58293         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
58294         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
58295         F_DUPFD_CLOEXEC.
58297 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58299         * elf/Makefile (pldd-modules): Define unconditionally.
58301 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58303         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
58305 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58307         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
58308         Return ENOENT when name is empty.
58309         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
58311 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58313         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
58315         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
58317 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58319         Fix mlock in all cases except non-readable pages.
58320         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
58321         instead of VM_PROT_ALL as parameter to __vm_wire function.
58323         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
58324         (__mkdir): When path is `/', just fail with EEXIST.
58325         * sysdeps/mach/hurd/mkdirat.c: Likewise.
58327 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58329         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
58330         <sys/uio.h> (for writev).
58331         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
58332         and <sys/param.h> (for MIN).
58334 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
58336         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
58337         REQUESTED_TIME.  Properly set the remaining time and return EINTR
58338         if interrupted.
58340 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58342         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
58343         Depend on against $(link-rpcuserlibs).
58345 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58347         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
58348         (__libc_stack_end): Do not use attribute_relro.
58349         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
58350         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
58351         to libthread-provided value.
58352         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
58353         attribute_relro.
58355 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58357         [BZ #3748]
58358         * bits/libc-lock.h (__libc_once_get): New macro.
58359         * sysdeps/mach/bits/libc-lock.h: Likewise.
58360         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
58361         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
58362         instead of using implementation details.
58364         * libio/fileops.c: Unconditionally include <kernel-features.h>.
58365         * libio/freopen.c: Likewise.
58366         * libio/freopen64.c: Likewise.
58367         * misc/syslog.c: Likewise.
58368         * nscd/connections.c: Likewise.
58369         * nscd/netgroupcache.c: Likewise.
58370         * sysdeps/posix/getcwd.c: Likewise.
58372 2012-05-10  Roland McGrath  <roland@hack.frob.com>
58374         * math/w_ilogbf.c: Add #include <limits.h>.
58376 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58378         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
58379         path instead of returning without unlocking.
58381         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
58382         immediate-write ioctls.
58383         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
58385 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58387         * sysdeps/mach/hurd/i386/init-first.c (init): Use
58388         __builtin_frame_address instead of making assumptions about the
58389         location of the return address relative to DATA.  Force early load of
58390         the return address.
58391         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
58392         __builtin_frame_address.
58394         dup3 for GNU Hurd.
58395         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
58396         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
58397         implement dup3 and do some further code clean-ups.
58398         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
58399         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
58401 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58403         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
58405         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
58406         HURD_CRITICAL_END around holding _hurd_dtable_lock.
58407         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
58408         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
58409         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
58410         d->port.lock.
58412         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
58413         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
58414         when handler == SIG_ERR, not when handler != SIG_ERR.
58416 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58418         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
58419         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
58420         definitions.
58422         accept4 for GNU Hurd.
58423         * include/sys/socket.h (__libc_accept4): New prototype.
58424         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
58425         to implement __libc_accept4.
58426         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
58427         __libc_accept4.
58428         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
58430         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
58431         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
58432         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
58433         signal-defines.sym.
58435 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58437         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
58439 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
58441         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
58442         assertion on O_CLOEXEC flag.
58443         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
58444         * hurd/intern-fd.c: Likewise.
58445         * hurd/port2fd.c: Likewise.
58447 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58449         [BZ #3906]
58450         * bits/in.h (IPV6_PKTINFO): Define new macro.
58451         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
58453 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58455         [BZ #13954]
58456         [BZ #13955]
58457         [BZ #13956]
58458         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
58459         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
58460         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
58461         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
58462         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
58463         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
58464         * math/libm-test.inc (logb_test) : Additional logb tests.
58466 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
58467             Andreas Jaeger  <aj@suse.de>
58469         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
58470         * configure: Regenerated.
58471         * config.h.in (LINK_OBSOLETE_RPC): New macro.
58472         * config.make.in (link-obsolete-rpc): New substituted variable.
58473         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
58474         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
58475         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
58476         (shared-only-routines): Don't set it under [link-obsolete-rpc],
58477         so that libc.a contains the symbols.
58478         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
58479         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
58480         * sunrpc/auth_none.c: Likewise.
58481         * sunrpc/auth_unix.c: Likewise.
58482         * sunrpc/authdes_prot.c: Likewise.
58483         * sunrpc/authuxprot.c: Likewise.
58484         * sunrpc/clnt_gen.c: Likewise.
58485         * sunrpc/clnt_perr.c: Likewise.
58486         * sunrpc/clnt_raw.c: Likewise.
58487         * sunrpc/clnt_simp.c: Likewise.
58488         * sunrpc/clnt_tcp.c: Likewise.
58489         * sunrpc/clnt_udp.c: Likewise.
58490         * sunrpc/clnt_unix.c: Likewise.
58491         * sunrpc/des_crypt.c: Likewise.
58492         * sunrpc/des_soft.c: Likewise.
58493         * sunrpc/get_myaddr.c: Likewise.
58494         * sunrpc/key_call.c: Likewise.
58495         * sunrpc/key_prot.c: Likewise.
58496         * sunrpc/netname.c: Likewise.
58497         * sunrpc/pm_getmaps.c: Likewise.
58498         * sunrpc/pm_getport.c: Likewise.
58499         * sunrpc/pmap_clnt.c: Likewise.
58500         * sunrpc/pmap_prot.c: Likewise.
58501         * sunrpc/pmap_prot2.c: Likewise.
58502         * sunrpc/pmap_rmt.c: Likewise.
58503         * sunrpc/publickey.c: Likewise.
58504         * sunrpc/rpc_cmsg.c: Likewise.
58505         * sunrpc/rpc_common.c: Likewise.
58506         * sunrpc/rpc_dtable.c: Likewise.
58507         * sunrpc/rpc_prot.c: Likewise.
58508         * sunrpc/rpc_thread.c: Likewise.
58509         * sunrpc/rtime.c: Likewise.
58510         * sunrpc/svc.c: Likewise.
58511         * sunrpc/svc_auth.c: Likewise.
58512         * sunrpc/svc_raw.c: Likewise.
58513         * sunrpc/svc_run.c: Likewise.
58514         * sunrpc/svc_tcp.c: Likewise.
58515         * sunrpc/svc_udp.c: Likewise.
58516         * sunrpc/svc_unix.c: Likewise.
58517         * sunrpc/svcauth_des.c: Likewise.
58518         * sunrpc/xcrypt.c: Likewise.
58519         * sunrpc/xdr.c: Likewise.
58520         * sunrpc/xdr_array.c: Likewise.
58521         * sunrpc/xdr_float.c: Likewise.
58522         * sunrpc/xdr_intXX_t.c: Likewise.
58523         * sunrpc/xdr_mem.c: Likewise.
58524         * sunrpc/xdr_rec.c: Likewise.
58525         * sunrpc/xdr_ref.c: Likewise.
58526         * sunrpc/xdr_sizeof.c: Likewise.
58527         * sunrpc/xdr_stdio.c: Likewise.
58529 2012-05-10  Roland McGrath  <roland@hack.frob.com>
58531         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
58532         change.  Update copyright years.
58534 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
58536         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
58538 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
58539             Joseph Myers  <joseph@codesourcery.com>
58540             Paul Pluzhnikov  <ppluzhnikov@google.com>
58542         [BZ #14012]
58543         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
58544         requiring rpcgen.
58545         [cross-compiling] (extra-libs): Likewise.
58546         [cross-compiling] (extra-libs-others): Likewise.
58547         [cross-compiling] (librpcsvc-routines): Likewise.
58548         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
58549         [cross-compiling] (omit-deps): Likewise.
58550         (sunrpc-CPPFLAGS): New variable.
58551         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
58552         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
58553         (cross-rpcgen-objs): New variable.
58554         (extra-objs): Append $(cross-rpcgen-objs).
58555         ($(cross-rpcgen-objs)): New rule.
58556         ($(objpfx)cross-rpcgen): Likewise.
58557         (rpcgen-cmd): Define to use $(built-program-file).  Expand
58558         comment.
58559         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
58560         ($(objpfx)x%.stmp): Likewise.
58561         * sunrpc/proto.h [IS_IN_build] (_): Define.
58562         [IS_IN_build] (_libc_intl_domainname): Likewise.
58564 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58566         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
58567         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
58568         and R_X86_64_TPOFF64.
58570 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
58572         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
58573         sysdeps/unix/sysv/syscalls.list.
58574         (stime): Likewise.
58575         (utime): Likewise.
58576         * sysdeps/unix/sysv/syscalls.list: Remove file.
58578 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
58580         [BZ #3440]
58581         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
58582         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
58583         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
58584         (__LC_IDENTIFICATION): Make these macros useful in #if
58585         expressions, as required by C99.
58587 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
58589         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
58590         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
58591         after this.
58593 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
58595         * stdlib/longlong.h: Updated from GCC.
58597 2012-05-09  Andreas Jaeger  <aj@suse.de>
58599         * nscd/nscd.c (run_modes): Make named enum, reorder so that
58600         default is first entry.
58601         (run_mode): Set type.
58602         (main): Remove informal message about syslog.
58603         (options): Fix typo.
58605         [BZ #14053]
58606         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
58607         to asm.
58608         (lrint): Likewise.
58609         (llrintf): Likewise.
58610         (llrint): Likewise.
58611         (rint): Likewise.
58612         (rintf): Likewise.
58613         (nearbyint): Likewise.
58614         (nearbyintf): Likewise.
58616 2012-05-09  Andreas Jaeger  <aj@suse.de>
58617             Pedro Alves  <palves@redhat.com>
58619         * nscd/nscd.c (run_mode): Use enum.
58620         (main): Cleanup coding style issue.
58622 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
58623             Andreas Jaeger  <aj@suse.de>
58625         * nscd/nscd.c (go_background): Replaced with...
58626         (run_mode): ... this.
58627         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
58628         (options): Add -F --foreground.
58629         (main): Implement it.
58630         (parse_opt): Parse it.
58632 2012-05-09  Andreas Jaeger  <aj@suse.de>
58634         [BZ #14083]
58635         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
58636         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
58637         -Wconversion warning.
58638         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
58639         Likewise.
58641 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
58643         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
58644         == 0.
58645         (LC_ALL): Use macro-int-constant.
58646         (LC_COLLATE): Likewise.
58647         (LC_CTYPE): Likewise.
58648         (LC_MESSAGES): Likewise.
58649         (LC_MONETARY): Likewise.
58650         (LC_NUMERIC): Likewise.
58651         (LC_TIME): Likewise.
58652         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
58653         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
58654         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58655         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
58656         Specify type.
58657         [C99-based standards] (float_t): Expect type.
58658         [C99-based standards] (double_t): Expect type.
58659         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
58660         type.
58661         [C99-based standards] (HUGE_VALL): Likewise.
58662         [C99-based standards] (INFINITY): Likewise.
58663         [C99-based standards] (NAN): Likewise.
58664         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
58665         [C99-based standards] (FP_NAN): Likewise.
58666         [C99-based standards] (FP_NORMAL): Likewise.
58667         [C99-based standards] (FP_SUBNORMAL): Likewise.
58668         [C99-based standards] (FP_ZERO): Likewise.
58669         [C99-based standards] (FP_FAST_FMA): Use
58670         optional-macro-int-constant.  Specify type.  Require == 1.
58671         [C99-based standards] (FP_FAST_FMAF): Likewise.
58672         [C99-based standards] (FP_FAST_FMAL): Likewise.
58673         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
58674         [C99-based standards] (FP_ILOGBNAN): Likewise.
58675         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
58676         Specify type.
58677         [C99-based standards] (MATH_ERREXCEPT): Likewise.
58678         [C99-based standards] (math_errhandling): Specify type.
58679         [ISO99 || ISO11] (signgam): Do not allow.
58680         [non-C99-based standards] (copysignf): Do not allow.
58681         [non-C99-based standards] (exp2f): Likewise.
58682         [non-C99-based standards] (log2f): Likewise.
58683         [non-C99-based standards] (modff): Allow.
58684         [non-C99-based standards] (erff): Do not allow.
58685         [non-C99-based standards] (erfcf): Likewise.
58686         [non-C99-based standards] (gammaf): Likewise.
58687         [non-C99-based standards] (hypotf): Likewise.
58688         [non-C99-based standards] (j0f): Likewise.
58689         [non-C99-based standards] (j1f): Likewise.
58690         [non-C99-based standards] (jnf): Likewise.
58691         [non-C99-based standards] (lgammaf): Likewise.
58692         [non-C99-based standards] (tgammaf): Likewise.
58693         [non-C99-based standards] (y0f): Likewise.
58694         [non-C99-based standards] (y1f): Likewise.
58695         [non-C99-based standards] (ynf): Likewise.
58696         [non-C99-based standards] (isnanf): Likewise.
58697         [non-C99-based standards] (acoshf): Likewise.
58698         [non-C99-based standards] (asinhf): Likewise.
58699         [non-C99-based standards] (atanhf): Likewise.
58700         [non-C99-based standards] (cbrtf): Likewise.
58701         [non-C99-based standards] (expm1f): Likewise.
58702         [non-C99-based standards] (ilogbf): Likewise.
58703         [non-C99-based standards] (log1pf): Likewise.
58704         [non-C99-based standards] (logbf): Likewise.
58705         [non-C99-based standards] (nextafterf): Likewise.
58706         [non-C99-based standards] (remainderf): Likewise.
58707         [non-C99-based standards] (rintf): Likewise.
58708         [non-C99-based standards] (scalbf): Likewise.
58709         [non-C99-based standards] (copysignl): Likewise.
58710         [non-C99-based standards] (exp2l): Likewise.
58711         [non-C99-based standards] (log2l): Likewise.
58712         [non-C99-based standards] (modfl): Allow.
58713         [non-C99-based standards] (erfl): Do not allow.
58714         [non-C99-based standards] (erfcl): Likewise.
58715         [non-C99-based standards] (gammal): Likewise.
58716         [non-C99-based standards] (hypotl): Likewise.
58717         [non-C99-based standards] (j0l): Likewise.
58718         [non-C99-based standards] (j1l): Likewise.
58719         [non-C99-based standards] (jnl): Likewise.
58720         [non-C99-based standards] (lgammal): Likewise.
58721         [non-C99-based standards] (tgammal): Likewise.
58722         [non-C99-based standards] (y0l): Likewise.
58723         [non-C99-based standards] (y1l): Likewise.
58724         [non-C99-based standards] (ynl): Likewise.
58725         [non-C99-based standards] (isnanl): Likewise.
58726         [non-C99-based standards] (acoshl): Likewise.
58727         [non-C99-based standards] (asinhl): Likewise.
58728         [non-C99-based standards] (atanhl): Likewise.
58729         [non-C99-based standards] (cbrtl): Likewise.
58730         [non-C99-based standards] (expm1l): Likewise.
58731         [non-C99-based standards] (ilogbl): Likewise.
58732         [non-C99-based standards] (log1pl): Likewise.
58733         [non-C99-based standards] (logbl): Likewise.
58734         [non-C99-based standards] (nextafterl): Likewise.
58735         [non-C99-based standards] (remainderl): Likewise.
58736         [non-C99-based standards] (rintl): Likewise.
58737         [non-C99-based standards] (scalbl): Likewise.
58738         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58739         [non-C99-based standards] (FP_*): Do not allow.
58740         [C99-based standards] (FP_*): Change to
58741         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
58742         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
58743         allow.
58744         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
58745         (SIG_ERR): Likewise.
58746         [X/Open-based standards] (SIG_HOLD): Likewise.
58747         (SIG_IGN): Likewise.
58748         (SIGABRT): Use macro-int-constant.  Specify type.  Require
58749         positive value.
58750         (SIGFPE): Likewise.
58751         (SIGILL): Likewise.
58752         (SIGINT): Likewise.
58753         (SIGSEGV): Likewise.
58754         (SIGTER): Likewise.
58755         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
58756         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
58757         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
58758         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
58759         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
58760         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
58761         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
58762         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
58763         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
58764         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
58765         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
58766         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
58767         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
58768         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
58769         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
58770         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
58771         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
58772         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
58773         [X/Open-based standards] (SIGTRAP): Likewise.
58774         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
58775         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
58776         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
58777         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
58778         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
58779         allow.
58781 2012-05-08  Ian Wienand  <ianw@vmware.com>
58783         [BZ #14080]
58784         * time/tzset.c (__tzset_parse_tz): Update default rules for
58785         daylight time changes in the Energy Policy Act of 2005.
58787 2012-05-09  Andreas Jaeger  <aj@suse.de>
58789         [BZ #13983]
58790         * elf/ldconfig.c (parse_conf): Change string to make clear that
58791         ldconfig only issued a warning if ld.so.conf does not exist.
58793 2012-05-08  David S. Miller  <davem@davemloft.net>
58795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
58796         movxtod instead of popping the value on the stack.
58798         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58800 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
58802         * config.h.in: Add HAVE_ARM_PCS_VFP.
58804 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
58806         [BZ #13979]
58807         * include/features.h: Warn if user requests __FORTIFY_SOURCE
58808         checking but the checks are disabled for any reason.
58810 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
58812         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
58813         and ELF64_R_TYPE with ELFW(R_TYPE).
58815 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
58817         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
58818         (ulimit): Likewise.
58820         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
58821         (settimeofday): Likewise.
58823 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
58825         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
58826         a struct th_u2 inside the union, and move tu_block/tu_code into
58827         a new th_u3 union of tu_block/tu_code inside of that.  Move
58828         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
58829         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
58830         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
58831         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
58832         (th_stuff): Change to th_u1.tu_stuff.
58833         (th_data): Define.
58834         (th_msg): Change to th_u1.th_u2.tu_data.
58836 2012-05-07  David S. Miller  <davem@davemloft.net>
58838         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58840         [BZ #14074]
58841         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
58842         (SETUP_PIC_REG): Use it.
58843         (SETUP_PIC_REG_LEAF): Use it.
58845 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
58847         [BZ #13885]
58848         [BZ #13923]
58849         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58850         USE_AS_EXPM1L.
58851         (EXPL_FINITE): Likewise.
58852         (FLDLOG): Likewise.
58853         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
58854         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
58855         e_expl.S.
58856         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58857         USE_AS_EXPM1L.
58858         (EXPL_FINITE): Likewise.
58859         (FLDLOG): Likewise.
58860         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
58861         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
58862         e_expl.S.
58863         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
58864         test of -max_value argument for long double.
58865         * sysdeps/i386/fpu/libm-test-ulps: Update.
58866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58868 2012-05-06  David S. Miller  <davem@davemloft.net>
58870         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
58871         quad soft-float symbols whose references which are compiler
58872         generated.
58873         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
58875 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
58877         [BZ #13884]
58878         [BZ #13914]
58879         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58880         USE_AS_EXP10L.
58881         (EXPL_FINITE): Likewise.
58882         (FLDLOG): Likewise.
58883         (c0): Likewise.
58884         (c1): Likewise.
58885         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
58886         Adjust comments for base varying.
58887         (__expl_finite): Change alias to EXPL_FINITE.
58888         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
58889         e_expl.S.
58890         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
58891         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
58892         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
58893         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
58894         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58895         USE_AS_EXP10L.
58896         (EXPL_FINITE): Likewise.
58897         (FLDLOG): Likewise.
58898         (c0): Likewise.
58899         (c1): Likewise.
58900         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
58901         Adjust comments for base varying.
58902         (__expl_finite): Change alias to EXPL_FINITE.
58903         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
58904         tests for bugs.
58905         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
58907         [BZ #14064]
58908         * math/libm-test.inc (check_float_internal): Correct ulp
58909         calculation for subnormal expected results.
58911 2012-05-06  Andreas Jaeger  <aj@suse.de>
58913         * Makeconfig (+math-flags): New, set to -frounding-math.
58914         (+cflags): Add +math-flags so that all of glibc gets compiled with
58915         it.
58917         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
58919 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
58921         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
58922         Disable one test.
58924         [BZ #13787]
58925         [BZ #13922]
58926         [BZ #14036]
58927         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
58928         (__ieee754_expl): Allow for and saturate large arguments.
58929         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
58930         (u_threshold): Likewise.
58931         (__exp): Call __ieee754_exp before checking for overflow and
58932         underflow.
58933         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
58934         (u_threshold): Likewise.
58935         (__expf): Call __ieee754_expf before checking for overflow and
58936         underflow.
58937         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
58938         (u_threshold): Likewise.
58939         (__expl): Call __ieee754_expl before checking for overflow and
58940         underflow.
58941         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
58942         (__ieee754_expl): Allow for and saturate large arguments.
58943         * math/libm-test.inc (exp_test): Add another test.  Do not allow
58944         missing overflow exception on overflow.
58945         (expm1_test): Do not allow missing overflow exception on overflow.
58947         * sysdeps/i386/fpu/e_expl.c: Move to ...
58948         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
58949         rather than using inline asm.
58950         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
58951         * sysdeps/x86_64/fpu/e_expl.S: Copy from
58952         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
58954         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
58955         (nice): Likewise.
58956         (poll): Likewise.
58957         (signal): Likewise.
58958         (time): Likewise.
58959         (times): Likewise.
58961 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
58963         * sysdeps/unix/syscalls.list (adjtime): Add entry from
58964         sysdeps/unix/common/syscalls.list.
58965         (fchmod): Likewise.
58966         (fchown): Likewise.
58967         (ftruncate): Likewise.
58968         (getrusage): Likewise.
58969         (gettimeofday): Likewise.
58970         (setpgid): Likewise.
58971         (setregid): Likewise.
58972         (setreuid): Likewise.
58973         (sigaction): Likewise.
58974         (truncate): Likewise.
58975         (vhangup): Likewise.
58976         * sysdeps/unix/common/syscalls.list: Remove file.
58977         * sysdeps/unix/bsd/Implies: Don't include unix/common.
58978         * sysdeps/unix/sysv/linux/Implies: Likewise.
58980 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
58982         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
58983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
58984         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
58985         Moved to ...
58986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
58987         Here.
58988         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
58989         to ...
58990         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
58991         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
58992         to ...
58993         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
58994         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
58995         to ...
58996         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
58997         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
58998         to ...
58999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
59000         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
59001         to ...
59002         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
59003         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
59004         to ...
59005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
59006         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
59007         to ...
59008         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
59009         Here.
59010         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
59011         to ...
59012         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
59013         Here.
59014         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
59015         to ...
59016         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
59017         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
59018         Moved to ...
59019         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
59020         Here.
59021         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
59022         to ...
59023         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
59025 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
59027         * sysdeps/unix/common/bits/dirent.h: Remove file.
59028         * sysdeps/unix/common/bits/fcntl.h: Likewise.
59030         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
59031         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
59032         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
59033         * sysdeps/unix/bsd/isatty.c: Likewise.
59034         * sysdeps/unix/bsd/tcdrain.c: Likewise.
59035         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
59036         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
59038 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59040         [BZ #13563]
59041         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
59042         long double comparison inaccuracies.
59043         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
59044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
59046 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
59048         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
59049         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
59051 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
59053         [BZ #14049]
59054         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
59055         nonzero digits before rounding a hex value.
59056         * stdlib/tst-strtod.c (tests): Add another test.
59058 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59060         * sysdeps/s390/fpu/libm-test-ulps: Update.
59062 2012-05-03  Andreas Jaeger  <aj@suse.de>
59064         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
59065         does not get optimized out.
59066         (malloc_opt_barrier): New.
59068 2012-05-03  Andreas Jaeger  <aj@suse.de>
59069             Roland McGrath  <roland@hack.frob.com>
59071         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
59072         intermediate file deletion.
59073         (generated): Add .symlist files.
59075 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
59077         [BZ #13775]
59078         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
59079         Redirect under this condition.
59080         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
59081         [__USE_GNU] (__dprintf_chk): Not under this condition.
59082         [__USE_GNU] (__vdprintf_chk): Likewise.
59083         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
59084         under this condition.
59085         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
59086         [__USE_XOPEN2K8] (dprintf): Define under this condition.
59087         [__USE_XOPEN2K8] (vdprintf): Likewise.
59088         [__USE_GNU] (__dprintf_chk): Not under this condition.
59089         [__USE_GNU] (__vdprintf_chk): Likewise.
59090         [__USE_GNU] (dprintf): Likewise.
59091         [__USE_GNU] (vdprintf): Likewise.
59093 2012-05-03  Roland McGrath  <roland@hack.frob.com>
59095         * elf/Makefile (common-generated): Set this instead of generated for
59096         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
59097         $(all-built-dso)-derived lists.
59099 2012-05-03  Andreas Jaeger  <aj@suse.de>
59101         * sysdeps/i386/fpu/libm-test-ulps: Update.
59103         * FAQ: Removed.
59104         * FAQ.in: Likewise.
59105         * scripts/gen-FAQ.pl: Likewise.
59106         * manual/install.texi (Installation): Point to online location of
59107         FAQ.
59108         * Makefile (files-for-dist): Remove FAQ.
59109         (FAQ): Remove.
59111 2012-05-02  Allan McRae  <allan@archlinux.org>
59113         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
59114         (LDFLAGS-reldepmod5.so): Likewise.
59115         (LDFLAGS-reldep6mod1.so): Likewise.
59116         (LDFLAGS-reldep6mod4.so): Likewise.
59117         (LDFLAGS-reldep8mod3.so): Likewise.
59118         (LDFLAGS-unload4mod1.so): Likewise.
59119         (LDFLAGS-unload4mod2.so): Likewise.
59120         (LDFLAGS-tst-initorder): Likewise.
59121         (LDFLAGS-tst-initordera2.so): Likewise.
59122         (LDFLAGS-tst-initordera3.so): Likewise.
59123         (LDFLAGS-tst-initordera4.so): Likewise.
59124         (LDFLAGS-tst-initorderb2.so): Likewise.
59125         (LDFLAGS-noload): Likewise.
59126         (LDFLAGS-next): Likewise.
59127         (LDFLAGS-order2mod1.so): Likewise.
59128         (LDFLAGS-order2mod2.so): Likewise.
59129         (LDFLAGS-tst-initorder2): Likewise.
59130         (LDFLAGS-tst-initorder2a.so): Likewise.
59131         (LDFLAGS-tst-initorder2b.so): Likewise.
59132         (LDFLAGS-tst-initorder2c.so): Likewise.
59133         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
59135 2012-05-02  David S. Miller  <davem@davemloft.net>
59137         * sysdeps/sparc/fpu/libm-test-ulps: Update.
59139 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
59141         [BZ #14055]
59142         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
59144 2012-05-02  Andreas Jaeger  <aj@suse.de>
59146         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
59147         since we manipulate rounding mode.
59148         (CPPFLAGS-test-idouble.c): Likewise.
59149         (CPPFLAGS-test-ifloat.c): Likewise.
59150         (CFLAGS-test-ldouble.c): Likewise.
59151         (CFLAGS-test-double.c): Likewise.
59152         (CFLAGS-test-float.c): Likewise.
59153         (CFLAGS-test-misc.c): Likewise.
59154         (CFLAGS-test-test-fenv.c): Likewise.
59156 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59158         [BZ #2550]
59159         [BZ #2570]
59160         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
59161         comparisons to determine direction to adjust input.
59163 2012-05-01  Roland McGrath  <roland@hack.frob.com>
59165         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
59166         output to the target.
59168         * scripts/localplt.awk: New file.
59169         * elf/Makefile ($(objpfx)check-localplt): Target removed.
59170         (check-localplt-CFLAGS): Variable removed.
59171         ($(all-built-dso:=.jmprel)): New static pattern rule.
59172         (generated): Add those targets.
59173         (localplt-built-dso): New variable.
59174         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
59176         * elf/check-localplt.c: File removed.
59178         * scripts/check-execstack.awk: New file.
59179         * elf/Makefile ($(objpfx)check-execstack): Target removed.
59180         (check-execstack-CFLAGS): Variable removed.
59181         ($(objpfx)check-execstack.h): Target removed.
59182         ($(objpfx)execstack-default): New target.
59183         (generated): Add that instead of check-execstack.h.
59184         ($(all-built-dso:=.phdr)): New static pattern rule.
59185         (generated): Add those targets.
59186         * elf/check-execstack.c: File removed.
59188         * scripts/check-textrel.awk: New file.
59189         * elf/Makefile ($(objpfx)check-textrel): Target removed.
59190         (check-textrel-CFLAGS): Variable removed.
59191         (all-built-dso): Use := to define.o
59192         ($(all-built-dso:=.dyn)): New static pattern rule.
59193         (generated): Add those targets.
59194         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
59195         * config.make.in (READELF): New substituted variable.
59196         * elf/check-textrel.c: File removed.
59198 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
59200         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
59201         allow.
59202         * conform/data/ctype.h-data [C99-based standards] (isblank):
59203         Expect function.
59204         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
59205         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
59206         [ISO || ISO99 || ISO11] (*_t): Do not allow.
59207         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
59208         Specify type.  Require positive value.
59209         (EILSEQ): Likewise.
59210         (ERANGE): Likewise.
59211         [ISO || POSIX] (EILSEQ): Do not expect.
59212         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
59213         Specify type.  Require positive value.
59214         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
59215         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
59216         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
59217         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
59218         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
59219         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
59220         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
59221         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
59222         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
59223         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
59224         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
59225         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
59226         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
59227         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
59228         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
59229         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
59230         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
59231         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
59232         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
59233         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
59234         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
59235         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
59236         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
59237         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
59238         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
59239         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
59240         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
59241         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
59242         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
59243         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
59244         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
59245         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
59246         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
59247         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
59248         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
59249         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
59250         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
59251         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
59252         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
59253         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
59254         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
59255         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
59256         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
59257         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
59258         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
59259         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
59260         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
59261         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
59262         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
59263         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
59264         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
59265         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
59266         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
59267         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
59268         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
59269         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
59270         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
59271         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
59272         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
59273         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
59274         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
59275         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
59276         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
59277         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
59278         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
59279         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
59280         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
59281         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
59282         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
59283         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
59284         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
59285         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
59286         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
59287         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
59288         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
59289         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
59290         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
59291         Require >= 2.
59292         (FLT_ROUNDS): Expect as macro, not constant.
59293         (FLT_MANT_DIG): Use macro-int-constant.
59294         (DBL_MANT_DIG): Likewise.
59295         (LDBL_MANT_DIG): Likewise.
59296         (FLT_DIG): Likewise.
59297         (DBL_DIG): Likewise.
59298         (LDBL_DIG): Likewise.
59299         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
59300         (DBL_MIN_EXP): Likewise.
59301         (LDBL_MIN_EXP): Likewise.
59302         (FLT_MAX_EXP): Use macro-int-constant.
59303         (DBL_MAX_EXP): Likewise.
59304         (LDBL_MAX_EXP): Likewise.
59305         (FLT_MAX_10_EXP): Likewise.
59306         (DBL_MAX_10_EXP): Likewise.
59307         (LDBL_MAX_10_EXP): Likewise.
59308         (FLT_MAX): Use macro-constant.
59309         (DBL_MAX): Likewise.
59310         (LDBL_MAX): Likewise.
59311         (FLT_EPSILON): Use macro-constant.  Give upper bound.
59312         (DBL_EPSILON): Likewise.
59313         (LDBL_EPSILON): Likewise.
59314         (FLT_MIN): Likewise.
59315         (DBL_MIN): Likewise.
59316         (LDBL_MIN): Likewise.
59317         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
59318         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
59319         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
59320         [ISO11] (FLT_HAS_SUBNORM): Likewise.
59321         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
59322         [ISO11] (DBL_DECIMAL_DIG): Likewise.
59323         [ISO11] (FLT_DECIMAL_DIG): Likewise.
59324         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
59325         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
59326         [ISO11] (FLT_TRUE_MIN): Likewise.
59327         [ISO11] (LDBL_TRUE_MIN): Likewise.
59328         [ISO || ISO99 || ISO11] (*_t): Do not allow.
59329         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
59330         (SCHAR_MIN): Use macro-int-constant.  Specify type.
59331         (SCHAR_MAX): Likewise.
59332         (UCHAR_MAX): Likewise.
59333         (CHAR_MIN): Likewise.
59334         (CHAR_MAX): Likewise.
59335         (MB_LEN_MAX): Use macro-int-constant.
59336         (SHRT_MIN): Use macro-int-constant.  Specify type.
59337         (SHRT_MAX): Likewise.
59338         (USHRT_MAX): Likewise.
59339         (INT_MAX): Likewise.
59340         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
59341         bound negative.
59342         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
59343         bound with "U".
59344         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
59345         bound with "L".
59346         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
59347         bound negative.  Suffix upper bound with "L".
59348         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
59349         bound with "UL".
59350         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
59351         Specify type.
59352         [C99-based standards] (LLONG_MAX): Likewise.
59353         [C99-based standards] (ULLONG_MAX): Likewise.
59354         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
59355         == 0.
59356         [ISO11] (max_align_t): Require type.
59357         [ISO || ISO99 || ISO11] (*_t): Do not allow.
59359         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
59360         from $CFLAGS, without defining away __attribute__ calls.
59361         (checknamespace): Use $CFLAGS_namespace.
59363         * conform/conformtest.pl (@keywords): Only include C99 keywords
59364         for standards based on C99 or C11.
59366         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
59367         Disable tests.
59368         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
59369         UNIX98]: Likewise.
59371         * conform/conformtest.pl: Handle "macro-int-constant" and test for
59372         usability of symbols in #if.
59374         * conform/conformtest.pl: If macro or constant types start
59375         "promoted:", expect the symbol to be of the following type
59376         promoted by the integer promotions.
59378         * conform/conformtest.pl: Parse all "constant" and "macro" lines
59379         in one place.  Also handle "macro-constant".
59381         * conform/conformtest.pl: Only accept expected macro values with
59382         "==".  Parse all "macro" lines in one place.
59383         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
59385         * conform/conformtest.pl: Handle braced types on "constant" lines
59386         instead of handling "typed-constant".
59387         * conform/data/signal.h-data: Use "constant" instead of
59388         "typed-constant".
59390         * conform/conformtest.pl: Handle "optional-" at start of lines in
59391         one place rather than duplicating several cases.  Handle each
59392         format of "macro" line with initial "optional-".
59394         * conform/conformtest.pl: Only accept expected constant or
59395         optional-constant values with "==".  Parse all "constant" lines in
59396         one place.  Parse all "optional-constant" lines in one place.
59397         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
59398         * conform/data/fmtmsg.h-data: Likewise.
59399         * conform/data/netinet/in.h-data: Likewise.
59400         * conform/data/tar.h-data: Likewise.
59401         * conform/data/limits.h-data: Use "==" form on "constant" and
59402         "optional-constant" lines.
59404         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
59405         Use -std=c99 for XOPEN2K.
59406         (@knownproblems): Remove.
59407         (newtoken): Don't check %isknown.
59409         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
59410         Do not expect macro.
59411         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
59412         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
59413         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
59414         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
59415         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
59416         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
59417         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
59418         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
59419         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
59420         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
59421         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
59422         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
59423         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
59424         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
59425         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
59426         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
59427         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
59428         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
59429         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
59430         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
59431         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
59432         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
59433         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
59434         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
59435         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
59436         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
59437         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
59438         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
59439         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
59440         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
59441         [XPG3] (acosh): Likewise.
59442         [XPG3] (asinh): Likewise.
59443         [XPG3] (atanh): Likewise.
59444         [XPG3] (cbrt): Likewise.
59445         [XPG3] (expm1): Likewise.
59446         [XPG3] (ilogb): Likewise.
59447         [XPG3] (log1p): Likewise.
59448         [XPG3] (logb): Likewise.
59449         [XPG3] (nextafter): Likewise.
59450         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
59451         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
59452         [XPG3] (remainder): Likewise.
59453         [XPG3] (rint): Likewise.
59454         [XPG3 || XPG4 || UNIX98] (round): Likewise.
59455         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
59456         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
59457         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
59458         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
59459         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
59460         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
59461         [UNIX98 || XOPEN2K] (scalb): Expect.
59462         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
59463         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
59464         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
59465         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
59466         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
59467         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
59468         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
59469         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
59470         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
59471         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
59472         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
59473         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
59474         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
59475         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
59476         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
59477         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
59478         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
59479         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
59480         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
59481         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
59482         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
59483         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
59484         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
59485         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
59486         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
59487         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
59488         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
59489         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
59490         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
59491         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
59492         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
59493         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
59494         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
59495         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
59496         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
59497         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
59498         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
59499         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
59500         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
59501         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
59502         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
59503         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
59504         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
59505         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
59506         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
59507         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
59508         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
59509         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
59510         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
59511         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
59512         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
59513         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
59514         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
59515         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
59516         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
59517         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
59518         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
59519         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
59520         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
59521         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
59522         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
59523         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
59524         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
59525         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
59526         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
59527         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
59528         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
59529         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
59530         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
59531         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
59532         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
59533         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
59534         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
59535         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
59536         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
59537         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
59538         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
59539         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
59540         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
59541         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
59542         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
59543         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
59544         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
59545         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
59546         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
59547         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
59548         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
59549         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
59550         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
59551         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
59552         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
59553         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
59554         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
59555         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
59556         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
59557         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
59558         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
59559         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
59560         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
59561         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
59562         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
59563         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
59564         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
59565         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
59566         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
59567         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
59568         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
59569         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
59570         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
59571         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
59572         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
59573         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
59574         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
59575         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
59576         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
59577         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
59578         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
59579         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
59580         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
59581         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
59582         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
59583         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
59584         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
59585         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
59586         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
59587         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
59588         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
59589         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
59590         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
59591         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
59592         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
59593         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
59594         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
59595         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
59596         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
59597         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
59598         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
59600         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
59601         _XOPEN_SOURCE_EXTENDED for XPG4.
59603         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
59605         * Makeconfig (localtime): Remove variable.
59606         (inst_localtime-file): Likewise.
59608 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
59610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
59611         Update.
59612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
59613         Update.
59614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
59615         Update.
59616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
59617         Update.
59618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
59619         Update.
59620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
59621         Update.
59622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
59623         Update.
59624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
59625         Update.
59626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
59627         Update.
59629 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
59631         [BZ #2550]
59632         [BZ #2570]
59633         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
59634         comparisons to determine direction to adjust input.
59635         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
59636         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
59637         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
59638         Likewise.
59639         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
59640         Likewise.
59641         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
59642         Likewise.
59643         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
59644         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
59645         Likewise.
59646         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
59647         Likewise.
59648         * math/libm-test.inc (nexttoward_test): Add more tests.
59650 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
59652         [BZ #14040]
59653         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
59654         in version GLIBC_2.1, not GLIBC_2.0.
59655         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
59656         Likewise.
59658 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
59660         [BZ #13942]
59661         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
59662         (1 - x) * (1 + x).
59663         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
59664         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
59665         * math/libm-test.inc (acos_test): Add more tests.
59666         (asin_test): Likewise.
59667         * sysdeps/i386/fpu/libm-test-ulps: Update.
59668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59670         [BZ #14034]
59671         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
59672         of square root.
59673         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
59674         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
59675         * math/libm-test.inc (acos_test_tonearest): New function.
59676         (acos_test_towardzero): Likewise.
59677         (acos_test_downward): Likewise.
59678         (acos_test_upward): Likewise.
59679         (asin_test_tonearest): Likewise.
59680         (asin_test_towardzero): Likewise.
59681         (asin_test_downward): Likewise.
59682         (asin_test_upward): Likewise.
59683         (main): Call the new functions.
59684         * sysdeps/i386/fpu/libm-test-ulps: Update.
59685         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
59687         [BZ #13884]
59688         [BZ #13924]
59689         * math/e_exp10.c: Include <float.h>.
59690         (__ieee754_exp10): Handle underflow here rather than multiplying
59691         large negative argument by M_LN10.
59692         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
59693         of __ieee754_expf.
59694         * math/e_exp10l.c: Include <float.h>.
59695         (__ieee754_exp10l): Handle underflow here rather than multiplying
59696         large negative argument by M_LN10l.
59697         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
59698         spurious overflow exception on underflow.
59700 2012-04-29  Marek Polacek  <polacek@redhat.com>
59702         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
59703         (__fortify_function): New macro.
59704         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
59705         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
59706         __extern_always_inline.
59707         * libio/bits/stdio2.h: Likewise.
59708         * libio/bits/stdio.h: Likewise.
59709         * string/string.h: Likewise.
59710         * string/bits/string3.h: Likewise.
59711         * include/stdio.h: Likewise.
59712         * stdlib/bits/stdlib.h: Likewise.
59713         * stdlib/stdlib.h: Likewise.
59714         * rt/bits/mqueue2.h: Likewise.
59715         * rt/mqueue.h: Likewise.
59716         * posix/bits/unistd.h: Likewise.
59717         * posix/unistd.h: Likewise.
59718         * io/bits/poll2.h: Likewise.
59719         * io/bits/fcntl2.h: Likewise.
59720         * io/fcntl.h: Likewise.
59721         * io/sys/poll.h: Likewise.
59722         * misc/bits/syslog.h: Likewise.
59723         * misc/bits/syslog-ldbl.h: Likewise.
59724         * misc/sys/syslog.h: Likewise.
59725         * socket/bits/socket2.h: Likewise.
59726         * socket/sys/socket.h: Likewise.
59727         * debug/tst-chk1.c: Likewise.
59728         * wcsmbs/bits/wchar2.h: Likewise.
59729         * wcsmbs/bits/wchar-ldbl.h: Likewise.
59730         * wcsmbs/wchar.h: Likewise.
59732 2012-04-29  Andreas Jaeger  <aj@suse.de>
59734         * Makerules (tests): Remove enable-check-abi protection.
59735         (check-abi-warn): Remove.
59736         (check-abi-%): Remove check-abi-warn usage.
59738         * configure.in: Remove check-abi configure option.
59739         * configure: Regenerated.
59740         * config.make.in (enable-check-abi): Remove.
59742 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
59744         [BZ #14033]
59745         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
59746         double functions to double *_finite functions.
59748         [BZ #13941]
59749         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
59750         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
59751         LDBL_MIN_EXP.
59752         * stdio-common/Makefile (tests): Add tst-sprintf3.
59753         * stdio-common/tst-sprintf3.c: New file.
59755         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
59756         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
59758 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
59760         * conform/conformtest.pl: Remove duplicate typed-constant
59761         handling.
59763 2012-04-28  David S. Miller  <davem@davemloft.net>
59765         * Makerules (%.abilist): Add vpath on sysdep_dirs.
59766         (check-abi-%): Remove AWK script prerequisite and explicit
59767         abilist directory.
59768         (check-abi): Rewrite to just diff the symlist with the abilist.
59769         (config-tls, config-abi-config): Delete, no longer used.
59770         (update-abi-%): Remove AWK script and explicit abilist directory.
59771         (update-abi): Rewrite to simply compare and conditionally copy the
59772         symlist and the sysdep abilist file.  Remove update-abi-config
59773         checks.
59774         * abilist/ld.abilist: Remove.
59775         * abilist/libBrokenLocale.abilist: Remove.
59776         * abilist/libanl.abilist: Remove.
59777         * abilist/libcrypt.abilist: Remove.
59778         * abilist/libdl.abilist: Remove.
59779         * abilist/librt.abilist: Remove.
59780         * abilist/libthread_db.abilist: Remove.
59781         * abilist/libutil.abilist: Remove.
59782         * scripts/extract-abilist.awk: Remove.
59783         * scripts/merge-abilist.awk: Remove.
59784         * sysdeps/generic/libcidn.abilist: New file.
59785         * sysdeps/generic/libnss_compat.abilist: New file.
59786         * sysdeps/generic/libnss_db.abilist: New file.
59787         * sysdeps/generic/libnss_dns.abilist: New file.
59788         * sysdeps/generic/libnss_files.abilist: New file.
59789         * sysdeps/generic/libnss_hesiod.abilist: New file.
59790         * sysdeps/generic/libnss_nis.abilist: New file.
59791         * sysdeps/generic/libnss_nisplus.abilist: New file.
59792         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
59793         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
59794         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
59795         file.
59796         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
59797         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
59798         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
59799         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
59800         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
59801         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
59802         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
59803         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
59804         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
59805         file.
59806         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
59807         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
59808         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
59809         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
59810         file.
59811         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
59812         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
59813         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
59814         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
59815         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
59816         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
59817         file.
59818         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
59819         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
59820         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
59821         file.
59822         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
59823         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
59824         New file.
59825         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
59826         New file.
59827         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
59828         New file.
59829         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
59830         New file.
59831         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
59832         New file.
59833         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
59834         New file.
59835         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
59836         New file.
59837         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
59838         New file.
59839         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
59840         New file.
59841         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
59842         New file.
59843         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
59844         New file.
59845         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
59846         New file.
59847         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
59848         New file.
59849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
59850         file.
59851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
59852         New file.
59853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
59854         New file.
59855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
59856         file.
59857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
59858         New file.
59859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
59860         New file.
59861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
59862         file.
59863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
59864         New file.
59865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
59866         New file.
59867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
59868         New file.
59869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
59870         New file.
59871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
59872         New file.
59873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
59874         New file.
59875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
59876         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
59877         file.
59878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
59879         New file.
59880         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
59881         file.
59882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
59883         file.
59884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
59885         file.
59886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
59887         file.
59888         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
59889         file.
59890         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
59891         New file.
59892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
59893         file.
59894         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
59895         file.
59896         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
59897         New file.
59898         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
59899         file.
59900         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
59901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
59902         file.
59903         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
59904         New file.
59905         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
59906         file.
59907         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
59908         file.
59909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
59910         file.
59911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
59912         file.
59913         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
59914         file.
59915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
59916         New file.
59917         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
59918         file.
59919         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
59920         file.
59921         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
59922         New file.
59923         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
59924         file.
59925         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
59926         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
59927         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
59928         file.
59929         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
59930         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
59931         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
59932         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
59933         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
59934         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
59935         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
59936         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
59937         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
59938         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
59939         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
59940         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
59941         file.
59942         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
59943         New file.
59944         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
59945         file.
59946         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
59947         file.
59948         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
59949         file.
59950         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
59951         file.
59952         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
59953         file.
59954         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
59955         New file.
59956         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
59957         New file.
59958         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
59959         file.
59960         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
59961         New file.
59962         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
59963         file.
59964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
59965         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
59966         file.
59967         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
59968         New file.
59969         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
59970         file.
59971         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
59972         file.
59973         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
59974         file.
59975         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
59976         file.
59977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
59978         file.
59979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
59980         New file.
59981         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
59982         New file.
59983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
59984         file.
59985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
59986         New file.
59987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
59988         file.
59990 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
59992         * conform/conformtest.pl: Fix typo in handling typed-constant from
59993         allow-header.
59995 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
59997         * README: Cut down references to pre-2.6 Linux kernels and
59998         Linuxthreads.  Update lists of configurations in libc and ports
59999         and sort alphabetically.  Say "or newer" with Linux kernel version
60000         requirements.
60002         * config.h.in [IS_IN_build]: Allow compiling without optimization.
60004 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60006         [BZ #887]
60007         * math/libm-test.inc (logb_test_downward): New test to expose
60008         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
60009         rounding mode.
60011 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
60013         [BZ #14027]
60014         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
60015         to be done.
60016         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
60017         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
60019 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
60021         * sysdeps/unix/i386/brk.S: Remove file.
60022         * sysdeps/unix/i386/dl-brk.S: Likewise.
60023         * sysdeps/unix/i386/pipe.S: Likewise.
60024         * sysdeps/unix/i386/sigreturn.S: Likewise.
60025         * sysdeps/unix/i386/syscall.S: Likewise.
60026         * sysdeps/unix/i386/vfork.S: Likewise.
60027         * sysdeps/unix/i386/wait.S: Likewise.
60029         * sysdeps/unix/common/tcsendbrk.c: Move to ...
60030         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
60032         * configure.in (arm*-none*): Do not allow without
60033         --enable-hacker-mode.
60034         (netbsd*): Remove case setting base_os.
60035         (386bsd*): Likewise.
60036         (freebsd*): Likewise.
60037         (bsdi*): Likewise.
60038         (osf*): Likewise.
60039         (sunos*): Likewise.
60040         (ultrix*): Likewise.
60041         (newsos*): Likewise.
60042         (dynix*): Likewise.
60043         (*bsd*): Likewise.
60044         (sysv*): Likewise.
60045         (isc*): Likewise.
60046         (esix*): Likewise.
60047         (sco*): Likewise.
60048         (minix*): Likewise.
60049         (irix4*): Likewise.
60050         (irix6*): Likewise.
60051         (solaris[2-9]*): Likewise.
60052         (none): Likewise.
60053         * configure: Regenerated.
60055 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60057         [BZ #11521]
60058         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
60059         overflow or cancellation in calculating denominator.
60060         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
60061         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
60062         down expression to avoid unexpected rounding in newer GCCs.
60063         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
60065 2012-04-26  David S. Miller  <davem@davemloft.net>
60067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
60068         long-double compat symbols.
60069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
60070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
60071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
60072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
60073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
60074         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
60075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
60076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
60077         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
60078         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
60079         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
60080         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
60081         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
60083 2012-04-25  David S. Miller  <davem@davemloft.net>
60085         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
60086         HWCAP_* values only after the memory barriers have been defined.
60087         (atomic_full_barrier): Define.
60088         (atomic_read_barrier): Define.
60089         (atomic_write_barrier): Define.
60091 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
60093         * shlib-versions: Add libgcc_s version information.
60094         * sysdeps/generic/libgcc_s.h: Remove.
60095         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
60096         libgcc_s.h.
60097         * sysdeps/gnu/unwind-resume.c: Likewise.
60098         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
60100 2012-04-25  David S. Miller  <davem@davemloft.net>
60102         * sysdeps/unix/sparc/brk.S: Delete.
60103         * sysdeps/unix/sparc/dl-brk.S: Delete.
60104         * sysdeps/unix/sparc/pipe.S: Delete.
60105         * sysdeps/unix/sparc/sysdep.S: Delete.
60106         * sysdeps/unix/sparc/sysdep.h: Delete.
60107         * sysdeps/unix/sparc/vfork.S: Delete.
60108         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
60109         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
60110         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
60111         (ret_ERRVAL, r0, r1, MOVE): Define.
60112         (JUMPTARGET): Remove.
60113         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
60114         sysdeps/unix/sparc/sysdep.h
60115         (ENTRY, END): Remove.
60116         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
60118 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
60120         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
60121         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
60122         -DIS_IN_build.
60124         * timezone/README: Update upstream location and email address for
60125         tzcode and tzdata.
60126         * timezone/zdump.c: Update from tzcode 2012b.
60127         * timezone/zic.c: Likewise.
60129         * configure.in (libc_cv_as_needed): Remove test.
60130         * configure: Regenerated.
60131         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
60132         conditional definition.
60133         [$(have-as-needed) != yes] (no-as-needed): Likewise.
60134         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
60135         * config.make.in (have-as-needed): Remove variable.
60137 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
60138             Paul Pluzhnikov  <ppluzhnikov@google.com>
60140         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
60141         strings correctly.
60143 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
60145         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
60146         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
60147         * sysdeps/sh/strlen.S: Likewise.
60149 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
60151         * sysdeps/unix/fork.S: Remove file.
60152         * sysdeps/unix/i386/fork.S: Likewise.
60153         * sysdeps/unix/sparc/fork.S: Likewise.
60155         * sysdeps/unix/system.c: Remove file.
60156         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
60158         * sysdeps/unix/getegid.S: Remove file.
60159         * sysdeps/unix/geteuid.S: Likewise.
60161 2012-04-24  Roland McGrath  <roland@hack.frob.com>
60163         * scripts/check-localplt.awk: New file.
60164         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
60165         of diff.
60166         * scripts/data/localplt-generic.data: Add a comment.
60168         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
60169         NODE when __dir_mkfile failed.
60170         * sysdeps/mach/hurd/symlinkat.c: Likewise.
60171         Reported by Ludovic Courtès <ludo@gnu.org>.
60173 2012-04-24  Andreas Jaeger  <aj@suse.de>
60175         * Makerules (common-clean): Also remove gen-as-const-headers
60176         files.
60178 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
60180         * Makerules (native-compile): Do not change working directory for
60181         build.  Use $(OUTPUT_OPTION) in command.
60182         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
60184 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60186         [BZ #13886]
60187         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
60188         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
60189         * math/libm-test.inc (floor_test): Add more tests.
60190         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
60192 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
60194         * sysdeps/unix/getdents.c: Remove file.
60195         * sysdeps/unix/sysv/getdents.c: Likewise.
60196         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
60198         * sysdeps/unix/syscalls.list (madvise): Add syscall from
60199         sysdeps/unix/mman/syscalls.list.
60200         (mmap): Likewise.
60201         (mprotect): Likewise.
60202         (msync): Likewise.
60203         (munmap): Likewise.
60204         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
60205         * sysdeps/unix/mman/syscalls.list: Remove.
60206         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
60208         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
60209         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
60210         * configure: Regenerated.
60211         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
60212         $(libgcc_s_suffix).
60213         * config.make.in (libgcc_s_suffix): Remove variable.
60215 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
60217         * sysdeps/unix/sysv/gethostname.c: Move to ...
60218         * sysdeps/posix/gethostname.c: ... here.
60220         * sysdeps/unix/execve.S: Remove file.
60222         * sysdeps/unix/_exit.S: Remove file.
60224 2012-04-23  Andreas Jaeger  <aj@suse.de>
60226         [BZ #13739]
60227         * manual/Makefile: Remove make dist support, there's no
60228         need for a stand-alone documentation tar ball.
60229         (TEXI2DVI): Define always, it's not in Makeconfig.
60230         (dist): Removed.
60231         (tar-it): Removed.
60232         (edition): Removed.
60233         (glibc-doc-$(edition).tar): Removed
60234         (%.Z): Removed.
60235         (%.gz): Removed.
60236         (%.uu): Removed.
60237         (ETAGS): Remove, it's in Makeconfig.
60238         (move-if-change): Remove, it's in Makeconfig.
60240 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
60242         [BZ #13970]
60243         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
60244         (strtod, strtof, strtold, strtol, strtoul, strtoq)
60245         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
60246         (strtod_l, strtof_l, strtold_l): Remove __wur.
60247         It is not necessarily an error to ignore strtol's return value.
60248         One can reliably look at the stored endptr to decide whether
60249         the number had valid syntax.
60251 2012-04-21  Andreas Jaeger  <aj@suse.de>
60253         [BZ #13739]
60254         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
60256 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
60258         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
60259         * sysdeps/unix/sysv/Versions: Remove file.
60261 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
60263         [BZ #13927]
60264         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
60266 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
60268         [BZ #7064]
60269         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
60270         version from __vm86.
60272 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
60274         * sysdeps/unix/common/lxstat.c: Remove file.
60275         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
60277         * sysdeps/unix/sysv/Makefile: Remove file.
60279         * sysdeps/unix/sysv/direct.h: Remove file.
60281         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
60282         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
60283         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
60284         * sysdeps/unix/sysv/bits/signum.h: Likewise.
60285         * sysdeps/unix/sysv/bits/stat.h: Likewise.
60286         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
60287         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
60289         * sysdeps/unix/sysv/setrlimit.c: Remove file.
60291         * sysdeps/unix/xmknod.c: Remove file.
60292         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
60294         * sysdeps/unix/sysv/settimeofday.c: Remove file.
60296         * sysdeps/unix/sysv/i386/time.S: Remove file.
60298         * sysdeps/unix/fxstat.c: Remove file.
60299         * sysdeps/unix/xstat.c: Likewise.
60300         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
60302         * sysdeps/unix/sysv/sigaction.c: Remove file.
60304         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
60305         (sysdep_headers): Remove variable.
60306         [termio.h not in sysdep_headers] (generated): Likewise.
60307         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
60308         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
60309         * sysdeps/unix/sysv/tcdrain.c: Likewise.
60310         * sysdeps/unix/sysv/tcflow.c: Likewise.
60311         * sysdeps/unix/sysv/tcflush.c: Likewise.
60312         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
60313         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
60314         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
60315         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
60316         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
60318         * sysdeps/unix/siglist.c: Remove file.
60320         * sysdeps/unix/getppid.S: Remove file.
60322         * sysdeps/unix/mkdir.c: Remove file.
60323         * sysdeps/unix/rmdir.c: Likewise.
60325 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
60327         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
60328         ERR_MAX value.
60329         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
60330         errlist-compat value.
60332 2012-04-18  David S. Miller  <davem@davemloft.net>
60334         * sysdeps/generic/memcopy.h (reg_char): Delete.
60335         * debug/strcat_chk.c: Use char, not reg_char.
60336         * debug/strcpy_chk.c: Likewise.
60337         * debug/strncat_chk.c: Likewise.
60338         * debug/strncpy_chk.c: Likewise.
60339         * string/memchr.c: Likewise.
60340         * string/memrchr.c: Likewise.
60341         * string/rawmemchr.c: Likewise.
60342         * string/strcat.c: Likewise.
60343         * string/strchr.c: Likewise.
60344         * string/strchrnul.c: Likewise.
60345         * string/strcmp.c: Likewise.
60346         * string/strcpy.c: Likewise.
60347         * string/strncat.c: Likewise.
60348         * string/strncmp.c: Likewise.
60349         * string/strncpy.c: Likewise.
60351 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
60353         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
60354         __builtin_memcopy is called when src and dest ranges are known to not
60355         overlap.
60357 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
60359         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
60360         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
60361         fwd_align_merge macro call.
60362         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
60363         bwd_align_merge macro call.
60364         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
60366 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
60368         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
60369         bwd_align_merge macros.
60370         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
60371         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
60372         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
60374 2012-04-18  David S. Miller  <davem@davemloft.net>
60376         * sysdeps/sparc/sparc64/memcopy.h: Delete.
60378 2012-04-18  Andreas Jaeger  <aj@suse.de>
60380         [BZ# 6794]
60381         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
60382         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
60383         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
60385         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
60386         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
60387         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
60389         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
60390         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
60391         Adjust for changed ldbl-128 files.
60393         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
60394         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
60395         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
60397 2012-04-17  David S. Miller  <davem@davemloft.net>
60399         * sysdeps/sparc/sparc32/memcopy.h: Delete.
60401 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
60403         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
60404         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
60405         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
60406         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
60407         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
60408         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
60410 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60412         [BZ #6794]
60413         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
60414         * math/libm-test.inc: Add ilogb errno and exception tests.
60415         * math/w_ilogb.c: New file: ilogb wrapper.
60416         * math/w_ilogbf.c: New file: ilogbf wrapper.
60417         * math/w_ilogbl.c: New file: ilogbl wrapper.
60418         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
60419         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
60420         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
60421         exception being thrown with 0.0 as argument.
60422         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
60423         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
60424         exception being thrown with 0.0 as argument.
60425         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
60426         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
60427         exception being thrown with 0.0 as argument.
60428         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
60429         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
60430         exception being thrown with 0.0 as argument.
60431         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
60432         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
60433         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
60434         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
60435         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
60436         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
60437         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
60438         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
60439         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
60441 2012-04-17  Petr Baudis  <pasky@ucw.cz>
60443         * include/sys/uio.h: Change __vector to __iovec to avoid clash
60444         with altivec.
60446 2012-04-16  Marek Polacek  <polacek@redhat.com>
60448         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
60450 2012-04-16  Marek Polacek  <polacek@redhat.com>
60452         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
60453         operands of fdivp instruction.
60455 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
60457         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
60458         * elf/tst-auditmod3b.c: Likewise.
60459         * elf/tst-auditmod4b.c: Likewise.
60460         * elf/tst-auditmod5b.c: Likewise.
60461         * elf/tst-auditmod6b.c: Likewise.
60462         * elf/tst-auditmod6c.c: Likewise.
60463         * elf/tst-auditmod7b.c: Likewise.
60464         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
60465         * sysdeps/x86_64/preconfigure.in: Likewise.
60466         * sysdeps/x86_64/preconfigure: Regenerated.
60468 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
60470         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
60471         __ILP32__.
60473 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
60475         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
60476         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
60478 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
60480         [BZ #13973]
60481         * locale/iso-639.def: Fix gl language name. Spotted by
60482         Yaron Shahrabani.
60484 2012-04-12  Roland McGrath  <roland@hack.frob.com>
60486         [BZ #2074]
60487         * libio/libio.h (__io_write_fn): Update comment.
60489 2012-04-12  Petr Baudis  <pasky@ucw.cz>
60491         [BZ #2074]
60492         * stdio.texi (Hook Functions): The user provided writer function
60493         is not allowed to return -1.
60495 2012-04-11  David S. Miller  <davem@davemloft.net>
60497         * sysdeps/sparc/fpu/libm-test-ulps: Update.
60499 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
60501         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
60502         Add a leading slash to rtkaio.
60504 2012-04-11  Jim Meyering  <meyering@redhat.com>
60506         [BZ #11959]
60507         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
60508         It is not necessarily an error to ignore fwrite's return
60509         value.  One can reliably use ferror to test for errors after
60510         the fact.
60512 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
60514         * bits/types.h (__snseconds_t): New type.
60515         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
60517         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
60518         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
60519         (__SNSECONDS_T_TYPE): Likewise.
60520         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
60521         (__SNSECONDS_T_TYPE): Likewise.
60522         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
60523         (__SNSECONDS_T_TYPE): Likewise.
60525 2012-04-10  Andreas Jaeger  <aj@suse.de>
60527         [BZ #2636]
60528         * manual/time.texi (Processor Time): Return type of times is
60529         elapsed real time since an arbitrary point in the past.
60530         (CPU Time): Move CLK_TCK from here...
60531         (Processor Time): ...to here.  Correct description.
60532         * manual/conf.texi (Constants for Sysconf): Correct description of
60533         _SC_CLK_TCK.
60535 2012-04-10  David S. Miller  <davem@davemloft.net>
60537         [BZ #13967]
60538         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
60539         where the is a gap between DT_REL(A) and DT_JMPREL.
60541 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
60543         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
60544         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
60545         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
60547 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
60549         * elf/dl-support.c (_dl_inhibit_cache): New variable.
60550         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
60551         (dl_main): Handle --inhibit-cache.
60552         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
60553         _dl_inhibit_cache.
60554         * elf/dl-load.c (_dl_map_object): Use it.
60555         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
60557 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
60559         [BZ #13872]
60560         * sysdeps/i386/fpu/e_powl.S (p78): New object.
60561         (__ieee754_powl): Saturate large exponents rather than testing for
60562         overflow of y*log2(x).
60563         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
60564         * math/libm-test.inc (pow_test): Do not permit spurious overflow
60565         exceptions.
60567         [BZ #11521]
60568         * math/s_ctan.c: Include <float.h>.
60569         (__ctan): Avoid internal overflow or cancellation in calculating
60570         denominator.
60571         * math/s_ctanf.c: Likewise.
60572         * math/s_ctanl.c: Likewise.
60573         * math/s_ctanh.c: Likewise.
60574         * math/s_ctanhf.c: Likewise.
60575         * math/s_ctanhl.c: Likewise.
60576         * math/libm-test.inc (ctan_test): Add more tests.
60577         (ctanh_test): Likewise.
60578         * sysdeps/i386/fpu/libm-test-ulps: Update.
60579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60581 2012-04-09  Andreas Jaeger  <aj@suse.de>
60583         [BZ #6894]
60584         * manual/filesys.texi (Directory Entries): Mention that d_namlen
60585         is an optional BSD extension.
60587         [BZ #10254]
60588         * manual/stdio.texi (Opening Streams): Document additional fopen
60589         parameters.
60591 2012-04-09  Roland McGrath  <roland@hack.frob.com>
60593         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
60594         %eax without telling the compiler.
60596 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
60598         [BZ # 13963]
60599         * manual/install.texi: Use sourceware.org.
60601 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
60603         [BZ #13873]
60604         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
60605         (__ieee754_pow): Generate overflow and underflow using huge*huge
60606         and tiny*tiny rather than just returning constant infinity or zero
60607         for large exponents.
60608         * math/libm-test.inc (pow_test): Require overflow exceptions for
60609         applicable cases of large exponents.
60611         [BZ #706]
60612         * sysdeps/i386/fpu/e_pow.S (p10): New object.
60613         (__ieee754_pow): Use iterative multiplication algorithm only for
60614         integer exponents with absolute value below 1024.  Check for odd
60615         integer exponents when using algorithm for real exponents.
60616         * math/libm-test.inc (pow_test): Add more tests.
60617         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
60619 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
60621         [BZ #13705]
60622         * math/libm-test.inc (exp_test): Do not allow overflow exception
60623         on underflow test.
60625 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
60627         [BZ #13705]
60628         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
60629         instead of __kernel_standard_f.
60631 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
60633         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
60634         * sysdeps/x86_64/memset_chk.S: Likewise.
60636 2012-04-08  Andreas Jaeger  <aj@suse.de>
60638         [BZ #10153]
60639         * manual/startup.texi (Environment Access): Describe return value
60640         for putenv and setenv.
60642         [BZ #6895]
60643         * manual/filesys.texi (Directory Entries): Add description for
60644         DT_LNK.
60646         [BZ #6890]
60647         * manual/filesys.texi (Directory Entries): Clarify that it's file
60648         system not operating system in the description of DT_UNKNOWN.
60650         [BZ #6578]
60651         * manual/syslog.texi (closelog): Fix reference, it's openlog.
60653 2012-04-08  Stephen Compall  <s11@member.fsf.org>
60655         [BZ #6649]
60656         * manual/llio.texi (Opening and Closing Files): Add cross
60657         reference to explain mode argument.
60659 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
60661         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
60662         * sysdeps/x86_64/memset_chk.S: Likewise.
60664 2012-04-07  David S. Miller  <davem@davemloft.net>
60666         * elf/elf.h (R_SPARC_WDISP10): Define.
60667         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
60668         R_SPARC_SIZE32.
60669         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
60670         R_SPARC_SIZE64 and R_SPARC_H34.
60672 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
60674         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
60675         conditions and remove no longer applicable assertion.
60677 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
60679         * bits/byteswap.h: Include <features.h>.
60680         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
60681         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
60683 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
60685         * bits/byteswap.h (__bswap_16): Removed.
60686         Include <bits/byteswap-16.h> to get __bswap_16.
60687         * sysdeps/i386/bits/byteswap.h: Likewise.
60688         * sysdeps/s390/bits/byteswap.h: Likewise.
60689         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60690         * bits/byteswap-16.h: New file.
60691         * sysdeps/i386/bits/byteswap-16.h: Likewise.
60692         * sysdeps/s390/bits/byteswap-16.h: Likewise.
60693         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
60694         * string/Makefile (headers): Add bits/byteswap-16.h.
60696 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
60698         [BZ #13895]
60699         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
60700         extra indirection.
60701         * nss/Makefile (tests-static, tests): Add tst-nss-static.
60702         * nss/tst-nss-static.c: New.
60704 2012-04-06  Robert Millan  <rmh@gnu.org>
60706         [BZ #6486]
60707         * manual/llio.texi (File Position Primitive): lseek
60708         refers to WHENCE when it really means OFFSET.
60710 2012-04-06  Andreas Jaeger  <aj@suse.de>
60712         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
60713         strncmp declarations.
60715         * abilist/libc.abilist: Add __poll and __ppoll.
60717 2012-04-05  David S. Miller  <davem@davemloft.net>
60719         * scripts/check-local-headers.sh: Accept a host triplet in the
60720         path matched by the exclude regexp.
60722         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
60723         definition.
60724         * sysdeps/powerpc/powerpc32/dl-machine.h
60725         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
60726         * sysdeps/s390/s390-32/dl-machine.h
60727         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60728         * sysdeps/sparc/sparc32/dl-machine.h
60729         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60730         * sysdeps/sparc/sparc64/dl-machine.h
60731         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60733         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
60734         lazy binding.
60735         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
60736         undefined symbol errors.
60738         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
60739         DT_NEEDED entries.
60741 2012-04-05  Michael Matz  <matz@suse.de>
60743         [BZ #13592]
60744         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
60746 2012-04-05  Andreas Jaeger  <aj@suse.de>
60748         [BZ #13908]
60749         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
60750         comment.
60752 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60754         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
60755         which ROUND is no valid rounding mode.
60757 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60759         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
60760         read again.
60761         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
60763 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60765         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
60766         an exception using FPU order intentionally.
60768 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60770         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
60771         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
60772         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
60773         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
60775 2012-04-05  Simon Josefsson  <simon@josefsson.org>
60777         [BZ #12340]
60778         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
60779         EINVAL when BUFLEN is too smal.
60781 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
60783         [BZ #13553]
60784         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
60785         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
60787 2012-04-03  Andreas Jaeger  <aj@suse.de>
60789         [BZ #13938]
60790         * manual/setjmp.texi (System V contexts): Fix sentence.
60792         [BZ #13926]
60793         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
60794         New macro for this case.
60795         [!__GNUC__] (__bswap_64): New inline function for this case.
60796         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60797         * bits/byteswap.h: Likewise.
60798         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
60799         ull, guard with __GLIBC_HAVE_LONG_LONG.
60801         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
60802         __GLIBC_HAVE_LONG_LONG.
60804         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
60805         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
60807 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
60809         [BZ #13691]
60810         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
60811         inptr and inend, rather than using last_ch.
60813 2012-04-02  David S. Miller  <davem@davemloft.net>
60815         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
60816         * stdio-common/printf-parse.h (read_int): Change return type to
60817         'int', return -1 on INT_MAX overflow.
60818         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
60819         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
60820         overflows INT_MAX.  Check for overflow of in-format-string precision
60821         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
60822         SIZE_MAX not INT_MAX for integer overflow test.
60823         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
60824         skip the construct in the format string but do not record anything.
60825         * stdio-common/bug22.c: Adjust to test both width/prevision
60826         INT_MAX overflow as well as total length INT_MAX overflow.  Check
60827         explicitly for proper errno values.
60829 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
60831         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
60832         CHAR_MAX.
60833         * string/test-strcmp.c [! WIDE]: Likewise.
60834         * time/tst-mktime2.c: Likewise for INT_MAX.
60835         * string/test-string.h: #include <sys/param.h> for MIN.
60837         * csu/init-first.c (__libc_init_first): Call __ctype_init.
60838         * sysdeps/i386/init-first.c (init): Likewise.
60839         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
60840         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
60841         * sysdeps/sh/init-first.c (init): Likewise.
60843 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
60845         * po/ru.po: Update from translation team.
60846         * po/vi.po: Likewise.
60848 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
60850         * resolv/nss_dns/dns-host.c: Merge copyright years.
60852 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
60854         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
60855         Optimize memcpy with prefetch if
60856         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
60857         src, dst pointers have unequal 16 byte alignments.
60859 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
60861         [BZ #13928]
60862         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
60863         from a CNAME entry and return the minimum ttl for the query.
60864         (gaih_getanswer_slice): Likewise.
60866 2012-03-30  Jeff Law  <law@redhat.com>
60868         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
60869         due to long keys.
60870         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
60871         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
60873         * resolv/nss_dns/dns-host.c: Update copyright year.
60875 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
60877         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
60878         requests to save a system call.  Fix check that all bytes are sent.
60880         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
60881         comments for sendmmsg.
60883 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
60885         [BZ #13691]
60886         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
60887         with only 1 character between 0x0041 and 0x01b0.
60888         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
60889         * wcsmbs/tst-mbsnrtowcs.c: New file.
60891 2012-03-29  David S. Miller  <davem@davemloft.net>
60893         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
60894         small copies by hand.
60896 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
60898         [BZ #13761]
60899         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
60900         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
60901         group memberships.
60903 2012-03-28  David S. Miller  <davem@davemloft.net>
60905         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
60906         that branches into memcpy.
60907         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
60908         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
60909         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
60910         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
60911         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
60912         bits.
60913         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
60914         implementation too.
60915         * sysdeps/sparc/mempcpy.S: New file.
60917         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
60918         the IFUNC routine in the libc case.
60919         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
60921         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
60922         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
60923         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
60924         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
60925         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
60926         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
60927         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
60928         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
60930         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
60931         loop to 256 bytes instead of 64 bytes and fix test signedness.
60933         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
60934         * sysdeps/sparc/sparc32/Makefile: rather than here...
60935         * sysdeps/sparc/sparc64/Makefile: and here.
60937 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
60939         * malloc/mallocbug.c: Avoid warnings about unused variables.
60941 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
60943         [BZ #13760]
60944         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
60945         in the right place. Discard and retry query if response is
60946         larger than input buffer size.
60948 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
60950         [BZ #369]
60951         [BZ #2678]
60952         [BZ #3866]
60953         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
60954         x for large integer exponent.
60955         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
60956         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
60957         sign of result as needed afterwards.
60958         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
60959         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
60960         result for underflowing pow the same as for overflow.
60961         (__kernel_standard_l): Handle powl overflow and underflow here
60962         rather than calling __kernel_standard.
60963         * math/libm-test.inc (pow_test): Add more tests.
60965         [BZ #3868]
60966         [BZ #13879]
60967         [BZ #13910]
60968         [BZ #13911]
60969         [BZ #13912]
60970         [BZ #13913]
60971         [BZ #13915]
60972         [BZ #13916]
60973         [BZ #13917]
60974         [BZ #13918]
60975         [BZ #13919]
60976         [BZ #13920]
60977         [BZ #13921]
60978         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
60979         * sysdeps/ieee754/k_standard.c: Include <float.h>.
60980         (__kernel_standard_l): New function.
60981         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
60982         __kernel_standard.
60983         * math/w_acosl.c (__acosl): Likewise.
60984         * math/w_asinl.c (__asinl): Likewise.
60985         * math/w_atan2l.c (__atan2l): Likewise.
60986         * math/w_atanhl.c (__atanhl): Likewise.
60987         * math/w_coshl.c (__coshl): Likewise.
60988         * math/w_exp10l.c (__exp10l): Likewise.
60989         * math/w_exp2l.c (__exp2l): Likewise.
60990         * math/w_fmodl.c (__fmodl): Likewise.
60991         * math/w_hypotl.c (__hypotl): Likewise.
60992         * math/w_j0l.c (__j0l, __y0l): Likewise.
60993         * math/w_j1l.c (__j1l, __y1l): Likewise.
60994         * math/w_jnl.c (__jnl, __ynl): Likewise.
60995         * math/w_lgammal.c (__lgammal): Likewise.
60996         * math/w_log10l.c (__log10l): Likewise.
60997         * math/w_log2l.c (__log2l): Likewise.
60998         * math/w_logl.c (__logl): Likewise.
60999         * math/w_powl.c (__powl): Likewise.
61000         * math/w_remainderl.c (__remainderl): Likewise.
61001         * math/w_scalbl.c (sysv_scalbl): Likewise.
61002         * math/w_sinhl.c (__sinhl): Likewise.
61003         * math/w_sqrtl.c (__sqrtl): Likewise.
61004         * math/w_tgammal.c (__tgammal): Likewise.
61005         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
61006         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
61007         * math/libm-test.inc (acos_test): Add more tests.
61008         (acosh_test): Likewise.
61009         (asin_test): Likewise.
61010         (atanh_test): Likewise.
61011         (exp_test): Likewise.
61012         (exp10_test): Likewise.
61013         (exp2_test): Likewise.
61014         (expm1_test): Likewise.
61015         (lgamma_test): Likewise.
61016         (log_test): Likewise.
61017         (log10_test): Likewise.
61018         (log1p_test): Likewise.
61019         (log2_test): Likewise.
61020         (pow_test): Do not allow some spurious overflow exceptions.
61021         (sqrt_test): Add more tests.
61022         (tgamma_test): Likewise.
61023         (y0_test): Likewise.
61024         (y1_test): Likewise.
61025         (yn_test): Likewise.
61027 2012-03-27  Anton Blanchard  <anton@samba.org>
61029         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
61030         MAP_HUGETLB.
61031         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
61032         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
61033         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
61035 2012-03-27  David S. Miller  <davem@davemloft.net>
61037         * conform/Makefile: Run run-conformtest.sh using $(BASH).
61039         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
61040         have-as-vis3 check.
61042 2012-03-27  Andreas Jaeger  <aj@suse.de>
61044         * sysdeps/x86_64/elf/configure.in: Moved to ...
61045         * sysdeps/x86_64/configure.in: ... here.
61046         * sysdeps/x86_64/elf/start.S: Moved to ...
61047         * sysdeps/x86_64/start.S: ... here.
61048         * sysdeps/x86_64/elf/configure: Delete.
61050         * sysdeps/x86_64/configure.in: Merge contents from
61051         sysdeps/i386/configure.in (without i686 check).
61053         * sysdeps/i386/elf/Versions: Merge into ...
61054         * sysdeps/i386/Versions: ... this.
61055         * sysdeps/i386/elf/Versions: Delete file.
61056         * sysdeps/i386/elf/start.S: Moved to ...
61057         * sysdeps/i386/start.S: ...here.
61058         * sysdeps/i386/elf/configure.in: Merge into...
61059         * sysdeps/i386/configure.in: ...here.
61060         * sysdeps/i386/elf/configure.in: Delete file.
61061         * sysdeps/i386/elf/configure: Delete file.
61063         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
61064         * debug/backtracesyms.c: ... here.
61065         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
61066         * debug/backtracesymsfd.c: ... here.
61067         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
61068         * sysdeps/generic/ifunc-sel.h: ... here.
61070         * sysdeps/unix/i386/start.c: Delete file.
61071         * sysdeps/unix/sparc/start.c: Delete file.
61072         * sysdeps/unix/start.c: Delete file.
61074         * sysdeps/sh/elf/configure.in: Moved to ...
61075         * sysdeps/sh/configure.in: ... here.
61076         * sysdeps/sh/elf/start.S: Moved to ...
61077         * sysdeps/sh/start.S: ... here.
61078         * sysdeps/sh/elf/configure: Delete file.
61080         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
61081         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
61082         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
61083         * sysdeps/powerpc/powerpc64/entry.h: ... here.
61084         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
61085         * sysdeps/powerpc/powerpc64/start.S: here.
61086         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
61087         * sysdeps/powerpc/powerpc64/Makefile: ... this.
61088         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
61089         * sysdeps/powerpc/powerpc64/configure.in: ... this.
61090         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
61092         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
61093         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
61094         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
61095         * sysdeps/powerpc/powerpc32/start.S: ... here.
61096         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
61097         * sysdeps/powerpc/powerpc32/configure.in: ... this.
61098         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
61100         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
61101         * sysdeps/powerpc/ifunc-sel.h: ... here.
61102         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
61103         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
61105         * sysdeps/sparc/elf/configure.in: Moved to ...
61106         * sysdeps/sparc/configure.in: ... here.
61107         * sysdeps/sparc/elf/configure: Delete file.
61108         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
61109         * sysdeps/sparc/sparc32/start.S: ... here.
61110         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
61111         * sysdeps/sparc/sparc64/start.S: ... here.
61112         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
61113         * sysdeps/sparc/sparc32/Makefile: ... this.
61114         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
61115         * sysdeps/sparc/sparc64/Makefile: ... this.
61117         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
61118         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
61119         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
61120         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
61121         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
61122         * sysdeps/s390/s390-32/setjmp.S: ... here.
61123         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
61124         * sysdeps/s390/s390-32/configure.in: ... here.
61125         * sysdeps/s390/s390-32/elf/configure: Delete file.
61126         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
61127         * sysdeps/s390/s390-32/start.S: ... here.
61129         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
61130         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
61131         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
61132         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
61133         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
61134         * sysdeps/s390/s390-64/setjmp.S: ... here.
61135         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
61136         * sysdeps/s390/s390-64/configure.in: ... here
61137         * sysdeps/s390/s390-64/elf/configure: Delete file.
61138         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
61139         * sysdeps/s390/s390-64/start.S: ... here.
61140         * sysdeps/s390/s390-64/elf/configure: Delete.
61142         * configure.in: Remove support for elf directories in sysdeps.
61144         * configure: Regenerated.
61145         * sysdeps/i386/configure: Regenerated.
61146         * sysdeps/powerpc/powerpc32/configure: Regenerated.
61147         * sysdeps/powerpc/powerpc64/configure: Regenerated.
61148         * sysdeps/s390/s390-32/configure: Regenerated.
61149         * sysdeps/s390/s390-64/configure: Regenerated.
61150         * sysdeps/sh/configure: Regenerated.
61151         * sysdeps/sparc/configure: Regenerated.
61152         * sysdeps/x86_64/configure: Regenerated.
61154 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
61156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61158         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
61159         denormal result into account.
61161 2012-03-25  Roland McGrath  <roland@hack.frob.com>
61163         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
61164         Reported by Allan McRae <allan@archlinux.org>.
61166 2012-03-23  Jeff Law  <law@redhat.com>
61168         * nss/getnssent.c (__nss_getent): Fix typo.
61170 2012-03-23  David S. Miller  <davem@davemloft.net>
61172         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61174 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
61176         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
61177         to pad to uint64_t for each field.
61178         (dl_tls_index): Replace unsigned long with uint64_t.
61180 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
61181         Paul Pluzhnikov  <ppluzhnikov@google.com>
61183         [BZ #6528]
61184         * grp/Makefile (otherlibs): Don't set it.
61185         * inet/Makefile (otherlibs): Likewise.
61186         * login/Makefile (otherlibs): Likewise.
61187         * nscd/Makefile (otherlibs): Likewise.
61188         * posix/Makefile (otherlibs): Likewise.
61189         * pwd/Makefile (otherlibs): Likewise.
61190         * rt/Makefile (otherlibs): Likewise.
61191         * sunrpc/Makefile (otherlibs): Likewise.
61192         * nss/Makefile (otherlibs): Likewise.
61193         Add libnss_files to routines and static-only-routines.
61194         ($(objpfx)getent): Remove rule.
61195         * resolv/Makefile: Add libnss_dns and libresolv to routines and
61196         static-only-routines.
61198 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
61200         [BZ #13892]
61201         * math/s_cexp.c: Include <float.h>.
61202         (__cexp): Handle exp result overflowing not necessarily
61203         overflowing both real and imaginary parts of result.
61204         * math/s_cexpf.c: Likewise.
61205         * math/s_cexpl.c: Likewise.
61206         * math/libm-test.inc (cexp_test): Add more tests.
61207         * sysdeps/i386/fpu/libm-test-ulps: Update.
61208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61210 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61212         * include/link.h (ELFW): New macro.
61213         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
61214         Replace ELF64_R_TYPE with ELFW(R_TYPE).
61216 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61218         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
61219         with uint64_t.
61221 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61223         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
61224         declaration.
61225         (struct La_x32_retval): Likewise.
61227 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
61229         * sysdeps/x86_64/preconfigure.in: New file.
61230         * sysdeps/x86_64/preconfigure: New generated file.
61232 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
61234         [BZ #13824]
61235         * math/e_exp2l.c: Include <float.h>.
61236         (__ieee754_exp2l): Handle overflow and underflow cases
61237         separately.  Only pass fractional part of argument to
61238         __ieee754_expl.
61239         * math/libm-test.inc (exp2_test): Add more tests.
61241         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
61242         negating x to take absolute value.
61243         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
61244         Likewise.
61245         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
61246         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
61247         Likewise.
61248         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
61249         computing low part if x was negated.
61250         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
61252 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
61254         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
61255         la_x32_gnu_pltexit.
61256         (pltexit): Cast int_retval to ptrdiff_t.
61257         * elf/tst-auditmod3b.c: Likewise.
61258         * elf/tst-auditmod4b.c: Likewise.
61259         * elf/tst-auditmod5b.c: Likewise.
61260         * elf/tst-auditmod6b.c: Likewise.
61261         * elf/tst-auditmod6c.c: Likewise.
61262         * elf/tst-auditmod7b.c: Likewise.
61264         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
61265         and x32_gnu_pltexit.
61267         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
61268         __ELF_NATIVE_CLASS.
61269         (La_x32_regs): New macro.
61270         (La_x32_retval): Likewise.
61271         (la_x32_gnu_pltenter): New function prototype.
61272         (la_x32_gnu_pltexit): Likewise.
61274 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
61276         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
61277         exponent.
61279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61281         * configure.in (libc_cv_cc_nofma): Check for option to disable
61282         generation of FMA instructions.
61283         * configure: Regenerate.
61284         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
61285         * sysdeps/ieee754/dbl-64/Makefile: New file.
61286         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
61287         Remove brandred-fma4.
61288         (CFLAGS-brandred-fma4.c): Remove.
61289         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
61290         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
61291         define.
61292         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
61293         define.
61295 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
61297         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
61298         LLONG_MAX != LONG_MAX.
61299         (_itoa_word): Use _ITOA_WORD_TYPE on value.
61300         (_fitoa_word): Likewise.
61301         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
61302         LLONG_MAX != LONG_MAX.
61303         * stdio-common/_itowa.h: Include <_itoa.h>.
61304         (_itowa_word): Use _ITOA_WORD_TYPE on value.
61305         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
61306         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
61307         only if not defined.
61308         (_ITOA_WORD_TYPE): Likewise.
61309         (_itoa_word): Use _ITOA_WORD_TYPE on value.
61310         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
61312 2012-03-21  David S. Miller  <davem@davemloft.net>
61314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61316 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
61318         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
61319         of x86_64 when setting libc_cv_slibdir, libdir and
61320         libc_cv_localedir.
61321         * sysdeps/unix/sysv/linux/configure: Regenerated.
61323 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
61325         * manual/lang.texi (Old Varargs): Remove section.
61326         (How Variadic): Update menu.
61327         (va_start): Do not mention varargs.h.
61329 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
61330             Joseph Myers  <joseph@codesourcery.com>
61332         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
61333         link test.
61334         * configure: Regenerated.
61336 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
61338         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
61339         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
61340         conformtest.pl
61342 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
61344         * NOTES: Remove.
61345         * Makefile (files-for-dist): Remove NOTES.
61346         (NOTES): Remove rule.
61347         * README: Don't refer to NOTES.
61348         * manual/creature.texi: Don't include macros.texi.
61349         * manual/intro.texi (creature.texi): Remove comment referring to
61350         NOTES.
61352         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
61353         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
61354         * configure: Regenerated.
61355         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
61356         LIBC_TRY_CC_OPTION.
61357         (libc_cv_as_i686): Likewise.
61358         (libc_cv_cc_avx): Likewise.
61359         (libc_cv_cc_sse2avx): Likewise.
61360         (libc_cv_cc_fma4): Likewise.
61361         (libc_cv_cc_novzeroupper): Likewise.
61362         * sysdeps/i386/configure: Regenerated.
61364         [BZ #13883]
61365         * sysdeps/i386/fpu/s_cexp.S: Remove.
61366         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
61367         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
61368         * math/libm-test.inc (cexp_test): Add more tests.
61369         * sysdeps/i386/fpu/libm-test-ulps: Update.
61370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61372 2012-03-21  Allan McRae  <allan@archlinux.org>
61374         * timezone/Makefile: Do not install iso3166.tab and zone.tab
61376 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
61378         [BZ #13871]
61379         * math/w_exp2.c: Do not include <float.h>.
61380         (o_threshold, u_threshold): Remove.
61381         (__exp2): Calculate result before checking finiteness and calling
61382         __kernel_standard.
61383         * math/w_exp2f.c: Likewise.
61384         * math/w_exp2l.c: Likewise.
61385         * math/libm-test.inc (exp2_test): Require overflow exception for
61386         1e6 input.
61388         [BZ #3866]
61389         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
61390         range of signed 64-bit integers before using fistpll.  Remove
61391         checks for whether integers fit in mantissa bits.
61392         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
61393         the range of signed 32-bit integers before using fistpl.  Remove
61394         checks for whether integers fit in mantissa bits.
61395         * sysdeps/i386/fpu/e_powl.S (p64): New object.
61396         (__ieee754_powl): Test for y outside the range of signed 64-bit
61397         integers before using fistpll.  Reduce 64-bit values to 63-bit
61398         ones as needed.
61399         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
61400         divide-by-zero is raised for zero to large negative powers.
61401         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
61402         (__ieee754_powl): Test for y outside the range of signed 64-bit
61403         integers before using fistpll.  Reduce 64-bit values to 63-bit
61404         ones as needed.
61405         * math/libm-test.inc (pow_test): Add more tests.
61407 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61409         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
61410         <stdio-common/_itoa.h>.
61411         * debug/segfault.c: Likewise.
61412         * elf/dl-cache.c: Likewise.
61413         * elf/dl-minimal.c: Likewise.
61414         * elf/dl-misc.c: Likewise.
61415         * elf/dl-sysdep.c: Likewise.
61416         * elf/dl-version.c: Likewise.
61417         * elf/rtld.c: Likewise.
61418         * hurd/hurdsock.c: Likewise.
61419         * hurd/lookup-retry.c: Likewise.
61420         * malloc/malloc.c: Likewise.
61421         * malloc/mtrace.c: Likewise.
61422         * nscd/nscd_getgr_r.c: Likewise.
61423         * nscd/nscd_getpw_r.c: Likewise.
61424         * nscd/nscd_getserv_r.c: Likewise.
61425         * posix/getopt_init.c: Likewise.
61426         * posix/wordexp.c: Likewise.
61427         * stdio-common/_itoa.c: Likewise.
61428         * stdio-common/printf_fphex.c: Likewise.
61429         * stdio-common/vfprintf.c: Likewise.
61430         * string/_strerror.c: Likewise.
61431         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
61432         * sysdeps/i386/i686/hp-timing.h: Likewise.
61433         * sysdeps/mach/_strerror.c: Likewise.
61434         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
61435         * sysdeps/mach/hurd/sethostid.c: Likewise.
61436         * sysdeps/mach/hurd/xmknodat.c: Likewise.
61437         * sysdeps/mach/xpg-strerror.c: Likewise.
61438         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
61439         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
61440         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
61441         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
61442         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
61443         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
61444         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
61445         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
61446         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
61447         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
61448         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
61449         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
61450         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
61451         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
61452         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
61453         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
61454         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
61455         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
61456         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
61457         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
61458         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
61460         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
61462         * stdio-common/_itoa.h: Moved to ...
61463         * sysdeps/generic/_itoa.h: Here.
61465         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
61467         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
61468         instead of "_itoa.h" and "_itowa.h".
61469         * stdio-common/vfprintf.: Likewise.
61471 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61473         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
61474         <bits/wordsize.h>.
61475         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
61476         (__signbit): Likwise.
61477         (llrintf): Likwise.
61478         (llrint): Likwise.
61480 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61482         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
61483         __WORDSIZE != 64.
61485 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
61487         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
61488         OVERFLOW_EXCEPTION_OK.
61489         * math/libm-test.inc ("Philosophy"): Update comment about
61490         exception testing.
61491         (OVERFLOW_EXCEPTION): Define.
61492         (OVERFLOW_EXCEPTION_OK): Likewise.
61493         (INVALID_EXCEPTION_OK): Renumber.
61494         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
61495         (IGNORE_ZERO_INF_SIGN): Likewise.
61496         (test_exceptions): Handle FE_OVERFLOW.
61497         (exp10_test): Expect overflow exceptions.
61498         (exp2_test): Likewise.
61499         (expm1_test): Likewise.
61500         (nextafter_test): Likewise.
61501         (pow_test): Likewise.
61502         (scalbn_test): Likewise.
61503         (scalbln_test): Likewise.
61505 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61507         * sysdeps/x86_64/bits/atomic.h
61508         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
61509         64bit integer.
61510         (atomic_exchange_acq): Likewise.
61511         (__arch_exchange_and_add_body): Likewise.
61512         (__arch_add_body): Likewise.
61513         (atomic_add_negative): Likewise.
61514         (atomic_add_zero): Likewise.
61516 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61518         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
61519         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
61521 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61523         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
61524         Check __x86_64__ instead of __WORDSIZE.
61526 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61528         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
61530 2012-03-19  David S. Miller  <davem@davemloft.net>
61532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61534         * sysdeps/sparc/fpu/fenv_private.h: New file.
61535         * sysdeps/sparc/fpu/math_private.h: Use it.
61536         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
61537         Remove.
61538         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
61539         (libc_feholdexcept_setroundl): Remove.
61540         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
61541         Remove.
61542         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
61543         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
61545 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61547         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
61548         int64_t instead of long int.
61549         (INSERT_WORDS64): Likwise.
61551 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61553         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
61554         _Unwind_GetCFA return to _Unwind_Ptr first.
61556 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
61558         [BZ #13629]
61559         * math/s_clog.c: Include <float.h>.
61560         (__clog): Scale large or subnormal inputs.
61561         * math/s_clogf.c: Likewise.
61562         * math/s_clogl.c: Likewise.
61563         * math/s_clog10.c: Include <float.h>.
61564         (M_LOG10_2): Define.
61565         (__clog10): Scale large or subnormal inputs.
61566         * math/s_clog10f.c: Likewise.
61567         * math/s_clog10l.c: Likewise.
61568         * math/libm-test.inc (clog_test): Add more tests.
61569         (clog10_test): Likewise.
61570         * sysdeps/i386/fpu/libm-test-ulps: Update.
61571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61573         [BZ #11451]
61574         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
61575         x and y.
61576         * math/libm-test.inc (atan2_test): Add another test.
61578         * Makerules (common-objdir-compile): Remove.
61579         * sysdeps/unix/Makefile (config-generated): Do not add
61580         $(unix-generated) to variable.
61581         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
61582         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
61583         Remove rule.
61584         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
61585         Likewise.
61586         [generic bits/local_lim.h] (before-compile): Do not append to
61587         variable.
61588         [generic bits/local_lim.h] (common-generated): Likewise.
61589         [generic sys/param.h] (before-compile): Do not append to variable.
61590         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
61591         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
61592         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
61593         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
61594         include.
61595         [generic sys/param.h] (sys/param.h-includes): Remove variable.
61596         [generic sys/param.h] (sys/param.h-includes): Remove rule.
61597         [generic sys/param.h] ($(addprefix
61598         $(common-objpfx),$(sys/param.h-includes))): Likewise.
61599         [generic sys/param.h] (common-generated): Do not append to
61600         variable.
61601         [generic sys/param.h] (sysdep_headers): Likewise.
61602         [generic bits/errno.h] (before-compile): Do not append to
61603         variable.
61604         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
61605         rule.
61606         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
61607         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
61608         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
61609         [generic bits/errno.h] (common-generated): Do not append to
61610         variable.
61611         [generic bits/ioctls.h] (before-compile): Do not append to
61612         variable.
61613         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
61614         rule.
61615         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
61616         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
61617         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
61618         rule.
61619         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
61620         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
61621         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
61622         [generic bits/ioctls.h] (common-generated): Do not append to
61623         variable.
61624         [generic sys/syscall.h] (syscall.h): Remove variable.
61625         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
61626         rule.
61627         [generic sys/syscall.h] (before-compile): Do not append to
61628         variable.
61629         [generic sys/syscall.h] (common-generated): Likewise.
61630         * sysdeps/unix/errnos-tmpl.c: Remove file.
61631         * sysdeps/unix/errnos.awk: Likewise.
61632         * sysdeps/unix/ioctls-tmpl.c: Likewise.
61633         * sysdeps/unix/ioctls.awk: Likewise.
61634         * sysdeps/unix/mk-local_lim.c: Likewise.
61635         * sysdeps/unix/snarf-ioctls: Likewise.
61637 2012-03-19  Richard Henderson  <rth@twiddle.net>
61639         * sysdeps/i386/fpu/fenv_private.h: New file.
61640         * sysdeps/i386/fpu/math_private.h: Use it.
61641         (math_opt_barrier, math_force_eval): Remove.
61642         (libc_feholdexcept_setround_53bit): Remove.
61643         (libc_feupdateenv_53bit): Remove.
61644         * sysdeps/x86_64/fpu/math_private.h: Likewise.
61645         (math_opt_barrier, math_force_eval): Remove.
61646         (libc_feholdexcept): Remove.
61647         (libc_feholdexcept_setround): Remove.
61648         (libc_fetestexcept, libc_fesetenv): Remove.
61649         (libc_feupdateenv_test): Remove.
61650         (libc_feupdateenv, libc_feholdsetround): Remove.
61651         (libc_feresetround): Remove.
61653         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
61654         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
61656         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
61657         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
61658         (libc_feupdateenv_testl): New.
61659         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
61660         (libc_feupdateenv_testf): New.
61661         (libc_feupdateenv): Use libc_feupdateenv_test.
61662         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
61663         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
61665         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
61666         (libc_feholdsetroundf, libc_feholdsetroundl): New.
61667         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
61668         (libc_feresetround_noex): New.
61669         (libc_feresetround_noexf): New.
61670         (libc_feresetround_noexl): New.
61671         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
61672         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
61673         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
61674         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
61675         SET_RESTORE_ROUND.
61676         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
61677         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
61678         (__cos): Likewise.
61679         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
61680         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
61681         SET_RESTORE_ROUND_NOEX.
61682         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
61683         SET_RESTORE_ROUND_NOEXF.
61684         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
61685         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
61686         (libc_feholdsetroundf): New.
61687         (libc_feresetround, libc_feresetroundf): New.
61689         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
61690         (libc_feholdexcept_setround_53bit): Convert from macro to function.
61691         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
61693         * sysdeps/generic/math_private.h: Include <fenv.h>.
61694         (default_libc_feholdexcept): New.
61695         (default_libc_feholdexcept_setround): New.
61696         (default_libc_fesetenv, default_libc_feupdateenv): New.
61697         (libc_feholdexcept): Only define if undefined.
61698         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
61699         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
61700         (libc_feholdexcept_setroundl): Likewise.
61701         (libc_feholdexcept_setround_53bit): Likewise.
61702         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
61703         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
61704         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
61705         (libc_feupdateenv_53bit): Likewise.
61706         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
61707         (libc_feholdexcept): Convert from macro to inline function.
61708         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
61709         (libc_fesetenv, libc_feupdateenv): Likewise.
61711         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
61712         not previously defined.
61713         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
61714         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
61715         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
61716         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
61717         * sysdeps/ieee754/flt-32/math_private.h: New file.
61718         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
61719         math_private.h below SET_FLOAT_WORD.
61720         (__isnan, __isinf_ns, __finite): Remove.
61721         (__isnanf, __isinf_nsf, __finitef): Remove.
61723 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
61725         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61727 2012-03-17  David S. Miller  <davem@davemloft.net>
61729         [BZ #6471]
61730         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
61731         for 2.16.
61733 2012-03-16  David S. Miller  <davem@davemloft.net>
61735         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
61736         warnings.
61738         [BZ #6471]
61739         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
61740         properly.
61741         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
61742         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
61743         sysdep_routines when subdir is sysvipc.
61744         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
61745         __getshmlba helper.
61747         * sysdeps/sparc/fpu/libm-test/ulps: Update.
61749 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61751         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
61752         [__LP64__].
61754 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61756         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
61757         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
61758         (__lround): Renamed to ...
61759         (__llround): This.  Replace long int with long long int.
61760         Define lround functions as aliases of llround functions.
61761         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
61763 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61765         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
61766         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
61767         adresses to uintptr_t.  Replace "long int" and "unsigned long
61768         int" with "greg_t" on va_arg.
61770 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61772         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
61773         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
61775         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
61776         Move e_machine check before EI_CLASS check.  Handle x32
61777         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
61778         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
61779         SKIP_EM_IA_64 and include
61780         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
61782         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
61783         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
61784         (add_system_dir): New macro.
61786         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
61787         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
61789 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
61791         [BZ #2551]
61792         [BZ #2552]
61793         [BZ #2553]
61794         [BZ #2554]
61795         [BZ #2562]
61796         [BZ #2563]
61797         [BZ #2565]
61798         [BZ #2566]
61799         [BZ #2576]
61800         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
61801         (y0): Likewise.
61802         * math/w_j0f.c (j0f): Likewise.
61803         (y0f): Likewise.
61804         * math/w_j0l.c (__j0l): Likewise.
61805         (__y0l): Likewise.
61806         * math/w_j1.c (j1): Likewise.
61807         (y1): Likewise.
61808         * math/w_j1f.c (j1f): Likewise.
61809         (y1f): Likewise.
61810         * math/w_j1l.c (__j1l): Likewise.
61811         (__y1l): Likewise.
61812         * math/w_jn.c (jn): Likewise.
61813         (yn): Likewise.
61814         * math/w_jnf.c (jnf): Likewise.
61815         (ynf): Likewise.
61816         * math/w_jnl.c (__jnl): Likewise.
61817         (__ynl): Likewise.
61818         * math/libm-test.inc (j0_test): Add more tests.
61819         (j1_test): Likewise.
61820         (jn_test): Likewise.  Add trailing semicolon to existing test.
61821         (y0_test): Likewise.
61822         (y1_test): Likewise.
61823         * sysdeps/i386/fpu/libm-test-ulps: Update.
61824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61826         [BZ #13851]
61827         [BZ #13854]
61828         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
61829         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
61830         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
61831         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
61832         (__tanl): Set errno for infinite argument.
61833         * sysdeps/i386/fpu/mptan.c: Remove.
61834         * sysdeps/i386/fpu/s_tan.S: Likewise.
61835         * sysdeps/i386/fpu/s_tanl.S: Likewise.
61836         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
61837         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
61838         * math/libm-test.inc (tan_test): Add more tests and enable more
61839         tests for double and long double.
61840         * sysdeps/i386/fpu/libm-test-ulps: Update.
61841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61843 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
61845         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
61846         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
61848 2012-03-16  Roland McGrath  <roland@hack.frob.com>
61850         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
61851         * configure.in: Use it for both main tree and add-ons.
61852         * configure: Regenerated.
61854 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61856         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
61858 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
61860         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
61861         in comment.
61863         [BZ #13851]
61864         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
61865         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
61866         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
61867         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
61868         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
61869         infinite argument.
61870         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
61871         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
61872         != 0 for prec == 2.
61873         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
61874         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
61875         * sysdeps/i386/fpu/s_cosl.S: Likewise.
61876         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
61877         * sysdeps/i386/fpu/s_sinl.S: Likewise.
61878         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
61879         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
61880         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
61881         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
61882         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
61883         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
61884         * math/libm-test.inc (cos_test): Add more tests and enable more
61885         tests for long double.
61886         (sin_test): Likewise.
61887         (sincos_test): Likewise.
61888         * sysdeps/i386/fpu/libm-test-ulps: Update.
61889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61891 2012-03-16  David S. Miller  <davem@davemloft.net>
61893         * sysdeps/sparc/fpu/math_private.h: New file.
61895 2012-03-15  David S. Miller  <davem@davemloft.net>
61897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
61898         file.
61899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
61900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
61901         file.
61902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
61903         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
61904         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
61905         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
61906         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
61907         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
61908         sysdep routines.
61909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
61911         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
61912         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
61914         * sysdeps/sparc/sparc-ifunc.h: New file.
61915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
61916         sparc-ifunc.h
61917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
61918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
61919         Likewise.
61920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
61921         Likewise.
61922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
61923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
61924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
61925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
61926         Likewise.
61927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
61928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
61929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
61930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
61931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
61932         Likewise.
61933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
61934         Likewise.
61935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
61936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
61937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
61938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
61939         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
61940         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
61941         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
61942         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
61943         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
61944         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
61945         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
61946         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
61947         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
61948         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
61949         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
61950         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
61951         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
61952         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
61953         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
61954         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
61955         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
61956         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
61957         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
61958         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
61960 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
61962         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
61963         scaling.
61964         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61966 2012-03-15  Andreas Jaeger  <aj@suse.de>
61968         [BZ #13852]
61969         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
61970         ieee754/flt-32 implementation for sin, cos and sincos.
61971         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
61972         * sysdeps/i386/fpu/s_cosf.S: Likewise.
61973         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
61974         * sysdeps/i386/fpu/s_sinf.S: Likewise.
61975         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
61976         ieee754/flt-32 implementation for tan.
61978         * math/libm-test.inc (cos_test): Enable some large input tests for
61979         float as well
61980         (sin_test): Likewise.
61981         (sincos_test): Likewise.
61982         (tan_test): Add tests for large input.
61984         * sysdeps/i386/fpu/libm-test-ulps: Update.
61986 2012-03-15  Andreas Jaeger  <aj@suse.de>
61988         [BZ #13658]
61989         * math/libm-test.inc (cos_test): Add more test cases.
61990         (sin_test): Likewise.
61991         (sincos_test): Likewise.
61993 2012-03-15  Andreas Jaeger  <aj@suse.de>
61995         [BZ #13837]
61996         * math/libm-test.inc (cos_test): Add a test case for large input
61997         value.
61998         (sin_test): Likewise.
61999         (sincos_test): Likewise.
62001 2012-03-15  Andreas Jaeger  <aj@suse.de>
62002             Joseph Myers  <joseph@codesourcery.com>
62004         [BZ #13658]
62005         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
62006         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
62007         * sysdeps/i386/fpu/branred.c: Likewise.
62008         * sysdeps/i386/fpu/dosincos.c: Likewise.
62009         * sysdeps/i386/fpu/mpa.c: Likewise.
62010         * sysdeps/i386/fpu/s_cos.S: Likewise.
62011         * sysdeps/i386/fpu/s_sin.S: Likewise.
62012         * sysdeps/i386/fpu/s_sincos.S: Likewise.
62013         * sysdeps/i386/fpu/sincos32.c: Likewise.
62015         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
62016         Define.
62017         (libc_feupdateenv_53bit): Define.
62018         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
62019         Define.
62020         (libc_feupdateenv_53bit): Define.
62022         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
62023         53 bit (without extend i386 double precision).
62025         * math/libm-test.inc (sincos_test): Add tests for large input.
62026         (sin): Likewise.
62027         (cos): Likewise.
62029         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
62031 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
62033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62035 2012-03-15  David S. Miller  <davem@davemloft.net>
62037         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
62038         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
62039         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
62040         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
62041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
62042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
62043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
62044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
62045         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
62046         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
62047         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
62048         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
62049         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
62050         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
62051         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
62052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
62053         file.
62054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
62055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
62056         file.
62057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
62058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
62059         file.
62060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
62061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
62062         file.
62063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
62064         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
62065         fmin/fmax sysdep routines.
62066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
62068 2012-03-14  David S. Miller  <davem@davemloft.net>
62070         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
62071         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
62072         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
62073         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
62074         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
62075         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
62076         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
62077         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
62078         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
62079         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
62080         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
62081         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
62082         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
62083         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
62084         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
62085         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
62086         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
62087         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
62088         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
62089         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
62090         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
62091         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
62092         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
62093         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
62094         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
62095         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
62096         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
62097         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
62098         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
62099         routines.
62100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
62101         file.
62102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
62103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
62104         file.
62105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
62106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
62107         file.
62108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
62109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
62110         file.
62111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
62112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
62113         file.
62114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
62115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
62116         file.
62117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
62118         file.
62119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
62120         file.
62121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
62122         file.
62123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
62124         New file.
62125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
62126         file.
62127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
62128         file.
62129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
62130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
62131         file.
62132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
62133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
62134         file.
62135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
62136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
62137         file.
62138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
62139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
62140         VIS3 routines.
62142         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
62143         New file.
62145         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62147         * sysdeps/sparc/configure.in: New file.
62148         * sysdeps/sparc/configure: Generate.
62149         * configure.in (libc_cv_sparc_as_vis3): Substitute.
62150         * configure: Regenerate.
62151         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
62152         * config.make.in (have-as-vis3): New.
62153         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
62154         available use -Av9d instead of -Av9a.
62155         * sysdeps/sparc/sparc64/Makefile: Likewise.
62156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
62157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
62158         New file.
62159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
62160         file.
62161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
62162         New file.
62163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
62164         file.
62165         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
62166         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
62167         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
62168         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
62169         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
62171         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
62172         fzeros/fnegs to load 0x80000000 into a float register instead of
62173         using the stack.
62174         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
62176 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
62178         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
62179         bits/syscall.h.
62180         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
62181         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
62182         ($(inst_includedir)/bits/syscall.h): Remove rule.
62183         ($(objpfx)bits/syscall.d): Include instead of
62184         $(objpfx)syscall-list.d.
62185         (generated): Change syscall-list.h and syscall-list.d to
62186         bits/syscall.h and bits/syscall.d.
62188 2012-03-14  Roland McGrath  <roland@hack.frob.com>
62190         [BZ #13846]
62191         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
62193 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
62195         [BZ #13841]
62196         * math/s_csqrt.c: Include <float.h>.
62197         (__csqrt): Scale large or subnormal inputs.
62198         * math/s_csqrtf.c: Likewise.
62199         * math/s_csqrtl.c: Likewise.
62200         * math/libm-test.inc (csqrt_test): Add more tests.
62201         * sysdeps/i386/fpu/libm-test-ulps: Update.
62202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62204         [BZ #13840]
62205         * math/libm-test.inc (hypot_test): Add more tests.
62207 2012-03-13  David S. Miller  <davem@davemloft.net>
62209         [BZ #13840]
62210         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
62211         double-precision for the calculation instead of scaling.
62213 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
62215         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
62216         manipulate bits before adding and subtracting TWO52[sx].
62217         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
62218         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
62219         Likewise.
62220         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
62222 2012-03-13  David S. Miller  <davem@davemloft.net>
62224         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
62225         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
62226         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
62227         rtld-global-offsets.h
62228         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
62230         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
62231         large parameters.
62233         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
62235         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
62236         'err' in the ifdef scope in which it is actually used.
62238         * nss/nss_db/db-init.c: Include string.h
62240 2012-03-12  David S. Miller  <davem@davemloft.net>
62242         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
62243         masking out of the most significant byte of random value used.
62244         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
62245         Fix coding style in previous change.
62247         * sysdeps/unix/sysv/linux/kernel-features.h
62248         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
62249         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
62250         expression.
62251         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
62252         later.
62254 2012-03-11  David S. Miller  <davem@davemloft.net>
62256         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
62257         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
62258         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
62259         for 'resultvar' otherwise things get truncated on 64-bit.
62261         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
62262         Fix masking out of the most significant byte of random value used.
62264         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62266 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
62268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62270 2012-03-09  David S. Miller  <davem@davemloft.net>
62272         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
62273         variables with appropriate CPP guards.
62274         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
62275         from the frame pointer, not the stack pointer.  Correct layout
62276         comments.  Fix test on resulting framesize and the management of
62277         the outregs buffer for pltexit.  Preserve floating point return
62278         values across _dl_call_pltexit call.
62279         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
62280         framesize and the management of the outregs buffer for pltexit.
62281         Preserve floating point return values across _dl_call_pltexit
62282         call.
62283         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
62284         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
62285         (la_sparc64_gnu_pltexit): New functions.
62286         (print_exit): Fix format string for return register value.
62288 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
62290         * sunrpc/Makefile (others): Add rpcgen.
62291         ($(objpfx)rpcgen): Remove special build rule and dependency on
62292         libc.
62293         * sunrpc/rpcgen.c: New file.
62295 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
62297         [BZ #13673]
62298         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
62299         * stdio-common/bug-vfprintf-nargs.c: Likewise.
62300         * sysdeps/i386/crti.S: Likewise.
62301         * sysdeps/i386/crtn.S: Likewise.
62302         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
62303         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
62304         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
62305         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
62306         * sysdeps/sh/crti.S: Likewise.
62307         * sysdeps/sh/crtn.S: Likewise.
62308         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
62310         [BZ #13673]
62311         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
62312         with URL.
62313         * locale/programs/locfile-kw.gperf: Likewise.
62314         * locale/programs/charmap-kw.h: Regenerated.
62315         * locale/programs/locfile-kw.h: Likewise.
62317         [BZ #13673]
62318         * intl/plural.y: Replace FSF snail mail address with URL.
62319         * intl/plural.c: Regenerated.
62321 2012-03-09  Richard Henderson  <rth@twiddle.net>
62323         * include/math_private.h: Remove file.
62324         * math/math_private.h: Move file ...
62325         * sysdeps/generic/math_private.h: ... here.
62327         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
62328         * sysdeps/powerpc/fpu/math_private.h: Likewise.
62329         * sysdeps/x86_64/fpu/math_private.h: Likewise.
62331         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
62332         and <math_private.h>.
62333         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
62334         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
62335         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
62336         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
62337         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
62338         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
62339         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
62340         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
62341         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
62342         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
62343         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
62344         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
62345         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
62346         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
62347         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
62348         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
62349         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
62350         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
62351         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
62352         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
62353         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
62354         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
62355         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
62356         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
62357         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
62358         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
62359         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
62360         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
62361         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
62362         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
62363         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
62364         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
62365         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
62366         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
62367         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
62368         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
62369         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
62370         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
62371         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
62372         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
62373         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
62374         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
62375         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
62376         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
62377         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
62378         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
62379         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
62380         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
62381         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
62382         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
62383         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
62384         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
62385         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
62386         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
62387         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
62388         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
62389         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
62390         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
62391         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
62392         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
62393         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
62394         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
62395         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
62396         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
62397         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
62398         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
62399         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
62400         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
62401         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
62402         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
62403         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
62404         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
62405         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
62406         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
62407         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
62408         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
62409         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
62410         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
62411         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
62412         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
62413         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
62414         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
62415         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
62416         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
62417         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
62418         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
62419         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
62420         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
62421         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
62422         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
62423         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
62424         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
62425         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
62426         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
62427         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
62428         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
62429         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
62430         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
62431         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
62432         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
62433         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
62434         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
62435         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
62436         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
62437         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
62438         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
62439         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
62440         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
62441         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
62442         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
62443         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
62444         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
62445         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
62446         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
62447         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
62448         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
62449         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
62450         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
62451         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
62452         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
62453         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
62454         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
62455         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
62456         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
62457         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
62458         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
62459         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
62460         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
62461         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
62462         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
62463         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
62464         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
62465         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
62466         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
62467         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
62468         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
62469         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
62470         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
62471         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
62472         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
62473         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
62474         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
62475         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
62476         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
62477         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
62478         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
62479         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
62480         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
62481         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
62482         * sysdeps/ieee754/k_standard.c: Likewise.
62483         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
62484         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
62485         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
62486         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
62487         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
62488         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
62489         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
62490         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
62491         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
62492         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
62493         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
62494         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
62495         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
62496         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
62497         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
62498         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
62499         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
62500         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
62501         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
62502         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
62503         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
62504         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
62505         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
62506         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
62507         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
62508         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
62509         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
62510         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
62511         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
62512         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
62513         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
62514         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
62515         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
62516         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
62517         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
62518         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
62519         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
62520         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
62521         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
62522         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
62523         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
62524         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
62525         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
62526         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
62527         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
62528         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
62529         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
62530         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
62531         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
62532         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
62533         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
62534         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
62535         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
62536         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
62537         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
62538         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
62539         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
62540         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
62541         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
62542         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
62543         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
62544         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
62545         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
62546         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
62547         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
62548         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
62549         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
62550         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
62551         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
62552         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
62553         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
62554         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
62555         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
62556         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
62557         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
62558         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
62559         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
62560         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
62561         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
62562         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
62563         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
62564         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
62565         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
62566         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
62567         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
62568         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
62569         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
62570         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
62571         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
62572         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
62573         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
62574         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
62575         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
62576         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
62577         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
62578         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
62579         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
62580         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
62581         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
62582         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
62583         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
62584         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
62585         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
62586         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
62587         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
62588         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
62589         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
62590         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
62591         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
62592         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
62593         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
62594         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
62595         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
62596         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
62597         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
62598         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
62599         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
62600         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
62601         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
62602         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
62603         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
62604         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
62605         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
62606         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
62607         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
62608         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
62609         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
62610         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
62611         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
62612         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
62613         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
62614         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
62615         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
62616         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
62617         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
62618         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
62619         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
62620         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
62621         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
62622         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
62623         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
62624         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
62625         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
62626         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
62627         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
62628         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
62629         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
62630         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
62631         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
62632         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
62633         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
62634         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
62635         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
62636         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
62637         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
62638         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
62639         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
62640         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
62641         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
62642         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
62643         * sysdeps/ieee754/s_lib_version.c: Likewise.
62644         * sysdeps/ieee754/s_matherr.c: Likewise.
62645         * sysdeps/ieee754/s_signgam.c: Likewise.
62646         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
62647         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
62648         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
62649         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
62650         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
62651         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
62652         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
62653         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
62654         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
62655         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
62656         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
62657         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
62658         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
62659         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
62660         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
62661         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
62662         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
62663         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
62664         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
62665         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
62666         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
62668 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
62670         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
62671         * sunrpc/rpc_main.c: Likewise.
62672         * sunrpc/rpc_svcout.c: Likewise.
62674 2012-03-09  David S. Miller  <davem@davemloft.net>
62676         * include/math_private.h: New file.
62678 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
62680         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
62681         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
62682         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
62683         from <bits/socket_type.h>.
62684         (enum __socket_type): Don't define here.
62685         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
62686         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
62687         bits/socket_type.h.
62689         [BZ #13566]
62690         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
62691         checking __USE_GNU.
62693         * Makerules ($(inst_includedir)/%.h): New rule.
62694         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
62695         (install-others): Remove variable setting.
62696         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
62698 2012-03-08  Richard Henderson  <rth@twiddle.net>
62700         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
62701         from macro to inline function; merge with the
62702         !__LIBC_INTERNAL_MATH_INLINES version.
62703         (__ieee754_sqrtf): Likewise.
62705         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
62706         to inline function.
62707         (__rintf, __floor, __floorf): Likewise.
62709         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
62710         macro to inline function.
62711         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
62713         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
62714         not <math/math_private.h>.
62716 2012-03-08  David S. Miller  <davem@davemloft.net>
62718         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
62719         copyright year.
62720         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
62722 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
62724         * resolv/gai_misc.c (handle_requests): Fix struct timespec
62725         normalization.
62726         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
62727         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
62729 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
62731         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
62732         be defined individually, they must be defined as a block.  Define
62733         S for printing a string instead of hidint the different by using a
62734         macro for adding the 'l'.
62735         * stdio-common/tst-fphex-wide.c: Adjust.
62737 2012-03-07  Marek Polacek  <polacek@redhat.com>
62739         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
62741 2012-03-08  Marek Polacek  <polacek@redhat.com>
62743         [BZ #13806]
62744         * stdio-common/Makefile (tests): Add tst-fphex-wide.
62745         * stdio-common/tst-fphex.c: Define a few macros to make the
62746         test reusable.  Use them.
62747         * stdio-common/tst-fphex-wide.c: New file.
62749 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
62751         [BZ #6911]
62752         * manual/macros.texi (gnusystems): New macro.
62753         (nongnusystems): Likewise.
62754         (gnulinuxhurdsystems): Likewise.
62755         (gnuhurdsystems): Likewise..
62756         (gnulinuxsystems): Likewise.
62757         * manual/charset.texi: Use new macros or @theglibc{} to refer to
62758         variants of the GNU system, not "GNU system".
62759         * manual/conf.texi: Likewise.
62760         * manual/errno.texi: Likewise.  Update example of errno macro
62761         expansion.
62762         * manual/filesys.texi: Likewise.
62763         (getumask): Document as specific to GNU/Hurd.
62764         * manual/install.texi: Likewise.  Reword some references to
62765         GNU/Linux.
62766         * manual/intro.texi: Likewise.
62767         * manual/io.texi: Likewise.
62768         (File Name Portability): Detail which constraints are inapplicable
62769         to all GNU systems and which are only inapplicable to GNU/Hurd.
62770         * manual/job.texi: Likewise.
62771         * manual/llio.texi: Likewise.
62772         (O_NOCTTY): Document as present on GNU/Linux.
62773         * manual/maint.texi: Likewise.
62774         * manual/memory.texi: Likewise.
62775         * manual/pattern.texi: Likewise.
62776         * manual/pipe.texi: Likewise.
62777         * manual/process.texi: Likewise.
62778         * manual/resource.texi: Likewise.
62779         (RUSAGE_CHILDREN): Remove statement about specifying a particular
62780         child on GNU/Hurd.
62781         * manual/setjmp.texi: Likewise.
62782         * manual/signal.texi: Likewise.
62783         * manual/startup.texi: Likewise.
62784         * manual/stdio.texi: Likewise.
62785         * manual/terminal.texi: Likewise.
62786         (ONLCR): Document as POSIX.
62787         (OXTABS): Document availability on GNU/Linux as XTABS.
62788         (ONOEOT): Document availability separately from other bits.
62789         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
62790         * manual/time.texi: Likewise.
62791         * manual/users.texi: Likewise.
62792         * INSTALL: Regenerated.
62793         * sysdeps/gnu/errlist.c: Regenerated.
62795         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
62796         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
62797         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
62798         puts.
62799         * configure: Regenerated.
62801 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
62803         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
62804         default includes instead of AC_HEADER_CHECK.
62805         * sysdeps/i386/configure: Regenerated.
62807         [BZ #10716]
62808         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
62809         * math/s_cacoshf.c (__cacoshf): Likewise.
62810         * math/s_cacoshl.c (__cacoshl): Likewise.
62811         * math/s_casinh.c (__casinh): Set signs of result from argument.
62812         * math/s_casinhf.c (__casinhf): Likewise.
62813         * math/s_casinhl.c (__casinhl): Likewise.
62814         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
62815         (casinh_test): Add more tests.
62816         * sysdeps/i386/fpu/libm-test-ulps: Update.
62817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62819 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
62821         * po/zh_TW.po: Update from translation team.
62823         * login/Makefile (distribute): Remove variable.
62824         * catgets/Makefile: Likewise.
62825         * mach/Makefile: Likewise.
62826         * malloc/Makefile: Likewise.
62827         * misc/Makefile: Likewise.
62828         * iconv/Makefile: Likewise.
62829         * nscd/Makefile: Likewise.
62830         * hurd/Makefile: Likewise.
62831         * manual/Makefile: Likewise.
62832         * locale/Makefile: Likewise.
62833         * intl/Makefile: Likewise.
62834         * conform/Makefile: Likewise.
62835         * nss/Makefile: Likewise.
62836         * time/Makefile: Likewise.
62837         * soft-fp/Makefile: Likewise.
62838         * dirent/Makefile: Likewise.
62839         * gmon/Makefile: Likewise.
62840         * po/Makefile: Likewise.
62841         * rt/Makefile: Likewise.
62842         * socket/Makefile: Likewise.
62843         * math/Makefile: Likewise.
62844         * signal/Makefile: Likewise.
62845         * debug/Makefile: Likewise.
62846         * elf/Makefile: Likewise.
62847         * timezone/Makefile: Likewise.
62848         * stdlib/Makefile: Likewise.
62849         * iconvdata/Makefile: Likewise.
62850         * sunrpc/Makefile: Likewise.
62851         * io/Makefile: Likewise.
62852         * argp/Makefile: Likewise.
62853         * inet/Makefile: Likewise.
62854         * hesiod/Makefile: Likewise.
62855         * grp/Makefile: Likewise.
62856         * csu/Makefile: Likewise.
62857         * wctype/Makefile: Likewise.
62858         * crypt/Makefile: Likewise.
62859         * libio/Makefile: Likewise.
62860         * string/Makefile: Likewise.
62861         * nis/Makefile: Likewise.
62862         * resolv/Makefile: Likewise.
62863         * stdio-common/Makefile: Likewise.
62864         * wcsmbs/Makefile: Likewise.
62865         * dlfcn/Makefile: Likewise.
62866         * posix/Makefile: Likewise.
62868         [BZ #6959]
62869         * timezone/Makefile: Don't install timezone files, just the programs
62870         and scripts.
62872 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
62874         * nss/databases.def: Add missing gshadow entry.
62876         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
62878 2012-03-06  Marek Polacek  <polacek@redhat.com>
62880         [BZ #13726]
62881         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
62882         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
62883         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
62884         * stdio-common/tst-long-dbl-fphex.c: New file.
62886 2012-03-06  David S. Miller  <davem@davemloft.net>
62888         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
62889         (set_obp_int): New function.
62890         (get_obp_int): New function.
62891         (__get_clockfreq_via_dev_openprom): Likewise.
62892         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
62893         Avoid unused variable warnings on 'val' and use builtin_expect.
62894         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
62895         __builtin_expect.
62896         (INLINE_CLONE_SYSCALL): Likewise.
62898 2012-03-05  David S. Miller  <davem@davemloft.net>
62900         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62902 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
62904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62906         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
62907         only for |x| >= 40.
62908         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
62910 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
62912         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
62913         Replace gettimeofday with __vdso_gettimeofday.
62915         * sysdeps/unix/sysv/linux/x86_64/init-first.c
62916         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
62917         __vdso_clock_gettime and __vdso_getcpu.
62919         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
62920         time with __vdso_time.
62922 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
62924         * manual/lang.texi (size_t): Note types to which size_t may be
62925         equivalent with the GNU C Library, but do not describe when
62926         differences between them are significant.
62928 2012-03-05  Andreas Jaeger  <aj@suse.de>
62930         * sysdeps/i386/fpu/libm-test-ulps: Update.
62932 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
62934         [BZ #3976]
62935         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
62936         (__ieee754_pow): Save and restore rounding mode and use
62937         round-to-nearest for main computations.
62938         * math/libm-test.inc (pow_test_tonearest): New function.
62939         (pow_test_towardzero): Likewise.
62940         (pow_test_downward): Likewise.
62941         (pow_test_upward): Likewise.
62942         (main): Call the new functions.
62943         * sysdeps/i386/fpu/libm-test-ulps: Update.
62944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62946         [BZ #3976]
62947         * math/libm-test.inc (cosh_test_tonearest): New function.
62948         (cosh_test_towardzero): Likewise.
62949         (cosh_test_downward): Likewise.
62950         (cosh_test_upward): Likewise.
62951         (sinh_test_tonearest): Likewise.
62952         (sinh_test_towardzero): Likewise.
62953         (sinh_test_downward): Likewise.
62954         (sinh_test_upward): Likewise.
62955         (main): Call the new functions.
62956         * sysdeps/i386/fpu/libm-test-ulps: Update.
62957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62959 2012-03-05  Tom de Vries  <tom@codesourcery.com>
62961         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
62962         default stack guard is set in last bytes.
62963         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
62965 2012-03-05  Kees Cook  <keescook@chromium.org>
62967         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
62969         [BZ #13656]
62970         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
62971         possibly allocate from heap instead of stack.
62972         * stdio-common/bug-vfprintf-nargs.c: New file.
62973         * stdio-common/Makefile (tests): Add nargs overflow test.
62975 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
62977         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62979 2012-03-03  Marek Polacek  <polacek@redhat.com>
62981         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
62982         * math/math_private.h: Likewise.
62983         * stdlib/tst-strtod.c: Likewise.
62984         * sysdeps/i386/i486/bits/atomic.h: Likewise.
62985         * sysdeps/x86_64/bits/atomic.h: Likewise.
62987 2012-03-02  David S. Miller  <davem@davemloft.net>
62989         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
62990         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
62991         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
62992         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
62993         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
62994         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
62995         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
62996         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
62998 2012-03-02  Roland McGrath  <roland@hack.frob.com>
63000         [BZ #13792]
63001         * manual/examples/README: New file, says the example source files
63002         can be used under GPL>=2.
63003         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
63004         line containing just "*/".
63005         * manual/examples/add.c: Add copyright header (GPL>=2).
63006         * manual/examples/argp-ex1.c: Likewise.
63007         * manual/examples/argp-ex2.c: Likewise.
63008         * manual/examples/argp-ex3.c: Likewise.
63009         * manual/examples/argp-ex4.c: Likewise.
63010         * manual/examples/atexit.c: Likewise.
63011         * manual/examples/db.c: Likewise.
63012         * manual/examples/dir.c: Likewise.
63013         * manual/examples/dir2.c: Likewise.
63014         * manual/examples/execinfo.c: Likewise.
63015         * manual/examples/filecli.c: Likewise.
63016         * manual/examples/filesrv.c: Likewise.
63017         * manual/examples/fmtmsgexpl.c: Likewise.
63018         * manual/examples/genpass.c: Likewise.
63019         * manual/examples/inetcli.c: Likewise.
63020         * manual/examples/inetsrv.c: Likewise.
63021         * manual/examples/isockad.c: Likewise.
63022         * manual/examples/longopt.c: Likewise.
63023         * manual/examples/memopen.c: Likewise.
63024         * manual/examples/memstrm.c: Likewise.
63025         * manual/examples/mkfsock.c: Likewise.
63026         * manual/examples/mkisock.c: Likewise.
63027         * manual/examples/mygetpass.c: Likewise.
63028         * manual/examples/pipe.c: Likewise.
63029         * manual/examples/popen.c: Likewise.
63030         * manual/examples/rprintf.c: Likewise.
63031         * manual/examples/search.c: Likewise.
63032         * manual/examples/select.c: Likewise.
63033         * manual/examples/setjmp.c: Likewise.
63034         * manual/examples/sigh1.c: Likewise.
63035         * manual/examples/sigusr.c: Likewise.
63036         * manual/examples/stpcpy.c: Likewise.
63037         * manual/examples/strdupa.c: Likewise.
63038         * manual/examples/strftim.c: Likewise.
63039         * manual/examples/strncat.c: Likewise.
63040         * manual/examples/subopt.c: Likewise.
63041         * manual/examples/swapcontext.c: Likewise.
63042         * manual/examples/termios.c: Likewise.
63043         * manual/examples/testopt.c: Likewise.
63044         * manual/examples/testpass.c: Likewise.
63045         * manual/examples/timeval_subtract.c: Likewise.
63047         [BZ #13792]
63048         * manual/time.texi (Elapsed Time): Move timeval_subtract example
63049         function to ...
63050         * manual/timeval_subtract.c.texi: ... here, new file.
63052 2012-03-02  David S. Miller  <davem@davemloft.net>
63054         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
63056 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
63058         [BZ #3976]
63059         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
63060         (__sin): Save and restore rounding mode and use round-to-nearest
63061         for all computations.
63062         (__cos): Save and restore rounding mode and use round-to-nearest
63063         for all computations.
63064         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
63065         <fenv.h>.
63066         (tan): Save and restore rounding mode and use round-to-nearest for
63067         all computations.
63068         * math/libm-test.inc (cos_test_tonearest): New function.
63069         (cos_test_towardzero): Likewise.
63070         (cos_test_downward): Likewise.
63071         (cos_test_upward): Likewise.
63072         (sin_test_tonearest): Likewise.
63073         (sin_test_towardzero): Likewise.
63074         (sin_test_downward): Likewise.
63075         (sin_test_upward): Likewise.
63076         (tan_test_tonearest): Likewise.
63077         (tan_test_towardzero): Likewise.
63078         (tan_test_downward): Likewise.
63079         (tan_test_upward): Likewise.
63080         (main): Call the new functions.
63081         * sysdeps/i386/fpu/libm-test-ulps: Update.
63082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63084         [BZ #10135]
63085         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
63086         small n, then large n, before computing and testing k+n.
63087         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
63088         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
63089         Likewise.
63090         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
63091         Likewise.
63092         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
63093         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
63094         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
63095         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
63096         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
63097         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
63098         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
63099         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
63100         * math/libm-test.inc (scalbn_test): Add more tests.
63101         (scalbln_test): Likewise.
63103         * manual/filesys.texi (mode_t): Describe constraints on size and
63104         signedness, not exact equivalence to a particular type.
63105         (ino_t): Likewise.
63106         (ino64_t): Likewise.
63107         (dev_t): Likewise.
63108         (nlink_t): Likewise.
63109         (blkcnt_t): Likewise.
63110         (blkcnt64_t): Likewise.
63111         * manual/llio.texi (off_t): Likewise.
63113         [BZ #3976]
63114         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
63115         (__ieee754_exp): Save and restore rounding mode and use
63116         round-to-nearest for all computations.
63117         * math/libm-test.inc (exp_test_tonearest): New function.
63118         (exp_test_towardzero): Likewise.
63119         (exp_test_downward): Likewise.
63120         (exp_test_upward): Likewise.
63121         (main): Call the new functions.
63122         * sysdeps/i386/fpu/libm-test-ulps: Update.
63123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63125 2012-03-01  Chris Demetriou  <cgd@google.com>
63127         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
63128         have predictable order.
63130 2012-03-01  David S. Miller  <davem@davemloft.net>
63132         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
63134         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
63135         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
63136         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
63137         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
63139         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
63140         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
63141         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
63142         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
63143         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
63144         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
63145         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
63146         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
63147         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
63149         * sysdeps/sparc/fpu/libm-test-ulps: Update.
63151         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
63152         * sysdeps/sparc/fpu/libm-test-ulps: to here.
63153         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
63155         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
63156         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
63157         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
63158         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
63159         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
63160         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
63161         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
63162         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
63163         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
63164         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
63165         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
63166         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63167         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
63168         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
63169         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
63170         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
63171         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
63172         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
63173         * sysdeps/sparc/elf/configure: Regenerated.
63175 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
63177         * configure.in (AS, LD): Require binutils 2.20 or later.
63178         * configure: Regenerated.
63179         * manual/install.texi (Tools for Compilation): Give binutils 2.20
63180         as required minimum version.
63181         * INSTALL: Regenerated.
63183         [BZ #2541]
63184         [BZ #4108]
63185         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
63186         before squaring exponent.
63187         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
63188         bottom long double and 27 bits of top long double before squaring
63189         exponent.
63190         * math/libm-test.inc (erfc_test): Add more tests.
63191         * sysdeps/i386/fpu/libm-test-ulps: Update.
63192         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
63193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63195 2012-03-01  Kai Tietz  <ktietz@redhat.com>
63197         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
63198         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
63199         containing bit-fields.
63200         * soft-fp/extended.h (_FP_UNION_E): Likewise.
63201         * soft-fp/single.h (_FP_UNION_S): Likewise.
63202         * soft-fp/double.h (_FP_UNION_D): Likewise.
63204 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
63206         [BZ #13786]
63207         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
63208         not include ../strcmp.S.
63209         [USE_AS_STRNCASECMP_L]: Likewise.
63210         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
63211         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
63212         * sysdeps/i386/i686/multiarch/strncase_l-c.c
63213         (__strncasecmp_l_ia32): Define as alias to
63214         __strncasecmp_l_nonascii.
63216         [BZ #5794]
63217         * math/libm-test.inc (expm1_test): Add test for bug 5794.
63218         * sysdeps/i386/fpu/libm-test-ulps: Update.
63219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63221         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
63222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63224 2012-02-29  Jeff Law  <law@redhat.com>
63226         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
63227         out of bounds read.
63229 2012-02-29  Marek Polacek  <polacek@redhat.com>
63231         [BZ #13706]
63232         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
63233         * elf/Makefile: Add rules to run tst-unused-dep.out.
63235 2012-02-28  David S. Miller  <davem@davemloft.net>
63237         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
63238         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
63239         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
63240         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
63241         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
63242         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
63244 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
63246         * math/libm-test.inc (llround_test): Move one test from
63247         lround_test.  Use TEST_f_L in moved test.
63248         (lround_test): Move misplaced test to llround_test.  Add testcase
63249         from bug 2561.
63251 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
63253         * sysdeps/x86_64/fpu/e_expf.S: New file.
63254         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
63256 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
63258         [BZ #13637]
63259         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
63260         of remain_len that may cause incomplete multi-byte character and
63261         false match.
63262         * posix/bug-regex33.c: New file.
63263         * posix/Makefile (tests): Add bug-regex33.
63265 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
63267         * manual/macros.texi: New file.
63268         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
63269         * manual/libc.texinfo: Include macros.texi.
63270         * manual/creatute.texi: Likewise.
63271         * manual/install.texi: Likewise.
63272         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
63273         @glibcadj{} in references to the GNU C Library.
63274         * manual/charset.texi: Likewise.
63275         * manual/conf.texi: Likewise.
63276         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
63277         when not using those macros.
63278         * manual/creature.texi: Likewise.
63279         * manual/crypt.texi: Likewise.
63280         * manual/errno.texi: Likewise.
63281         * manual/filesys.texi: Likewise.
63282         * manual/header.texi: Likewise.
63283         * manual/install.texi: Likewise.
63284         * manual/intro.texi: Likewise.
63285         * manual/io.texi: Likewise.
63286         * manual/job.texi: Likewise.
63287         * manual/lang.texi: Likewise.
63288         * manual/libc.texiinfo: Likewise.
63289         * manual/llio.texi: Likewise.
63290         * manual/locale.texi: Likewise.
63291         * manual/maint.texi: Likewise.
63292         * manual/math.texi: Likewise.
63293         * manual/memory.texi: Likewise.
63294         * manual/message.texi: Likewise.
63295         * manual/nss.texi: Likewise.
63296         * manual/pattern.texi: Likewise.
63297         * manual/process.texi: Likewise.
63298         * manual/resource.texi: Likewise.
63299         * manual/search.texi: Likewise.
63300         * manual/setjmp.texi: Likewise.
63301         * manual/signal.texi: Likewise.
63302         * manual/socket.texi: Likewise.
63303         * manual/startup.texi: Likewise.
63304         * manual/stdio.texi: Likewise.
63305         * manual/string.texi: Likewise.
63306         * manual/sysinfo.texi: Likewise.
63307         * manual/syslog.texi: Likewise.
63308         * manual/terminal.texi: Likewise.
63309         * manual/time.texi: Likewise.
63310         * manual/users.texi: Likewise.
63311         * INSTALL: Regenerated.
63312         * NOTES: Regenerated.
63313         * sysdeps/gnu/errlist.c: Regenerated.
63315 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
63317         * include/dirent.h: Include <dirstream.h> before
63318         <dirent/dirent.h>.
63320 2012-02-28  David S. Miller  <davem@davemloft.net>
63322         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
63323         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
63324         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
63325         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
63327 2012-02-27  David S. Miller  <davem@davemloft.net>
63329         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
63330         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
63331         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
63332         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
63334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
63335         frame pointer instead of stack pointer relative arg slot.
63336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
63337         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
63338         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
63340 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
63342         [BZ #3992]
63343         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
63345 2012-02-27  David S. Miller  <davem@davemloft.net>
63347         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
63348         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
63349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
63350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
63351         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
63352         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
63353         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
63354         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
63356 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
63358         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
63359         later.  Allow versions 5-9.
63360         * configure: Regenerated.
63361         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
63362         required minimum version and 4.6 as recommended version.  Do not
63363         mention bugs in GCC 2.7 and 2.8.
63364         * INSTALL: Regenerated.
63366 2012-02-27  David S. Miller  <davem@davemloft.net>
63368         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
63369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
63370         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
63371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
63372         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
63373         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
63374         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
63375         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
63377         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
63378         manipulate bits before adding and subtracting TWO112[sx].
63379         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
63381 2012-02-27  Roland McGrath  <roland@hack.frob.com>
63383         [BZ #13775]
63384         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
63385         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
63386         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
63387         being in POSIX, because they are in 1003.1-2008.
63389         * rt/tst-aio.c: Include <fcntl.h>.
63390         * rt/tst-aio7.c: Likewise.
63391         * rt/tst-aio64.c: Likewise.
63393         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
63395 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
63397         * manual/install.texi (--with-headers): Describe headers as
63398         interface headers, not private headers.
63399         (Specific advice for GNU/Linux systems): Describe use of headers
63400         from "make headers_install", not private headers from older
63401         kernels.
63402         * INSTALL: Regenerated.
63403         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
63404         Change to 2.6.19.
63405         * sysdeps/unix/sysv/linux/configure: Regenerated.
63407         * manual/llio.texi (fclean): Remove documentation.
63409         * manual/Makefile (libc-texi-generated): New variable.  Include
63410         version.texi.
63411         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
63412         $(libc-texi-generated), not duplicated list of files.
63413         (version.texi, stamp-version): New rules.
63414         (realclean): Remove $(libc-texi-generated), not individual files
63415         from that list.  Do not remove dir-add.texinfo.
63416         * manual/libc.texinfo: Comment out uses of edition numbers and
63417         references to printed manual.  Remove last-updated dates.
63418         (EDITION): Comment out.
63419         (ISBN): Likewise.
63420         (VERSION, UPDATED): Remove.
63421         (version.texi): Include.
63423 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
63425         * sysdeps/posix/spawni.c: Include <signal.h>.
63426         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
63427         * sysdeps/pthread/aio_fsync.c: Likewise.
63429 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
63431         * conform/Makefile (tests): Run only when not cross-compiling and
63432         when fast-check is not defined.
63434         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
63435         * conform/data/limits.h-data: Fixes for POSIX2008.
63436         * conform/run-conformtest.sh: Run all tests.
63437         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
63438         headers.
63439         * include/bits/dlfcn.h: Likewise.
63440         * include/langinfo.h: Likewise.
63441         * include/monetary.h: Likewise.
63442         * include/sys/poll.h: Likewise.
63444         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
63445         for __USE_GNU.
63446         * posix/spawn.h: Define __need_sigset_t.
63447         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
63448         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
63449         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
63450         to get sigevent_t only.
63451         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
63452         only for __USE_GNU.
63453         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
63454         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
63455         process_vm_writev only for __USE_GNU.
63456         * termios/termios.h: Declare tcgetsid also for POSIX2008.
63458         * conform/Makefile: For now ignore errors from run-conformtest.
63459         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
63460         POSIX to avoid namespace pollution.  Don't prepend headers.
63461         * conform/data/aio.h-data: Fixes for POSIX testing.
63462         * conform/data/fcntl.h-data: Likewise.
63463         * conform/data/glob.h-data: Likewise.
63464         * conform/data/grp.h-data: Likewise.
63465         * conform/data/pthread.h-data: Likewise.
63466         * conform/data/pwd.h-data: Likewise.
63467         * conform/data/signal.h-data: Likewise.
63468         * conform/data/spawn.h-data: Likewise.
63469         * conform/data/stdio.h-data: Likewise.
63470         * conform/data/stdlib.h-data: Likewise.
63471         * conform/data/stropts.h-data: Likewise.
63472         * conform/data/sys/mman.h-data: Likewise.
63473         * conform/data/sys/stat.h-data: Likewise.
63474         * conform/data/sys/types.h-data: Likewise.
63475         * conform/data/sys/wait.h-data: Likewise.
63476         * conform/data/time.h-data: Likewise.
63477         * conform/data/unistd.h-data: Likewise.
63478         * conform/data/utime.h-data: Likewise.
63480         * io/sys/stat.h: fchmod was always in POSIX.
63481         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
63482         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
63483         * rt/aio.h: Define __need_timespec before including <time.h>.
63484         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
63485         struct.  Add forward declaration of pthread_attr_t and use it in
63486         sigevent.
63487         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
63488         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
63489         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
63490         always remove CLK_TCK definition.
63492 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
63494         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
63496 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
63498         * conform/run-conformtest.sh: New file.
63499         * conform/Makefile: Run run-conformtest for tests.
63500         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
63501         support.
63503         * conform/data/uchar.h-data: New file.
63504         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
63505         * conform/data/arpa/inet.h-data: Likewise.
63506         * conform/data/assert.h-data: Likewise.
63507         * conform/data/complex.h-data: Likewise.
63508         * conform/data/cpio.h-data: Likewise.
63509         * conform/data/ctype.h-data: Likewise.
63510         * conform/data/dirent.h-data: Likewise.
63511         * conform/data/dlfcn.h-data: Likewise.
63512         * conform/data/errno.h-data: Likewise.
63513         * conform/data/fcntl.h-data: Likewise.
63514         * conform/data/float.h-data: Likewise.
63515         * conform/data/fmtmsg.h-data: Likewise.
63516         * conform/data/fnmatch.h-data: Likewise.
63517         * conform/data/ftw.h-data: Likewise.
63518         * conform/data/glob.h-data: Likewise.
63519         * conform/data/grp.h-data: Likewise.
63520         * conform/data/iconv.h-data: Likewise.
63521         * conform/data/inttypes.h-data: Likewise.
63522         * conform/data/langinfo.h-data: Likewise.
63523         * conform/data/libgen.h-data: Likewise.
63524         * conform/data/limits.h-data: Likewise.
63525         * conform/data/locale.h-data: Likewise.
63526         * conform/data/math.h-data: Likewise.
63527         * conform/data/monetary.h-data: Likewise.
63528         * conform/data/mqueue.h-data: Likewise.
63529         * conform/data/ndbm.h-data: Likewise.
63530         * conform/data/net/if.h-data: Likewise.
63531         * conform/data/netdb.h-data: Likewise.
63532         * conform/data/netinet/in.h-data: Likewise.
63533         * conform/data/nl_types.h-data: Likewise.
63534         * conform/data/poll.h-data: Likewise.
63535         * conform/data/pthread.h-data: Likewise.
63536         * conform/data/pwd.h-data: Likewise.
63537         * conform/data/regex.h-data: Likewise.
63538         * conform/data/sched.h-data: Likewise.
63539         * conform/data/search.h-data: Likewise.
63540         * conform/data/semaphore.h-data: Likewise.
63541         * conform/data/setjmp.h-data: Likewise.
63542         * conform/data/signal.h-data: Likewise.
63543         * conform/data/spawn.h-data: Likewise.
63544         * conform/data/stdarg.h-data: Likewise.
63545         * conform/data/stdio.h-data: Likewise.
63546         * conform/data/stdlib.h-data: Likewise.
63547         * conform/data/string.h-data: Likewise.
63548         * conform/data/strings.h-data: Likewise.
63549         * conform/data/stropts.h-data: Likewise.
63550         * conform/data/sys/ipc.h-data: Likewise.
63551         * conform/data/sys/mman.h-data: Likewise.
63552         * conform/data/sys/msg.h-data: Likewise.
63553         * conform/data/sys/resource.h-data: Likewise.
63554         * conform/data/sys/select.h-data: Likewise.
63555         * conform/data/sys/sem.h-data: Likewise.
63556         * conform/data/sys/shm.h-data: Likewise.
63557         * conform/data/sys/socket.h-data: Likewise.
63558         * conform/data/sys/stat.h-data: Likewise.
63559         * conform/data/sys/statvfs.h-data: Likewise.
63560         * conform/data/sys/time.h-data: Likewise.
63561         * conform/data/sys/timeb.h-data: Likewise.
63562         * conform/data/sys/times.h-data: Likewise.
63563         * conform/data/sys/types.h-data: Likewise.
63564         * conform/data/sys/uio.h-data: Likewise.
63565         * conform/data/sys/un.h-data: Likewise.
63566         * conform/data/sys/utsname.h-data: Likewise.
63567         * conform/data/sys/wait.h-data: Likewise.
63568         * conform/data/syslog.h-data: Likewise.
63569         * conform/data/tar.h-data: Likewise.
63570         * conform/data/termios.h-data: Likewise.
63571         * conform/data/utime.h-data: Likewise.
63572         * conform/data/utmpx.h-data: Likewise.
63573         * conform/data/varargs.h-data: Likewise.
63574         * conform/data/wchar.h-data: Likewise.
63575         * conform/data/wctype.h-data: Likewise.
63576         * conform/data/wordexp.h-data: Likewise.
63578         * include/stropts.h: New file.
63579         * include/uchar.h: New file.
63580         * include/aio.h: Changes to allow conformtest.pl to use the headers.
63581         * include/assert.h: Likewise.
63582         * include/ctype.h: Likewise.
63583         * include/dirent.h: Likewise.
63584         * include/dlfcn.h: Likewise.
63585         * include/fcntl.h: Likewise.
63586         * include/fnmatch.h: Likewise.
63587         * include/glob.h: Likewise.
63588         * include/grp.h: Likewise.
63589         * include/libio.h: Likewise.
63590         * include/locale.h: Likewise.
63591         * include/math.h: Likewise.
63592         * include/net/if.h: Likewise.
63593         * include/netdb.h: Likewise.
63594         * include/netinet/in.h: Likewise.
63595         * include/pthread.h: Likewise.
63596         * include/pwd.h: Likewise.
63597         * include/regex.h: Likewise.
63598         * include/sched.h: Likewise.
63599         * include/search.h: Likewise.
63600         * include/setjmp.h: Likewise.
63601         * include/signal.h: Likewise.
63602         * include/stdio.h: Likewise.
63603         * include/stdlib.h: Likewise.
63604         * include/string.h: Likewise.
63605         * include/sys/cdefs.h: Likewise.
63606         * include/sys/mman.h: Likewise.
63607         * include/sys/msg.h: Likewise.
63608         * include/sys/resource.h: Likewise.
63609         * include/sys/select.h: Likewise.
63610         * include/sys/socket.h: Likewise.
63611         * include/sys/stat.h: Likewise.
63612         * include/sys/statvfs.h: Likewise.
63613         * include/sys/time.h: Likewise.
63614         * include/sys/times.h: Likewise.
63615         * include/sys/uio.h: Likewise.
63616         * include/sys/utsname.h: Likewise.
63617         * include/sys/wait.h: Likewise.
63618         * include/termios.h: Likewise.
63619         * include/time.h: Likewise.
63620         * include/ulimit.h: Likewise.
63621         * include/unistd.h: Likewise.
63622         * include/utime.h: Likewise.
63623         * include/wchar.h: Likewise.
63624         * include/wctype.h: Likewise.
63625         * include/wordexp.h: Likewise.
63627         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
63629         * time/time.h: TIME_UTC must be a macro.
63630         Make timespec_get available for ISO C11 only as well.
63632 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
63634         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
63635         Reported by Peng Haitao <penght@cn.fujitsu.com>.
63637 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63639         * configure.in: Use -o not -a in test for unsupported multi-arch.
63641 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63643         * manual/texinfo.tex: Update to version 2012-01-19.16.
63645 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63647         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
63649 2012-02-24  Roland McGrath  <roland@hack.frob.com>
63651         [BZ #13738]
63652         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
63653         * manual/fdl-1.3.texi: New file.
63654         * manual/fdl-1.1.texi: File removed.
63656         [BZ #13738]
63657         * manual/libc.texinfo (FDL_VERSION): New @set.
63658         Use it for mention of FDL in cover text.
63659         (Documentation License): Use it in @include file name.
63661 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63662             Roland McGrath  <roland@hack.frob.com>
63664         [BZ #5461]
63665         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
63666         (not LONG_LONG_MAX and LONG_LONG_MIN.
63667         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
63668         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
63669         name.
63670         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
63672 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63674         [BZ #2547]
63675         [BZ #11365]
63676         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
63677         manipulate bits before adding and subtracting TWO23[sx].
63678         * math/libm-test.inc (nearbyint_test): Add more tests.
63680 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63682         [BZ #2548]
63683         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
63684         bits before adding and subtracting TWO23[sx].
63685         * math/libm-test.inc (rint_test): Add more tests.
63686         (rint_test_tonearest): Likewise.
63687         (rint_test_towardzero): Likewise.
63688         (rint_test_downward): Likewise.
63689         (rint_test_upward: Likewise.
63691 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63693         [BZ #10110]
63694         * include/stdc-predef.h: New file.  Extracted from features.h.
63695         * include/features.h: Include stdc-predef.h.
63696         * Makefile (headers): Add stdc-predef.h.
63697         * CONFORMANCE (Compiler limitations): Update.
63699 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63701         * manual/libc.texinfo (VERSION, UPDATED): Revert.
63703 2012-02-21  David S. Miller  <davem@davemloft.net>
63705         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
63706         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
63708 2012-02-20  David S. Miller  <davem@davemloft.net>
63710         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
63711         using a normal save/restore sequence, rather than allocating a
63712         dummy stack frame just to store a frame pointer and restore.
63713         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63715 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63717         * manual/install.texi: Fix stray word in line-wrapped comment.
63719 2012-02-20  David S. Miller  <davem@davemloft.net>
63721         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
63722         both binutils and gcc support GOTDATA.
63724         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
63725         "rd %pc" in the PIC register setup sequences.
63727         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
63728         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
63729         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
63730         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
63731         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
63732         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
63733         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
63734         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63735         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
63736         (SYSCALL_ERROR_HANDLER): Likewise.
63737         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
63738         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
63739         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
63740         (SYSCALL_ERROR_HANDLER): Likewise.
63742         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
63743         (HAVE_GCC_GOTDATA): New.
63744         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
63745         relocation support in both binutils and gcc.
63746         * sysdeps/sparc/elf/configure: Regenerate.
63748         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
63749         * sysdeps/sparc/sparc32/elf/configure: Delete.
63750         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
63751         * sysdeps/sparc/sparc64/elf/configure: Delete.
63752         * sysdeps/sparc/elf/configure.in: New file.
63753         * sysdeps/sparc/elf/configure: Generate.
63755         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
63756         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
63757         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
63758         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
63759         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
63761 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63763         * manual/install.texi: Do not mention specific glibc version
63764         numbers.
63765         * manual/libc.texinfo (VERSION, UPDATED): Update.
63766         (@copying): Use @copyright{} and range of years.
63768 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63770         [BZ #13695]
63771         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
63772         [crti.S not in sysdirs] (generated): Do not append.
63773         [crti.S not in sysdirs] (omit-deps): Likewise.
63774         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
63775         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
63776         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
63777         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
63778         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
63779         Likewise.
63780         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
63781         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
63782         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
63783         * csu/defs.awk: Remove file.
63784         * sysdeps/generic/initfini.c: Likewise.
63785         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
63786         variable.
63787         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
63788         Likewise.
63790 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63792         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
63793         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
63794         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
63795         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
63796         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
63797         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
63798         <bits/epoll.h>.
63799         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
63800         (__EPOLL_PACKED): Define to empty if not defined by
63801         <bits/epoll.h>.
63802         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
63803         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63804         bits/epoll.h.
63806 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63808         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
63809         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
63810         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
63811         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
63812         <bits/timerfd.h>.
63813         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
63814         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63815         bits/timerfd.h.
63817 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63819         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
63820         in C locale.
63821         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
63822         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
63823         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
63824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63826 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
63828         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
63829         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
63831 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
63833         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
63834         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
63835         defined.
63836         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
63837         Likewise.
63838         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
63839         entry for 2.16.
63841 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
63843         * math/w_acos.c: Use non-signaling floating-point comparisons.
63844         * math/w_acosf.c: Likewise.
63845         * math/w_acosh.c: Likewise.
63846         * math/w_acoshf.c: Likewise.
63847         * math/w_acoshl.c: Likewise.
63848         * math/w_acosl.c: Likewise.
63849         * math/w_asin.c: Likewise.
63850         * math/w_asinf.c: Likewise.
63851         * math/w_asinl.c: Likewise.
63852         * math/w_atanh.c: Likewise.
63853         * math/w_atanhf.c: Likewise.
63854         * math/w_atanhl.c: Likewise.
63855         * math/w_exp2.c: Likewise.
63856         * math/w_exp2f.c: Likewise.
63857         * math/w_exp2l.c: Likewise.
63858         * math/w_j0.c: Likewise.
63859         * math/w_j0f.c: Likewise.
63860         * math/w_j0l.c: Likewise.
63861         * math/w_j1.c: Likewise.
63862         * math/w_j1f.c: Likewise.
63863         * math/w_j1l.c: Likewise.
63864         * math/w_jn.c: Likewise.
63865         * math/w_jnf.c: Likewise.
63866         * math/w_log.c: Likewise.
63867         * math/w_log10.c: Likewise.
63868         * math/w_log10f.c: Likewise.
63869         * math/w_log10l.c: Likewise.
63870         * math/w_log2.c: Likewise.
63871         * math/w_log2f.c: Likewise.
63872         * math/w_log2l.c: Likewise.
63873         * math/w_logf.c: Likewise.
63874         * math/w_logl.c: Likewise.
63875         * math/w_sqrt.c: Likewise.
63876         * math/w_sqrtf.c: Likewise.
63877         * math/w_sqrtl.c: Likewise.
63878         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
63879         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
63880         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
63881         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
63882         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
63884 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63886         [BZ #9739]
63887         * manual/string.texi (strnlen): Use correct parameter name in
63888         equivalent expression.
63890 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63892         [BZ #11174]
63893         * manual/users.texi (seteuid): Consistently use neweuid for
63894         argument name.
63896 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63898         [BZ #13704]
63899         * manual/nss.texi (Services in the NSS configuration): Correct
63900         list of services in example configuration file.
63902 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
63904         [BZ #11322]
63905         * manual/arith.texi: Remove statements about negative zero
63906         behaving identically to zero.
63908 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
63910         [BZ #5993]
63911         * manual/install.texi: Do not document upgrading from libc5.
63913 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
63915         [BZ #4596]
63916         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
63918 2012-02-18  David S. Miller  <davem@davemloft.net>
63920         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
63921         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
63922         %o7 across the call.
63923         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
63924         instead.
63925         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
63926         SETUP_PIC_REG_LEAF.
63927         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
63928         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
63929         * sysdeps/sparc/crtn.S: Likewise.
63931 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
63933         * aout/Makefile: Remove.
63935 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
63937         [BZ #13058]
63938         * manual/examples/argp-ex1.c (main): Format definition in GNU
63939         style.
63940         * manual/examples/argp-ex2.c (main): Likewise.
63941         * manual/examples/argp-ex3.c (main): Likewise.
63942         * manual/examples/argp-ex4.c (main): Likewise.
63943         * manual/examples/longopt.c (main): Use new-style prototype
63944         definition.
63945         * manual/examples/strncat.c (main): Specify return type and use
63946         (void) for arguments.
63947         * manual/examples/subopt.c (main): Use char **argv argument.
63949 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
63951         [BZ #5077]
63952         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
63953         rounding modes.
63955 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
63957         [BZ #6907]
63958         * manual/string.texi (strchr): Change when strchrnul is
63959         recommended.
63961 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
63963         [BZ #174]
63964         * manual/locale.texi (setlocale): Document LOCPATH.
63966 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
63968         [BZ #10210]
63969         * manual/process.texi (execle): Move @dots{} before last argument.
63971 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
63973         [BZ #12047]
63974         * manual/charset.texi (Generic Charset Conversion): Fix typo
63975         (LC_TYPE -> LC_CTYPE).
63977 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
63979         [BZ #5805]
63980         * manual/arith.texi (scalbn): Use @var{} on parameter names.
63981         (scalbnf): Likewise.
63982         (scalbnl): Likewise.
63983         (scalbln): Likewise.
63984         (scalblnf): Likewise.
63985         (scalblnl): Likewise.
63986         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
63987         (vwarnx): Likewise.
63988         (verr): Likewise.
63989         (verrx): Likewise.
63990         * manual/filesys.texi (telldir): Use braces around return type.
63991         * manual/llio.texi (mmap): Add space after comma.
63992         (mmap64): Likewise.
63993         * manual/math.texi (jn): Use @var{} on parameter names.
63994         (jnf): Likewise.
63995         (jnl): Likewise.
63996         (yn): Likewise.
63997         (ynf): Likewise.
63998         (ynl): Likewise.
63999         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
64000         line.
64001         * manual/resource.texi (ulimit): Use @dots{} instead of literal
64002         "...".
64003         (sched_get_priority_min): Remove semicolon on @deftypefun line.
64004         (sched_get_priority_max): Likewise.
64005         * manual/signal.texi (sigvec): Add space after comma.
64006         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
64007         names.
64008         (if_indextoname): Likewise.
64009         (if_freenameindex): Likewise.
64010         (sendto): Use ',' instead of '.' in prototype.
64011         * manual/startup.texi (syscall): Use @dots{} instead of literal
64012         "...".
64013         * manual/stdio.texi (__fpending): Separate initial words of
64014         paragraph from @deftypefun line.
64015         * manual/syslog.texi (syslog): Use @dots{} instead of literal
64016         "...".
64017         (vsyslog): Use @var{} on parameter names.
64018         * manual/terminal.texi (stty): Use @var{} on parameter names.
64019         * manual/users.texi (getutmp): Use @var{} on parameter names.
64020         (getutmpx): Likewise.
64022 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64024         [BZ #6884]
64025         * manual/stdio.texi (fopen): Fix typos in description of
64026         ",ccs=STRING".
64028 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
64030         [BZ #4026]
64031         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
64032         get clock_id definition.
64034 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
64036         [BZ #4822]
64037         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
64038         (madvise): Cast every argument to void on its own.
64040 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64042         [BZ #9902]
64043         * manual/startup.texi (Exit Status): Fix typo.
64045 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
64047         [BZ #10140]
64048         * manual/examples/argp-ex1.c: Include <stdlib.h>.
64049         * manual/examples/argp-ex2.c: Likewise.
64050         * manual/examples/argp-ex3.c: Likewise.
64052 2012-02-16  Richard Henderson  <rth@redhat.com>
64054         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
64055         * sysdeps/s390/s390-32/initfini.c: Remove.
64056         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
64057         * sysdeps/s390/s390-64/initfini.c: Remove.
64059 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
64061         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
64062         compiler output for sysdeps/generic/initfini.c.
64063         * sysdeps/sh/elf/initfini.c: Remove file.
64065 2012-02-16  David S. Miller  <davem@davemloft.net>
64067         [BZ #11494]
64068         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
64070         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
64071         * sysdeps/sparc/crti.S: New file.
64072         * sysdeps/sparc/crtn.S: New file.
64073         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
64074         * sysdeps/sparc/sparc64/Makefile: Likewise.
64076 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
64078         [BZ #3335]
64079         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
64081 2012-02-15  Roland McGrath  <roland@hack.frob.com>
64083         [BZ #4822]
64084         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
64086         * mach/devstream.c (cookie_io_functions_t): Macro removed.
64087         (write, read, close): Likewise.
64088         Patch by Aurelien Jarno <aurelien@aurel32.net>.
64090 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
64092         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
64093         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
64094         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
64095         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
64096         <bits/signalfd.h>.
64097         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
64098         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
64099         bits/signalfd.h.
64101 2012-02-14  Marek Polacek  <polacek@redhat.com>
64103         * sysdeps/x86_64/crti.S: New file.
64104         * sysdeps/x86_64/crtn.S: New file.
64105         * sysdeps/x86_64/elf/initfini.c: Remove file.
64107 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
64109         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
64110         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
64111         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
64112         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
64113         <bits/inotify.h>.
64114         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
64115         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
64116         bits/inotify.h.
64118 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
64120         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
64121         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
64122         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
64123         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
64124         <bits/eventfd.h>.
64125         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
64126         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
64127         bits/eventfd.h.
64129 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
64131         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
64132         __feraiseexcept instead of feraiseexcept.
64134         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
64135         nanosleep invocations.
64136         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
64137         strings, and add error checking for a nanosleep invocations.
64139 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
64141         Replace FSF snail mail address with URLs, as per GNU coding standards.
64142         Most of the snail mail addresses were wrong anyway, and omitting
64143         them makes the source code easier to maintain.  Almost all of the
64144         changes are to license notices and to locale LC_IDENTIFICATION
64145         addresses, except for this one:
64146         * manual/libc.texinfo: In "Published by", give the FSF's URL,
64147         not its snail mail address.
64149 2012-02-09  Richard Henderson  <rth@twiddle.net>
64151         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
64152         of kernel-features.h.
64154         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
64156 2012-02-08  Marek Polacek  <polacek@redhat.com>
64158         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
64159         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
64160         * sysdeps/gnu/_G_config.h: Likewise.
64161         * sysdeps/generic/_G_config.h: Likewise.
64163 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
64165         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
64166         tests.
64167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64169         * sysdeps/powerpc/powerpc32/crti.S: New file.
64170         * sysdeps/powerpc/powerpc32/crtn.S: New file.
64171         * sysdeps/powerpc/powerpc64/crti.S: New file.
64172         * sysdeps/powerpc/powerpc64/crtn.S: New file.
64174         * Makeconfig (have-initfini): Don't set.
64175         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
64176         * configure.in (nopic_initfini): Don't substitute.
64177         * config.h.in (HAVE_INITFINI): Don't #undef.
64178         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
64179         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
64181 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
64183         Support crti.S and crtn.S provided directly by architectures.
64184         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
64185         [crti.S in sysdirs] (omit-deps): Likewise.
64186         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
64187         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
64188         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
64189         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
64190         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
64191         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
64192         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
64193         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
64194         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
64195         compiler output for sysdeps/generic/initfini.c.
64196         * sysdeps/i386/elf/Makefile: Remove file.
64197         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
64199 2012-02-07  Marek Polacek  <polacek@redhat.com>
64201         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
64202         * sysdeps/gnu/_G_config.h: Likewise.
64203         * sysdeps/mach/hurd/_G_config.h: Likewise.
64205 2012-02-07  Marek Polacek  <polacek@redhat.com>
64207         * math/Makefile (tests): Add tst-CMPLX2.
64208         * math/tst-CMPLX2.c: New file.
64210 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
64212         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
64214         * math/libm-test.inc (jn_test): Add missing L suffix.
64216 2012-02-06  Marek Polacek  <polacek@redhat.com>
64218         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
64219         * sysdeps/i386/fpu/e_powf.S: Likewise.
64220         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
64221         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
64222         * sysdeps/i386/fpu/e_acosh.S: Likewise.
64223         * sysdeps/i386/fpu/e_pow.S: Likewise.
64224         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
64225         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
64226         * sysdeps/i386/fpu/s_expm1.S: Likewise.
64227         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
64228         * sysdeps/i386/fpu/e_log2.S: Likewise.
64229         * sysdeps/i386/fpu/e_log2l.S: Likewise.
64230         * sysdeps/i386/fpu/e_scalb.S: Likewise.
64231         * sysdeps/i386/fpu/e_powl.S: Likewise.
64232         * sysdeps/i386/fpu/s_log1p.S: Likewise.
64233         * sysdeps/i386/fpu/e_log10f.S: Likewise.
64234         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
64235         * sysdeps/i386/fpu/e_logl.S: Likewise.
64236         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
64237         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
64238         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
64239         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
64240         * sysdeps/i386/fpu/e_log2f.S: Likewise.
64241         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
64242         * sysdeps/i386/fpu/e_log.S: Likewise.
64243         * sysdeps/i386/fpu/s_cexp.S: Likewise.
64244         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
64245         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
64246         * sysdeps/i386/fpu/e_logf.S: Likewise.
64247         * sysdeps/i386/fpu/e_log10l.S: Likewise.
64248         * sysdeps/i386/fpu/e_atanh.S: Likewise.
64249         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
64250         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
64251         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
64252         * sysdeps/i386/fpu/e_log10.S: Likewise.
64253         * sysdeps/i386/fpu/s_frexp.S: Likewise.
64254         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
64255         * sysdeps/i386/fpu/s_asinh.S: Likewise.
64256         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
64257         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
64258         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
64259         * sysdeps/i386/asm-syntax.h: Likewise.
64260         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
64261         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
64262         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
64263         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
64264         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
64265         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
64266         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
64267         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
64268         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
64269         * sysdeps/powerpc/sysdep.h: Likewise.
64270         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
64271         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
64273 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
64275         [BZ #411]
64276         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
64278 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
64280         * sysdeps/i386/sysdep.h: Include <features.h>.
64281         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
64282         version.
64284 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
64286         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
64287         Define.
64288         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
64289         LOAD_PIC_REG_STR.
64291 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
64293         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
64294         (SETUP_PIC_REG): Use GET_PC_THUNK.
64295         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
64296         macro.
64298 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
64300         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
64301         for non-PIC compilation.
64302         (SETUP_PIC_REG): Add .p2align directive.
64303         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
64304         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
64305         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
64306         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
64307         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
64308         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
64309         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
64310         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
64311         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
64312         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
64313         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
64314         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
64315         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
64316         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
64317         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
64318         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
64319         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
64320         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
64321         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
64322         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
64323         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
64324         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
64325         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
64326         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
64327         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
64328         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
64329         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
64330         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
64331         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
64332         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
64333         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
64334         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
64335         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
64336         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
64337         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
64338         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
64339         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
64340         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
64341         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
64342         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
64343         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
64345 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
64347         * math/tst-CMPLX.c: Include <stdio.h>.
64349 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
64351         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
64352         float.
64353         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
64354         * sysdeps/sparc/bits/mathdef.h: Likewise.
64356 2012-01-31  Marek Polacek  <polacek@redhat.com>
64358         * libio/libio.h: Don't define _PARAMS.
64359         * locale/programs/config.h: Don't define PARAMS.
64360         * stdlib/strtol_l.c: Likewise.
64361         (__strtol_l): Remove PARAMS from the prototype.
64363 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
64365         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
64366         names.  Just use the correct names.  Remove unnecessary wrapper
64367         functions.
64368         * malloc/arena.c: Likewise.
64369         * malloc/hooks.c: Likewise.
64371         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
64372         ARENA_TEST says not to.  Simplify test for creation of a new arena.
64373         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
64375 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
64377         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
64378         into tail calls.
64379         (update_get_addr): New function.
64380         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
64381         GET_ADDR_MODULE parameter.
64383 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
64385         * crypt/cert.c: Remove __STDC__ conditionals.
64386         * crypt/crypt-entry.c: Likewise.
64387         * crypt/crypt_util.c: Likewise.
64388         * libio/filedoalloc.c: Likewise.
64389         * libio/fileops.c: Likewise.
64390         * libio/genops.c: Likewise.
64391         * libio/iofclose.c: Likewise.
64392         * libio/iofdopen.c: Likewise.
64393         * libio/iofopen.c: Likewise.
64394         * libio/iofopen64.c: Likewise.
64395         * libio/iogetdelim.c: Likewise.
64396         * libio/iopopen.c: Likewise.
64397         * libio/obprintf.c: Likewise.
64398         * libio/oldfileops.c: Likewise.
64399         * libio/oldiofclose.c: Likewise.
64400         * libio/oldiofdopen.c: Likewise.
64401         * libio/oldiofopen.c: Likewise.
64402         * libio/oldiopopen.c: Likewise.
64403         * libio/wfiledoalloc.c: Likewise.
64404         * libio/wgenops.c: Likewise.
64405         * locale/programs/xmalloc.c: Likewise.
64406         * misc/syslog.c: Likewise.
64407         * stdio-common/xbug.c: Likewise.
64408         * string/memchr.c: Likewise.
64409         * string/memcmp.c: Likewise.
64410         * string/memrchr.c: Likewise.
64411         * string/rawmemchr.c: Likewise.
64412         * sysdeps/posix/getcwd.c: Likewise.
64413         * time/strftime_l.c: Likewise.
64415 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
64417         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
64418         * config.make.in (config-cflags-sse2avx): Define.
64419         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
64420         Fix typo.
64422 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
64424         * scripts/config.guess: Update from upstream config git repository.
64425         * scripts/config.sub: Likewise.
64427 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
64429         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
64430         (EM_NUM): Update.
64431         (R_TILEPRO_*, R_TILEGX_*): New macros.
64433         * scripts/firstversions.awk: Fix bug in version range handling.
64435         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
64437         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
64439         * include/sys/epoll.h: New file.
64440         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
64441         libc_hidden_def.
64443 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
64445         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
64446         Avoid unnecessary __WORDSIZE == 64 test.
64447         (fmaxf): Use VEX format if possible.
64448         (fmax): Likewise.
64449         (fminf): Likewise.
64450         (fmin): Likewise.
64452         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
64453         * math/math_private.h: Remove libc_fegetround* and
64454         libc_fesetround*.
64455         * sysdeps/i386/configure.in: Check for -msse2avx.
64456         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
64457         also if SSE2AVX is defined.
64458         Remove libc_fegetround* and libc_fesetround*.
64459         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
64460         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
64461         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
64462         of HAS_YMM_USABLE.
64463         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
64464         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
64465         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
64466         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
64467         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
64469         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
64471 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64473         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
64474         size is not set.
64475         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
64477 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
64479         [BZ #13618]
64480         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
64481         relocation.
64482         * Makeconfig (libm): Define.
64483         * elf/Makefile: Add rules to build and run tst-relsort1.
64484         * elf/tst-relsort1.c: New file.
64485         * elf/tst-relsort1mod1.c: New file.
64486         * elf/tst-relsort1mod2.c: New file.
64488 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
64490         * math/s_ldexp.c: Remove __STDC__ conditionals.
64491         * math/s_ldexpf.c: Likewise.
64492         * math/s_ldexpl.c: Likewise.
64493         * math/s_nextafter.c: Likewise.
64494         * math/s_nexttowardf.c: Likewise.
64495         * math/s_significand.c: Likewise.
64496         * math/s_significandf.c: Likewise.
64497         * math/s_significandl.c: Likewise.
64498         * math/w_jnl.c: Likewise.
64499         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
64500         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
64501         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
64502         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
64503         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
64504         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
64505         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
64506         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
64507         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
64508         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
64509         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
64510         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
64511         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
64512         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
64513         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
64514         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
64515         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
64516         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
64517         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
64518         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
64519         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
64520         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
64521         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
64522         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
64523         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
64524         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
64525         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
64526         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
64527         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
64528         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
64529         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
64530         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
64531         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
64532         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
64533         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
64534         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
64535         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
64536         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
64537         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
64538         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
64539         * sysdeps/ieee754/k_standard.c: Likewise.
64540         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
64541         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
64542         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
64543         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
64544         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
64545         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
64546         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
64547         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
64548         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
64549         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
64550         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
64551         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
64552         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
64553         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
64554         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
64555         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
64556         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
64557         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
64558         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
64559         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
64560         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
64561         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
64562         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
64563         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
64564         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
64565         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
64566         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
64567         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
64568         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
64569         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
64570         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
64571         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
64572         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
64573         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
64574         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
64575         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
64576         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
64577         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
64578         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
64579         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
64580         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
64581         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
64582         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
64583         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
64584         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
64585         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
64586         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
64587         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
64588         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
64589         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
64590         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
64591         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
64592         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
64593         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
64594         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
64595         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
64596         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
64597         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
64598         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
64599         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
64600         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
64601         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
64602         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
64603         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
64604         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
64605         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
64606         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
64607         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
64608         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
64609         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
64610         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
64611         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
64612         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
64613         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
64614         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
64615         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
64616         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
64617         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
64618         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
64619         * sysdeps/ieee754/s_matherr.c: Likewise.
64620         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
64621         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
64622         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
64623         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
64625 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
64627         * crypt/md5.h: Remove __STDC__ conditionals.
64628         * libio/libioP.h: Likewise.
64629         * locale/programs/config.h: Likewise.
64630         * sysdeps/generic/sysdep.h: Likewise.
64631         * sysdeps/i386/asm-syntax.h: Likewise.
64632         * sysdeps/s390/asm-syntax.h: Likewise.
64633         * sysdeps/unix/sysdep.h: Likewise.
64634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
64635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
64637 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
64639         * libio/libio.h: Remove __STDC__ conditionals.
64640         * malloc/obstack.h: Likewise.
64641         * math/complex.h: Likewise.
64642         * math/math.h: Likewise.
64643         * sysdeps/generic/_G_config.h: Likewise.
64644         * sysdeps/gnu/_G_config.h: Likewise.
64645         * sysdeps/mach/hurd/_G_config.h: Likewise.
64646         * sysdeps/powerpc/bits/mathdef.h: Likewise.
64647         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
64648         * sysdeps/sparc/bits/mathdef.h: Likewise.
64650 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
64652         [BZ #13583]
64653         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
64654         Clean up HAS_* macros.
64655         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
64656         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
64657         possible.
64658         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
64659         HAS_AVX.
64660         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
64661         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
64662         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
64663         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
64664         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
64666 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
64668         * elf/tst-unique3.cc (gets): Remove declaration.
64669         * elf/tst-unique3lib.cc (gets): Likewise.
64670         * elf/tst-unique3lib2.cc (gets): Likewise.
64671         * elf/tst-unique4.cc (gets): Likewise.
64673 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
64675         * include/stdio.h: Add C++ protection.  Add gets declarations and
64676         definitions.
64677         * debug/tst-chk1.c: Don't declare gets here.
64678         * stdio-common/tst-gets.c: Likewise.
64680 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
64682         * posix/glob: Remove directory.
64684 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
64686         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
64688 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
64690         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
64691         of the non-standard EPFNOSUPPORT.
64693 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
64695         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
64696         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
64697         ANYWHERE set to 1 only on KERN_NO_SPACE error.
64699 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
64701         * wcsmbs/uchar.h: Test __STDC_VERSION__.
64703 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
64705         * nscd/aicache.c (addhstaiX): Do not cache negative results of
64706         transient errors.
64707         * nscd/grpcache.c (cache_addgr): Likewise.
64708         * nscd/hstcache.c (cache_addhst): Likewise.
64709         * nscd/initgrcache.c (addinitgroupsX): Likewise.
64710         * nscd/pwdcache.c (cache_addpw): Likewise.
64711         * nscd/servicescache.c (cache_addserv): Likewise.
64713 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
64715         * malloc/malloc.c: Various cleanups.
64716         * malloc/hooks.c: Likewise.
64718         * stdlib/Makefile (tests): Add bug-fmtmsg1.
64719         * stdlib/bug-fmtmsg1.c: New file.
64721         * stdlib/fmtmsg.c (init): Add missing unlock.
64722         Patch by Peng Haitao <penght@cn.fujitsu.com>.
64724 2012-01-12  Marek Polacek  <polacek@redhat.com>
64726         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
64727         and _GNU_SOURCE.
64729 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
64731         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
64732         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
64733         macro to ensure uniqueness of label name.
64734         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
64735         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
64737 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
64739         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
64741         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
64742         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
64743         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
64744         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
64746 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
64748         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
64750         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
64751         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
64752         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
64754         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
64756         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
64757         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
64758         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
64759         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
64761         * math/bits/math-finite.h: Add ldexp support.
64763 2012-01-10  Marek Polacek  <polacek@redhat.com>
64765         * locale/programs/localedef.h (show_archive_content): Add noreturn
64766         attribute.
64768 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
64770         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
64772 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64774         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
64776         * io/Makefile (headers): Add bits/poll2.h.
64778 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
64780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
64781         typo #include statement.
64783 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64785         * include/sys/cdefs.h: Define __attribute_alloc_size.
64786         * catgets/gencat.c: Add alloc_size attribute and apply consistently
64787         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
64788         * elf/pldd.c: Likewise.
64789         * iconv/iconv_charmap.c: Likewise.
64790         * iconv/iconvconfig.c: Likewise.
64791         * iconv/strtab.c: Likewise.
64792         * locale/programs/locale.c: Likewise.
64793         * locale/programs/localedef.h: Likewise.
64794         * locale/programs/simple-hash.c: Likewise.
64795         * nscd/nscd.h: Likewise.
64796         * nss/makedb.c: Likewise.
64797         * sysdeps/generic/ldconfig.h: Likewise.
64798         * locale/programs/localedef.c: Remove xmalloc prototype.
64799         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
64801 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
64803         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
64804         appropriate.
64806 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64808         * math/Makefile (tests): Add tst-CMPLX.
64809         * math/tst-CMPLX.c: New file.
64811         * math/complex.h (CMPLXL): Fix typo.
64813         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
64814         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
64815         GLIBC_2.16.
64816         * debug/tst-chk1.c: Add poll and ppoll tests.
64817         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
64818         * include/sys/poll.h: Add hidden proto for ppoll.
64819         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
64820         * sysdeps/mach/hurd/ppoll.c: Likewise.
64821         * io/ppoll.c: Likewise.
64822         * debug/poll_chk.c: New file.
64823         * debug/ppoll_chk.c: New file.
64824         * include/bits/poll2.h: New file.
64825         * io/bits/poll2.h: New file.
64827         [BZ #1350]
64828         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
64830         * configure.in: static is always set to yes.  Remove.
64831         * config.make.in: Don't set build-static.
64832         * Makeconfig: Remove use of build-static.
64833         * dlfcn/Makefile: Likewise.
64834         * elf/Makefile: Likewise.
64835         * math/Makefile: Likewise.
64836         * misc/Makefile: Likewise.
64837         * nptl/Makefile: Likewise.
64838         * sysdeps/mach/hurd/Makefile: Likewise.
64840         * configure.in: PWD_P is not used anymore.
64841         * config.make.in: Remove PWD_P entry.
64843         * configure.in: Remove last remnants of RANLIB.
64844         No need to check for signed size_t anymore.
64845         Don't set libc_commonpagesize and libc_relro_required here for Alpha
64846         and IA-64.
64847         Remove __builtin_expect test because we require at least gcc 3.4.
64848         * aclocal.m4: Likewise.
64850         * wcsmbs/mbrtoc16.c: Implement using towc function.
64851         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
64852         * wcsmbs/wcsmbsload.c: Likewise.
64853         * iconv/gconv_simple.c: Likewise.
64854         * iconv/gconv_int.h: Likewise.
64855         * iconv/gconv_builtin.h: Likewise.
64856         * iconv/iconv_prog.c: Remove CHAR16 handling.
64858         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
64860         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
64862         * configure.in: Remove --with-elf and --enable-bounded options.
64863         Dont set base_machine for ia64.  More non-ELF conditions removed.
64864         Remove testing and setting of leading underscore information.
64865         * config.make.in (build-bounded): Set to no.
64866         * config.h.in: Remove NO_UNDERSCORES entry.
64867         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
64868         them.
64869         * csu/start.c: Remove !NO_UNDERSCORE code.
64870         * locale/localeinfo.h: Likewise.
64871         * sysdeps/generic/machine-gmon.h: Likewise.
64872         * sysdeps/generic/sysdep.h: Likewise.
64873         * sysdeps/i386/sysdep.h: Likewise.
64874         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
64875         * sysdeps/mach/sysdep.h: Likewise.
64876         * sysdeps/s390/s390-32/sysdep.h: Likewise.
64877         * sysdeps/s390/s390-64/sysdep.h: Likewise.
64878         * sysdeps/sh/sysdep.h: Likewise.
64879         * sysdeps/sparc/sparc32/alloca.S: Likewise.
64880         * sysdeps/unix/i386/sysdep.S: Likewise.
64881         * sysdeps/unix/sparc/start.c: Likewise.
64882         * sysdeps/unix/sparc/sysdep.S: Likewise.
64883         * sysdeps/unix/sparc/sysdep.h: Likewise.
64884         * sysdeps/unix/start.c: Likewise.
64885         * sysdeps/unix/x86_64/sysdep.S: Likewise.
64886         * sysdeps/x86_64/sysdep.h: Likewise.
64888 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
64890         [BZ #13553]
64891         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
64892         for non-gcc.
64893         * argp/argp-fmtstream.h: Use const instead __const.
64894         * argp/argp.h: Likewise.
64895         * assert/assert.h: Likewise.
64896         * bits/fenv.h: Likewise.
64897         * bits/sched.h: Likewise.
64898         * bits/sigset.h: Likewise.
64899         * bits/sigthread.h: Likewise.
64900         * catgets/nl_types.h: Likewise.
64901         * conform/data/pthread.h-data: Likewise.
64902         * crypt/crypt-private.h: Likewise.
64903         * crypt/crypt.h: Likewise.
64904         * crypt/crypt_util.c: Likewise.
64905         * ctype/ctype.h: Likewise.
64906         * debug/execinfo.h: Likewise.
64907         * debug/mbsnrtowcs_chk.c: Likewise.
64908         * debug/mbsrtowcs_chk.c: Likewise.
64909         * debug/wcsnrtombs_chk.c: Likewise.
64910         * debug/wcsrtombs_chk.c: Likewise.
64911         * debug/wcstombs_chk.c: Likewise.
64912         * dirent/dirent.h: Likewise.
64913         * dlfcn/dlfcn.h: Likewise.
64914         * elf/neededtest4.c: Likewise.
64915         * grp/grp.h: Likewise.
64916         * gshadow/gshadow.h: Likewise.
64917         * iconv/gconv.h: Likewise.
64918         * iconv/gconv_int.h: Likewise.
64919         * iconv/gconv_simple.c: Likewise.
64920         * iconv/iconv.h: Likewise.
64921         * iconv/loop.c: Likewise.
64922         * iconv/skeleton.c: Likewise.
64923         * include/aio.h: Likewise.
64924         * include/aliases.h: Likewise.
64925         * include/argz.h: Likewise.
64926         * include/arpa/inet.h: Likewise.
64927         * include/assert.h: Likewise.
64928         * include/dirent.h: Likewise.
64929         * include/dlfcn.h: Likewise.
64930         * include/execinfo.h: Likewise.
64931         * include/fcntl.h: Likewise.
64932         * include/fenv.h: Likewise.
64933         * include/glob.h: Likewise.
64934         * include/grp.h: Likewise.
64935         * include/libintl.h: Likewise.
64936         * include/mntent.h: Likewise.
64937         * include/netdb.h: Likewise.
64938         * include/pwd.h: Likewise.
64939         * include/rpc/netdb.h: Likewise.
64940         * include/sched.h: Likewise.
64941         * include/search.h: Likewise.
64942         * include/shadow.h: Likewise.
64943         * include/signal.h: Likewise.
64944         * include/stdio.h: Likewise.
64945         * include/stdlib.h: Likewise.
64946         * include/string.h: Likewise.
64947         * include/sys/socket.h: Likewise.
64948         * include/sys/stat.h: Likewise.
64949         * include/sys/statfs.h: Likewise.
64950         * include/sys/statvfs.h: Likewise.
64951         * include/sys/syslog.h: Likewise.
64952         * include/sys/time.h: Likewise.
64953         * include/sys/uio.h: Likewise.
64954         * include/time.h: Likewise.
64955         * include/unistd.h: Likewise.
64956         * include/utmp.h: Likewise.
64957         * include/wchar.h: Likewise.
64958         * include/wctype.h: Likewise.
64959         * inet/aliases.h: Likewise.
64960         * inet/arpa/inet.h: Likewise.
64961         * inet/netinet/ether.h: Likewise.
64962         * inet/netinet/in.h: Likewise.
64963         * intl/libintl.h: Likewise.
64964         * io/bits/fcntl2.h: Likewise.
64965         * io/fcntl.h: Likewise.
64966         * io/ftw.h: Likewise.
64967         * io/sys/poll.h: Likewise.
64968         * io/sys/stat.h: Likewise.
64969         * io/sys/statfs.h: Likewise.
64970         * io/sys/statvfs.h: Likewise.
64971         * io/utime.h: Likewise.
64972         * libio/bits/stdio.h: Likewise.
64973         * libio/bits/stdio2.h: Likewise.
64974         * libio/libio.h: Likewise.
64975         * libio/libioP.h: Likewise.
64976         * libio/stdio.h: Likewise.
64977         * locale/lc-ctype.c: Likewise.
64978         * locale/locale.h: Likewise.
64979         * login/utmp.h: Likewise.
64980         * malloc/arena.c: Likewise.
64981         * malloc/malloc.c: Likewise.
64982         * malloc/malloc.h: Likewise.
64983         * malloc/mcheck.c: Likewise.
64984         * malloc/mtrace.c: Likewise.
64985         * math/bits/mathcalls.h: Likewise.
64986         * math/fenv.h: Likewise.
64987         * math/math_private.h: Likewise.
64988         * misc/bits/error.h: Likewise.
64989         * misc/bits/syslog.h: Likewise.
64990         * misc/err.h: Likewise.
64991         * misc/error.h: Likewise.
64992         * misc/fstab.h: Likewise.
64993         * misc/mntent.h: Likewise.
64994         * misc/regexp.h: Likewise.
64995         * misc/search.h: Likewise.
64996         * misc/sgtty.h: Likewise.
64997         * misc/sys/mman.h: Likewise.
64998         * misc/sys/syslog.h: Likewise.
64999         * misc/sys/uio.h: Likewise.
65000         * misc/sys/xattr.h: Likewise.
65001         * misc/ttyent.h: Likewise.
65002         * nis/rpcsvc/ypclnt.h: Likewise.
65003         * nss/nss.h: Likewise.
65004         * posix/bits/unistd.h: Likewise.
65005         * posix/fnmatch.h: Likewise.
65006         * posix/glob.h: Likewise.
65007         * posix/sched.h: Likewise.
65008         * posix/spawn.h: Likewise.
65009         * posix/sys/wait.h: Likewise.
65010         * posix/unistd.h: Likewise.
65011         * posix/wordexp.h: Likewise.
65012         * pwd/pwd.h: Likewise.
65013         * resolv/netdb.h: Likewise.
65014         * resource/sys/resource.h: Likewise.
65015         * rt/aio.h: Likewise.
65016         * rt/bits/mqueue2.h: Likewise.
65017         * rt/mqueue.h: Likewise.
65018         * shadow/shadow.h: Likewise.
65019         * signal/signal.h: Likewise.
65020         * socket/send.c: Likewise.
65021         * socket/sendto.c: Likewise.
65022         * socket/sys/socket.h: Likewise.
65023         * stdio-common/printf.h: Likewise.
65024         * stdlib/bits/stdlib.h: Likewise.
65025         * stdlib/fmtmsg.h: Likewise.
65026         * stdlib/monetary.h: Likewise.
65027         * stdlib/stdlib.h: Likewise.
65028         * stdlib/ucontext.h: Likewise.
65029         * streams/stropts.h: Likewise.
65030         * string/argz.h: Likewise.
65031         * string/bits/string2.h: Likewise.
65032         * string/string.h: Likewise.
65033         * string/strings.h: Likewise.
65034         * sunrpc/rpc/auth.h: Likewise.
65035         * sunrpc/rpc/auth_des.h: Likewise.
65036         * sunrpc/rpc/clnt.h: Likewise.
65037         * sunrpc/rpc/netdb.h: Likewise.
65038         * sunrpc/rpc/pmap_clnt.h: Likewise.
65039         * sunrpc/rpc/xdr.h: Likewise.
65040         * sysdeps/generic/inttypes.h: Likewise.
65041         * sysdeps/generic/net/if.h: Likewise.
65042         * sysdeps/generic/sys/swap.h: Likewise.
65043         * sysdeps/gnu/net/if.h: Likewise.
65044         * sysdeps/gnu/utmpx.h: Likewise.
65045         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
65046         * sysdeps/i386/i486/bits/string.h: Likewise.
65047         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
65048         * sysdeps/s390/bits/string.h: Likewise.
65049         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
65050         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
65051         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
65052         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
65053         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
65054         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
65055         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
65056         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
65057         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
65058         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
65059         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
65060         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
65061         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
65062         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
65063         * sysdeps/unix/sysv/linux/readv.c: Likewise.
65064         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
65065         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
65066         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
65067         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
65068         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
65069         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
65070         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
65071         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
65072         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
65073         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
65074         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
65075         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
65076         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
65077         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
65078         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
65079         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
65080         * sysvipc/sys/ipc.h: Likewise.
65081         * sysvipc/sys/msg.h: Likewise.
65082         * sysvipc/sys/sem.h: Likewise.
65083         * sysvipc/sys/shm.h: Likewise.
65084         * termios/termios.h: Likewise.
65085         * time/sys/time.h: Likewise.
65086         * time/time.h: Likewise.
65087         * wcsmbs/bits/wchar2.h: Likewise.
65088         * wcsmbs/uchar.h: Likewise.
65089         * wcsmbs/wchar.h: Likewise.
65090         * wctype/wctype.h: Likewise.
65092         [BZ #13551]
65093         * Makeconfig: Remove all but ELF support including AIX support.
65094         * Makerules: Likewise.
65095         * config.h.in: Likewise.
65096         * config.make.in: Likewise.
65097         * configure: Likewise.
65098         * configure.in: Likewise.
65099         * csu/Makefile: Likewise.
65100         * csu/version.c: Likewise.
65101         * debug/Makefile: Likewise.
65102         * dlfcn/Makefile: Likewise.
65103         * elf/Makefile: Likewise.
65104         * extra-lib.mk: Likewise.
65105         * iconv/Makefile: Likewise.
65106         * include/libc-symbols.h: Likewise.
65107         * include/shlib-compat.h: Likewise.
65108         * resolv/Makefile: Likewise.
65109         * resolv/res_libc.c: Likewise.
65110         * rt/Makefile: Likewise.
65111         * sysdeps/i386/asm-syntax.h: Likewise.
65112         * sysdeps/i386/sysdep.h: Likewise.
65113         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
65114         * sysdeps/mach/sysdep.h: Likewise.
65115         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
65116         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
65117         * sysdeps/s390/asm-syntax.h: Likewise.
65118         * sysdeps/s390/s390-32/sysdep.h: Likewise.
65119         * sysdeps/s390/s390-64/sysdep.h: Likewise.
65120         * sysdeps/sh/sysdep.h: Likewise.
65121         * sysdeps/unix/sparc/sysdep.h: Likewise.
65122         * sysdeps/wordsize-32/divdi3.c: Likewise.
65123         * sysdeps/x86_64/sysdep.h: Likewise.
65125         * argp/Versions: Remove _argp_unlock_xxx.
65127         [BZ #13559]
65128         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
65129         * abilist/libBrokenLocale.abilist: Likewise.
65130         * abilist/libanl.abilist: Likewise.
65131         * abilist/libc.abilist: Likewise.
65132         * abilist/libcrypt.abilist: Likewise.
65133         * abilist/libdl.abilist: Likewise.
65134         * abilist/libm.abilist: Likewise.
65135         * abilist/libnsl.abilist: Likewise.
65136         * abilist/libpthread.abilist: Likewise.
65137         * abilist/libresolv.abilist: Likewise.
65138         * abilist/librt.abilist: Likewise.
65139         * abilist/libthread_db.abilist: Likewise.
65140         * abilist/libutil.abilist: Likewise.
65141         * abilist/libnss_db.abilist: New file.
65143         * scripts/abilist.awk: Add support for indirect functions.
65145         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
65147         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
65149         * shlib-versions: Remove entries for ports architectures.
65151         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
65152         files in ports.
65153         * elf/stackguard-macros.h: Remove support for IA-64.
65154         * elf/tst-auditmod1.c: Likewise.
65155         * sysdeps/generic/ldsodefs.h: Likewise.
65157         * sysdeps/unix/sysv/linux/configure.in: Ports should define
65158         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
65159         configure files.
65161         [BZ #13552]
65162         * configure.in: Remove --enable-omitfp support.
65163         * FAQ.in: Adjust.
65164         * config.make.in: Likewise.
65165         * Makeconfig: Likewise.
65166         * manual/install.texi: Likewise.
65168         In case anyone cares, the IA-64 architecture could move to ports.
65169         * sysdeps/ia64/*: Removed.
65170         * sysdeps/unix/sysv/linux/ia64/*: Removed.
65171         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
65173         [BZ #13555]
65174         * configure.in: Remove entries for unsupported architectures.
65176         [BZ #13533]
65177         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
65178         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
65179         routines.
65180         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
65181         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
65182         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
65183         fall back to using wcrtomb.
65184         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
65185         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
65186         renaming.
65187         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
65188         * wcsmbs/tst-c16c32-1.c: New file.
65190         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
65191         local variable.
65193         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
65195         * elf/tst-unique3.cc: Add explicit declaration of gets.
65196         * elf/tst-unique3lib.cc: Likewise.
65197         * elf/tst-unique3lib2.cc: Likewise.
65198         * elf/tst-unique4.cc: Likewise.
65200         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
65202 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
65204         [BZ #13566]
65205         * assert/assert.h (static_assert): Don't define for C++.
65206         * libio/stdio.h (gets): Do declare for C++ <= C++11.
65207         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
65209 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
65211         * iconv/loop.c (single loop): Fix assertion in storing of
65212         remaining bytes.
65214         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
65216 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
65218         * posix/getconf.c: Update copyright year.
65219         * nss/getent.c: Likewise.
65220         * nss/makedb.c: Likewise.
65221         * iconv/iconvconfig.c: Likewise.
65222         * iconv/iconv_prog.c: Likewise.
65223         * elf/ldconfig.c: Likewise.
65224         * elf/pldd.c: Likewise.
65225         * elf/sotruss.ksh: Likewise.
65226         * catgets/gencat.c: Likewise.
65227         * csu/version.c: Likewise.
65228         * elf/ldd.bash.in: Likewise.
65229         * elf/sprof.c (print_version): Likewise.
65230         * locale/programs/locale.c: Likewise.
65231         * locale/programs/localedef.c: Likewise.
65232         * login/programs/pt_chown.c: Likewise.
65233         * nscd/nscd.c (print_version): Likewise.
65234         * debug/xtrace.sh: Likewise.
65235         * malloc/memusage.sh: Likewise.
65236         * malloc/mtrace.pl: Likewise.
65237         * debug/catchsegv.sh: Likewise.
65239 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
65241         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
65242         pure attribute.
65244 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
65246         [BZ #13533]
65247         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
65248         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
65249         transformations.
65250         * iconv/gconv_int.h: Likewise.
65251         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
65252         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
65253         from libc for GLIBC_2.16.
65254         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
65255         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
65256         * wcsmbs/uchar.h: Really define mbstate_t.
65257         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
65258         * wcsmbs/c16rtomb.c: New file.
65259         * wcsmbs/mbrtoc16.c: New file.
65260         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
65261         for C/POSIX locale.
65262         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
65263         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
65265         * wcsmbs/wchar.h: Add missing __restrict.
65267 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
65269         [BZ #13532]
65270         * time/Makefile (routines): Add timespec_get.
65271         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
65272         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
65273         timespec for ISO C11.
65274         * time/timespec_get.c: New file.
65275         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
65276         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
65278         [BZ #13531]
65279         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
65280         * stdlib/stdlib.h: Declare aligned_alloc.
65281         * Versions.def: Add GLIBC_2.16 for libc.
65282         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
65284         [BZ 13527]
65285         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
65286         ISO C11.
65288         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
65289         code.
65291         [BZ #13528]
65292         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
65294         [BZ #13529]
65295         * assert/assert.h (static_assert): Define.
65297         * version.h: Update for 2.16 development version.
65299         [BZ #13526]
65300         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
65301         _ISOC11_SOURCE.
65303         * version.h (RELEASE): Bump for 2.15 release.
65304         * include/features.h (__GLIBC_MINOR__): Bump to 15.
65306         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
65307         Patch by Marek Polacek <mpolacek@redhat.com>.
65309         * bits/byteswap.h: Protect long long constants with __extension__.
65310         * sysdeps/i386/bits/byteswap.h: Likewise.
65311         * sysdeps/ia64/bits/byteswap.h: Likewise.
65312         * sysdeps/s390/bits/byteswap.h: Likewise.
65313         * sysdeps/x86_64/bits/byteswap.h: Likewise.
65315 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65317         [BZ #13540]
65318         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
65319         destination buffer.
65320         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
65322 2011-12-23  Marek Polacek  <polacek@redhat.com>
65324         * elf/dl-addr.c (determine_info): Add inline keyword.
65325         * elf/tst-auditmod4b.c (check_avx): Likewise.
65326         * elf/tst-auditmod6b.c (check_avx): Likewise.
65327         * elf/tst-auditmod6c.c (check_avx): Likewise.
65328         * elf/tst-auditmod7b.c (check_avx): Likewise.
65330 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
65332         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
65333         !__SSE_MATH__.
65335 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65337         [BZ #13540]
65338         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
65339         processing for last bytes.
65341 2011-08-06  Bruno Haible  <bruno@clisp.org>
65343         [BZ #13061]
65344         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
65345         U+0385, not to U+1FEE.
65347         [BZ #13062]
65348         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
65349         entry for U+00A5 U+0301.
65351 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
65353         [BZ #13166]
65354         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
65355         buffer for the output is too small.
65357         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
65358         optimization.
65360         [BZ #13185]
65361         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
65362         SSE flags if possible.
65364 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65366         [BZ #13540]
65367         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
65368         processing for last bytes.
65370 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
65372         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
65373         (syscall-list-default-options, syscall-list-default-condition)
65374         (syscall-list-includes): Define.
65375         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
65376         list of ABIs and options and #if conditions for each ABI.  Do not
65377         handle common syscalls between ABIs specially.
65378         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
65379         Remove.
65380         (syscall-list-variants, syscall-list-32bit-options)
65381         (syscall-list-32bit-condition, syscall-list-64bit-options)
65382         (syscall-list-64bit-condition): Define.
65383         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
65384         (syscall-list-variants, syscall-list-32bit-options)
65385         (syscall-list-32bit-condition, syscall-list-64bit-options)
65386         (syscall-list-64bit-condition): Define.
65387         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
65388         Remove.
65389         (syscall-list-variants, syscall-list-32bit-options)
65390         (syscall-list-32bit-condition, syscall-list-64bit-options)
65391         (syscall-list-64bit-condition): Define.
65392         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
65393         Remove.
65394         (syscall-list-variants, syscall-list-32bit-options)
65395         (syscall-list-32bit-condition, syscall-list-64bit-options)
65396         (syscall-list-64bit-condition): Define.
65398 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
65400         * locale/iso-639.def: Add brx entry.
65402         [BZ #13328]
65403         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
65404         Proposed by Mariusz_Cukr <marcukr@op.pl>.
65406         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
65407         __feraiseexcept_renamed.
65409 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
65411         [BZ #13538]
65412         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
65413         EPOLLET with unsigned values.
65414         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
65415         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
65417         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
65418         to large cancellation.
65419         * math/s_cacoshf.c: Likewise.
65420         * math/s_cacoshl.c: Likewise.
65422 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
65424         [BZ #13305]
65425         [BZ #12786]
65426         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
65427         * math/s_cacoshf.c: Likewise.
65428         * math/s_cacoshl.c: Likewise.
65430 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
65432         [BZ #13439]
65433         * iconv/gconv.h: Define __GCONV_SWAP.
65434         * iconvdata/unicode.c: The swap bit must be stored in __flags.
65435         * iconvdata/utf-16.c: Likewise.
65436         * iconvdata/utf-32.c: Likewise.
65438 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
65440         [BZ #13524]
65441         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
65442         numerator after shifting it by one limb.
65444 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
65446         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
65447         under [__USE_EXTERN_INLINES].
65449 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
65451         [BZ #13446]
65452         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
65454 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65456         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
65457         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
65458         optimized code.
65459         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
65460         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
65461         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
65462         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
65463         for strncasecmp/strncasecmp_l compilation.
65464         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
65465         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
65467 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
65469         [BZ #13484]
65470         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
65471         of __asm__.
65473 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
65475         [BZ #13506]
65476         * time/tzfile.c (__tzfile_read): Check values from file header.
65478 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
65480         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
65481         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
65482         * powerpc/powerpc32/dl-start.S: Likewise.
65483         * powerpc/powerpc32/elf/start.S: Likewise.
65484         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
65485         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
65486         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
65487         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
65488         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
65489         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
65490         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
65491         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
65492         * powerpc/powerpc32/fpu/s_round.S: Likewise.
65493         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
65494         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
65495         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
65496         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
65497         * powerpc/powerpc32/memset.S: Likewise.
65498         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
65499         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
65500         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
65501         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
65502         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
65503         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
65504         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
65505         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
65506         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
65507         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
65508         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
65509         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
65510         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
65512 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65514         * math/libm-test.inc: Added more nearbyint tests.
65515         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
65516         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
65517         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
65518         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
65520 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
65522         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
65523         FD_CLOEXEC.
65525 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65527         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
65528         Add wcscpy-ssse3 wcscpy-c.
65529         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
65530         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
65531         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
65532         * sysdeps/x86_64/wcschr.S: New file.
65533         * sysdeps/x86_64/wcsrchr.S: New file.
65534         * string/test-strcmp.c: Remove checking of wcscmp function for
65535         wrong alignments.
65536         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
65537         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
65538         wcsrchr-sse2 wcsrchr-c.
65539         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
65540         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
65541         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
65542         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
65543         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
65544         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
65545         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
65546         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
65547         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
65548         * wcsmbc/wcschr.c (WCSCHR): New macro.
65550 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65552         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
65553         * wcsmbs/test-wcsrchr.c: New file.
65554         * string/test-strrchr.c: Add wcsrchr support.
65555         (WIDE): New macro.
65556         * wcsmbs/test-wcscpy.c: New file.
65557         * string/test-strcpy.c: Add wcscpy support.
65558         (WIDE): New macro.
65560 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
65562         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
65563         the inner loop.
65565 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
65567         [BZ #13472]
65568         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
65570 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
65572         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
65573         Minor optimizations.
65575         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
65576         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
65577         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
65579 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
65581         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
65582         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
65583         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
65584         for gcc to avoid warnings.
65585         * inet/Makefile (tests): Add tst-checks.
65586         * inet/tst-checks.c: New file.
65588         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
65589         warning.
65591         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
65592         __wmemcmp_sse2.
65594         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
65595         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
65597         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
65599 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
65601         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
65602         problem.
65604         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
65606 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
65608         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
65609         conditional on GCC version.
65610         (__arch_compare_and_exchange_val_8_acq)
65611         (__arch_compare_and_exchange_val_16_acq)
65612         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
65613         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
65614         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
65616 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
65618         * sysdeps/sh/backtrace.c: New file.
65620 2011-12-02  Andreas Schwab  <schwab@redhat.com>
65622         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
65623         parenthesis.
65625 2011-12-01  Andreas Schwab  <schwab@redhat.com>
65627         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
65628         falling back to utime.
65630 2011-11-30  Andreas Schwab  <schwab@redhat.com>
65632         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
65633         expectations for float.
65635 2011-11-29  Andreas Schwab  <schwab@redhat.com>
65637         * locale/weight.h (findidx): Add parameter len.
65638         * locale/weightwc.h (findidx): Likewise.
65639         * posix/fnmatch_loop.c (FCT): Adjust caller.
65640         * posix/regcomp.c (build_equiv_class): Likewise.
65641         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
65642         * posix/regexec.c (check_node_accept_bytes): Likewise.
65643         * string/strcoll_l.c (STRCOLL): Likewise.
65644         * string/strxfrm_l.c (STRXFRM): Likewise.
65646 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
65648         * Makefile.in: Remove CVSOPT handling.
65649         * configure.in: Remove use of AC_REVISION.
65650         * iconvdata/Makefile (distribute): No need to filter out CVS.
65651         * scripts/list-sources.sh: Remove CVS, subversion and monotone
65652         handling.
65654 2011-11-16  Andreas Schwab  <schwab@redhat.com>
65656         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
65657         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
65658         [USE_AS_STRNCASECMP_L]: Likewise.
65659         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
65660         NO_TLS_DIRECT_SEG_REFS.
65661         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
65662         Fix argument offsets for non-PIC.
65663         [USE_AS_STRNCASECMP_L]: Likewise.
65664         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
65665         NO_TLS_DIRECT_SEG_REFS.
65667 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
65669         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
65670         O_CLOEXEC.
65671         * locale/loadlocale.c (_nl_load_locale): Likewise.
65673 2011-11-15  Andreas Schwab  <schwab@redhat.com>
65675         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
65676         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
65677         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
65678         (SYSCALL_GETTIME): Set errno on error.
65680         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
65681         count references to noai6ai_cached.
65683 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
65685         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
65687         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
65688         FD_CLOEXEC for /proc/self/maps.
65690         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
65691         FD_CLOEXEC for /proc/meminfo.
65693         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
65694         gai.conf.
65696         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
65697         FD_CLOEXEC for given file.
65699         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
65701         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
65702         FD_CLOEXEC for /etc/hosts.
65703         (_gethtent): Likewise.
65705         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
65707         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
65708         cancellation and set FD_CLOEXEC for /etc/netgroup.
65710         * nss/nss_files/files-key.c (search): Don't allow cancellation when
65711         reading /etc/publickey.
65713         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
65714         allow cancellation when reading /etc/group.
65716         * nss/nss_files/files-alias.c (internal_setent): Don't allow
65717         cancellation.
65718         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
65720         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
65721         when using data file.
65723         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
65725         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
65726         (write_nis_obj): Use "c" and "e" in fopen.
65728         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
65730         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
65732         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
65734         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
65736         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
65737         locale.alias.
65739         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
65741         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
65743         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
65745         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
65746         file parsing and set FD_CLOEXEC.
65748 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
65750         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
65752 2011-11-14  Andreas Schwab  <schwab@redhat.com>
65754         * malloc/arena.c (arena_get2): Don't call reused_arena when
65755         _int_new_arena failed.
65757 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
65759         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
65760         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
65761         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
65762         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
65763         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
65764         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
65765         to compile strcasecmp and strncasecmp.
65766         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
65767         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
65769         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
65771 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
65773         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
65774         locale-defines.sym to gen-as-const-headers.
65775         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
65776         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
65777         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
65778         to compile strcasecmp and strncasecmp.
65779         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
65780         strcasecmp_l and strncasecmp_l.
65781         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
65782         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
65783         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
65784         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
65785         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
65786         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
65787         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
65788         * sysdeps/i386/i686/multiarch/strncase.S: New file.
65789         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
65790         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
65791         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
65793 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
65795         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
65796         result of SYSDEP_GETTIME_CPU to retval.
65797         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
65798         parameter list to macro.  Remove trailing semicolon.  Adjust users.
65800         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
65801         variable.
65803         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
65804         mantissa words.
65805         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
65807         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
65808         from unused variable.
65810         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
65811         DWARF definitions.
65812         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
65813         for assembling.
65815         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
65816         over namespaces.
65818         * sunrpc/rpc_prot.c (rejected): Fix case value.
65820         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
65821         unsigned long long int to avoid warnings in shift.
65823         * posix/regex_internal.c (re_string_reconstruct): Actually use result
65824         of use of trans.
65825         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
65826         variable tmp.
65828         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
65829         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
65830         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
65832         * nis/nis_table.c (nis_list): Use variable of correct type for
65833         result of __follow_path call.
65835 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65837         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
65838         of math functions ceil, trunc, floor, round, and sqrt, when
65839         avaliable on the platform.
65840         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
65841         name clash.
65842         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
65843         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
65844         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
65846 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
65848         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
65849         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
65851 2011-11-11  Roland McGrath  <roland@hack.frob.com>
65853         * include/unistd.h: Fix __readlink return type.
65854         Reported by Chris Metcalf <cmetcalf@tilera.com>.
65856 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
65858         * stdlib/ucontext.h: Undo last change for makecontext.
65860 2011-11-11  Andreas Schwab  <schwab@redhat.com>
65862         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
65864         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
65865         * setjmp/setjmp.h: Mark functions as non-leaf.
65866         * setjmp/bits/setjmp2.h: Likewise.
65867         * stdlib/ucontext.h: Likewise.
65869 2011-11-10  Andreas Schwab  <schwab@redhat.com>
65871         * malloc/arena.c (_int_new_arena): Don't increment narenas.
65872         (reused_arena): Don't check arena limit.
65873         (arena_get2): Atomically check arena limit.
65875 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
65877         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
65878         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
65880         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
65881         instructions.
65883 2011-11-07  Andreas Schwab  <schwab@redhat.com>
65885         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
65886         handler when locking.
65888         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
65889         Fix size of allocated buffer.
65891 2011-11-04  Andreas Schwab  <schwab@redhat.com>
65893         [BZ #10103]
65894         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
65895         declarations for long double functions.
65896         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
65898         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
65900 2011-11-03  Andreas Schwab  <schwab@redhat.com>
65902         * nscd/nscd.c (main): Don't start AVC thread until credentials are
65903         installed.
65905         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
65906         is disabled.
65908 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
65910         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
65912 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
65914         * include/alloca.h (stackinfo_alloca_round): Define.
65915         (extend_alloca): Use it.
65916         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
65917         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
65918         here.
65920         * scripts/check-local-headers.sh: Ignore libaudit.h.
65922         * nscd/Makefile (extra-objs): Make recursively expanded.
65924 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
65926         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
65927         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
65929         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
65930         * posix/tst-rfc3484-2.c: Likewise.
65931         * posix/tst-rfc3484-3.c: Likewise.
65933         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
65934         process_vm_writev.
65935         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
65936         process_vm_writev.
65937         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
65938         process_vm_writev from libc using GLIBC_2.15 version.
65940         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
65942 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
65944         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
65945         stack usage.
65947 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
65949         [BZ #13367]
65950         * nss/getent.c (initgroups_keys): Show error message in case no group
65951         names are given.
65953         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
65954         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
65955         __bump_nl_timestamp.
65956         * nscd/connections (nscd_init): When host database is served open
65957         netlink socket and request notification about configuration changes.
65958         (main_loop_poll): Track netlink file descriptor and bump timestamp
65959         in case data becomes available.
65960         (main_loop_epoll): Likewise.
65961         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
65962         (database_pers_head): Add extra_data fileds.
65963         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
65964         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
65965         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
65966         Adjust caller.
65967         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
65968         in6ai data, call __free_in6ai.
65969         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
65970         Add -DHAVE_NETLINK.
65971         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
65972         interface information.  Reuse previous data if netlink timestamp
65973         is not changed.
65974         (__bump_nl_timestamp): New function.
65975         (__free_in6ai): New function.
65977 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
65979         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
65980         close_not_cancel_no_status here.
65981         (__check_pf): Reorganize code a bit to not call close twice if OOM.
65983 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
65985         [BZ #13276]
65986         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
65987         return value.
65989         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
65990         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
65991         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
65993 2011-07-03  Andreas Jaeger  <aj@suse.de>
65995         [BZ #10709]
65996         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
65997         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
65998         * math/libm-test.inc (sin_test): Add test case.
66000 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
66002         [BZ #13337]
66003         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
66004         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
66006         * elf/chroot_canon.c (chroot_canon): Cleanups.
66008         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
66010         [BZ #13335]
66011         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
66012         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
66014         * string/test-strchr.c: Make usable for strchrnul testing.
66015         * string/test-strchrnul.c: New file.
66016         * string/Makefile (strop-tests): Add strchrnul.
66018         * po/it.po: Update from translation team.
66019         * po/es.po: Likewise.
66021 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
66023         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
66024         the three constants needed as parameters.  Drop the others.
66025         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
66026         __m128i_strloadu_tolower.
66027         Create and initialize variable zero and use it in all the places
66028         where _mm_setzero_si128 was used.
66030         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
66031         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
66032         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
66033         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
66034         anymore.
66035         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
66036         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
66037         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
66038         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
66039         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
66040         __mpranred, __mptan.
66041         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
66042         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
66043         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
66044         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
66045         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
66046         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
66047         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
66048         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
66049         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
66051 2011-10-28  Andreas Schwab  <schwab@redhat.com>
66053         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
66054         redefine if SHARED.
66055         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
66057         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
66058         wide char related routines to wcsmbs subdir.
66060 2011-10-27  Andreas Schwab  <schwab@redhat.com>
66062         [BZ #13344]
66063         * misc/sys/cdefs.h (__THROWNL): Define.
66064         * posix/unistd.h: Use __THREADNL instead of __THREAD
66065         for memory synchronization functions.
66067 2011-10-26  Roland McGrath  <roland@hack.frob.com>
66069         [BZ #13349]
66070         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
66071         doesn't exist.
66072         * manual/stdio.texi (Obstack Streams): Node removed.
66074 2011-10-26  Andreas Schwab  <schwab@redhat.com>
66076         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
66077         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
66078         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
66080         * math/math_private.h (math_force_eval): Allow non-addressable
66081         arguments.
66082         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
66084 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
66086         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
66087         file is not needed.
66089         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
66090         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
66091         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
66092         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
66093         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
66094         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
66095         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
66096         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
66097         Add AVX variants.
66098         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
66099         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
66100         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
66101         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
66102         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
66103         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
66104         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
66105         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
66106         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
66107         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
66108         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
66109         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
66110         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
66111         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
66112         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
66113         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
66114         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
66115         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
66116         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
66118         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
66119         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
66121         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
66122         place.  Use VEX encoding when compiling for AVX.
66124 2011-10-25  Andreas Schwab  <schwab@redhat.com>
66126         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
66127         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
66129         * string/test-strchr.c (do_test): Don't generate NUL bytes.
66131 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
66133         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
66134         useless if() expression.
66135         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
66136         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
66137         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
66138         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
66139         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
66140         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
66141         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
66142         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
66143         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
66144         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
66145         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
66146         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
66147         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
66148         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
66149         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
66150         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
66151         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
66152         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
66153         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
66155         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
66157 2011-10-25  Andreas Schwab  <schwab@redhat.com>
66159         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
66160         condition.
66161         * elf/dl-fini.c (_dl_sort_fini): Likewise.
66163 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
66165         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
66166         .text section.  Avoid duplicate constants.
66167         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
66168         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66169         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
66170         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66171         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
66172         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66173         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66174         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66175         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
66176         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
66177         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
66178         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
66179         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
66180         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
66181         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
66182         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
66183         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
66184         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
66185         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
66186         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66187         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
66188         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
66189         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
66190         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
66191         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
66192         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
66193         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
66194         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
66195         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
66196         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
66197         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
66198         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
66199         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
66200         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
66201         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
66202         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
66203         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
66204         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
66205         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
66206         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
66207         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
66208         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
66209         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
66210         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
66211         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
66213 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
66215         * sysdeps/x86_64/dla.h: Move to ...
66216         * sysdeps/x86_64/fpu/dla.h: ...here.
66217         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
66218         situations.  Use __builtin_fma only for gcc 4.6 and up.
66220         * config.make.in: Add have-mfma4 entry.
66221         * configure.in: Substitute libc_cv_cc_fma4.
66222         * math/Makefile (dbl-only-routines): Add sincostab.
66223         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
66224         Use __sincostab not sincos.
66225         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
66226         name is a macro.
66227         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
66228         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66229         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66230         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
66231         using __copysign.
66232         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
66233         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
66234         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
66235         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
66236         and __inv.
66237         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
66238         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
66239         __copysign.
66240         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
66241         define aliases when function name is a macro.
66242         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
66243         sysdeps/ieee754/dbl-64/sincos.tbl.
66244         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
66245         fma4-enabled routines.
66246         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
66247         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
66248         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
66249         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
66250         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
66251         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
66252         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
66253         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
66254         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
66255         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
66256         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
66257         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
66258         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
66259         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
66260         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
66261         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
66262         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
66263         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
66264         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
66265         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
66266         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
66267         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
66268         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
66269         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
66270         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
66271         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
66272         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
66273         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
66274         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
66275         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
66277         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
66278         rename.
66279         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66280         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66281         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66282         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66283         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66284         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66285         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
66286         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66288 2011-10-24  Andreas Schwab  <schwab@redhat.com>
66290         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
66292 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
66294         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
66296         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
66297         prediction.
66298         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
66300         * string/strnlen.c: Don't define STRNLEN, reverse logic.
66301         Remove unused variable magic_bits.
66302         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
66304         * string/strnlen.c: Define and use STRNLEN macro.
66305         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
66306         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
66307         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
66308         * wcsmbs/wcslen.c: Define and use WCSLEN.
66309         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
66310         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
66311         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
66312         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
66313         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
66314         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
66315         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
66317 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66319         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
66320         strnlen-sse2-no-bsf.
66321         Rename strlen-no-bsf to strlen-sse2-no-bsf.
66322         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
66323         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
66324         Add strnlen support.
66325         (USE_AS_STRNLEN): New macro.
66326         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
66327         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
66328         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
66329         * sysdeps/x86_64/wcslen.S: New file.
66331 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
66333         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
66334         XMM-moves are used for copying on small sizes.
66336 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66338         * wcsmbs/Makefile (strop-tests): Add wcschr.
66339         * wcsmbs/test-wcschr.c: New file.
66340         * string/test-strchr.c: Update.
66341         Add wcschr support.
66342         (WIDE): New macro.
66344 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66346         * wcsmbs/Makefile (strop-tests): Add wcslen.
66347         * wcsmbs/test-wcslen.c: New file.
66348         * string/test-strlen.c: Update.
66349         Add wcslen support.
66350         (WIDE): New macro.
66352 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
66354         * po/it.po: Update from translation team.
66356 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66358         * sysdeps/x86_64/wcscmp.S: Update.
66359         Fix wrong comparison semantics.
66360         wcscmp shall use signed comparison not unsigned.
66361         Don't use substraction to avoid overflow bug.
66362         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
66363         * wcsmbc/wcscmp.c: Likewise.
66364         * string/test-strcmp.c: Likewise.
66365         Add new tests to check cases with negative values.
66367 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
66369         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
66370         * sysdeps/x86_64/dla.h: ...here.  New file.
66371         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
66372         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66373         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66374         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66375         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66376         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
66377         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66378         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
66379         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66381 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
66383         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
66384         __ynl_finite aliases.
66386 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
66388         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
66390         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
66391         define DLA_FMA.
66392         [DLA_FMA] (EMULV): Use DLA_FMA.
66393         [DLA_FMA] (MUL12): Use EMULV.
66394         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
66395         that are not needed.
66396         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
66397         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66398         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66399         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66400         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66401         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
66402         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
66404 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
66406         * math/s_nan.c: Undef __nan.
66407         * math/s_nanf.c: Undef __nanf.
66408         * math/s_nanl.c: Undef __nanl.
66409         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
66410         "math_private.h".
66412 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
66414         * math/s_catan.c: Add branch predictions.
66415         * math/s_catanf.c: Likewise.
66416         * math/s_catanh.c: Likewise.
66417         * math/s_catanhf.c: Likewise.
66418         * math/s_catanhl.c: Likewise.
66419         * math/s_catanl.c: Likewise.
66420         * math/s_cexp.c: Likewise.
66421         * math/s_cexpf.c: Likewise.
66422         * math/s_cexpl.c: Likewise.
66423         * math/s_clog.c: Likewise.
66424         * math/s_clog10.c: Likewise.
66425         * math/s_clog10f.c: Likewise.
66426         * math/s_clog10l.c: Likewise.
66427         * math/s_clogf.c: Likewise.
66428         * math/s_clogl.c: Likewise.
66429         * math/s_csqrt.c: Likewise.
66430         * math/s_csqrtf.c: Likewise.
66431         * math/s_csqrtl.c: Likewise.
66432         * math/s_ctanf.c: Likewise.
66433         * math/s_ctanh.c: Likewise.
66434         * math/s_ctanhf.c: Likewise.
66435         * math/s_ctanhl.c: Likewise.
66436         * math/s_ctanl.c: Likewise.
66438         * math/math_private.h: Define __nan, __nanf, __nanl.
66439         * math/s_cacosh.c: Include <math_private.h>.
66440         * math/s_cacoshl.c: Likewise.
66441         * math/s_casinh.c: Likewise.
66442         * math/s_casinhf.c: Likewise.
66443         * math/s_casinhl.c: Likewise.
66444         * math/s_ccos.c: Rely entire on ccosh.
66445         * math/s_ccosf.c: Rely entire on ccoshf.
66446         * math/s_ccosl.c: Rely entirely on ccoshl.
66447         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
66448         Remove tests for FE_INVALID.
66449         * math/s_ccoshf.c: Likewise.
66450         * math/s_ccoshl.c: Likewise.
66451         * math/s_csin.c: Likewise.
66452         * math/s_csinf.c: Likewise.
66453         * math/s_csinh.c Likewise.
66454         * math/s_csinhf.c: Likewise.
66455         * math/s_csinhl.c: Likewise.
66456         * math/s_csinl.c: Likewise.
66457         * math/s_ctan.c: Likewise.
66458         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
66459         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
66460         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
66462 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
66464         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
66465         compilation problems.
66467         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
66468         __builtin_expect.
66470 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
66472         * sysdeps/i386/configure.in: Test for -mfma4 option.
66473         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
66474         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
66475         COMMON_CPUID_INDEX_80000001.
66476         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
66477         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
66478         use it if FMA3 is not supported.
66479         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
66481         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
66482         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
66484 2011-10-20  Andreas Schwab  <schwab@redhat.com>
66486         [BZ #12892]
66487         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
66488         it would create a cycle with a link time dependency.
66490 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
66492         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
66493         instruction.
66494         * string/Makefile (strop-tests): Add rawmemchr.
66495         * string/test-rawmemchr.c: New file.
66497         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
66498         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
66499         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
66500         when compiling str{,n}casecmp and when AVX is available.  Hook up
66501         new optimized code in initializers.
66503 2011-10-19  Andreas Schwab  <schwab@redhat.com>
66505         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
66506         __feraiseexcept instead of feraiseexcept.
66508 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
66510         * math/math_private.h: Define defaults for libc_fetestexcept and
66511         libc_feupdateenv.
66512         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
66513         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
66514         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
66515         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
66516         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
66517         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
66518         libc_fetestexcept and libc_feupdateenv.
66520         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
66521         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
66522         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
66523         * sysdeps/x86_64/fpu/math_private.h: Define special version of
66524         libc_feholdexcept_setround.
66526         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
66527         Add s_nearbyint-c and s_nearbyintf-c.
66528         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
66529         nearbyintf inlines.
66530         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
66531         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
66532         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
66533         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
66535         * math/math_private.h: Define defaults for libc_fegetround,
66536         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
66537         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
66538         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
66539         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
66540         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
66541         standard functions.
66542         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
66543         Remove comments and hacks for old compiler versions.
66544         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
66545         libc_fegetround, libc_fesetround, libc_feholdexcept, and
66546         libc_feholdexceptl.
66548 2011-10-18  Andreas Schwab  <schwab@redhat.com>
66550         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
66551         (__feraiseexcept_renamed): Add __NTH.
66552         (feraiseexcept): Add __NTH.  Rename local variables to fix
66553         namespace violations.
66555 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
66557         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
66559         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
66561         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
66562         recently added interfaces.
66563         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
66565         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
66566         about macro parameter expansion.
66568         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
66569         __NO_MATH_INLINES is defined.  Cleanups.
66571         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
66572         and __floorf is target has SSE4.1.
66573         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
66574         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
66575         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
66576         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
66578         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
66579         name.
66580         (floorf): Likewise.
66582         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
66584 2011-10-17  Andreas Schwab  <schwab@redhat.com>
66586         * misc/sys/cdefs.h: Fix last change.
66588         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
66589         database lookup.
66591 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
66593         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
66595         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
66596         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
66597         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
66598         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
66599         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
66600         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
66601         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
66602         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
66603         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
66604         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
66605         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
66606         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
66607         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
66608         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
66609         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
66610         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
66611         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
66612         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
66613         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
66614         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
66615         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
66616         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
66618         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
66619         ceil, ceilf, floor, floorf.
66621         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
66622         Perform IRELATIVE relocations last.
66624         * elf/do-rel.h: Add another parameter nrelative, replacing the
66625         local variable with the same name.  Change name of the function
66626         to end in Rel or Rela (uppercase).
66627         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
66628         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
66629         elf_dynamic_do_##reloc function.
66631 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
66633         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
66634         is sufficient, at least on modern CPUs.
66636         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
66638         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
66639         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
66641         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
66642         __expl_finite.
66643         * math/bits/math-finite.h: Add entries for exp.
66644         * math/e_expl.c: Add __*_finite alias.
66645         * sysdeps/i386/fpu/e_exp.S: Likewise.
66646         * sysdeps/i386/fpu/e_expf.S: Likewise.
66647         * sysdeps/i386/fpu/e_expl.c: Likewise.
66648         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
66649         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
66650         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
66651         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
66652         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
66653         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
66654         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
66656         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
66657         is sufficient, at least on modern CPUs.
66659         * ctype/ctype-info.c (__ctype_init): Define.
66660         * include/ctype.h (__ctype_init): Declare.
66661         (__ctype_b_loc): The variable is always initialized.
66662         (__ctype_toupper_loc): Likewise.
66663         (__ctype_tolower_loc): Likewise.
66664         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
66665         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
66667 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
66669         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
66671         * configure.in: Also look in $cxxmachine/include for C++ system
66672         headers.
66674 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66676         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
66677         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
66678         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
66679         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
66680         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
66681         (USE_AS_WMEMCMP): New macro.
66682         Fixing indents.
66683         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
66684         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
66685         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
66686         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
66687         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
66688         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
66689         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
66690         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
66691         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
66692         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
66693         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
66694         (USE_AS_WMEMCMP): New macro.
66695         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
66696         * sysdeps/string/test-memcmp.c: Update.
66697         Fix simple_wmemcmp.
66698         Add new tests.
66699         * wcsmbs/wmemcmp.c: Update.
66700         (WMEMCMP): New macro.
66701         Fix overflow bug.
66703 2011-10-12  Andreas Jaeger  <aj@suse.de>
66705         [BZ #13268]
66706         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
66708 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
66710         * libio/iofwide.c (do_length): Avoid warning.
66712         * ctype/ctype.h (__isctype_f): Add missing __THROW.
66714 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
66716         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
66718         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
66719         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
66720         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
66721         * sysdeps/i386/i686/fpu/e_log.S: New file.
66722         * sysdeps/i386/i686/fpu/e_logf.S: New file.
66723         * sysdeps/i386/i686/fpu/e_logl.S: New file.
66725         * ctype/ctype.h: Add support for inlined isXXX functions when
66726         compiling C++ code.
66728 2011-10-14  Andreas Schwab  <schwab@redhat.com>
66730         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
66732         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
66734 2011-10-13  Roland McGrath  <roland@hack.frob.com>
66736         [BZ #13291]
66737         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
66739 2011-10-13  Andreas Schwab  <schwab@redhat.com>
66741         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
66742         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
66743         feraiseexcept.
66745         * sysdeps/x86_64/memrchr.S: Check for zero size.
66747         * string/stratcliff.c: Add memrchr tests.
66749 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66751         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
66752         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
66753         rawmemchr-sse2 rawmemchr-sse2-bsf.
66754         * sysdeps/i386/i686/multiarch/memchr.S: New file.
66755         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
66756         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
66757         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
66758         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
66759         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
66760         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
66761         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
66762         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
66763         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
66764         * string/memrchr.c (MEMRCHR): New macro.
66766 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
66768         Add integration with gcc's -ffinite-math-only and optimize wrapper
66769         functions in libm.
66770         * Versions.def: Define GLIBC_2.15 version for libm.
66771         * math/Makefile (headers): Add bits/math-finite.h.
66772         * math/bits/math-finite.h: New file.
66773         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
66774         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
66775         * math/e_acoshl.c: Add __*_finite alias.
66776         * math/e_acosl.c: Likewise.
66777         * math/e_asinl.c: Likewise.
66778         * math/e_atan2l.c: Likewise.
66779         * math/e_atanhl.c: Likewise.
66780         * math/e_coshl.c: Likewise.
66781         * math/e_exp10.c: Likewise.
66782         * math/e_exp10f.c: Likewise.
66783         * math/e_exp10l.c: Likewise.
66784         * math/e_exp2l.c: Likewise.
66785         * math/e_fmodl.c: Likewise.
66786         * math/e_gammal_r.c: Likewise.
66787         * math/e_hypotl.c: Likewise.
66788         * math/e_j0l.c: Likewise.
66789         * math/e_j1l.c: Likewise.
66790         * math/e_jnl.c: Likewise.
66791         * math/e_lgammal_r.c: Likewise.
66792         * math/e_log10l.c: Likewise.
66793         * math/e_log2l.c: Likewise.
66794         * math/e_logl.c: Likewise.
66795         * math/e_powl.c: Likewise.
66796         * math/e_sinhl.c: Likewise.
66797         * math/e_sqrtl.c: Likewise.
66798         * math/e_scalb.c: Completely rewritten and optimized.
66799         * math/e_scalbf.c: Likewise.
66800         * math/e_scalbl.c: Likewise.
66801         * math/w_acos.c: Likewise.
66802         * math/w_acosf.c: Likewise.
66803         * math/w_acosl.c: Likewise.
66804         * math/w_acosh.c: Likewise.
66805         * math/w_acoshf.c: Likewise.
66806         * math/w_acoshl.c: Likewise.
66807         * math/w_asin.c: Likewise.
66808         * math/w_asinf.c: Likewise.
66809         * math/w_asinl.c: Likewise.
66810         * math/w_atan2.c: Likewise.
66811         * math/w_atan2f.c: Likewise.
66812         * math/w_atan2l.c: Likewise.
66813         * math/w_atanh.c: Likewise.
66814         * math/w_atanhf.c: Likewise.
66815         * math/w_atanhl.c: Likewise.
66816         * math/w_exp10.c: Likewise.
66817         * math/w_exp10f.c: Likewise.
66818         * math/w_exp10l.c: Likewise.
66819         * math/w_fmod.c: Likewise.
66820         * math/w_fmodf.c: Likewise.
66821         * math/w_fmodl.c: Likewise.
66822         * math/w_j0.c: Likewise.
66823         * math/w_j0f.c: Likewise.
66824         * math/w_j0l.c: Likewise.
66825         * math/w_j1.c: Likewise.
66826         * math/w_j1f.c: Likewise.
66827         * math/w_j1l.c: Likewise.
66828         * math/w_jn.c: Likewise.
66829         * math/w_jnf.c: Likewise.
66830         * math/w_log.c: Likewise.
66831         * math/w_logf.c: Likewise.
66832         * math/w_logl.c: Likewise.
66833         * math/w_log10.c: Likewise.
66834         * math/w_log10f.c: Likewise.
66835         * math/w_log10l.c: Likewise.
66836         * math/w_log2.c: Likewise.
66837         * math/w_log2f.c: Likewise.
66838         * math/w_log2l.c: Likewise.
66839         * math/w_pow.c: Likewise.
66840         * math/w_powf.c: Likewise.
66841         * math/w_powl.c: Likewise.
66842         * math/w_remainder.c: Likewise.
66843         * math/w_remainderf.c: Likewise.
66844         * math/w_remainderl.c: Likewise.
66845         * math/w_scalb.c: Likewise.
66846         * math/w_scalbf.c: Likewise.
66847         * math/w_scalbl.c: Likewise.
66848         * math/w_sqrt.c: Likewise.
66849         * math/w_sqrtf.c: Likewise.
66850         * math/w_sqrtl.c: Likewise.
66851         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
66852         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
66853         used.
66854         * math/math_private.h: Declare __kernel_standard_f.
66855         * math/w_cosh.c: Remove cruft and optimize a bit.
66856         * math/w_coshf.c: Likewise.
66857         * math/w_coshl.c: Likewise.
66858         * math/w_exp2.c: Likewise.
66859         * math/w_exp2f.c: Likewise.
66860         * math/w_exp2l.c: Likewise.
66861         * math/w_hypot.c: Likewise.
66862         * math/w_hypotf.c: Likewise.
66863         * math/w_hypotl.c: Likewise.
66864         * math/w_lgamma.c: Likewise.
66865         * math/w_lgamma_r.c: Likewise.
66866         * math/w_lgammaf.c: Likewise.
66867         * math/w_lgammaf_r.c: Likewise.
66868         * math/w_lgammal.c: Likewise.
66869         * math/w_lgammal_r.c: Likewise.
66870         * math/w_sinh.c: Likewise.
66871         * math/w_sinhf.c: Likewise.
66872         * math/w_sinhl.c: Likewise.
66873         * math/w_tgamma.c: Likewise.
66874         * math/w_tgammaf.c: Likewise.
66875         * math/w_tgammal.c: Likewise.
66876         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
66877         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
66878         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
66879         Minor optimizations.  Pretty printing.  Remove cruft.
66880         * sysdeps/i386/fpu/e_acosf.S: Likewise.
66881         * sysdeps/i386/fpu/e_acosh.S: Likewise.
66882         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
66883         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
66884         * sysdeps/i386/fpu/e_acosl.c: Likewise.
66885         * sysdeps/i386/fpu/e_asin.S: Likewise.
66886         * sysdeps/i386/fpu/e_asinf.S: Likewise.
66887         * sysdeps/i386/fpu/e_atan2.S: Likewise.
66888         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
66889         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
66890         * sysdeps/i386/fpu/e_atanh.S: Likewise.
66891         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
66892         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
66893         * sysdeps/i386/fpu/e_exp10.S: Likewise.
66894         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
66895         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
66896         * sysdeps/i386/fpu/e_exp2.S: Likewise.
66897         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
66898         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
66899         * sysdeps/i386/fpu/e_fmod.S: Likewise.
66900         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
66901         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
66902         * sysdeps/i386/fpu/e_hypot.S: Likewise.
66903         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
66904         * sysdeps/i386/fpu/e_log.S: Likewise.
66905         * sysdeps/i386/fpu/e_log10.S: Likewise.
66906         * sysdeps/i386/fpu/e_log10f.S: Likewise.
66907         * sysdeps/i386/fpu/e_log10l.S: Likewise.
66908         * sysdeps/i386/fpu/e_log2.S: Likewise.
66909         * sysdeps/i386/fpu/e_log2f.S: Likewise.
66910         * sysdeps/i386/fpu/e_log2l.S: Likewise.
66911         * sysdeps/i386/fpu/e_logf.S: Likewise.
66912         * sysdeps/i386/fpu/e_logl.S: Likewise.
66913         * sysdeps/i386/fpu/e_pow.S: Likewise.
66914         * sysdeps/i386/fpu/e_powf.S: Likewise.
66915         * sysdeps/i386/fpu/e_powl.S: Likewise.
66916         * sysdeps/i386/fpu/e_remainder.S: Likewise.
66917         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
66918         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
66919         * sysdeps/i386/fpu/e_scalb.S: Likewise.
66920         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
66921         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
66922         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
66923         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
66924         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
66925         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
66926         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
66927         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66928         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
66929         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
66930         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
66931         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
66932         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
66933         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
66934         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
66935         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
66936         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
66937         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66938         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
66939         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
66940         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66941         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
66942         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
66943         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
66944         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66945         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
66946         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
66947         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
66948         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
66949         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
66950         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
66951         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
66952         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
66953         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
66954         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
66955         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
66956         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
66957         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
66958         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
66959         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
66960         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
66961         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
66962         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
66963         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
66964         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
66965         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
66966         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
66967         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
66968         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
66969         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
66970         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
66971         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
66972         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
66973         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
66974         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
66975         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
66976         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
66977         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
66978         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
66979         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
66980         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
66981         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
66982         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
66983         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
66984         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
66985         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
66986         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
66987         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
66988         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
66989         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
66990         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
66991         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
66992         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
66993         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
66994         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
66995         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
66996         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
66997         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
66998         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
66999         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
67000         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
67001         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
67002         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
67003         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
67004         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
67005         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
67006         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
67007         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
67008         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
67009         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
67010         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
67011         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
67012         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
67013         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
67014         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
67015         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
67016         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
67017         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
67018         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
67019         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
67020         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
67021         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
67022         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
67023         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
67024         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
67025         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
67026         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
67027         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
67028         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
67029         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
67030         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
67031         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
67032         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
67033         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
67034         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
67035         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
67036         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
67037         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
67038         (__isnanf): Likewise.
67039         (__isinf_ns): Likewise.
67040         (__isinf_nsf): Likewise.
67041         (__finite): Likewise.
67042         (__finitef): Likewise.
67043         (__ieee754_sqrt): Define as macro.
67044         (__ieee754_sqrtf): Define as macro.
67045         (__ieee754_sqrtl): Define as macro.
67046         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
67047         inlined copy.
67048         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
67049         __FINITE_MATH_ONLY__ consistent.
67050         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
67052 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
67054         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
67055         of rawmemchr.
67057         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
67059 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
67061         * po/ja.po: Update from translation team.
67063 2011-10-08  Roland McGrath  <roland@hack.frob.com>
67065         * locale/programs/locarchive.c (prepare_address_space): New function.
67066         (create_archive, enlarge_archive, open_archive): Use it.
67068         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
67069         inside [SHARED], where it is used.
67071         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
67073         * nss/getent.c (netgroup_keys): Remove unused variable.
67074         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
67076 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
67078         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
67079         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
67080         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
67081         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
67082         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
67083         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
67084         * math/Makefile (libm-calls): Add s_isinf_ns.
67085         * math/divtc3.c: Use __isinf_nsl instead of isinf.
67086         * math/multc3.c: Likewise.
67087         * math/s_casin.c: Likewise.
67088         * math/s_casinf.c: Likewise.
67089         * math/s_casinl.c: Likewise.
67090         * math/s_ccos.c: Likewise.
67091         * math/s_ccosf.c: Likewise.
67092         * math/s_ccosl.c: Likewise.
67093         * math/s_ctan.c: Likewise.
67094         * math/s_ctanf.c: Likewise.
67095         * math/s_ctanh.c: Likewise.
67096         * math/s_ctanhf.c: Likewise.
67097         * math/s_ctanhl.c: Likewise.
67098         * math/s_ctanl.c: Likewise.
67099         * math/w_fmod.c: Likewise.
67100         * math/w_fmodf.c: Likewise.
67101         * math/w_fmodl.c: Likewise.
67102         * math/w_remainder.c: Likewise.
67103         * math/w_remainderf.c: Likewise.
67104         * math/w_remainderl.c: Likewise.
67105         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
67106         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
67107         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
67108         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
67109         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
67110         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
67111         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
67112         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
67114         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
67115         of the number.
67116         * stdio-common/printf_fphex.c: Likewise.
67117         * stdio-common/printf_size.c: Likewise.
67119         * math/e_exp10.c: Include math_private.h using <...> not "...".
67120         * math/e_exp10f.c: Likewise.
67121         * math/e_exp10l.c: Likewise.
67122         * math/e_exp2l.c: Likewise.
67123         * math/e_j0l.c: Likewise.
67124         * math/e_j1l.c: Likewise.
67125         * math/e_jnl.c: Likewise.
67126         * math/e_lgammal_r.c: Likewise.
67127         * math/e_rem_pio2l.c: Likewise.
67128         * math/e_scalb.c: Likewise.
67129         * math/e_scalbf.c: Likewise.
67130         * math/e_scalbl.c: Likewise.
67131         * math/k_cosl.c: Likewise.
67132         * math/k_sinl.c: Likewise.
67133         * math/k_tanl.c: Likewise.
67134         * math/s_cacoshf.c: Likewise.
67135         * math/s_catan.c: Likewise.
67136         * math/s_catanf.c: Likewise.
67137         * math/s_catanh.c: Likewise.
67138         * math/s_catanhf.c: Likewise.
67139         * math/s_catanhl.c: Likewise.
67140         * math/s_catanl.c: Likewise.
67141         * math/s_ccosh.c: Likewise.
67142         * math/s_ccoshf.c: Likewise.
67143         * math/s_ccoshl.c: Likewise.
67144         * math/s_cexp.c: Likewise.
67145         * math/s_cexpf.c: Likewise.
67146         * math/s_cexpl.c: Likewise.
67147         * math/s_clog.c: Likewise.
67148         * math/s_clog10.c: Likewise.
67149         * math/s_clog10f.c: Likewise.
67150         * math/s_clog10l.c: Likewise.
67151         * math/s_clogf.c: Likewise.
67152         * math/s_clogl.c: Likewise.
67153         * math/s_csin.c: Likewise.
67154         * math/s_csinf.c: Likewise.
67155         * math/s_csinh.c: Likewise.
67156         * math/s_csinhf.c: Likewise.
67157         * math/s_csinhl.c: Likewise.
67158         * math/s_csinl.c: Likewise.
67159         * math/s_csqrt.c: Likewise.
67160         * math/s_csqrtf.c: Likewise.
67161         * math/s_csqrtl.c: Likewise.
67162         * math/s_ctan.c: Likewise.
67163         * math/s_ctanf.c: Likewise.
67164         * math/s_ctanh.c: Likewise.
67165         * math/s_ctanhf.c: Likewise.
67166         * math/s_ctanhl.c: Likewise.
67167         * math/s_ctanl.c: Likewise.
67168         * math/s_ldexp.c: Likewise.
67169         * math/s_ldexpf.c: Likewise.
67170         * math/s_ldexpl.c: Likewise.
67171         * math/s_significand.c: Likewise.
67172         * math/s_significandf.c: Likewise.
67173         * math/s_significandl.c: Likewise.
67174         * math/w_acos.c: Likewise.
67175         * math/w_acosf.c: Likewise.
67176         * math/w_acosh.c: Likewise.
67177         * math/w_acoshf.c: Likewise.
67178         * math/w_acoshl.c: Likewise.
67179         * math/w_acosl.c: Likewise.
67180         * math/w_asin.c: Likewise.
67181         * math/w_asinf.c: Likewise.
67182         * math/w_asinl.c: Likewise.
67183         * math/w_atan2.c: Likewise.
67184         * math/w_atan2f.c: Likewise.
67185         * math/w_atan2l.c: Likewise.
67186         * math/w_atanh.c: Likewise.
67187         * math/w_atanhf.c: Likewise.
67188         * math/w_atanhl.c: Likewise.
67189         * math/w_cosh.c: Likewise.
67190         * math/w_coshf.c: Likewise.
67191         * math/w_coshl.c: Likewise.
67192         * math/w_dremf.c: Likewise.
67193         * math/w_exp10.c: Likewise.
67194         * math/w_exp10f.c: Likewise.
67195         * math/w_exp10l.c: Likewise.
67196         * math/w_exp2.c: Likewise.
67197         * math/w_exp2f.c: Likewise.
67198         * math/w_fmod.c: Likewise.
67199         * math/w_fmodf.c: Likewise.
67200         * math/w_fmodl.c: Likewise.
67201         * math/w_hypot.c: Likewise.
67202         * math/w_hypotf.c: Likewise.
67203         * math/w_hypotl.c: Likewise.
67204         * math/w_j0.c: Likewise.
67205         * math/w_j0f.c: Likewise.
67206         * math/w_j0l.c: Likewise.
67207         * math/w_j1.c: Likewise.
67208         * math/w_j1f.c: Likewise.
67209         * math/w_j1l.c: Likewise.
67210         * math/w_jn.c: Likewise.
67211         * math/w_jnf.c: Likewise.
67212         * math/w_jnl.c: Likewise.
67213         * math/w_lgamma.c: Likewise.
67214         * math/w_lgamma_r.c: Likewise.
67215         * math/w_lgammaf.c: Likewise.
67216         * math/w_lgammaf_r.c: Likewise.
67217         * math/w_lgammal.c: Likewise.
67218         * math/w_lgammal_r.c: Likewise.
67219         * math/w_log.c: Likewise.
67220         * math/w_log10.c: Likewise.
67221         * math/w_log10f.c: Likewise.
67222         * math/w_log10l.c: Likewise.
67223         * math/w_log2.c: Likewise.
67224         * math/w_log2f.c: Likewise.
67225         * math/w_log2l.c: Likewise.
67226         * math/w_logf.c: Likewise.
67227         * math/w_logl.c: Likewise.
67228         * math/w_pow.c: Likewise.
67229         * math/w_powf.c: Likewise.
67230         * math/w_powl.c: Likewise.
67231         * math/w_remainder.c: Likewise.
67232         * math/w_remainderf.c: Likewise.
67233         * math/w_remainderl.c: Likewise.
67234         * math/w_scalb.c: Likewise.
67235         * math/w_scalbf.c: Likewise.
67236         * math/w_scalbl.c: Likewise.
67237         * math/w_sinh.c: Likewise.
67238         * math/w_sinhf.c: Likewise.
67239         * math/w_sinhl.c: Likewise.
67240         * math/w_sqrt.c: Likewise.
67241         * math/w_sqrtf.c: Likewise.
67242         * math/w_sqrtl.c: Likewise.
67243         * math/w_tgamma.c: Likewise.
67244         * math/w_tgammaf.c: Likewise.
67245         * math/w_tgammal.c: Likewise.
67247         * po/ja.po: Update from translation team.
67249 2011-09-29  Andreas Jaeger  <aj@suse.de>
67251         [BZ #13179]
67252         * sunrpc/netname.c (netname2host): Fix logic.
67254         [BZ #6779]
67255         [BZ #6783]
67256         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
67257         correctly.
67258         * math/w_remainder.c (__remainder): Likewise.
67259         * math/w_remainderf.c (__remainderf): Likewise.
67260         * math/libm-test.inc (remainder_test): Add test cases.
67262 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
67264         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
67265         sdiv_qrnnd.
67267 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
67269         * string/test-memcmp.c: Avoid unncessary #defines.
67270         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
67272 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67274         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
67275         Use new sse2 version for core i3 - i7 as it's faster
67276         than sse42 version.
67277         (bit_Prefer_PMINUB_for_stringop): New.
67278         * sysdeps/x86_64/rawmemchr.S: Update.
67279         Replace with faster SSE2 version.
67280         * sysdeps/x86_64/memrchr.S: New file.
67281         * sysdeps/x86_64/memchr.S: Update.
67282         Replace with faster SSE2 version.
67284 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
67286         * elf/dl-load.c (lose): Add cast to avoid warning.
67288 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
67290         * po/ca.po: Update from translation team.
67292         * inet/getnetgrent_r.c: Hook up nscd.
67293         * nscd/Makefile (routines): Add nscd_netgroup.
67294         (nscd-modules): Add netgroupcache.
67295         (CFLAGS-netgroupcache.c): Define.
67296         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
67297         (cache_search): Add const to second parameter.
67298         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
67299         INNETGR.
67300         (dbs): Add netgrdb entry.
67301         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
67302         (verify_persistent_db): Handle netgrdb.
67303         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
67304         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
67305         GETFDNETGR.
67306         (netgroup_response_header): Define.
67307         (innetgroup_response_header): Define.
67308         (datahead): Add netgroup_response_header and innetgroup_response_header
67309         elements.
67310         * nscd/nscd.conf: Add entries for netgroup cache.
67311         * nscd/nscd.h (dbtype): Add netgrdb.
67312         (_PATH_NSCD_NETGROUP_DB): Define.
67313         (netgroup_iov_disabled): Declare.
67314         (xmalloc, xcalloc, xrealloc): Move declarations here.
67315         (cache_search): Adjust prototype.
67316         Add netgroup-related prototypes.
67317         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
67318         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
67319         (__nscd_innetgr): Declare.
67320         * nscd/selinux.c (perms): Use access_vector_t as element type and
67321         add netgroup-related initializers.
67322         * nscd/netgroupcache.c: New file.
67323         * nscd/nscd_netgroup.c: New file.
67324         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
67325         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
67326         For four parameters use innetgr.
67327         * nss/nss_files/files-init.c: Add definition and callback for netgr.
67328         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
67329         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
67330         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
67332         * nscd/connections.c (register_traced_file): Don't register file
67333         for disabled databases.
67335 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
67337         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
67339         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
67340         from tree and freeing node.
67342 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
67344         * nss/nsswitch.c (__nss_database_lookup): Handle
67345         nss_parse_service_list out of memory case.
67347 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
67349         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
67350         out of memory case.
67352 2011-10-04  Andreas Schwab  <schwab@redhat.com>
67354         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
67355         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
67356         pass it down.
67357         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
67358         elf_machine_rela, elf_machine_lazy_rel.
67359         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
67360         (ELF_DYNAMIC_DO_REL): Likewise.
67361         (ELF_DYNAMIC_DO_RELA): Likewise.
67362         (ELF_DYNAMIC_RELOCATE): Likewise.
67363         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
67364         to ELF_DYNAMIC_DO_REL.
67365         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
67366         (dl_main): In trace mode always set __RTLD_NOIFUNC.
67367         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
67368         elf_machine_rela.
67369         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
67370         skip_ifunc, don't call ifunc function if non-zero.
67371         (elf_machine_rela): Likewise.
67372         (elf_machine_lazy_rel): Likewise.
67373         (elf_machine_lazy_rela): Likewise.
67374         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
67375         (elf_machine_lazy_rel): Likewise.
67376         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
67377         Likewise.
67378         (elf_machine_lazy_rel): Likewise.
67379         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
67380         Likewise.
67381         (elf_machine_lazy_rel): Likewise.
67382         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
67383         (elf_machine_lazy_rel): Likewise.
67384         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
67385         (elf_machine_lazy_rel): Likewise.
67386         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
67387         (elf_machine_lazy_rel): Likewise.
67388         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
67389         (elf_machine_lazy_rel): Likewise.
67390         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
67391         (elf_machine_lazy_rel): Likewise.
67392         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
67393         (elf_machine_lazy_rel): Likewise.
67395 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
67397         * nss/nss_files/files-init.c (_nss_files_init): Use static
67398         initialization for all the *_traced_file variables.
67400 2011-09-28  Andreas Schwab  <schwab@redhat.com>
67402         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
67404 2011-09-27  Roland McGrath  <roland@hack.frob.com>
67406         [BZ #13226]
67407         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
67409 2011-09-27  Andreas Schwab  <schwab@redhat.com>
67411         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
67412         Reread the line before reparsing it.
67414 2011-09-26  Andreas Schwab  <schwab@redhat.com>
67416         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
67418 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
67419             Maxim Kuvyrkov  <maxim@codesourcery.com>
67420             Joseph Myers  <joseph@codesourcery.com>
67422         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
67423         if needed for __stack_chk_guard.
67425 2011-09-19  Roland McGrath  <roland@hack.frob.com>
67427         * sysdeps/posix/spawni.c (script_execute): Always define it.
67428         It will be optimized away if unused.
67429         (maybe_script_execute): New function.
67430         (__spawni): Call it.
67432         * Makerules: Don't include tls.make.
67433         (config-tls): Always set to thread.
67434         * tls.make.c: File removed.
67436 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
67438         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
67439         * config.make.in (CPPFLAGS-config): New substituted variable.
67441 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
67443         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
67445         [BZ #13192]
67446         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
67447         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
67449 2011-09-15  Roland McGrath  <roland@hack.frob.com>
67451         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
67452         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
67453         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
67454         (CALL_FAIL): Likewise.
67455         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
67456         (CALL_FAIL): Macro removed.
67457         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
67459 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
67461         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
67462         for __FINITE_MATH_ONLY__ == 1.
67464 2011-09-15  Andreas Schwab  <schwab@redhat.com>
67466         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
67467         __ieee754_sqrt instead of sqrt.
67468         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
67469         __ieee754_sqrtf instead of sqrtf.
67470         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
67471         __floorf instead of floorf.
67472         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
67473         __floorf, __truncf instead of floorf, truncf.
67475 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
67477         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
67479         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
67480         __extern_always_inline.
67481         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
67482         32-bit.
67484 2011-09-14  Andreas Schwab  <schwab@redhat.com>
67486         * elf/rtld.c (dl_main): Also relocate in dependency order when
67487         doing symbol dependency testing.
67489 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
67491         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
67492         Always define `refsym'.
67494 2011-09-13  Andreas Schwab  <schwab@redhat.com>
67496         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
67497         (__FD_ELT): Renamed from __FDELT.
67498         * misc/bits/select2.h (__FD_ELT): Likewise.
67499         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
67500         __FD_MASK instead of __FDELT, __FDMASK.
67501         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
67502         Likewise.
67503         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
67504         Likewise.
67506         * elf/Makefile (gen-ldd): Fix pattern.
67508         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
67509         (init_tls): Likewise.
67511 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
67513         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
67515 2011-09-12  Andreas Schwab  <schwab@redhat.com>
67517         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
67518         `struct cmsghdr *' instead of `void *'.
67519         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
67520         Likewise.
67522 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
67524         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
67525         if non-absolute.
67526         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
67527         ldd_rewrite_script.
67529 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
67531         * configure.in: Remove --with-tls option.
67532         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
67533         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
67534         out in case it is missing.
67535         * sysdeps/ia64/elf/configure.in: Likewise.
67536         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
67537         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
67538         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
67539         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
67540         * sysdeps/sh/elf/configure.in: Likewise.
67541         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
67542         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
67543         * sysdeps/x86_64/elf/configure.in: Likewise.
67544         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
67545         * sysdeps/mach/hurd/tls.h: Likewise.
67547         [BZ #13067]
67548         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
67550         [BZ #13090]
67551         * configure.in: Fix use of AC_INIT.
67553         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
67555 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
67557         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
67558         __set_errno.
67559         * malloc/hooks.c: Likewise.
67561         [BZ #11929]
67562         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
67563         variables statically.
67564         (narenas): Initialize.
67565         (list_lock): Initialize.
67566         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
67567         initializtion of main_arena and list_lock.  Small cleanups.
67568         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
67569         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
67570         Add initializers to main_arena and mp_.
67571         (malloc_state): Remove pagesize member.  Change all users to use
67572         GLRO(dl_pagesize).
67574         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
67575         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
67576         is always initialized.
67578         * malloc/malloc.c: Removed unused configurations and dead code.
67579         * malloc/arena.c: Likewise.
67580         * malloc/hooks.c: Likewise.
67581         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
67583         * include/tls.h: Removed.  USE___THREAD must always be defined.
67584         * bits/libc-tsd.h: Don't handle !USE___THREAD.
67585         * elf/dl-libc.c: Likewise.
67586         * elf/dl-tsd.c: Likewise.
67587         * include/errno.h: Likewise.
67588         * include/netdb.h: Likewise.
67589         * include/resolv.h: Likewise.
67590         * inet/herrno-loc.c: Likewise.
67591         * inet/herrno.c: Likewise.
67592         * malloc/arena.c: Likewise.
67593         * malloc/hooks.c: Likewise.
67594         * malloc/malloc.c: Likewise.
67595         * resolv/res-state.c: Likewise.
67596         * resolv/res_libc.c: Likewise.
67597         * sysdeps/i386/dl-machine.h: Likewise.
67598         * sysdeps/ia64/dl-machine.h: Likewise.
67599         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
67600         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
67601         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
67602         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
67603         * sysdeps/sh/dl-machine.h: Likewise.
67604         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
67605         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
67606         * sysdeps/unix/i386/sysdep.S: Likewise.
67607         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
67608         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
67609         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
67610         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
67611         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
67612         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
67613         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
67614         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
67615         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
67616         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
67617         * sysdeps/unix/x86_64/sysdep.S: Likewise.
67618         * sysdeps/x86_64/dl-machine.h: Likewise.
67619         * tls.make.c: Likewise.
67621         * configure.in: Remove --with-__thread option.  Make tests for
67622         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
67623         tls_model attribute fail if no support is available.  Remove
67624         USE_IN_LIBIO.
67625         * Makeconfig: Adjust for dropped configure option.  All features are
67626         now mandatory.
67627         * Makerules: Likewise.
67628         * Versions.def: Likewise.
67629         * argp/argp-fmtstream.c: Likewise.
67630         * argp/argp-fmtstream.h: Likewise.
67631         * argp/argp-help.c: Likewise.
67632         * assert/assert.c: Likewise.
67633         * config.h.in: Likewise.
67634         * config.make.in: Likewise.
67635         * configure: Likewise.
67636         * configure.in: Likewise.
67637         * csu/Versions: Likewise.
67638         * csu/init.c: Likewise.
67639         * elf/tst-audit2.c: Likewise.
67640         * elf/tst-tls10.c: Likewise.
67641         * elf/tst-tls10.h: Likewise.
67642         * elf/tst-tls11.c: Likewise.
67643         * elf/tst-tls12.c: Likewise.
67644         * elf/tst-tls14.c: Likewise.
67645         * elf/tst-tlsmod11.c: Likewise.
67646         * elf/tst-tlsmod12.c: Likewise.
67647         * elf/tst-tlsmod13.c: Likewise.
67648         * elf/tst-tlsmod13a.c: Likewise.
67649         * elf/tst-tlsmod14a.c: Likewise.
67650         * elf/tst-tlsmod15b.c: Likewise.
67651         * elf/tst-tlsmod16a.c: Likewise.
67652         * elf/tst-tlsmod16b.c: Likewise.
67653         * elf/tst-tlsmod7.c: Likewise.
67654         * elf/tst-tlsmod8.c: Likewise.
67655         * elf/tst-tlsmod9.c: Likewise.
67656         * gmon/gmon.c: Likewise.
67657         * grp/fgetgrent_r.c: Likewise.
67658         * grp/putgrent.c: Likewise.
67659         * hurd/fopenport.c: Likewise.
67660         * include/libc-symbols.h: Likewise.
67661         * include/tls.h: Likewise.
67662         * intl/gettextP.h: Likewise.
67663         * intl/loadinfo.h: Likewise.
67664         * locale/global-locale.c: Likewise.
67665         * locale/localeinfo.h: Likewise.
67666         * mach/devstream.c: Likewise.
67667         * malloc/arena.c: Likewise.
67668         * malloc/set-freeres.c: Likewise.
67669         * misc/err.c: Likewise.
67670         * misc/getttyent.c: Likewise.
67671         * misc/mntent_r.c: Likewise.
67672         * posix/getopt.c: Likewise.
67673         * posix/wordexp.c: Likewise.
67674         * pwd/fgetpwent_r.c: Likewise.
67675         * resolv/Versions: Likewise.
67676         * resolv/res_hconf.c: Likewise.
67677         * shadow/fgetspent_r.c: Likewise.
67678         * shadow/putspent.c: Likewise.
67679         * stdio-common/printf_fphex.c: Likewise.
67680         * stdio-common/tmpfile.c: Likewise.
67681         * stdlib/abort.c: Likewise.
67682         * stdlib/fmtmsg.c: Likewise.
67683         * sunrpc/auth_unix.c: Likewise.
67684         * sunrpc/clnt_perr.c: Likewise.
67685         * sunrpc/clnt_tcp.c: Likewise.
67686         * sunrpc/clnt_udp.c: Likewise.
67687         * sunrpc/clnt_unix.c: Likewise.
67688         * sunrpc/openchild.c: Likewise.
67689         * sunrpc/svc_simple.c: Likewise.
67690         * sunrpc/svc_tcp.c: Likewise.
67691         * sunrpc/svc_udp.c: Likewise.
67692         * sunrpc/svc_unix.c: Likewise.
67693         * sunrpc/xdr.c: Likewise.
67694         * sunrpc/xdr_array.c: Likewise.
67695         * sunrpc/xdr_rec.c: Likewise.
67696         * sunrpc/xdr_ref.c: Likewise.
67697         * sunrpc/xdr_stdio.c: Likewise.
67699 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67701         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
67703 2011-07-03  Andreas Jaeger  <aj@suse.de>
67705         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
67706         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
67707         regenerate with gen-libm-tests.pl.
67709 2010-05-12  Petr Baudis  <pasky@suse.cz>
67711         [BZ #11589]
67712         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
67713         around j0() zero points by switching to j1().
67714         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
67715         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
67716         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
67717         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
67719 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67721         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
67722         instead of 0.
67723         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
67724         instead of 0.
67725         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
67726         Patch in part by Pavel Roskin <proski@gnu.org>.
67728         [BZ #13138]
67729         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
67730         realloc.
67731         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
67732         Free memory block if necessary.
67734         [BZ #12847]
67735         * libio/genops.c (INTDEF): For string streams the _lock pointer can
67736         be NULL.  Don't lock in this case.
67738 2011-09-09  Roland McGrath  <roland@hack.frob.com>
67740         * elf/elf.h (ELFOSABI_GNU): New macro.
67741         (ELFOSABI_LINUX): Define to that.
67743 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
67745         * string/strncat.c (strncat): Undef the symbol in case it has been
67746         defined in bits/string.h.
67748 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67750         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
67752         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
67753         link map.
67755 2011-08-17  Andreas Jaeger  <aj@suse.de>
67757         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
67759 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
67760             Ian Lance Taylor  <iant@google.com>
67762         * math/libm-test.inc (lround_test): New testcase.
67763         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
67765 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
67767         * Makefile: Remove support for automatic cvs check-ins.
67768         * Makerules: Likewise.
67769         * config.make.in: Likewise.
67770         * configure.in: Likewise.
67771         * intl/Makefile: Likewise.
67772         * locale/Makefile: Likewise.
67773         * po/Makefile: Likewise.
67774         * posix/Makefile: Likewise.
67775         * sysdeps/gnu/Makefile: Likewise.
67776         * sysdeps/mach/hurd/Makefile: Likewise.
67777         * sysdeps/sparc/sparc32/Makefile: Likewise.
67779         [BZ #13118]
67780         * posix/Makefile (bug-regex32-ENV): Define.
67781         Patch by John Stanley <jpsinthemix@verizon.net>.
67783         * misc/Makefile (headers): Add bits/select2.h.
67784         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
67785         * misc/bits/select2.h: New file.
67786         * include/bits/select2.h: New file.
67787         * debug/Makefile (routines): Add fdelt_chk.
67788         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
67789         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
67790         FD_ISSET.
67791         * debug/fdelt_chk.c: New file.
67793         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
67794         * wcsmbs/test-wmemcmp.c: Likewise.
67795         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
67796         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
67798 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67800         * string/Makefile (strop-tests): Add memcmp.
67801         * string/test-wmemcmp.c: New file.
67802         * string/test-memcmp.c: Add wmemcmp support.
67804 2011-09-08  Roland McGrath  <roland@hack.frob.com>
67806         [BZ #13153]
67807         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
67808         2011-07-19 change.
67810         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
67811         garbage value in a __mach_port_mod_refs call in the cases of the
67812         task-self and thread-self ports.
67814 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
67816         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
67818 2011-09-08  Andreas Schwab  <schwab@redhat.com>
67820         * elf/dl-load.c (lose): Check for non-null L.
67822 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
67824         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
67826         * elf/dl-libc.c (dlerror_run): Pass back error code from
67827         dl_catch_error.
67829         [BZ #13123]
67830         * elf/dl-load.c (lose): Free l_origin if it is valid.
67832         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
67833         names.
67834         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
67835         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
67836         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
67837         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
67838         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
67839         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
67841 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
67843         * sysdeps/powerpc/fpu/e_hypot.c: New file.
67844         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
67845         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
67846         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
67847         * sysdeps/powerpc/fpu/k_cosf.c: New file.
67848         * sysdeps/powerpc/fpu/k_sinf.c: New file.
67849         * sysdeps/powerpc/fpu/s_cosf.c: New file.
67850         * sysdeps/powerpc/fpu/s_sinf.c: New file.
67851         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
67852         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
67854 2011-08-15  Alan Modra  <amodra@gmail.com>
67856         [BZ #13092]
67857         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
67858         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
67859         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
67860         ppc_mcount to static-only-routines.
67861         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
67862         __mcount_internal.
67863         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
67864         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
67866 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
67868         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
67869         for finite and infinity parameters.
67871 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
67873         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
67874         and add nop instructions for throughput optimization.
67875         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
67877 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
67879         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
67880         aligned copy for power7 with vector-scalar instructions.
67881         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
67883 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
67885         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
67886         AVX check.
67888 2011-09-07  Andreas Schwab  <schwab@redhat.com>
67890         [BZ #13144]
67891         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
67892         last change.
67894 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
67896         * sysdeps/unix/sysv/linux/x86_64/init-first.c
67897         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
67898         syscall wrapper around clock_gettime in __vdso_clock_gettime.
67899         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
67900         clock_gettime.
67902 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
67904         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
67905         Forgot to demangle the pointer.
67907         * sysdeps/i386/sysdep.h: Define atom_text_section.
67908         * sysdeps/x86_64/sysdep.h: Likewise.
67909         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
67910         section with atom_text_section.
67911         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
67912         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
67913         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
67914         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
67915         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
67917         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
67918         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
67919         already be defined.  Change to take two parameters and don't assign
67920         result to variable.  Adjust all users.
67921         Define INTERNAL_GETTIME if not already defined.
67922         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
67923         call.
67924         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
67925         HAVE_CLOCK_GETTIME_VSYSCALL.
67926         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
67928         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
67929         gettimeofday vsyscall, just use time.
67931 2011-09-06  Andreas Schwab  <schwab@redhat.com>
67933         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
67934         <errno.h>.
67936 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
67938         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
67939         syscall on x86-64.
67940         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
67941         syscall.
67942         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
67943         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
67944         syscall if possible.
67946 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
67948         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
67949         e_ident.  Don't pass to find_mapsXX.
67950         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
67952 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
67954         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
67955         strchr-sse2-no-bsf strrchr-sse2-no-bsf
67956         * sysdeps/x86_64/multiarch/strchr.S: Update.
67957         Check bit_slow_BSF bit.
67958         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
67959         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
67960         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
67962 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
67964         [BZ #13134]
67965         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
67966         before glibc 2.15.
67967         (tryshell): Define.
67968         (__spawni): Change last parameter to be flag.  Test
67969         SPAWN_XFLAGS_USE_PATH flag to use path or not.
67970         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
67971         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
67972         * posix/spawni.c: Likewise.
67973         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
67974         * posix/spawnp.c: Likewise.  Change normal version to use
67975         SPAWN_XFLAGS_USE_PATH.
67976         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
67977         SPAWN_XFLAGS_TRY_SHELL.
67979         [BZ #13150]
67980         * posix/glob.h: Remove gcc 1.x support.
67982         [BZ #13068]
67983         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
67985 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
67987         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
67988         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
67989         strrchr-sse2-bsf
67990         * sysdeps/i386/i686/multiarch/strchr.S: New file.
67991         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
67992         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
67993         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
67994         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
67995         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
67997 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67999         * sysdeps/x86_64/wcscmp.S: New file.
68001         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
68002         wcscmp-c wcscmp-sse2
68003         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
68004         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
68005         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
68006         * wcsmbs/wcscmp.c: Allow renaming.
68008 2011-09-05  David S. Miller  <davem@davemloft.net>
68010         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
68011         stack slot, rather than the struct return pointer slot.
68012         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
68013         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
68014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
68015         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
68017 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
68019         * po/ja.po: Update from translation team.
68021         [BZ #13144]
68022         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
68023         kernel in 64-bit binaries.
68025 2011-09-01  David S. Miller  <davem@davemloft.net>
68027         * elf/elf.h (HWCAP_SPARC_*): Move to..
68028         * sysdeps/sparc/sysdep.h: this new file and add new values.
68029         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
68030         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
68031         _DL_HWCAP_COUNT to 24.
68032         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
68033         entries.
68034         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
68035         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
68036         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
68037         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
68038         instead of magic constants.
68039         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
68041 2011-08-31  David S. Miller  <davem@davemloft.net>
68043         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
68044         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
68045         Reimplement to do errno handling inline.
68046         (SYSCALL_ERROR_HANDLER): New macro.
68047         (__SYSCALL_STRING): Do not do errno handling in asm.
68048         (__CLONE_SYSCALL_STRING): Delete.
68049         (__INTERNAL_SYSCALL_STRING): Delete.
68050         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
68051         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
68052         (PSEUDO): Reimplement to do errno handling inline.
68053         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
68054         (SYSCALL_ERROR_HANDLER): New macro.
68055         (__SYSCALL_STRING): Do not do errno handling in asm.
68056         (__CLONE_SYSCALL_STRING): Delete.
68057         (__INTERNAL_SYSCALL_STRING): Delete.
68058         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
68059         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
68060         i386.
68061         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
68062         (inline_syscall*): Add 'err' argument.
68063         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
68064         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
68065         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
68066         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
68068         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
68069         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
68071 2011-08-30  Andreas Schwab  <schwab@redhat.com>
68073         * elf/rtld.c (dl_main): Relocate objects in dependency order.
68075 2011-08-29  Jiri Olsa <jolsa@redhat.com>
68077         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
68078         directive.
68080 2011-08-24  David S. Miller  <davem@davemloft.net>
68082         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
68084 2011-08-24  Andreas Schwab  <schwab@redhat.com>
68086         * elf/Makefile: Add rules to build and run unload8 test.
68087         * elf/unload8.c: New file.
68088         * elf/unload8mod1.c: New file.
68089         * elf/unload8mod1x.c: New file.
68090         * elf/unload8mod2.c: New file.
68091         * elf/unload8mod3.c: New file.
68093         * elf/dl-close.c (_dl_close_worker): Reset private search list if
68094         it wasn't used.
68096 2011-08-23  David S. Miller  <davem@davemloft.net>
68098         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
68099         subtract stack bias.
68100         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
68101         %sp not %fp in calculations.
68102         (_JMPBUF_UNWINDS_ADJ): Likewise.
68104         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
68105         (aio_suspend): Call it to force an exception region around the
68106         AIO_MISC_WAIT() invocation.
68108 2011-08-23  Andreas Schwab  <schwab@redhat.com>
68110         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
68111         backslash.
68113 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
68115         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
68116         protection macro.
68117         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
68118         and <dl-machine.h>.
68119         (Elf64_FuncDesc): Remove.
68121 2011-08-22  David S. Miller  <davem@davemloft.net>
68123         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
68124         sigaltstack check, add missing cfi directives.
68125         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
68126         missing cfi directives, and sigaltstack handling.
68128 2011-08-16  Andreas Schwab  <schwab@redhat.com>
68130         [BZ #11724]
68131         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
68132         object is seen twice.
68133         * elf/dl-fini.c (_dl_sort_fini): Likewise.
68135         * elf/Makefile (distribute): Add tst-initorder2.c.
68136         (tests): Add tst-initorder2.
68137         (modules-names): Add tst-initorder2a tst-initorder2b
68138         tst-initorder2c tst-initorder2d.  Add rules to build them.
68139         ($(objpfx)tst-initorder2.out): New rule.
68140         * elf/tst-initorder2.c: New file.
68141         * elf/tst-initorder2.exp: New file.
68143 2011-08-22  Andreas Schwab  <schwab@redhat.com>
68145         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
68147         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
68148         dependencies back to end of function.
68150         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
68151         $(elfobjdir)/ld.so.
68153 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
68155         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
68156         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
68157         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
68158         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
68159         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
68160         of __vdso_gettimeofday.
68161         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
68162         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
68163         attribute_hidden.
68164         (_libc_vdso_platform_setup): Remove initialization of
68165         __vdso_gettimeofday and __vdso_time.
68167 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
68169         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
68170         and fgetc_unlocked.
68171         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
68172         getc_unlocked.
68174         * elf/dl-open.c (add_to_global): Report additions to the global scope
68175         for LD_DEBUG=scopes.
68176         (dl_open_worker): Also print scope of newly loaded dependencies.
68177         (_dl_show_scope): Indicate if there is no scope.
68179         [BZ #13114]
68180         * stdio-common/Makefile (tests): Add bug24.
68181         * stdio-common/bug24.c: New file.
68183 2011-08-19  Andreas Jaeger  <aj@suse.de>
68185         [BZ #13114]
68186         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
68187         non-existant file when using close-on-exec mode.
68189 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
68191         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
68192         the very first instruction.
68194         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
68195         the CFI state in the end.
68196         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
68197         inclusion of dl-trampoline.h.
68198         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
68200 2011-08-19  Andreas Schwab  <schwab@redhat.com>
68202         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
68203         expectations for long double.
68205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
68206         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
68208 2011-08-14  David S. Miller  <davem@davemloft.net>
68210         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
68211         artificual limit depends upon the system page size.
68213 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
68215         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
68216         * resolv/Makefile: Define CFLAGS-libresolv.
68218 2011-08-17  Andreas Schwab  <schwab@redhat.com>
68220         * nss/makedb.c (compute_tables): Make variables used in nested
68221         function static.
68223 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
68225         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
68226         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
68227         if buffer was too small.
68229         * elf/pldd.c (main): Attach to all threads in the process.
68230         Rewrite /proc handling to use *at functions.
68232 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
68234         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
68235         specifies first scope to show.
68236         (dl_open_worker): Update callers.  Move printing scope of new
68237         object to before the relocation.
68238         * elf/rtld.c (dl_main): Update _dl_show_scope call.
68239         * sysdeps/generic/ldsodefs.h: Update declaration.
68241         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
68242         string for the scope number.
68244 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
68246         * nscd/servicescache.c (cache_addserv): Make sure written is always
68247         initialized.
68249 2011-08-14  Roland McGrath  <roland@hack.frob.com>
68251         * sysdeps/i386/i486/bits/atomic.h
68252         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
68253         statement expression, so as to suppress "set but not used" warning.
68254         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
68256         * string/strncat.c (STRNCAT): Use prototype definition.
68258         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
68259         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
68260         -Iprograms here.
68261         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
68262         (localedef-modules): Add localedef.
68263         (locale-modules): Add locale.
68265         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
68266         * elf/rtld.c (dl_main): Invert order of assignment in last change,
68267         to avoid a warning.
68269 2011-08-14  David S. Miller  <davem@davemloft.net>
68271         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
68272         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
68274 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
68276         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
68277         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
68278         * elf/rtld.c (dl_main): Set l_name of vDSO.
68279         Call _dl_show_scope when DL_DEBUG_SCOPES.
68280         (process_dl_debug): Recognize scopes flag and also set it for all.
68281         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
68282         Declare _dl_show_scope.
68284         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
68285         (do_dlopen): Pass caller_dlopen to dl_open.
68286         (__libc_dlopen_mode): Initialize caller_dlopen.
68288         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
68289         of libc.  Make tolower call locale-independent.  Optimize a bit by
68290         using isdigit instead of isalnum.
68291         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
68293 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
68295         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
68296         was a dependency or dynamically loaded.
68298 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
68300         * intl/l10nflist.c: Allow architecture-specific pop function.
68301         * sysdeps/x86_64/l10nflist.c: New file.
68303         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
68304         classification.
68306 2011-08-10  Andreas Schwab  <schwab@redhat.com>
68308         * include/dirent.h: Add libc_hidden_proto for scandirat and
68309         scandirat64.  Don't declare __scandirat64.
68310         * dirent/scandirat.c: Add libc_hidden_def.
68311         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
68312         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
68314 2011-08-10  David S. Miller  <davem@davemloft.net>
68316         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
68317         enum.
68318         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
68319         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
68320         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
68322 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
68324         * Versions.def [libc]: Add GLIBC_2.15.
68325         * dirent/Makefile (routines): Add scandirat and scandirat64.
68326         * dirent/Versions [libc]: Export scandirat and scandirat64 for
68327         GLIBC_2.15.
68328         * dirent/dirent.h: Declare scandirat and scandirat64.
68329         * dirent/scandirat.c: New file.
68330         * dirent/scandirat64.c: New file.
68331         * sysdeps/wordsize-64/scandirat.c: New file.
68332         * sysdeps/wordsize-64/scandirat64.c: New file.
68333         * dirent/opendir.c: Define opendirat.
68334         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
68335         using scandirat.
68336         * dirent/scandir64.c: Adjust for scandir.c change.
68337         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
68338         __scandirat64, and __scandir_cancel_handler.
68339         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
68340         additional parameter and use openat instead of open (outside of ld.so).
68341         Add new __opendir as wrapper around __opendirat.
68342         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
68343         here without requiring old scandirat implementation.
68345 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
68347         * dirent/scandir.c (cancel_handler): Renamed to
68348         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
68349         defined.  Adjust users.
68350         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
68351         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
68353 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
68355         * string/test-string.h (IMPL): Use __STRING to expand name and then
68356         stringify it.
68358         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
68359         of cleanups.
68361 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
68363         * string/Makefile: Update.
68364         (strop-tests): Append strncat.
68365         * string/test-wcscmp.c: New file.
68366         New comprehensive test for wcscmp.
68367         * string/test-strcmp.c: Update.
68368         (WIDE): New define.
68370 2011-07-22  Andreas Schwab  <schwab@redhat.com>
68372         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
68373         line.
68375 2011-07-26  Andreas Schwab  <schwab@redhat.com>
68377         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
68378         encoding to ACE if AI_IDN.
68380 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
68382         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
68383         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
68385 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68387         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
68388         Fix overflow bug in strncat.
68389         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
68391         * string/test-strncat.c: Update.
68392         Add new tests for checking overflow bugs.
68394 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68396         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
68397         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
68398         * sysdeps/i386/i686/multiarch/strcat.S: New file.
68399         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
68400         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
68401         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
68402         * sysdeps/i386/i686/multiarch/strncat.S: New file.
68403         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
68404         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
68406         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
68407         (USE_AS_STRCAT): Define.
68408         Add strcat and strncat support.
68409         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
68411 2011-07-25  Andreas Schwab  <schwab@redhat.com>
68413         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
68414         __n bigger than INT_MAX+1.
68415         (__strncmp_g): Likewise.
68417 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
68419         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
68420         * libio/stido.h: Likewise.
68422         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
68423         (AF_NFC): Define.
68424         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
68425         (AF_NFC): Define.
68427         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
68428         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
68429         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
68430         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
68431         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
68433         [BZ #13021]
68434         * scripts/test-installation.pl: Don't expect libnss_test1 to be
68435         installed.
68437         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
68438         typo.
68439         (_dl_x86_64_save_sse): Likewise.
68441 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
68443         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
68444         OSXSAVE.
68445         (_dl_x86_64_save_sse): Likewise.
68447         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
68449         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
68451 2011-07-21  Andreas Schwab  <schwab@redhat.com>
68453         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
68454         change.
68455         (_dl_x86_64_save_sse): Use correct AVX check.
68457 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
68459         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
68460         bug in strncpy/strncat.
68461         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
68463 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
68465         * string/tester.c (test_strcat): Add tests for different alignments
68466         of source and destination.
68467         (test_strncat): Likewise.
68469 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
68471         [BZ #12852]
68472         * posix/glob.c (glob): Check passed in values before using them in
68473         expressions to avoid some overflows.
68474         (glob_in_dir): Likewise.
68476         [BZ #13007]
68477         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
68478         check for AVX enablement so that we don't crash with old kernels and
68479         new hardware.
68480         * elf/tst-audit4.c: Add same checks here.
68481         * elf/tst-audit6.c: Likewise.
68483         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
68485 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
68487         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
68489 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
68491         * po/cs.po: Update from translation team.
68492         * po/bg.po: Likewise.
68494 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
68496         * misc/sys/cdefs.h: Add support for const attribute.
68497         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
68498         to gnu_dev_{major,minor,makedev} functions.
68500 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
68502         * intl/dcigettext.c (get_output_charset): Add missing bracket.
68504 2011-07-20  Andreas Schwab  <schwab@redhat.com>
68506         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
68507         strlen results.
68509 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
68511         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
68512         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
68513         register in order to avoid conflicts with the soft frame pointer
68514         being held in r11 when necessary.
68515         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
68516         (INTERNAL_VSYSCALL_NCS): Likewise.
68518 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
68520         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
68521         * elf/dl-fini.c (_dl_fini): Adjust caller.
68522         * elf/dl-close.c (_dl_close_worker): Likewise.
68523         * sysdeps/generic/ldsodefs.h: Adjust declaration.
68525 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
68527         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
68528         "aux_cache->nlibs < 0".
68530         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
68531         in the reload-count case.
68533 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68535         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
68536         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
68537         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
68538         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
68539         * sysdeps/x86_64/multiarch/strcat.S: New file.
68540         * sysdeps/x86_64/multiarch/strncat.S: New file.
68541         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
68542         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
68543         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
68544         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
68545         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
68546         (USE_AS_STRCAT): Define.
68547         Add strcat and strncat support.
68548         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
68549         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
68550         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
68551         * string/strncat.c: Update.
68552         (USE_AS_STRNCAT): Define.
68553         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68554         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
68555         and i7.
68556         * sysdeps/x86_64/multiarch/init-arch.h
68557         (bit_Prefer_PMINUB_for_stringop): New.
68558         (index_Prefer_PMINUB_for_stringop): Likewise.
68559         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
68560         bit_Prefer_PMINUB_for_stringop.
68562 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
68564         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
68565         buffer64.
68566         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
68567         of casting of buffer.
68568         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
68569         buffer32 and buffer64.
68570         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
68571         writes instead of casting of buffer.
68572         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
68573         buffer32.
68574         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
68575         casting of buffer.
68577 2011-07-19  Andreas Schwab  <schwab@redhat.com>
68579         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
68581 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
68583         * nscd/nscd.c (termination_handler): Don't do anything for a database
68584         if it has not yet been initialized.
68586 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
68588         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
68590 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
68592         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
68594 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
68596         * po/nl.po: Update from translation team.
68597         * po/sv.po: Likewise.
68599 2011-07-16  Roland McGrath  <roland@hack.frob.com>
68601         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
68602         now disallowed by GCC.
68604         * configure.in (use-default-link): Default to yes if a test -shared
68605         link meets our qualifications.
68606         * configure: Regenerated.
68608         * config.make.in (output-format): New variable.
68609         * configure.in: Check for ld --print-output-format support.
68610         * configure: Regenerated.
68611         * Makerules ($(common-objpfx)format.lds)
68612         [$(output-format) != unknown]: Just use $(output-format),
68613         instead of the linker-script munging.
68615 2011-07-14  Roland McGrath  <roland@hack.frob.com>
68617         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
68618         of $(common-objpfx)shlib.lds.
68619         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
68621         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
68622         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
68624         * configure.in (-z relro check): Adjust test code to add a large
68625         writable data section after it.
68626         * configure: Regenerated.
68628 2011-07-11  Roland McGrath  <roland@hack.frob.com>
68630         * configure.in (-z relro check): Fix test code to make the variable
68631         truly const.
68632         * configure: Regenerated.
68634 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
68636         * nscd/nscd.h (struct traced_file): Define.
68637         (struct database_dyn): Remove inotify_descr, reset_res, and filename
68638         elements.  Add traced_files.
68639         (inotify_fd): Declare.
68640         (register_traced_file): Declare.
68641         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
68642         (inotify_fd): Export.
68643         (resolv_conf_descr): Remove.
68644         (nscd_init): Move inotify descriptor creation to main.
68645         Don't register files for notification here.
68646         (register_traced_file): New function.
68647         (invalidate_cache): Don't use reset_res to determine whether to call
68648         res_init, go through the list of registered files.
68649         (main_loop_poll): The inotify descriptors are now stored in the
68650         structures for the traced files.
68651         (main_loop_epoll): Likewise
68652         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
68653         to __nss_disable_nscd.
68654         * nscd/cache.c (prune_cache): There is no single inotify descriptor
68655         for a database anymore.  Check the records for all the registered
68656         files instead.
68657         * nss/Makefile (libnss_files-routines): Add files-init.
68658         (libnss_db-routines): Add db-init.
68659         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
68660         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
68661         * nss/nss_db/db-init.c: New file.
68662         * nss/nss_files/files-init.c: New file.
68663         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
68664         __nss_lookup_function.
68665         (__nss_lookup_function): Call nss_load_library.
68666         (nss_load_all_libraries): New function.
68667         (__nss_disable_nscd): Take parameter with callback function for files
68668         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
68669         used for the cached services.
68670         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
68671         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
68672         options for features to all the files in nscd.
68674         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
68676 2011-07-10  Roland McGrath  <roland@hack.frob.com>
68678         * csu/elf-init.c (__libc_csu_init): Comment typo.
68680 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
68682         * po/pl.po: Update from translation team.
68683         * po/ja.po: Likewise.
68684         * po/ru.po: Likewise.
68685         * po/ko.po: Likewise.
68686         * po/fr.po: Likewise.
68688 2011-07-09  Roland McGrath  <roland@hack.frob.com>
68690         * configure.in (.ctors/.dtors header and trailer check):
68691         Use an empirical test on a built program.
68692         * configure: Regenerated.
68694         * configure.in (-z relro check): Use an empirical test on a built DSO.
68695         Detect, but do not require, on ia64.
68696         * configure: Regenerated.
68698         * configure.in (READELF): Find it with AC_CHECK_TOOL.
68699         Update tests that use readelf to use $READELF instead.
68700         * configure: Regenerated.
68702 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
68704         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
68705         if the result is not used.
68707 2011-07-05  Andreas Jaeger  <aj@suse.de>
68709         [BZ#9696]
68710         * stdlib/tst-strtod.c: Add testcase.
68712 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
68714         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
68715         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
68716         The latter has a higher limit.  Take additional parameter to pass to
68717         the new function.
68718         (__pathconf): Pass file to __statfs_link_max.
68719         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
68720         __statfs_link_max.
68721         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
68722         __statfs_link_max.
68724         [BZ #12868]
68725         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
68726         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
68727         Handle Lustre.
68728         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
68729         (__statfs_filesize_max): Likewise.
68730         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
68732 2011-07-05  Andreas Jaeger  <aj@suse.de>
68734         * resolv/res_comp.c (dn_skipname): Remove unused variable.
68736 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
68738         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
68739         `status' variable.
68740         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
68741         Likewise.
68743 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
68745         * Makefile (strop-tests): Add strncat.
68746         * string/test-strncat.c: New file.
68748 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
68750         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
68752 2011-06-21  Andreas Jaeger  <aj@suse.de>
68754         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
68755         Copy rule from iconvdata/Makefile.
68757 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
68759         [BZ #12922]
68760         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
68761         but no long options are defined, just return 'W'.
68763 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
68765         [BZ #9696]
68766         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
68768 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
68770         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
68771         netgroups to read.
68772         (innetgr): Likewise.
68774 2011-07-05  Roland McGrath  <roland@hack.frob.com>
68776         * config.make.in (install_root): Default to $(DESTDIR).
68778 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
68780         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
68782 2011-07-02  Roland McGrath  <roland@hack.frob.com>
68784         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
68786         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
68787         containing directory rather than embedding absolute directory names.
68789         * scripts/check-local-headers.sh: Rewritten using awk.
68790         Match by word, not by line.  Print error messages for matches.
68791         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
68793         * Makerules [shlib-lds-flags empty]:
68794         ($(common-objpfx)libc_pic.opts): New target.
68795         ($(common-objpfx)libc_pic.os.clean): New target.
68796         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
68798         * config.make.in (OBJCOPY): New variable.
68799         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
68800         * configure: Regenerated.
68802         * config.make.in (use-default-link): New variable.
68803         * configure.in (use_default_link): Grok --with-default-link to set it.
68804         * configure: Regenerated.
68805         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
68806         (shlib-lds, shlib-lds-flags): Define to empty.
68808         * Makerules (shlib-lds): New variable.
68809         (shlib-lds-flags): New variable.
68810         (build-shlib, build-moduile, build-module-asneeded): Use it.
68811         ($(common-objpfx)libc.so): Use $(shlib-lds).
68812         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
68813         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
68815         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
68816         DT_FLAGS/DT_FLAGS_1 with zero flags.
68818         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
68819         linker script munging.
68821 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
68823         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
68824         as 128-bit value.
68825         * crypt/sha512.c (sha512_process_block): Perform total addition using
68826         128-bit if possible.
68827         (__sha512_finish_ctx): Likewise.
68828         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
68829         as 64-bit value.
68830         * crypt/sha256.c (SWAP64): Define.
68831         (sha256_process_block): Perform total addition using 64-bit if
68832         possible.
68833         (__sha256_finish_ctx): Likewise.
68835 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
68837         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
68838         * nscd/initgrcache.c (addinitgroupsX): Likewise.
68839         * nscd/hstcache.c (cache_addhst): Likewise.
68840         * nscd/grpcache.c (cache_addgr): Likewise.
68841         * nscd/aicache.c (addhstaiX): Likewise
68842         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
68844 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
68846         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
68847         * nscd/initgrcache.c (addinitgroupsX): Likewise.
68848         * nscd/hstcache.c (cache_addhst): Likewise.
68849         * nscd/grpcache.c (cache_addgr): Likewise.
68850         * nscd/aicache.c (addhstaiX): Likewise
68852 2011-07-01  Andreas Schwab  <schwab@redhat.com>
68854         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
68855         domain only when needed.
68857 2011-06-30  Andreas Schwab  <schwab@redhat.com>
68859         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
68860         is always restored.
68862 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
68864         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
68865         are re-adding the entry.
68866         * nscd/servicescache.c (cache_addserv): Likewise.
68868 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
68870         * sysdeps/generic/dl-irel.h: fix protection against multiple
68871         inclusions.
68872         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
68874 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
68876         [BZ #12935]
68877         * malloc/memusage.sh: Fix quoting in message.
68878         * debug/xtrace.sh: Likewise.
68880         * configure.in: Remove support for --experimental-malloc option, make
68881         it the default.
68882         * config.make.in: Likewise.
68883         * malloc/Makefile: Likewise.
68885 2011-06-27  Andreas Schwab  <schwab@redhat.com>
68887         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
68888         two-byte characters.
68890 2011-06-27  Roland McGrath  <roland@hack.frob.com>
68892         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
68893         AC_CACHE_CHECK invocation.
68894         * configure: Regenerated.
68896         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
68898 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
68900         [BZ #12350]
68901         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
68902         bit from old_res_options.
68904         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
68906         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
68907         value type for setfct.
68909 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
68911         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
68912         __gettimeofday instead of gettimeofday.
68914 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
68916         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
68918 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
68920         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
68922         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
68923         info.
68925 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
68927         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
68928         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
68929         strcpy-sse2-unaligned strncpy-sse2-unaligned
68930         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
68931         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
68932         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
68933         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
68934         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
68935         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
68936         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
68937         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
68938         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
68939         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
68940         (STRCPY): Support SSE2 and SSSE3 versions.
68942 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
68944         [BZ #12874]
68945         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
68946         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
68947         kernels which artificially limit size of requests.
68949 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
68951         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
68952         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
68953         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
68954         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
68955         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
68956         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
68957         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
68958         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
68959         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
68960         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
68961         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
68962         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
68963         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
68964         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
68965         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
68966         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68967         Enable unaligned load optimization for Intel Core i3, i5 and i7
68968         processors.
68969         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
68970         Define.
68971         (index_Fast_Unaligned_Load): Define.
68972         (HAS_FAST_UNALIGNED_LOAD): Define.
68974 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
68976         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
68978 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
68980         [BZ #12907]
68981         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
68982         until it is clear that the information is realy needed.
68983         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
68985 2011-06-22  Andreas Schwab  <schwab@redhat.com>
68987         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
68989 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
68991         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
68992         /sys/devices/system/cpu/online if it is usable.
68994         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
68995         reading the information from the /proc filesystem to once a second.
68997 2011-06-21  Andreas Jaeger  <aj@suse.de>
68999         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
69000         NULL after inclusion of kernel headers.
69002 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
69004         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
69005         calls to internal_setent.
69007         [BZ #12885]
69008         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
69009         addresses using gethostbyname4_r ignore IPv4 addresses.
69011         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
69012         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
69014         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
69016 2011-06-20  David S. Miller  <davem@davemloft.net>
69018         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
69019         inclusions.
69020         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
69022         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
69023         (elf_irel): Use it.
69024         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
69025         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
69026         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
69027         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
69028         * sysdeps/x86_64/dl-irel.h: Likewise.
69030         * elf/dl-runtime.c: Use elf_ifunc_invoke.
69031         * elf/dl-sym.c: Likewise.
69033 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
69035         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
69036         need to dereference resplen2.
69038 2011-06-14  Andreas Schwab  <schwab@redhat.com>
69040         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
69042 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
69044         * Makeconfig: Define vardbdir and inst_vardbdir.
69045         * nss/Makefile: Add rules to install db-Makefile.
69047         * nss/nss_db/db-XXX.c: Cleanup.
69049         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
69050         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
69051         GLIBC_PRIVATE.
69052         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
69053         * nss/makedb.c: Implement -g option to specify that value strings
69054         are generated and should not be added to table iterated over for
69055         get*ent calls.
69056         * nss/nss_db/db-initgroups.c: New file.
69058         * nss/getent.c: Add support for initgroups lookups through getgrouplist
69059         interface.
69061         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
69062         (internal_getgrouplist): Adjust to name change.
69063         Update use_initgroups_entry if this is not the first call.
69064         * nss/databases.def: Add initgroups entry.
69066         * nss/makedb.c (compute_tables): Check result of multiple hash table
69067         sizes to minimize maximum chain length.
69069 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
69071         * Versions.def: Add entry for libnss_db.
69072         * shlib-versions: Likewise.
69073         * nss/Makefile: Add rules to build libnss_db.
69074         * nss/Versions: Add libnss_db information.  Organize libnss_files
69075         entries better.
69076         * nss/db-Makefile: Add gshadow support.  Change rules for the new
69077         makedb progra.  Some minor improvements to generate smaller files.
69078         * nss/nss_db/nss_db.h: Move NSS database header data structures to
69079         here from...
69080         * nss/makedb.c: ...here.
69081         Improve database format to be smaller and require less memory at
69082         runtime.
69083         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
69084         db anymore.
69085         * nss/nss_db/db-netgrp.c: Likewise.
69086         * nss/nss_db/db-open.c: Likewise.
69087         * nss/nss_files/flies-XXX.x: Adjust comments.
69088         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
69089         * nss/nss_files/files-grp.c: Likewise.
69090         * nss/nss_files/files-hosts.c: Likewise.
69091         * nss/nss_files/files-network.c: Likewise.
69092         * nss/nss_files/files-proto.c: Likewise.
69093         * nss/nss_files/files-pwd.c: Likewise.
69094         * nss/nss_files/files-rpc.c: Likewise.
69095         * nss/nss_files/files-service.c: Likewise.
69096         * nss/nss_files/files-sgrp.c: Likewise.
69097         * nss/nss_files/files-spwd.c: Likewise.
69098         * nss/nss_db/db-alias.c: Removed.
69099         * nss/nss_db/dummy-db.h: Removed.
69101 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
69103         * nss/makedb.c: Rewritten to not use database library.
69104         * nss/Makefile: Update to build new makedb program.
69106 2011-06-14  Andreas Jaeger  <aj@suse.de>
69108         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
69109         memset declaration.
69111 2011-06-10  Andreas Schwab  <schwab@redhat.com>
69113         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
69114         tmpbuf.
69116 2011-06-10  Roland McGrath  <roland@hack.frob.com>
69118         * Makerules (shlib.lds): Fail if the linker script comes out empty.
69119         * elf/Makefile ($(objpfx)ld.so): Likewise.
69121         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
69122         Don't list ld.so twice in dependencies.
69124         * posix/bug-regex31.c: Include <stdlib.h>.
69126         * nscd/hstcache.c (cache_addhst): Remove unused variable.
69128         * nis/nss_compat/compat-spwd.c
69129         (getspent_next_nss_netgr): Remove unused variable.
69130         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
69132         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
69133         nonmembers" output to use the right array.
69135         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
69137         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
69139         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
69140         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
69141         * catgets/gencat.c (read_input_file): Likewise.
69142         * locale/programs/locarchive.c (enlarge_archive): Likewise.
69144         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
69145         variable definition inside #if's controlling its use.
69147         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
69149         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
69151         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
69153         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
69154         unreachable code.
69156         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
69158         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
69159         * configure: Regenerated.
69161         * Makerules: Revert last change.
69162         * elf/Makefile: Likewise.
69164 2011-06-09  Roland McGrath  <roland@hack.frob.com>
69166         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
69167         * elf/Makefile ($(objpfx)librtld.os): Likewise.
69168         (reloc-link): Likewise.
69170 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
69172         * elf/Makefile: Add rules to build pldd.
69173         * elf/pldd.c: New file.
69174         * elf/pldd-xx.c: New file.
69176 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
69178         * version.h: Update for 2.15 development version.
69180 2011-06-07  David S. Miller  <davem@davemloft.net>
69182         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
69183         ifuncs.
69184         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
69185         elf_machine_lazy_rel): Likewise.
69186         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
69187         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
69188         elf_machine_lazy_rel): Likewise.
69189         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
69190         dl_hwcap via passed in argument.
69191         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
69192         Likewise.
69194 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69196         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
69198 2011-06-06  Roland McGrath  <roland@hack.frob.com>
69200         [BZ #12849]
69201         * manual/fdl-1.1.texi: New file, verbatim from:
69202         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
69203         * manual/lgpl-2.1.texi: New file, verbatim from:
69204         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
69205         * manual/Makefile (licenses): New variable, list those new file names.
69206         (texis): Use it.
69207         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
69209         * manual/fdl.texi: File removed.
69210         * manual/lesser.texi: File removed.
69211         * manual/libc.texinfo (Copying, Documentation License):
69212         Use new @include file names, put @appendix directive before @include.
69214 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
69216         [BZ #12841]
69217         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
69218         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
69219         (mq_open): Add __NTH.
69221 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
69223         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
69224         Assume Intel Core i3/i5/i7 processor if AVX is available.
69226 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
69228         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
69229         typo.
69231 2011-05-31  Andreas Schwab  <schwab@redhat.com>
69233         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
69234         memory.  Use alloca_account.  Fix memory leak when retrying.
69236 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
69238         * version.h (RELEASE): Bump for 2.14 release.
69239         * include/features.h (__GLIBC_MINOR__): Bump to 14.
69241         * config.make.in (RANLIB): Remove entry.
69243 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
69245         * po/Makefile (po-sed-cmd): Add ksh to extensions.
69246         (libc.pot): Work around missing support for .ksh extension in xgettext.
69248         [BZ #12684]
69249         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
69250         if both request failed.
69251         (send_dg): In case of server errors clear resplen or *resplen2.
69253         [BZ #12454]
69254         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
69255         when there are multiple maps.
69256         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
69257         (_dl_fini): Remove test here.
69259         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
69261 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
69263         [BZ #12350]
69264         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
69265         bit from old_res_options.
69266         (gaih_inet): Likewise.
69268         [BZ #11099]
69269         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
69270         as signed.
69272         * resolv/res_init.c (res_setoptions): Make the code more compact.
69274         [BZ #11558]
69275         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
69276         set RES_USEVC.
69278         [BZ #11634]
69279         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
69281         * malloc/malloc.h: Mark malloc hook variables as deprecated.
69283         [BZ #11781]
69284         * malloc/malloc.h: Declare malloc hook variables as volatile.
69286         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
69287         in last patch.
69289         [BZ #11799]
69290         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
69291         raise in the comment.
69292         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
69293         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
69294         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
69296 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
69298         [BZ #12811]
69299         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
69300         grow the buffers more if it already has to be sufficient.
69301         (build_wcs_upper_buffer): Likewise.
69302         * posix/regexec.c (check_matching): Likewise.
69303         (clean_state_log_if_needed): Likewise.
69304         (extend_buffers): Don't enlarge buffers beyond size of the input
69305         buffer.
69306         Patches mostly by Emil Wojak <emil@wojak.eu>.
69307         * posix/bug-regex32.c: New file.
69308         * posix/Makefile (tests): Add bug-regex32.
69310         * locale/findlocale.c (_nl_find_locale): Return right away if
69311         _nl_explode_name failed.
69312         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
69314         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
69316         * debug/xtrace.sh: Unify messages.
69317         * malloc/memusage.sh: Likewise.
69319         [BZ #12813]
69320         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
69321         time symbol from vDSO.  Substitute with vsyscall if not available.
69322         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
69323         __vdso_time.
69325         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
69326         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
69327         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
69328         Add sendmmsg and internal_sendmmsg.
69329         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
69330         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
69331         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
69333         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
69334         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
69335         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
69337 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
69339         [BZ #12813]
69340         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
69341         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
69342         available.
69343         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
69344         __vdso_getcpu.
69346         [BZ #12814]
69347         * iconvdata/Makefile (tests): Add bug-iconv9.
69348         * iconvdata/bug-iconv9.c: New file.
69350 2011-05-27  Andreas Schwab  <schwab@redhat.com>
69352         [BZ #12814]
69353         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
69355 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
69357         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
69358         (struct user_regs_struct): Change intcs field back to cs.
69360 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
69362         * po/ja.po: Update from translation team.
69364 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
69366         [BZ #12795]
69367         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
69368         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
69370 2011-05-20  Andreas Schwab  <schwab@redhat.com>
69372         * stdlib/longlong.h: Update from GCC.
69374 2011-05-23  Andreas Schwab  <schwab@redhat.com>
69376         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
69377         parameter name.
69378         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
69379         Add parameter name.
69380         (__sysconf): Pass it down.
69382 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
69384         [BZ #12671]
69385         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
69386         some situations.
69387         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
69388         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
69389         add in in __libc_use_alloca calls.  Adjust callers.
69390         (glob): Use malloc in some situations.
69392         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
69393         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
69394         pltexit.
69396 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
69398         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
69399         and CLOCK_BOOTTIME_ALARM.
69401         [BZ #12782]
69402         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
69403         is returned.
69405         * string/_strerror.c (__strerror_r): Print negative errors as signed
69406         numbers.
69408         [BZ #12777]
69409         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
69410         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
69411         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
69413         * configure.in: Fix typo in redirection and correct removal of test
69414         files in two cases.
69416         [BZ #12788]
69417         * locale/setlocale.c (new_composite_name): Fix test to check for
69418         identical name of all categories.
69420         [BZ #12792]
69421         * libio/filedoalloc.c (local_isatty): New function.
69422         (_IO_file_doallocate): Use local_isatty.
69423         * stdio-common/perror.c (perror): In case a new stream is used
69424         forward the stream error.
69425         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
69426         error flag.
69428 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
69430         [BZ #11884]
69431         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
69432         alloca.
69433         * include/alloca.h (extend_alloca_account): Define.
69435         [BZ #11857]
69436         * posix/regex.h: Fix comments with documentation of user-accessible
69437         fields after compilation and describe correct free'ing of pattern
69438         after re_compile_pattern.
69439         Patch by Reuben Thomas <rrt@sc3d.org>.
69441 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
69443         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
69444         and -mno-altivec to prevent the compiler from using Altivec and/or
69445         VSX instructions when the corresponding registers are not available.
69447 2011-05-19  Andreas Schwab  <schwab@redhat.com>
69449         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
69451 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
69453         * libio/freopen.c (freopen): Use __dup2, not dup2.
69454         * libio/freopen64.c (freopen64): Likewise.
69456 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
69458         [BZ #12775]
69459         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
69460         * math/Makefile (tests): Add test-powl.
69461         (CFLAGS-test-powl.c): Define.
69462         * math/test-powl.c: New file.
69464 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
69466         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
69468 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
69470         [BZ #11837]
69471         * iconvdata/gb18030.c: Update to GB18020-2005.
69473 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
69475         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
69476         RE_SYNTAX_POSIX_AWK): Update to match recent development.
69477         Patch by Aharon Robbins <arnold@skeeve.com>.
69479         [BZ #11892]
69480         * stdlib/putenv.c (putenv): Don't always create copy of the variable
69481         on the stack.
69483         [BZ #11895]
69484         * misc/pselect.c (__pselect): Handle timeout value errors hidden
69485         through underflows.
69487         [BZ #12766]
69488         * misc/error.c (error_at_line): Ensure file_name and old_file_name
69489         point to strings before performing equality test for error_one_per_line
69490         mode.
69492         [BZ #11697]
69493         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
69495         [BZ #11820]
69496         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
69497         (struct user_fpregs_struct): Avoid __uint*_t types.
69499         [BZ #6420]
69500         * malloc/mtrace.c (tr_where): Add additional parameter to point to
69501         symbol info.  Use it instead of calling _dl_addr locally.
69502         (lock_and_info): New function.
69503         (tr_freehook): Call lock_and_info and pass symbol info as additional
69504         parameter to tr_where.
69505         (tr_mallochook): Likewise.
69506         (tr_reallochook): Likewise.
69507         (tr_memalignhook): Likewise.
69509         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
69510         used and couldn't be at all thread-safe.
69512 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
69514         * libio/freopen.c (freopen): Don't close old file descriptor
69515         before the new one is opened.  Instead dup the new file descriptor
69516         to the old one after the new stream is created.
69517         * libio/freopen64.c (freopen64): Likewise.
69518         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
69519         * libio/fileops.c (_IO_new_file_close_it): Handle new
69520         _IO_FLAGS2_NOCLOSE flag.
69521         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
69522         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
69523         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
69524         _IO_FLAGS2_NOCLOSE flag.
69525         * include/unistd.h: Add hidden_proto for dup3.
69526         Define __have_dup3.
69527         * io/dup3.c: Define hidden symbol.
69528         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
69530         [BZ #7101]
69531         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
69532         when an incomplete long option is used.
69533         * posix/tst-getopt_long1.c: New file.
69534         * posix/Makefile (tests): Add tst-getopt_long1.
69536         [BZ #10138]
69537         * scripts/config.guess: Update from autoconf-2.68.
69538         * scripts/config.sub: Likewise.
69540         [BZ #10157]
69541         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
69542         tests into ...
69543         (has_cpuclock): ...this.  New function.
69544         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
69545         macro here based on has_cpuclock code.
69547         [BZ #10149]
69548         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
69549         First byte (not low byte) is now always NUL.
69550         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
69552         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
69553         Use non-cancelable interfaces.
69555         [BZ #9809]
69556         * locale/iso-639.def: Add entry for Sorani.
69558         [BZ #11901]
69559         * include/stdlib.h: Move include protection to the right place.
69560         Define abort_msg_s.  Declare __abort_msg with it.
69561         * stdlib/abort.c (__abort_msg): Adjust type.
69562         * assert/assert.c (__assert_fail_base): New function.  Majority
69563         of code from __assert_fail.  Allocate memory for __abort_msg with
69564         mmap.
69565         (__assert_fail): Now call __assert_fail_base.
69566         * assert/assert-perr.c: Remove bulk of implementation.  Use
69567         __assert_fail_base.
69568         * include/assert.hL Declare __assert_fail_base.
69569         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
69570         mmap.
69571         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
69573 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
69575         [BZ #11952]
69576         [BZ #12453]
69577         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
69578         until all modules are registered in the DTV.
69579         * elf/Makefile: Add rules to build and run tst-tls19.
69580         * elf/tst-tls19.c: New file.
69581         * elf/tst-tls19mod1.c: New file.
69582         * elf/tst-tls19mod2.c: New file.
69583         * elf/tst-tls19mod3.c: New file.
69584         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
69586         [BZ #12083]
69587         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
69588         correctly.
69590         [BZ #12601]
69591         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
69592         two-byte sequence errors.
69593         * iconvdata/Makefile (tests): Add bug-iconv8.
69594         * iconvdata/bug-iconv8.c: New file.
69596         [BZ #12626]
69597         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
69598         buf2 definition.
69600         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
69602         [BZ #12432]
69603         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
69604         (dummy_getcfa): New function.
69605         (init): Get _Unwind_GetCFA address, use dummy if not found.
69606         (backtrace_helper): In recursion check, also check whether CFA changes.
69607         (__backtrace): Completely initialize arg.
69609         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
69610         storing incomplete byte sequence in state object.  Avoid testing for
69611         guaranteed too small input if we know there is enough data available.
69613 2011-05-11  Andreas Schwab  <schwab@redhat.com>
69615         * Makeconfig (+link-pie): Indent.
69616         * Rules (binaries-pie): Define if $(have-fpie) and
69617         $(build-shared).
69618         (binaries-shared): Also filter out $(binaries-pie).
69619         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
69620         * nscd/Makefile (others-pie): Add nscd.
69621         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
69622         ($(objpfx)nscd): Remove command override.
69623         * login/Makefile (others-pie): Add pt_chown.
69624         ($(objpfx)pt_chown): Remove command override.
69625         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
69626         remove command overrides.
69628 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
69630         * libio/tst_putwc.c: Fix error messages.
69632         [BZ #12724]
69633         * libio/fileops.c (_IO_new_file_close_it): Always flush when
69634         currently writing and seek to current position when not.
69635         * libio/Makefile (tests): Add bug-fclose1.
69636         * libio/bug-fclose1.c: New file.
69638 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
69640         [BZ #12511]
69641         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
69642         don't set DF_1_NODELETE here.
69643         (do_lookup_x): When entering new entry test for copy relocation
69644         and if necessary set DF_1_NODELETE flag.
69645         * elf/tst-unique4.cc: New file.
69646         * elf/tst-unique4.h: New file.
69647         * elf/tst-unique4lib.cc: New file.
69648         * elf/Makefile: Add rules to build and run tst-unique4.
69649         Patch by Piotr Bury <pbury@goahead.com>.
69651 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
69653         [BZ #12052]
69654         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
69656         [BZ #12625]
69657         * misc/mntent_r.c (addmntent): Flush the stream after the output
69659         [BZ #12393]
69660         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
69661         (is_trusted_path_normalize): Skip initial colon.  Append slash
69662         to empty buffer.  Duplicate is_trusted_path code but allow
69663         constructed patch to be prefix.
69664         (is_dst): Allow $ORIGIN followed by /.
69665         (_dl_dst_substitute): Correct clearing of check_for_trusted.
69666         Correct testing of result of is_trusted_path_normalize
69667         (decompose_rpath): Fix warning.
69669 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
69671         [BZ #11257]
69672         * grp/initgroups.c (internal_getgrouplist): When we found the service
69673         list through the initgroups entry in nsswitch.conf do not always
69674         continue on a successful lookup.  Don't always use the
69675         __nss_group_database value if it is set.
69676         * nss/nsswitch.conf (initgroups): Change action for successful db
69677         lookup to continue for compatibility.
69679 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
69681         [BZ #11532]
69682         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
69683         and CP774 modules.
69684         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
69685         and CP774 modules.
69686         * iconvdata/tst-tables.sh: Likewise.
69687         * iconvdata/cp770.c: New file.
69688         * iconvdata/cp771.c: New file.
69689         * iconvdata/cp772.c: New file.
69690         * iconvdata/cp773.c: New file.
69691         * iconvdata/cp774.c: New file.
69692         * iconvdata/testdata/CP770: New file.
69693         * iconvdata/testdata/CP770..UTF8: New file.
69694         * iconvdata/testdata/CP771: New file.
69695         * iconvdata/testdata/CP771..UTF8: New file.
69696         * iconvdata/testdata/CP772: New file.
69697         * iconvdata/testdata/CP772..UTF8: New file.
69698         * iconvdata/testdata/CP773: New file.
69699         * iconvdata/testdata/CP773..UTF8: New file.
69700         * iconvdata/testdata/CP774: New file.
69701         * iconvdata/testdata/CP774..UTF8: New file.
69703         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
69704         END CHARMAP line.
69705         * iconvdata/gen-8bit-gap.sh: Likewise.
69706         * iconvdata/gen-8bit.sh: Likewise.
69708         * locale/iso-639.def: Add ary entry.
69710         [BZ #11258]
69711         * locale/C-translit.h.in: Add U20A1 transliteration.
69713         [BZ #12178]
69714         * locale/iso-639.def: Add wae entry.
69715         Patch by Kevin Bortis <bortis@translate-wae.ch>.
69717         [BZ #12545]
69718         * locale/programs/localedef.c (construct_output_path): Use ssize_t
69719         for n.
69721         [BZ #12711]
69722         * locale/C-translit.h.in: Add entry for U20B9.
69723         Patch by pravin.d.s@gmail.com.
69725 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
69727         [BZ #12713]
69728         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
69729         ENAMETOOLONG use generic getcwd.
69730         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
69731         in rtld.  Use *stat64.
69732         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
69733         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
69734         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
69735         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
69736         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
69737         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
69738         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
69739         __fstatat64 macros.
69740         * include/dirent.h: Add libc_hidden_proto for rewinddir.
69741         * dirent/rewinddir.c: Add libc_hidden_def.
69742         * sysdeps/mach/hurd/rewinddir.c: Likewise.
69743         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
69745         * include/dirent.h (__alloc_dir): Add flags parameter.
69746         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
69747         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
69748         __alloc_dir.
69749         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
69750         from fdopendir if O_CLOEXEC is already set.
69752 2011-03-15  Alan Modra  <amodra@gmail.com>
69754         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
69755         l_tls_firstbyte_offset non-zero.  Save padding offset in
69756         l_tls_firstbyte_offset for later use.
69757         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
69758         freeing static tls block.
69760 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
69762         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
69763         where #ifdef was intended.  The intent is to prevent ARG_MAX from
69764         being defined by the kernel headers.
69766 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
69768         [BZ #12734]
69769         * resolv/resolv.h: Define RES_NOTLDQUERY.
69770         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
69771         no-tld-query and set RES_NOTLDQUERY.
69772         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
69773         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
69774         modern BIND to search name as TLD unless forbidden.
69776 2011-05-07  Petr Baudis  <pasky@suse.cz>
69777             Ulrich Drepper  <drepper@gmail.com>
69779         [BZ #12393]
69780         * elf/dl-load.c (fillin_rpath): Move trusted path check...
69781         (is_trusted_path): ...to here.
69782         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
69783         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
69784         using is_trusted_path_normalize() in setuid scripts.
69786 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
69788         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
69789         __BEGIN/__END_DECLS.
69791 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
69793         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
69794         NSS_STATUS_NOTFOUND if no record was found.
69796 2011-05-05  Andreas Schwab  <schwab@redhat.com>
69798         * sunrpc/Makefile (headers): Add rpc/netdb.h.
69799         (headers-not-in-tirpc): Remove rpc/netdb.h
69800         * resolv/netdb.h: Revert last change.
69802 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
69804         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
69805         circular dependency between libgcc.a and libc.a.
69807 2011-05-05  Andreas Schwab  <schwab@redhat.com>
69809         * resolv/netdb.h: Don't include <rpc/netdb.h>.
69810         * nis/Makefile: Don't install rpcsvc/*.
69811         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
69812         instead of <rpc/types.h>.
69813         (MAXHOSTNAMELEN): Define.
69815 2011-05-03  Andreas Schwab  <schwab@redhat.com>
69817         * elf/ldconfig.c (add_dir): Don't crash on empty path.
69819 2011-04-28  Maciej Babinski  <mbabinski@google.com>
69821         [BZ #12714]
69822         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
69823         gethostbyname4_r when IPv6 results are possible.
69825 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
69827         [BZ #12723]
69828         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
69829         _PC_PIPE_BUF handling.
69831 2011-04-30  Bruno Haible  <bruno@clisp.org>
69833         [BZ #12717]
69834         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
69835         * resolv/netdb.h (getnameinfo): Change type of flags parameter
69836         to 'int'.
69837         * inet/getnameinfo.c (getnameinfo): Likewise.
69839 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
69841         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
69842         to groups setting in database lookup.
69843         * nss/nsswitch.conf: Add initgroups entry.
69845 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
69847         [BZ #12685]
69848         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
69849         mode string.
69850         Patch by Eric Blake <eblake@redhat.com>.
69852 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
69854         * sunrpc/Makefile (need-export-routines): Add svc_run.
69855         (routines): Remove svc_run.
69856         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
69857         * sunrpc/clnt_perr.c (clnt_perrno): Export.
69858         * sunrpc/svc_run.c (svc_run): Likewise.
69859         * sunrpc/svc_udp.c (svcudp_create): Likewise.
69861 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
69863         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
69864         problem in reallocation in last patch.
69866 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
69868         * sunrpc/Makefile: Move inclusion of Rules.
69870 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
69872         * nss/nss_files/files-initgroups.c: New file.
69873         * nss/Makefile (libnss_files-routines): Add files-initgroups.
69874         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
69875         _nss_files_initgroups_dyn.
69877 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
69879         * elf/elf.h (R_ARM_IRELATIVE): Define.
69881 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
69883         * po/ru.po: Update from translation team.
69885 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
69887         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
69888         dependencies.
69890 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
69892         [BZ #12653]
69893         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
69894         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
69895         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
69896         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
69897         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
69899 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
69901         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
69902         differing bytes.
69903         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
69904         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
69905         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
69907 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
69909         [BZ #12420]
69910         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
69911         storing it.
69912         * stdlib/bug-getcontext.c: New file.
69913         * stdlib/Makefile: Add rules to build and run bug-getcontext.
69915 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69917         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
69918         instructions into .machine "z9-109".
69919         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
69920         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
69922 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69924         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
69925         between environment variables and auxiliary vector.
69927 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
69929         * Makefile: Add rules to build linkobj/libc.so.
69930         * include/libc-symbols.h: Define libc_hidden_nolink.
69931         * include/rpc/auth.h: Mark functions which are to be hidden.
69932         * include/rpc/auth_des.h: Likewise.
69933         * include/rpc/auth_unix.h: Likewise.
69934         * include/rpc/clnt.h: Likewise.
69935         * include/rpc/des_crypt.h: Likewise.
69936         * include/rpc/key_prot.h: Likewise.
69937         * include/rpc/pmap_clnt.h: Likewise.
69938         * include/rpc/pmap_prot.h: Likewise.
69939         * include/rpc/pmap_rmt.h: Likewise.
69940         * include/rpc/rpc_msg.h: Likewise.
69941         * include/rpc/svc.h: Likewise.
69942         * include/rpc/svc_auth.h: Likewise.
69943         * include/rpc/xdr.h: Likewise.
69944         * nis/Makefile: Link all DSOs against linkobj/libc.so.
69945         * nss/Makefile: Likewise.
69946         * sunrpc/Makefile: Don't install headers.  Build library with normal
69947         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
69948         * sunrpc/auth_des.c: Hide exported symbols by default, export some
69949         for the compat linking library.  Remove use of INTDEF/INTUSE.
69950         * sunrpc/auth_none.c: Likewise.
69951         * sunrpc/auth_unix.c: Likewise.
69952         * sunrpc/authdes_prot.c: Likewise.
69953         * sunrpc/authuxprot.c: Likewise.
69954         * sunrpc/clnt_gen.c: Likewise.
69955         * sunrpc/clnt_perr.c: Likewise.
69956         * sunrpc/clnt_raw.c: Likewise.
69957         * sunrpc/clnt_simp.c: Likewise.
69958         * sunrpc/clnt_tcp.c: Likewise.
69959         * sunrpc/clnt_udp.c: Likewise.
69960         * sunrpc/clnt_unix.c: Likewise.
69961         * sunrpc/des_crypt.c: Likewise.
69962         * sunrpc/des_soft.c: Likewise.
69963         * sunrpc/get_myaddr.c: Likewise.
69964         * sunrpc/key_call.c: Likewise.
69965         * sunrpc/key_prot.c: Likewise.
69966         * sunrpc/netname.c: Likewise.
69967         * sunrpc/pm_getmaps.c: Likewise.
69968         * sunrpc/pm_getport.c: Likewise.
69969         * sunrpc/pmap_clnt.c: Likewise.
69970         * sunrpc/pmap_prot.c: Likewise.
69971         * sunrpc/pmap_prot2.c: Likewise.
69972         * sunrpc/pmap_rmt.c: Likewise.
69973         * sunrpc/publickey.c: Likewise.
69974         * sunrpc/rpc_cmsg.c: Likewise.
69975         * sunrpc/rpc_common.c: Likewise.
69976         * sunrpc/rpc_dtable.c: Likewise.
69977         * sunrpc/rpc_prot.c: Likewise.
69978         * sunrpc/rpc_thread.c: Likewise.
69979         * sunrpc/rtime.c: Likewise.
69980         * sunrpc/svc.c: Likewise.
69981         * sunrpc/svc_auth.c: Likewise.
69982         * sunrpc/svc_authux.c: Likewise.
69983         * sunrpc/svc_raw.c: Likewise.
69984         * sunrpc/svc_run.c: Likewise.
69985         * sunrpc/svc_simple.c: Likewise.
69986         * sunrpc/svc_tcp.c: Likewise.
69987         * sunrpc/svc_udp.c: Likewise.
69988         * sunrpc/svc_unix.c: Likewise.
69989         * sunrpc/svcauth_des.c: Likewise.
69990         * sunrpc/xcrypt.c: Likewise.
69991         * sunrpc/xdr.c: Likewise.
69992         * sunrpc/xdr_array.c: Likewise.
69993         * sunrpc/xdr_float.c: Likewise.
69994         * sunrpc/xdr_intXX_t.c: Likewise.
69995         * sunrpc/xdr_mem.c: Likewise.
69996         * sunrpc/xdr_rec.c: Likewise.
69997         * sunrpc/xdr_ref.c: Likewise.
69998         * sunrpc/xdr_sizeof.c: Likewise.
69999         * sunrpc/xdr_stdio.c: Likewise.
70001 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
70003         [BZ #12650]
70004         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
70005         * sysdeps/ia64/dl-tls.h: Likewise.
70006         * sysdeps/powerpc/dl-tls.h: Likewise.
70007         * sysdeps/s390/dl-tls.h: Likewise.
70008         * sysdeps/sh/dl-tls.h: Likewise.
70009         * sysdeps/sparc/dl-tls.h: Likewise.
70010         * sysdeps/x86_64/dl-tls.h: Likewise.
70011         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
70013 2011-03-14  Andreas Schwab  <schwab@redhat.com>
70015         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
70016         rpath element also skip the following colon.
70017         (expand_dynamic_string_token): Add is_path parameter and pass
70018         down to DL_DST_REQUIRED and _dl_dst_substitute.
70019         (decompose_rpath): Call expand_dynamic_string_token with
70020         non-zero is_path.  Ignore empty rpaths.
70021         (_dl_map_object_from_fd): Call expand_dynamic_string_token
70022         with zero is_path.
70024 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
70026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
70027         Make cancelable.
70029 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
70031         [BZ #12655]
70032         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
70033         Patch by Filipe David Manana <fdmanana@apache.org>.
70035 2011-04-07  Andreas Schwab  <schwab@redhat.com>
70037         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
70038         Maintain aligned stack.
70039         (CHECK_RSP): Remove unused macro.
70041 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
70043         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
70044         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
70046 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
70048         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
70050         * include/features.h: Mention __USE_XOPEN2K8 in comment.
70052 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
70054         [BZ #12518]
70055         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
70056         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
70057         * sysdeps/x86_64/memmove.c: New file.
70058         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
70059         (memcpy): Renamed to ...
70060         (__new_memcpy): This.
70061         (memcpy): Provide GLIBC_2_14 memcpy.
70062         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
70063         (memcpy): Provide GLIBC_2_2_5 memcpy.
70065 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
70067         [BZ #12631]
70068         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
70070 2011-03-30  Andreas Schwab  <schwab@redhat.com>
70072         * misc/syncfs.c: New file.
70073         * misc/Makefile (routines): Add syncfs.
70074         * posix/unistd.h: Declare syncfs.
70075         * sysdeps/unix/syscalls.list: Add syncfs.
70077 2011-04-01  Andreas Schwab  <schwab@redhat.com>
70079         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
70080         open_by_handle_at.
70081         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
70082         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
70083         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
70084         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
70085         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
70086         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
70087         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
70089 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
70091         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
70092         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
70093         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
70094         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
70095         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
70096         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
70097         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
70099         * io/Makefile: Compile fallocate.c, fallocate64.c, and
70100         sync_file_range.c with -fexceptions.
70101         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
70102         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
70103         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
70104         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
70105         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
70106         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
70107         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
70108         sync_file_range as cancellation point
70109         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
70110         now a wrapper around __call_sync_file_range with cancellation handling.
70111         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
70112         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
70113         function name to __call_sync_file_range.
70114         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
70115         Add call_sync_file_range.
70117 2011-04-01  Andreas Schwab  <schwab@redhat.com>
70119         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
70120         bits/timex.h.
70122 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
70124         * iconv/iconv.h: Fix typo in comment.
70125         * io/fcntl.h: Likewise.
70126         * libio/stdio.h: Likewise.
70127         * posix/spawn.h: Likewise.
70128         * posix/unistd.h: Likewise.
70129         * stdlib/stdlib.h: Likewise.
70130         * time/time.h: Likewise.
70131         * wcsmbs/wchar.h: Likewise.
70133         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
70134         open_by_handle): Add.
70135         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
70136         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
70137         Augment a few comments.
70138         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
70139         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
70140         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
70141         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
70142         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
70143         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
70144         open_by_handle.
70146         * io/fcntl.h (AT_EMPTY_PATH): Define.
70148 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
70150         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
70151         * sysdeps/unix/sysv/linux/bits/time.h: New file.
70152         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
70153         to...
70154         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
70155         * Versions.def: Add GLIBC_2.14.
70156         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
70157         Export.
70159 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
70161         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
70162         round counter.
70163         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
70165 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
70167         [BZ #12597]
70168         * string/test-strncmp.c (do_page_test): New function.
70169         (check2): Likewise.
70170         (test_main): Call check2.
70171         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
70173 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
70175         [BZ #12587]
70176         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
70177         Handle cache information in CPU leaf 4.
70178         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
70180 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
70182         [BZ #12583]
70183         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
70184         character representation.
70185         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
70187 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
70189         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
70190         END(__isnan) to END(__isnanf) to match function entry point/label
70191         EALIGN(__isnanf,...).
70193 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
70195         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
70197 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
70199         [BZ #12510]
70200         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
70201         copy from the symbol referenced in the relocation to initialize the
70202         used variable.
70203         Patch by Piotr Bury <pbury@goahead.com>.
70204         * elf/Makefile: Add rules to build and tst-unique3.
70205         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
70206         * elf/tst-unique3.cc: New file.
70207         * elf/tst-unique3.h: New file.
70208         * elf/tst-unique3lib.cc: New file.
70209         * elf/tst-unique3lib2.cc: New file.
70211         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
70213 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
70215         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
70216         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
70217         to _start.
70219 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
70221         * elf/dl-load.c (_dl_map_object): If we are looking for the first
70222         to-be-loaded object along a path to loader is ld.so.
70224 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
70225             Ulrich Drepper  <drepper@gmail.com>
70227         * sysdeps/x86_64/memset.S: After aligning destination, code
70228         branches to different locations depending on the value of
70229         misalignment, when multiarch is enabled. Fix this.
70231 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
70233         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
70234         Set _x86_64_preferred_memory_instruction for AMD processsors.
70235         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70236         Set bit_Prefer_SSE_for_memop for AMD processors.
70238 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
70240         * libio/fmemopen.c (fmemopen): Optimize a bit.
70242 2011-03-03  Andreas Schwab  <schwab@redhat.com>
70244         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
70246 2011-03-03  Roland McGrath  <roland@redhat.com>
70248         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
70250 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
70252         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
70253         __bzero_ultra1 instead of __memset_ultra1.
70255 2011-02-23  Andreas Schwab  <schwab@redhat.com>
70256             Ulrich Drepper  <drepper@gmail.com>
70258         [BZ #12509]
70259         * include/link.h (struct link_map): Add l_orig_initfini.
70260         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
70261         returning unsuccessfully.
70262         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
70263         close of a file loaded at startup, restore the original l_initfini
70264         list.
70265         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
70266         list, store the pointer.
70267         * elf/Makefile ($(objpfx)noload-mem): New rule.
70268         (noload-ENV): Define.
70269         (tests): Add $(objpfx)noload-mem.
70270         * elf/noload.c: Include <memcheck.h>.
70271         (main): Call mtrace.  Close all opened handles.
70273 2011-02-17  Andreas Schwab  <schwab@redhat.com>
70275         [BZ #12454]
70276         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
70277         dependencies are missing.
70279 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70281         Fix __if_freereq crash: Unlike the generic version which uses free,
70282         Hurd needs munmap.
70283         * sysdeps/mach/hurd/ifreq.h: New file.
70285 2011-01-27  Petr Baudis  <pasky@suse.cz>
70286             Ulrich Drepper  <drepper@gmail.com>
70288         [BZ 12445]#
70289         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
70290         to extend_alloca().
70291         * stdio-common/bug23.c: New file.
70292         * stdio-common/Makefile (tests): Add bug23.
70294 2010-09-28  Andreas Schwab  <schwab@redhat.com>
70295             Ulrich Drepper  <drepper@gmail.com>
70297         [BZ #12489]
70298         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
70299         before performing relro protection.  At old place add assertion
70300         to make sure nothing changed.
70302 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
70303             Glauber de Oliveira Costa  <glommer@gmail.com>
70305         * elf/elf.h: Add new ARM TLS relocs.
70307 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
70309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
70310         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
70311         cast from r3.
70312         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
70313         'tests' variable.
70314         * sysdeps/wordsize-64/tst-writev.c: New file.
70316 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
70318         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
70319         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
70320         insns in _dl_start to prevent a TOC reference before relocs are
70321         resolved.
70323 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
70325         [BZ #12469]
70326         * Makeconfig: Remove RANLIB definition.
70327         * Makerules: Don't use RANLIB.
70328         * aclocal.m4: Remove ranlib test.
70329         * configure.in: No need to check for ranlib.
70330         * elf/rtld-Rules: Don't use RANLIB.
70332 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70334         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
70335         protection macro.
70336         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
70337         inclusion protection macro.
70339         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
70340         SIGRTMIN and SIGRTMAX and print information in that case only when
70341         SIGRTMIN is defined.
70343 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
70345         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
70346         arginfo fn returning -1.
70348         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
70349         and thousands string is zero terminated.
70351 2011-02-03  Andreas Schwab  <schwab@redhat.com>
70353         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
70354         sysdeps/unix/sysv/linux/bits/socket.h.
70356 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70358         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
70359         (__CPU_COUNT): Remove old macros.
70360         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
70361         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
70362         (__CPU_ALLOC, __CPU_FREE): Add macros.
70363         (__sched_cpualloc, __sched_cpufree): Add declarations.
70365 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
70367         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
70368         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
70369         * nscd/aicache.c (addhstaiX): Return timeout of added value.
70370         (readdhstai): Return value of addhstaiX call.
70371         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
70372         (addgrbyX): Return value returned by cache_addgr.
70373         (readdgrbyname): Return value returned by addgrbyX.
70374         (readdgrbygid): Likewise.
70375         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
70376         (addpwbyX): Return value returned by cache_addpw.
70377         (readdpwbyname): Return value returned by addhstbyX.
70378         (readdpwbyuid): Likewise.
70379         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
70380         (addservbyX): Return value returned by cache_addserv.
70381         (readdservbyname): Return value returned by addservbyX:
70382         (readdservbyport): Likewise.
70383         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
70384         (addhstbyX): Return value returned by cache_addhst.
70385         (readdhstbyname): Return value returned by addhstbyX.
70386         (readdhstbyaddr): Likewise.
70387         (readdhstbynamev6): Likewise.
70388         (readdhstbyaddrv6): Likewise.
70389         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
70390         (readdinitgroups): Return value returned by addinitgroupsX.
70391         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
70392         (prune_cache): Keep track of timeout value of re-added entries.
70393         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
70394         * nscd/nscd.h: Adjust prototypes of readd* functions.
70396 2011-02-04  Roland McGrath  <roland@redhat.com>
70398         * nis/nis_server.c (nis_servstate): Use the right name for 0.
70399         (nis_stats): Likewise.
70400         * nis/nis_modify.c (nis_modify): Likewise.
70401         * nis/nis_remove.c (nis_remove): Likewise.
70402         * nis/nis_add.c (nis_add): Likewise.
70404         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
70406         * posix/fnmatch_loop.c: Add some consts.
70408         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
70410 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
70412         [BZ #12460]
70413         * config.make.in (config-cflags-novzeroupper): Define.
70414         * configure.in: Substitute libc_cv_cc_novzeroupper.
70415         * elf/Makefile (AVX-CFLAGS): Define.
70416         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
70417         (CFLAGS-tst-auditmod4a.c): Likewise.
70418         (CFLAGS-tst-auditmod4b.c): Likewise.
70419         (CFLAGS-tst-auditmod6b.c): Likewise.
70420         (CFLAGS-tst-auditmod6c.c): Likewise.
70421         (CFLAGS-tst-auditmod7b.c): Likewise.
70422         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
70424 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
70426         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
70427         function to the callback.
70428         Patch partly by Jiri Olsa <jolsa@redhat.com>.
70430 2011-02-02  Andreas Schwab  <schwab@redhat.com>
70432         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
70433         of errno.
70435 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
70437         [BZ #11724]
70438         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
70439         of constructors.
70440         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
70441         of destructors.
70442         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
70444         [BZ #11724]
70445         * elf/Makefile: Add rules to build and run new test.
70446         * elf/tst-initorder.c: New file.
70447         * elf/tst-initorder.exp: New file.
70448         * elf/tst-initordera1.c: New file.
70449         * elf/tst-initordera2.c: New file.
70450         * elf/tst-initordera3.c: New file.
70451         * elf/tst-initordera4.c: New file.
70452         * elf/tst-initorderb1.c: New file.
70453         * elf/tst-initorderb2.c: New file.
70454         * elf/tst-order-a1.c: New file.
70455         * elf/tst-order-a2.c: New file.
70456         * elf/tst-order-a3.c: New file.
70457         * elf/tst-order-a4.c: New file.
70458         * elf/tst-order-b1.c: New file.
70459         * elf/tst-order-b2.c: New file.
70460         * elf/tst-order-main.c: New file.
70461         New test case by George Gensure <werkt0@gmail.com>.
70463 2010-10-01  Andreas Schwab  <schwab@redhat.com>
70465         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
70466         decoding ACE if AI_CANONIDN.
70468 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
70470         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
70472 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
70474         * version.h (RELEASE): Bump for 2.13 release.
70475         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
70477         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
70479         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
70480         MADV_NOHUGEPAGE.
70481         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
70482         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
70483         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
70484         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
70485         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
70486         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
70488         * posix/getconf.c: Update copyright year.
70489         * catgets/gencat.c: Likewise.
70490         * csu/version.c: Likewise.
70491         * debug/catchsegv.sh: Likewise.
70492         * debug/xtrace.sh: Likewise.
70493         * elf/ldconfig.c: Likewise.
70494         * elf/ldd.bash.in: Likewise.
70495         * elf/sprof.c (print_version): Likewise.
70496         * iconv/iconv_prog.c: Likewise.
70497         * iconv/iconvconfig.c: Likewise.
70498         * locale/programs/locale.c: Likewise.
70499         * locale/programs/localedef.c: Likewise.
70500         * malloc/memusage.sh: Likewise.
70501         * malloc/mtrace.pl: Likewise.
70502         * nscd/nscd.c (print_version): Likewise.
70503         * nss/getent.c: Likewise.
70505         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
70506         PF_CAIF, and PF_ALG.
70507         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
70509 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
70511         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
70512         (modules-names): Use them.
70513         (ifunc-test-modules, ifunc-pie-tests): Define.
70514         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
70515         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
70516         (test-extras): Likewise.
70517         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
70518         $(compile-command.c).
70519         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
70520         (all-built-dso): Define.
70521         (check-textrel.out, check-execstack.out): Depend on it.
70523         * configure.in: Don't override --enable-multi-arch.
70525 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
70527         [BZ #6812]
70528         * nscd/hstcache.c (tryagain): Define.
70529         (cache_addhst): Return tryagain not notfound for temporary errors.
70530         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
70531         failed.
70533 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
70535         [BZ #10563]
70536         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
70537         to make the syscall.
70538         * sysdeps/unix/sysv/linux/setgroups.c: New file.
70540         [BZ #12378]
70541         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
70542         and fall back to matching as normal character if the string ends before
70543         the matching ']' is found.  This is what POSIX requires.
70544         * posix/testfnm.c: Adjust test result.
70545         * posix/globtest.sh: Adjust test result.  Add new test.
70546         * posix/tst-fnmatch.input: Likewise.
70547         * posix/tst-fnmatch2.c: Add new test.
70549 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
70551         * elf/Makefile (check-execstack): Revert last change.  Depend on
70552         check-execstack.h.
70553         (check-execstack.h): New target.
70554         (generated): Add check-execstack.h.
70555         * elf/check-execstack.c: Include "check-execstack.h".
70556         (main): Revert last change.
70557         (handle_file): Return zero if GNU_STACK is absent and
70558         DEFAULT_STACK_PERMS doesn't include PF_X.
70560 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
70562         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
70563         in child fails because the descriptor is already closed.
70564         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
70565         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
70566         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
70568         [BZ #12397]
70569         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
70570         syscall.
70572         [BZ #10484]
70573         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
70574         temporary buffer used to handle multi lookups locally.
70575         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
70577 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
70579         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
70580         loader is ld.so.
70582 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
70584         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
70585         alignment for SSE2.
70587 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
70589         [BZ #12394]
70590         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
70591         characters.  When rounding increased number of integer digits recompute
70592         number of groups.
70593         * stdio-common/tst-grouping.c: New file.
70594         * stdio-common/Makefile: Add rules to build and run tst-grouping.
70596 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
70598         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
70599         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
70601         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
70602         void.
70603         * bits/select.h: Likewise.
70605 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
70607         * po/ja.po: Update from translation team.
70609 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
70611         [BZ #11155]
70612         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
70613         implementation just like for lxstat, fxstatat, et al.
70615 2010-12-27  Jim Meyering  <meyering@redhat.com>
70617         [BZ #12348]
70618         * posix/regexec.c (build_trtable): Return failure indication upon
70619         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
70621 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
70623         [BZ #12201]
70624         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
70625         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
70626         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
70627         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
70629         [BZ #12207]
70630         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
70632         [BZ #12204]
70633         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
70634         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
70636 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
70638         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
70639         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
70640         script has SORT_BY_INIT_PRIORITY.
70641         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
70642         NO_CTORS_DTORS_SECTIONS is defined.
70643         * elf/soinit.c: Likewise.
70644         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
70645         NO_CTORS_DTORS_SECTIONS is defined.
70646         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
70647         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
70648         * sysdeps/sh/init-first.c: Likewise.
70649         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
70651 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
70653         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
70654         always use the slow path.
70656 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
70658         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
70659         similar rule which adds the sysdep directories to the header search in
70660         order to pick up the correct platform stackinfo.h.
70661         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
70662         perform test if it is, otherwise return successfully without testing.
70663         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
70664         DEFAULT_STACK_PERMS define in stackinfo.h.
70665         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
70666         defined in stackinfo.h.
70667         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
70668         DEFAULT_STACK_PERMS defined in stackinfo.h.
70669         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
70670         * sysdeps/ia64/stackinfo.h: Likewise.
70671         * sysdeps/s390/stackinfo.h: Likewise.
70672         * sysdeps/sh/stackinfo.h: Likewise.
70673         * sysdeps/sparc/stackinfo.h: Likewise.
70674         * sysdeps/x86_64/stackinfo.h: Likewise.
70675         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
70676         PF_X for powerpc64.  Retain PF_X for powerpc32.
70678 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
70680         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
70681         accurately.
70682         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
70683         GETDENTS_64BIT_ALIGNED.
70685 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
70687         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
70689 2010-12-10  Andreas Schwab  <schwab@redhat.com>
70691         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
70692         _GNU_SOURCE.
70694         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
70695         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
70696         Remove __restrict.
70697         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
70698         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
70700 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
70702         [BZ #11655]
70703         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
70704         are initialized.
70706 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
70708         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
70710 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
70712         * po/it.po: Update from translation team.
70714 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
70716         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
70717         unused codes.
70719 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
70721         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
70723 2010-11-24  Andreas Schwab  <schwab@redhat.com>
70725         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
70726         specially.
70727         (gaih_getanswer_slice): Likewise.
70729 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
70731         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
70733 2010-05-31  Petr Baudis  <pasky@suse.cz>
70735         [BZ #11149]
70736         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
70737         silently even in the chroot mode.
70739 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
70741         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
70742         last patch a bit.  Pretty printing
70744 2010-05-31  Petr Baudis <pasky@suse.cz>
70746         [BZ #10085]
70747         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
70748         initialization of skip_initgroups_dyn.
70750 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
70752         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
70753         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
70755 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
70757         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
70759 2010-11-11  Andreas Schwab  <schwab@redhat.com>
70761         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
70762         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
70763         (tst-fnmatch-ENV): Set MALLOC_TRACE.
70764         ($(objpfx)tst-fnmatch-mem): New rule.
70765         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
70766         * posix/tst-fnmatch.c (main): Call mtrace.
70768 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
70770         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70771         Support Intel processor model 6 and model 0x2c.
70773 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
70775         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
70776           signed comparison.
70778 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
70780         [BZ #12205]
70781         * string/test-strncasecmp.c (check_result): New function.
70782         (do_one_test): Use it.
70783         (check1): New function.
70784         (test_main): Use it.
70785         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
70786         Support strcasecmp and strncasecmp.
70788 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
70790         [BZ #12194]
70791         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
70792         * sysdeps/x86_64/bits/byteswap.h: Likewise.
70794 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
70796         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
70797         IFUNC support.
70798         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
70799         memset-x86-64.
70800         * sysdeps/x86_64/multiarch/bzero.S: New file.
70801         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
70802         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
70803         * sysdeps/x86_64/multiarch/memset.S: New file.
70804         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
70805         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70806         Set bit_Prefer_SSE_for_memop for Intel processors.
70807         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
70808         Define.
70809         (index_Prefer_SSE_for_memop): Define.
70810         (HAS_PREFER_SSE_FOR_MEMOP): Define.
70812 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
70814         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
70815         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
70817 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
70819         [BZ #12191]
70820         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
70821         (__x86_64_raw_data_cache_size_half): Likewise.
70822         (__x86_64_raw_shared_cache_size): Likewise.
70823         (__x86_64_raw_shared_cache_size_half): Likewise.
70825         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
70826         (__x86_64_raw_data_cache_size_half): Likewise.
70827         (__x86_64_raw_shared_cache_size): Likewise.
70828         (__x86_64_raw_shared_cache_size_half): Likewise.
70829         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
70830         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
70831         and __x86_64_raw_shared_cache_size_half.  Round
70832         __x86_64_data_cache_size_half, __x86_64_data_cache_size
70833         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
70834         to multiple of 256 bytes.
70836 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
70838         [BZ #12167]
70839         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
70840         of inacessible symlinks.  Verify result of symlink before returning it.
70841         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
70842         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
70844 2010-10-28  Erich Ritz  <erichritz@gmail.com>
70846         * math/math.h (isinf): Fix typo in comment.
70848 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
70850         * po/da.po: Update from translation team.
70852 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
70854         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
70855         is added to the list.
70857 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70858             Ulrich Drepper  <drepper@gmail.com>
70860         * elf/dl-object.c (_dl_new_object): Don't append the new object to
70861         the global list here.  Move code to...
70862         (_dl_add_to_namespace_list): ...here.  New function.
70863         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
70864         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
70865         * elf/dl-load.c (lose): Don't remove the element from the list.
70866         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
70867         (_dl_map_object): Likewise.
70869 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
70871         [BZ #12159]
70872         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
70873         into all bytes of SSE register.
70874         Patch by Richard Li <richardpku@gmail.com>.
70876 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
70878         [BZ #12140]
70879         * malloc/malloc.c (_int_free): Fill correct number of bytes when
70880         perturbing.
70882 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
70884         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
70885         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
70886         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
70887         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
70888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
70889         submachine.
70890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
70892 2010-10-22  Andreas Schwab  <schwab@redhat.com>
70894         * include/dlfcn.h (__RTLD_SECURE): Define.
70895         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
70896         mode & __RTLD_SECURE instead.
70897         (open_path): Rename preloaded parameter to secure.
70898         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
70899         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
70900         * elf/dl-deps.c (openaux): Likewise.
70901         * elf/rtld.c (struct map_args): Remove is_preloaded.
70902         (map_doit): Don't use it.
70903         (dl_main): Likewise.
70904         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
70905         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
70907 2010-09-09  Andreas Schwab  <schwab@redhat.com>
70909         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
70910         (sysd-rules-targets): Remove duplicates.
70911         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
70912         rtld-%.$o dependency.
70914 2010-10-18  Andreas Schwab  <schwab@redhat.com>
70916         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
70917         _dl_map_object do it.
70919 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
70921         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
70922         fast fma builtins, define the macros in the C99 standard.
70923         (FP_FAST_FMAF): Likewise.
70924         (FP_FAST_FMAL): Likewise.
70925         * sysdeps/x86_64/bits/mathdef.h: Likewise.
70927         * bits/mathdef.h: Update copyright year.
70928         * sysdeps/powerpc/bits/mathdef.h: Likewise.
70930 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
70932         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
70933         builtins, define the macros in the C99 standard.
70934         (FP_FAST_FMAF): Likewise.
70935         (FP_FAST_FMAL): Likewise.
70936         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
70937         multiply/add.
70938         (FP_FAST_FMAF): Likewise.
70940 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
70942         [BZ #3268]
70943         * math/libm-test.inc (fma_test): Some new testcases.
70944         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
70945         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
70946         y and infinite z.  Do multiplication by C already in long double.
70947         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
70948         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
70949         y and infinite z.  Do bitwise or of inexact bit into u.d.
70950         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
70951         * sysdeps/i386/fpu/s_fmaf.S: Removed.
70952         * sysdeps/i386/fpu/s_fma.S: Removed.
70953         * sysdeps/i386/fpu/s_fmal.S: Removed.
70955 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
70957         [BZ #3268]
70958         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
70959         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
70960         computation is not scheduled after fetestexcept.  Fix value
70961         of minimum denormal long double.
70963 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
70965         [BZ #3268]
70966         * math/libm-test.inc (fma_test): Add some more tests.
70967         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
70968         correctly.
70970 2010-10-15  Andreas Schwab  <schwab@redhat.com>
70972         * scripts/data/localplt-s390-linux-gnu.data: New file.
70973         * scripts/data/localplt-s390x-linux-gnu.data: New file.
70975 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
70977         [BZ #3268]
70978         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
70979         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
70980         instead of dbl-64.
70981         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
70982         inlines.
70983         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
70984         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
70985         if one of x and y is very large and the other is subnormal.
70986         * sysdeps/s390/fpu/s_fmaf.c: New file.
70987         * sysdeps/s390/fpu/s_fma.c: New file.
70988         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
70989         * sysdeps/powerpc/fpu/s_fma.S: New file.
70990         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
70991         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
70992         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
70994 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
70996         [BZ #3268]
70997         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
70998         fma tests.
70999         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
71000         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
71001         * sysdeps/i386/i686/multiarch/s_fma.c: Include
71002         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
71003         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
71004         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
71005         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
71007 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
71009         [BZ #12078]
71010         * posix/regcomp.c (parse_branch): One more memory leak plugged.
71011         * posix/bug-regex31.input: Add test case.
71013 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
71015         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
71016         * posix/bug-regex31.input: New file.
71018         [BZ #12078]
71019         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
71020         (parse_sub_exp): Fix last change, use postorder.
71022         * posix/bug-regex31.c: New file.
71023         * posix/Makefile: Add rules to build and run bug-regex31.
71025         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
71027         [BZ #12078]
71028         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
71030         [BZ #12108]
71031         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
71032         to have entries in sys_siglist.
71034         [BZ #12093]
71035         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
71036         be NULL.
71038 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
71040         [BZ #3268]
71041         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
71042         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
71043         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
71044         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
71045         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
71046         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
71047         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
71048         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
71049         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
71050         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
71051         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
71052         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
71053         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
71054         * math/ftestexcept.c (fetestexcept): Likewise.
71055         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
71056         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
71057         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
71058         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
71059         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
71060         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
71061         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
71063 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
71065         [BZ #12107]
71066         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
71067         newline.
71069 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
71071         * string/bug-strstr1.c: New file.
71072         * string/Makefile: Add rules to build and run bug-strstr1.
71074 2010-10-05  Eric Blake  <eblake@redhat.com>
71076         [BZ #12092]
71077         * string/str-two-way.h (two_way_long_needle): Always clear memory
71078         when skipping input due to the shift table.
71080 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
71082         [BZ #12005]
71083         * malloc/mcheck.c: Handle large requests.
71085         [BZ #12077]
71086         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
71087         for strncmp and strncasecmp.
71088         * string/stratcliff.c: Add tests for strcmp and strncmp.
71089         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
71091 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
71093         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
71094         __set_fpscr.
71096 2010-09-30  Andreas Jaeger  <aj@suse.de>
71098         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
71099         (CGROUP_SUPER_MAGIC): Define.
71100         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
71101         Handle btrfs and cgroup file systems.
71102         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
71103         Likewise.
71105 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
71107         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
71108         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
71110 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
71112         [BZ #12067]
71113         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
71114         trying to locate the ELF header.
71116 2010-09-27  Andreas Schwab  <schwab@redhat.com>
71118         [BZ #11611]
71119         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
71120         Mask out sign-bit copies when constructing f_fsid.
71122 2010-09-24  Petr Baudis <pasky@suse.cz>
71124         * debug/stack_chk_fail_local.c: Add missing licence exception.
71125         * debug/warning-nop.c: Likewise.
71127 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
71129         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
71130         implementing getdents64 using getdents syscall, set d_type if
71131         __ASSUME_GETDENTS32_D_TYPE.
71133 2010-09-16  Andreas Schwab  <schwab@redhat.com>
71135         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
71136         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
71138 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
71140         [BZ #12037]
71141         * posix/unistd.h: Undo change of feature selection for ftruncate from
71142         2010-01-11.
71144 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
71146         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
71147         detection.
71149 2010-09-20  Andreas Schwab  <schwab@redhat.com>
71151         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
71152         fanotify_mark.
71153         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
71155 2010-09-14  Andreas Schwab  <schwab@redhat.com>
71157         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
71158         variables after CHECK_SP call.
71159         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
71161 2010-09-13  Andreas Schwab  <schwab@redhat.com>
71162             Ulrich Drepper  <drepper@redhat.com>
71164         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
71165         re-relocationg ld.so.
71166         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
71167         _dl_init_paths call.
71168         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
71169         here anymore.
71171 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
71173         * resolv/res_init.c (__res_vinit): Count the default server we added.
71175 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
71176             Ulrich Drepper  <drepper@redhat.com>
71178         [BZ #11968]
71179         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
71180         (____longjmp_chk): Use %ebx for saving value across system call.
71181         Add unwind info.
71183 2010-09-06  Andreas Schwab  <schwab@redhat.com>
71185         * manual/Makefile: Don't mix pattern rules with normal rules.
71187 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
71189         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
71190         operation.
71191         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
71192         * libio/iofopncook.c (_IO_cookie_init): Likewise.
71193         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
71194         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
71195         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
71196         Likewise.
71198 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
71200         [BZ #11979]
71201         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
71202         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
71204 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
71206         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
71207         * sysdeps/x86_64/addmul_1.S: Likewise.
71208         * sysdeps/x86_64/lshift.S: Likewise.
71209         * sysdeps/x86_64/mul_1.S: Likewise.
71210         * sysdeps/x86_64/rshift.S: Likewise.
71211         * sysdeps/x86_64/sub_n.S: Likewise.
71212         * sysdeps/x86_64/submul_1.S: Likewise.
71214 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71216         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
71217         Define __sched_param instead of SCHED_* and sched_param when
71218         <bits/sched.h> is included with __need_schedparam defined.
71219         * bits/sched.h [__need_schedparam]
71220         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
71221         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
71222         (__defined_schedparam): Define to 1.
71223         (__sched_param): New structure, identical to sched_param.
71224         (__need_schedparam): Undefine.
71226 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
71228         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
71229         (epoll_create1): Declare.
71231         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
71233 2010-08-31  Andreas Schwab  <schwab@redhat.com>
71235         [BZ #7066]
71236         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
71237         shifting retval into place.
71239 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
71241         * nis/rpcsvc/nis.h: Update copyright notice.
71242         * nis/rpcsvc/nis.x: Likewise.
71243         * nis/rpcsvc/nis_callback.h: Likewise.
71244         * nis/rpcsvc/nis_callback.x: Likewise.
71245         * nis/rpcsvc/nis_object.x: Likewise.
71246         * nis/rpcsvc/nis_tags.h: Likewise.
71247         * nis/rpcsvc/yp.h: Likewise.
71248         * nis/rpcsvc/yp.x: Likewise.
71249         * nis/rpcsvc/ypupd.h: Likewise.
71250         * nis/yp_xdr.c: Likewise.
71251         * nis/ypupdate_xdr.c: Likewise.
71253         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
71254         mainly the body of pmap_getport.  Add parameters to specify timeouts.
71255         (pmap_getport): Use __libc_rpc_getport.
71256         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
71257         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
71258         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
71260 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
71262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
71263         fanotify_mark.
71265 2010-08-27  Roland McGrath  <roland@redhat.com>
71267         * sysdeps/i386/i686/multiarch/Makefile
71268         (CFLAGS-varshift.c): New variable.
71270 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
71272         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
71273         * sysdeps/i386/i686/multiarch/varshift.c: New file.
71275         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
71277         * sysdeps/x86_64/strlen.S: Minimal code improvement.
71279 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
71281         * sysdeps/x86_64/strlen.S: Unroll the loop.
71282         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
71283         strlen-sse2 strlen-sse2-bsf.
71284         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
71285         __strlen_no_bsf if bit_Slow_BSF is set.
71286         (__strlen_sse42): Removed.
71287         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
71288         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
71290 2010-08-25  Roland McGrath  <roland@redhat.com>
71292         * sysdeps/x86_64/multiarch/varshift.S: File removed.
71293         * sysdeps/x86_64/multiarch/varshift.c: New file.
71294         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
71295         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
71296         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
71297         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
71299 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
71301         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
71302         strlen-sse2 strlen-sse2-bsf.
71303         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
71304         __strlen_sse2_bsf if bit_Slow_BSF is unset.
71305         (__strlen_sse2): Removed.
71306         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
71307         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
71308         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
71309         bit_Slow_BSF for Atom.
71310         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
71311         (index_Slow_BSF): Define.
71312         (HAS_SLOW_BSF): Define.
71314 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
71316         [BZ #10851]
71317         * resolv/res_init.c (__res_vinit): When no server address at all
71318         is given default to loopback.
71320 2010-08-24  Roland McGrath  <roland@redhat.com>
71322         * configure.in: Remove config-name.h generation.
71323         * configure: Regenerated.
71324         * config-name.in: File removed.
71325         * scripts/config-uname.sh: New file.
71326         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
71327         ($(objdir)config-name.h): New target.
71329         * sunrpc/rpc_parse.h: Avoid nested comment.
71331 2010-08-24  Richard Henderson  <rth@redhat.com>
71332             Ulrich Drepper  <drepper@redhat.com>
71333             H.J. Lu  <hongjiu.lu@intel.com>
71335         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
71336         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
71337         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
71338         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
71339         _mm_alignr_epi8 with _mm_loadu_si128.
71340         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
71341         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
71342         (__m128i_shift_right): Removed.
71343         * sysdeps/i386/i686/multiarch/varshift.h: New file.
71344         * sysdeps/i386/i686/multiarch/varshift.S: New file.
71345         * sysdeps/x86_64/multiarch/varshift.h: New file.
71346         * sysdeps/x86_64/multiarch/varshift.S: New file.
71348 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
71350         * configure.in: Move assembler checks to before sysdep dir checking.
71352 2010-08-20  Petr Baudis  <pasky@suse.cz>
71354         * LICENSES: Sync the sunrpc license.
71356 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
71358         * sunrpc/auth_des.c: Update copyright notice once again.
71359         * sunrpc/auth_none.c: Likewise.
71360         * sunrpc/auth_unix.c: Likewise.
71361         * sunrpc/authdes_prot.c: Likewise.
71362         * sunrpc/authuxprot.c: Likewise.
71363         * sunrpc/bindrsvprt.c: Likewise.
71364         * sunrpc/clnt_gen.c: Likewise.
71365         * sunrpc/clnt_perr.c: Likewise.
71366         * sunrpc/clnt_raw.c: Likewise.
71367         * sunrpc/clnt_simp.c: Likewise.
71368         * sunrpc/clnt_tcp.c: Likewise.
71369         * sunrpc/clnt_udp.c: Likewise.
71370         * sunrpc/clnt_unix.c: Likewise.
71371         * sunrpc/des_crypt.c: Likewise.
71372         * sunrpc/des_soft.c: Likewise.
71373         * sunrpc/get_myaddr.c: Likewise.
71374         * sunrpc/getrpcport.c: Likewise.
71375         * sunrpc/key_call.c: Likewise.
71376         * sunrpc/key_prot.c: Likewise.
71377         * sunrpc/openchild.c: Likewise.
71378         * sunrpc/pm_getmaps.c: Likewise.
71379         * sunrpc/pm_getport.c: Likewise.
71380         * sunrpc/pmap_clnt.c: Likewise.
71381         * sunrpc/pmap_prot.c: Likewise.
71382         * sunrpc/pmap_prot2.c: Likewise.
71383         * sunrpc/pmap_rmt.c: Likewise.
71384         * sunrpc/rpc/auth.h: Likewise.
71385         * sunrpc/rpc/auth_unix.h: Likewise.
71386         * sunrpc/rpc/clnt.h: Likewise.
71387         * sunrpc/rpc/des_crypt.h: Likewise.
71388         * sunrpc/rpc/key_prot.h: Likewise.
71389         * sunrpc/rpc/netdb.h: Likewise.
71390         * sunrpc/rpc/pmap_clnt.h: Likewise.
71391         * sunrpc/rpc/pmap_prot.h: Likewise.
71392         * sunrpc/rpc/pmap_rmt.h: Likewise.
71393         * sunrpc/rpc/rpc.h: Likewise.
71394         * sunrpc/rpc/rpc_des.h: Likewise.
71395         * sunrpc/rpc/rpc_msg.h: Likewise.
71396         * sunrpc/rpc/svc.h: Likewise.
71397         * sunrpc/rpc/svc_auth.h: Likewise.
71398         * sunrpc/rpc/types.h: Likewise.
71399         * sunrpc/rpc/xdr.h: Likewise.
71400         * sunrpc/rpc_clntout.c: Likewise.
71401         * sunrpc/rpc_cmsg.c: Likewise.
71402         * sunrpc/rpc_common.c: Likewise.
71403         * sunrpc/rpc_cout.c: Likewise.
71404         * sunrpc/rpc_dtable.c: Likewise.
71405         * sunrpc/rpc_hout.c: Likewise.
71406         * sunrpc/rpc_main.c: Likewise.
71407         * sunrpc/rpc_parse.c: Likewise.
71408         * sunrpc/rpc_parse.h: Likewise.
71409         * sunrpc/rpc_prot.c: Likewise.
71410         * sunrpc/rpc_sample.c: Likewise.
71411         * sunrpc/rpc_scan.c: Likewise.
71412         * sunrpc/rpc_scan.h: Likewise.
71413         * sunrpc/rpc_svcout.c: Likewise.
71414         * sunrpc/rpc_tblout.c: Likewise.
71415         * sunrpc/rpc_util.c: Likewise.
71416         * sunrpc/rpc_util.h: Likewise.
71417         * sunrpc/rpcinfo.c: Likewise.
71418         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
71419         * sunrpc/rpcsvc/key_prot.x: Likewise.
71420         * sunrpc/rpcsvc/klm_prot.x: Likewise.
71421         * sunrpc/rpcsvc/mount.x: Likewise.
71422         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
71423         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
71424         * sunrpc/rpcsvc/rex.x: Likewise.
71425         * sunrpc/rpcsvc/rstat.x: Likewise.
71426         * sunrpc/rpcsvc/rusers.x: Likewise.
71427         * sunrpc/rpcsvc/sm_inter.x: Likewise.
71428         * sunrpc/rpcsvc/spray.x: Likewise.
71429         * sunrpc/rpcsvc/yppasswd.x: Likewise.
71430         * sunrpc/rtime.c: Likewise.
71431         * sunrpc/svc.c: Likewise.
71432         * sunrpc/svc_auth.c: Likewise.
71433         * sunrpc/svc_authux.c: Likewise.
71434         * sunrpc/svc_raw.c: Likewise.
71435         * sunrpc/svc_run.c: Likewise.
71436         * sunrpc/svc_simple.c: Likewise.
71437         * sunrpc/svc_tcp.c: Likewise.
71438         * sunrpc/svc_udp.c: Likewise.
71439         * sunrpc/svc_unix.c: Likewise.
71440         * sunrpc/svcauth_des.c: Likewise.
71441         * sunrpc/xcrypt.c: Likewise.
71442         * sunrpc/xdr.c: Likewise.
71443         * sunrpc/xdr_array.c: Likewise.
71444         * sunrpc/xdr_float.c: Likewise.
71445         * sunrpc/xdr_mem.c: Likewise.
71446         * sunrpc/xdr_rec.c: Likewise.
71447         * sunrpc/xdr_ref.c: Likewise.
71448         * sunrpc/xdr_sizeof.c: Likewise.
71449         * sunrpc/xdr_stdio.c: Likewise.
71451         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
71452         handling.
71454 2010-08-19  Andreas Schwab  <schwab@redhat.com>
71456         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
71458 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
71460         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
71461         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
71462         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
71463         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
71464         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
71465         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
71466         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
71467         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
71468         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
71469         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
71470         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
71471         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
71472         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
71473         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
71475 2010-07-26  Anton Blanchard  <anton@samba.org>
71477         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
71478         * malloc/arena.c (heap_trim): Likewise.
71480 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
71482         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
71483         here.  Not...
71484         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
71485         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
71487 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
71489         * sysdeps/i386/elf/Makefile: New file.
71491 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
71493         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
71494         from fanotify_init.
71495         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
71496         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
71498 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
71500         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
71501         of strncasecmp_l.
71502         * sysdeps/multiarch/strcmp.S: Likewise.
71504 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
71506         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
71507         strncase_l-nonascii.
71508         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
71509         Add strncase_l-ssse3.
71510         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
71511         * sysdeps/x86_64/strcmp.S: Likewise.
71512         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
71513         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
71514         * sysdeps/x86_64/strncase.S: New file.
71515         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
71516         * sysdeps/x86_64/strncase_l.S: New file.
71517         * string/Makefile (strop-tests): Add strncasecmp.
71518         * string/test-strncasecmp.c: New file.
71520         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
71521         warning.
71523         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
71524         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
71526 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
71528         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
71530 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
71532         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
71533         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
71534         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
71536 2010-05-01  Alan Modra  <amodra@gmail.com>
71538         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
71539         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
71540         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
71541         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
71542         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
71543         tidying.  Don't tail-call __sigjmp_save for static lib.
71544         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
71545         save location.
71546         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
71547         (CALL_MCOUNT): Add eh info, and nop after bl.
71548         (TAIL_CALL_SYSCALL_ERROR): New macro.
71549         (PSEUDO_RET): Use it.
71550         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
71551         Correct save location of integer regs and cr.
71552         (_dl_profile_resolve): Correct cr save location.  Delete nops
71553         after bl when SHARED.  Reduce cfi size a little by better
71554         placement of cfi directives.
71555         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
71556         make a stack frame.  Instead use parm save area as a temp.
71557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
71558         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
71559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
71560         Don't make a stack frame for parent, use parm save area.
71561         Increase child stack frame to 112 bytes.  Don't save unused reg,
71562         and adjust reg usage.  Set up cfi on error recovery and
71563         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
71564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
71565         (__makecontext): Add dummy nop after jump to exit.
71566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
71567         Use correct parm save area and cr save, reduce stack frame.
71568         Correct cfi for possible PSEUDO_RET frame setup.
71569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
71570         Branch to local label emitted by PSEUDO_RET rather than
71571         __syscall_error.
71573 2010-08-12  Andreas Schwab  <schwab@redhat.com>
71575         [BZ #11904]
71576         * locale/programs/locale.c (print_assignment): New function.
71577         (show_locale_vars): Use it.
71579 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
71581         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
71582         field.
71583         (struct statfs64): Likewise.
71584         (_STATFS_F_FLAGS): Define.
71585         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
71586         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
71587         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
71588         (ST_VALID): Define locally.
71589         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
71590         __statvfs_getflags, use the provided value.
71591         * sysdeps/unix/sysv/linux/kernel-features.h: Define
71592         __ASSUME_STATFS_F_FLAGS.
71594         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
71596         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
71597         Add sys/fanotify.h.
71598         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
71599         fanotify_mask for GLIBC_2.13.
71600         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
71601         fanotify_init and fanotify_mark.
71602         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
71603         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
71605         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
71606         Add prlimit.
71607         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
71608         prlimit64 for GLIBC_2.13.
71609         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
71610         prlimit64.
71611         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
71612         syscall.
71613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
71614         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
71615         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
71616         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
71617         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
71618         add prlimit alias.
71619         * sysdeps/unix/sysv/linux/prlimit.c: New file.
71621         [BZ #11903]
71622         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
71623         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
71625         * nss/Makefile: Add rules to build and run tst-nss-test1.
71626         * shlib-versions: Add entry for libnss_test1.
71627         * nss/nss_test1.c: New file.
71628         * nss/tst-nss-test1.c: New file.
71630         * nss/nsswitch.c (__nss_database_custom): Define new variable.
71631         (__nss_configure_lookup): Set appropriate entry in
71632         __nss_configure_lookup to true.
71633         * nss/nsswitch.h: Define enum with indeces of databases in
71634         databases and __nss_database_custom arrays.  Declare
71635         __nss_database_custom.
71636         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
71637         to avoid using nscd when custom rules are installed.
71638         * nss/getXXbyYY_r.c: Likewise.
71639         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
71641         * nss/nss_files/files-parse.c: Whitespace fixes.
71643 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
71645         [BZ #11883]
71646         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
71647         * posix/fnmatch_loop.c: Likewise.
71649 2010-07-17  Andi Kleen  <ak@linux.intel.com>
71651         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
71652         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
71653         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
71654         * Versions.def [GLIBC_2.13]: Add.
71656 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
71658         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
71659         Also fail if tpwd after pwuid call is NULL.
71661 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71663         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
71664         when converting to ms.
71666 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71668         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
71669         EOPNOTSUPP errors with ENOTTY.
71670         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
71671         EOPNOTSUPP errors with ENOTTY.
71673 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
71675         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
71676         Add strcasecmp_l-ssse3.
71677         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
71678         strcasecmp.
71679         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
71680         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
71681         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
71683 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
71685         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
71687         * string/Makefile (strop-tests): Add strcasecmp.
71688         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
71689         strcasecmp_l-nonascii.
71690         (gen-as-const-headers): Add locale-defines.sym.
71691         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
71692         * sysdeps/x86_64/strcasecmp.S: New file.
71693         * sysdeps/x86_64/strcasecmp_l.S: New file.
71694         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
71695         * sysdeps/x86_64/locale-defines.sym: New file.
71696         * string/test-strcasecmp.c: New file.
71698         * string/test-strcasestr.c: Test both ends of the range of characters.
71699         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
71701 2010-07-29  Roland McGrath  <roland@redhat.com>
71703         [BZ #11856]
71704         * manual/locale.texi (Yes-or-No Questions): Fix example code.
71706 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
71708         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
71709         for ld.so.
71711 2010-07-27  Andreas Schwab  <schwab@redhat.com>
71713         * manual/memory.texi (Malloc Tunable Parameters): Document
71714         M_PERTURB.
71716 2010-07-26  Roland McGrath  <roland@redhat.com>
71718         [BZ #11840]
71719         * configure.in (-fgnu89-inline check): Set and substitute
71720         gnu89_inline, not libc_cv_gnu89_inline.
71721         * configure: Regenerated.
71722         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
71724 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
71726         * string/test-strnlen.c: New file.
71727         * string/Makefile (strop-tests): Add strnlen.
71728         * string/tester.c (test_strnlen): Add a few more test cases.
71729         * string/tst-strlen.c: Better error reporting.
71731         * sysdeps/x86_64/strnlen.S: New file.
71733 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
71735         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
71736         lower-latency instructions.
71738 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
71740         * string/test-strcasestr.c: New file.
71741         * string/test-strstr.c: New file.
71742         * string/Makefile (strop-tests): Add strstr and strcasestr.
71743         * string/str-two-way.h: Don't undefine MAX.
71744         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
71746 2010-07-21  Andreas Schwab  <schwab@redhat.com>
71748         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
71749         strcasestr-nonascii.
71750         (CFLAGS-strcasestr-nonascii.c): Define.
71751         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
71752         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
71753         Remove unused attribute.
71755 2010-07-20  Roland McGrath  <roland@redhat.com>
71757         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
71758         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
71759         ld.so.cache was broken.  With it, there is no way to disable dsocaps
71760         like LD_HWCAP_MASK can disable hwcaps.
71762 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
71764         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
71766 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
71768         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
71769         call in strcasestr.
71770         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
71771         __strcasestr_sse42_nonascii.
71772         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
71773         strcasestr-nonascii.c.
71774         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
71776 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
71778         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
71779         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
71780         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
71781         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
71783 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
71785         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
71786         fcntl.
71788 2010-07-06  Andreas Schwab  <schwab@redhat.com>
71790         [BZ #11577]
71791         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
71792         dl_signal_cerror.
71794 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
71796         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
71797         _PC_PIPE_BUF using F_GETPIPE_SZ.
71799 2010-07-05  Roland McGrath  <roland@redhat.com>
71801         * manual/arith.texi (Rounding Functions): Fix rint description
71802         implicit in round description.
71804 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
71806         * elf/Makefile: Fix linking for a few tests to make recent linker
71807         happy.
71809 2010-06-30  Andreas Schwab  <schwab@redhat.com>
71811         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
71812         $(common-objpfx)libc_nonshared.a.
71814 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
71816         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
71817         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
71818         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
71819         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
71820         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
71821         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
71822         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
71823         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
71824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
71825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
71826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
71827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
71828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
71829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
71830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
71831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
71832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
71833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
71834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
71835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
71836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
71837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
71838         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
71839         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
71840         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
71841         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
71842         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
71843         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
71844         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
71845         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
71846         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
71847         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
71848         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
71849         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
71850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
71851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
71852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
71853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
71854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
71855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
71856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
71857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
71858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
71859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
71860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
71861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
71862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
71863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
71865 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
71867         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
71868         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
71869         * string/memmove.c (memmove): Renamed to ...
71870         (MEMMOVE): ...this.  Default to memmove.
71871         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
71872         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
71873         (END_CHK): Define.
71874         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
71875         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
71876         mempcpy-ssse3-back memmove-ssse3-back.
71877         * sysdeps/x86_64/multiarch/bcopy.S: New file .
71878         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
71879         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
71880         * sysdeps/x86_64/multiarch/memcpy.S: New file.
71881         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
71882         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
71883         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
71884         * sysdeps/x86_64/multiarch/memmove.c: New file.
71885         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
71886         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
71887         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
71888         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
71889         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
71890         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
71891         Define.
71892         (index_Fast_Copy_Backward): Define.
71893         (HAS_ARCH_FEATURE): Define.
71894         (HAS_FAST_REP_STRING): Define.
71895         (HAS_FAST_COPY_BACKWARD): Define.
71897 2010-06-21  Andreas Schwab  <schwab@redhat.com>
71899         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
71900         Restore proper fallback handling.
71902 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
71904         [BZ #11701]
71905         * posix/group_member.c (__group_member): Correct checking loop.
71907         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
71908         OOM in getpwuid_r correctly.  Return error number when the caller
71909         should return, otherwise -1.
71910         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
71911         call returning > 0 value.
71912         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
71914 2010-06-07  Andreas Schwab  <schwab@redhat.com>
71916         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
71917         libc_nonshared.a from targets in modules-names.
71919 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
71921         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
71922         requires it.
71924 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
71926         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
71927         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
71928         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
71929         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
71931 2010-06-02  Andreas Schwab  <schwab@redhat.com>
71933         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
71935 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
71937         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
71938         and F_GETPIPE_SZ.
71939         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
71940         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
71941         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
71942         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
71943         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
71944         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
71946 2010-06-14  Roland McGrath  <roland@redhat.com>
71948         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
71950 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
71952         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
71953         __REDIRECT followed by __THROW.
71954         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
71955         * posix/getopt.h (getopt): Likewise.
71957 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
71959         * hurd/lookup-at.c (__file_name_lookup_at): Accept
71960         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
71961         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
71962         in AT_FLAGS.
71963         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
71964         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
71966 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
71968         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
71970 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
71972         [BZ #11640]
71973         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
71974         Properly check family and model.
71976 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
71978         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
71980 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
71982         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
71984 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
71986         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
71987         symbol reference.
71989 2010-05-19  Andreas Schwab  <schwab@redhat.com>
71991         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
71992         symbol reference.
71994 2010-05-21  Andreas Schwab  <schwab@redhat.com>
71996         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
71997         and internal_recvmmsg.
71998         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
71999         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
72000         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
72001         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
72003         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
72004         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
72005         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
72007 2010-05-20  Andreas Schwab  <schwab@redhat.com>
72009         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
72011 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
72013         POWER7 optimizations.
72014         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
72015         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
72017 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
72019         * version.h: Update for 2.13 development version.
72021 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
72023         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
72024         exceptions.  Return 0.
72026 2010-05-07  Roland McGrath  <roland@redhat.com>
72028         * elf/ldconfig.c (main): Add a const.
72030 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
72032         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
72033         (args_options): Add no-idn option.
72034         (ahosts_keys_int): Add idn_flags to ai_flags.
72035         (parse_option): Handle 'i' option to clear idn_flags.
72037         * malloc/malloc.c (_int_free): Possible race in the most recently
72038         added check.  Only act on the data if no current modification
72039         happened.
72041 See ChangeLog.17 for earlier changes.