tilegx32: avoid a a -Werror warning from unwinding
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2
3         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4         long before casting to pointer to avoid a cast warning.
5
6 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
7
8         * sysdeps/tile/tilegx/Implies: New file.
9
10 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
11
12         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
13
14 2014-12-23  Florian Weimer  <fweimer@redhat.com>
15
16         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
17
18 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
19
20         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
21         not define.
22         * sysdeps/unix/sysv/linux/utimes.c: Do not include
23         <kernel-features.h>.
24         (__utimes) [__NR_utimes]: Make code unconditional.
25         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
26         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
27         (__ASSUME_UTIMES): Do not undefine.
28         * sysdeps/unix/sysv/linux/tile/kernel-features.h
29         (__ASSUME_UTIMES): Likewise.
30         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
31         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
32         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
33         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
34
35 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
36
37         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
38
39 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
40
41         [BZ #17747]
42         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
43         alias to weak alias for j0l, y0l.
44         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
45         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
46
47         [BZ #17746]
48         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
49         conversion.
50
51 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
52
53         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
54         to zero if not already defined.
55
56 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
57
58         [BZ #17724]
59         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
60         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
61         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
62         (char *) casts added.
63         * sysdeps/ieee754/k_standardf.c: New file.
64         * sysdeps/ieee754/k_standardl.c: Likewise.
65         * math/Makefile (libm-support): Remove k_standard.
66         (libm-calls): Add k_standard.
67
68 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
69
70         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
71         Optimize to avoid an unnecessary FPCR read.
72
73 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
74
75         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
76         Optimize to reduce FPCR/FPSR accesses.
77
78 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
79
80         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
81         Call libc_fetestexcept_aarch64.
82
83 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
84
85         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
86         Call libc_fesetround_aarch64.
87
88 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
89
90         [BZ #17733]
91         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
92         (__bind): Do not define as weak alias.
93         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
94         define.
95         (__getsockname): Do not define as weak alias.
96
97 2014-12-22  Will Newton  <will.newton@linaro.org>
98
99         * manual/install.texi: Document that we require bison 2.7
100         or above.
101         * INSTALL: Regenerate.
102         * configure.ac: Use AC_CHECK_PROG_VER instead of
103         AC_PATH_PROG when checking for bison and check for
104         version 2.7 or above.
105         * configure: Regenerate.
106
107 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
108
109         [BZ #17745]
110         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
111         * sysdeps/tile/ffsll.c (ffsll): To here.
112
113         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
114
115 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
116
117         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
118         if not defined.
119         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
120         definition.
121         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
122         hidden ___tls_get_addr.
123         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
124         hidden __tls_get_addr.
125         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
126         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
127         Likewise.
128
129 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
130
131         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
132         _dl_init call.
133
134 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
135
136         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
137         from "call _dl_init@PLT".
138         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
139
140 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
141
142         * manual/search.texi: (Array Sort Function): Clarify stable sorting
143         guarantees.
144
145 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
146
147         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
148
149 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
150
151         [BZ #17744]
152         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
153         strnlen.
154
155 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
156
157         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
158         of multu on MIPSr6.
159         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
160         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
161         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
162         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
163         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
164
165 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
166
167         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
168         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
169         (PTR_SUBU): Use subu for mips32r6/mips64r6.
170         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
171         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
172         mips32r6/mips64r6.
173         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
174
175 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
176
177         * string/strncat.c (STRNCAT): Simplify implementation.
178
179 2014-12-19  David S. Miller  <davem@davemloft.net>
180
181         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
182         access the quad as both a long double and as a series of 4 words.
183
184         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
185         link_map->l_info array access.
186
187 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
188
189         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
190
191         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
192         * math/atest-exp2.c (TIMEOUT): Likewise.
193         * math/atest-sincos.c (TIMEOUT): Likewise.
194
195 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
196
197         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
198         -Wno-error with -fno-builtin-lround.
199
200 2014-12-19  Torvald Riegel  <triegel@redhat.com>
201
202         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
203         Contains futex constants and functions moved over from ...
204         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
205         <lowlevellock-futex.h>.
206         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
207         (lll_timedwait_tid): Add comments and parentheses around macro
208         arguments.
209
210 2014-12-19  Torvald Riegel  <triegel@redhat.com>
211
212         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
213         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
214         (__lll_private_flag): Remove.
215         (lll_futex_wait): Likewise.
216         (lll_futex_timed_wait): Likewise.
217         (lll_futex_wake): Likewise.
218         (lll_futex_requeue): Likewise.
219         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
220         (__lll_timedwait_tid): Spell out argument names.
221         (lll_timedwait_tid): Add comments and parentheses around macro
222         arguments.
223         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
224         LLL_SHARED and LLL_PRIVATE usable from assembly code.
225
226 2014-12-19  Torvald Riegel  <triegel@redhat.com>
227
228         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
229         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
230         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
231         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
232         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
233         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
234         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
235         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
236         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
237         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
238         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
239         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
240         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
241         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
242         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
243         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
244         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
245         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
246         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
247
248 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
249
250         * sysdeps/x86_64/x32/Makefile: New file.
251
252 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
253
254         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
255         1L with (mp_limb_t) 1.
256
257 2014-12-17  Roland McGrath  <roland@hack.frob.com>
258
259         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
260         * nptl/libc_pthread_init.c: ... here.
261         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
262         * nptl/register-atfork.c: ... here.
263
264         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
265         Use pthread_sigmask rather than INTERNAL_SYSCALL.
266         Use assert_perror to check its return value.
267         (__gai_create_helper_thread): Likewise.
268
269         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
270
271         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
272
273 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
274
275         [BZ #17725]
276         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
277         __profil_counter.
278         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
279         Likewise.
280         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
281         Likewise.
282         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
283         Likewise.
284         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
285         (profil_counter): Likewise.
286         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
287         (profil_counter): Likewise.
288         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
289         Likewise.
290         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
291         Likewise.
292         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
293         (profil_counter): Likewise.
294         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
295         Likewise.
296         [!__profil_counter] (profil_counter): Define as weak alias of
297         __profil_counter.
298         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
299         (profil_counter): Rename to __profil_counter.
300         [!__profil_counter] (profil_counter): Define as weak alias of
301         __profil_counter.
302         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
303         (profil_counter): Rename to __profil_counter.
304         [!__profil_counter] (profil_counter): Define as weak alias of
305         __profil_counter.
306         * sysdeps/posix/profil.c: Update comment referring to
307         profil_counter.
308         (__profil): Use __profil_counter instead of profil_counter.
309         * sysdeps/posix/sprofil.c (profil_counter): Rename to
310         __profil_counter.  Use __profil_counter_ushort and
311         __profil_counter_uint in definitions.
312         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
313         instead of profil_counter_uint and profil_counter_ushort.
314
315         [BZ #17722]
316         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
317         define as weak alias of __inet_makeaddr.
318         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
319         as weak alias of __inet_addr.
320         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
321         as weak alias of __inet_pton.  Use libc_hidden_weak.
322         * include/arpa/inet.h (__inet_pton): Declare.  Use
323         libc_hidden_proto.
324         (inet_makeaddr): Don't use libc_hidden_proto.
325         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
326         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
327         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
328         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
329         Remove variable.
330         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
331         (test-xfail-POSIX/time.h/linknamespace): Likewise.
332
333 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
334
335         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
336
337 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
338
339         * stdio-common/bug-vfprintf-nargs.c (do_test):
340         Cast value to intptr_t to avoid format warning
341         for usage with PRIdPTR printing macro.
342
343 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
344
345         * libio/tst-widetext.c (do_test):
346         Use format type %td instead of %Zd for ptrdiff_t
347         in order to avoid format warning.
348
349 2014-12-17  Andreas Schwab  <schwab@suse.de>
350
351         * nscd/mem.c (gc): Add size_t cast to match printf format.
352
353 2014-12-16  Roland McGrath  <roland@hack.frob.com>
354
355         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
356         (init): Apply PTR_MANGLE to pointers before storing them.
357         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
358         before using them.
359
360 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
361
362         [BZ #17719]
363         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
364         define as weak alias of __memrchr.
365         (__memrchr): Do not define as strong alias of memrchr.
366         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
367         Remove variable.
368         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
369         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
370         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
371
372         [BZ #17717]
373         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
374         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
375         (if_indextoname): Rename to __if_indextoname and define as weak
376         alias of __if_indextoname.  Use libc_hidden_weak.
377         (if_freenameindex): Rename to __if_freenameindex and define as
378         weak alias of __if_freenameindex.
379         (if_nameindex): Rename to __if_nameindex and define as weak alias
380         of __if_nameindex.
381         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
382         __if_nametoindex and define as weak alias of __if_nametoindex.
383         Use libc_hidden_weak.
384         (if_freenameindex): Rename to __if_freenameindex and define as
385         weak alias of __if_freenameindex.
386         (if_nameindex): Rename to __if_nameindex and define as weak alias
387         of __if_nameindex.
388         (if_indextoname): Rename to __if_indextoname and define as weak
389         alias of __if_indextoname.  Use libc_hidden_weak.
390         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
391         __if_nametoindex and define as weak alias of __if_nametoindex.
392         Use libc_hidden_weak.
393         (if_freenameindex): Rename to __if_freenameindex and define as
394         weak alias of __if_freenameindex.  Use libc_hidden_weak.
395         (if_nameindex_netlink): Use __if_freenameindex instead of
396         if_freenameindex.
397         (if_nameindex): Rename to __if_nameindex and define as weak alias
398         of __if_nameindex.  Use libc_hidden_weak.
399         (if_indextoname): Rename to __if_indextoname and define as weak
400         alias of __if_indextoname.  Use libc_hidden_weak.
401         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
402         libc_hidden_proto.
403         [!_ISOMAC] (__if_freenameindex): Likewise.
404         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
405         if_nametoindex.
406         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
407         variable.
408         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
409         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
410         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
411         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
412         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
413         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
414         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
415
416         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
417         Remove variable.
418         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
419         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
420
421 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
422
423         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
424         subscript above bounds'
425
426         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
427         bounds.
428
429 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
430
431         * libio/tst-fopenloc.c: Use test-skeleton.c.
432
433         * stdlib/tst-bsearch.c: Use test-skeleton.c.
434         (entry): Rename to ITEM.
435         (do_test, comp): Adjust.
436
437         * stdio-common/tst-fseek.c: Use test-skeleton.c.
438
439 2014-12-16  Torvald Riegel  <triegel@redhat.com>
440
441         * string/tester.c: Include <libc-internal.h>.
442         (test_memset): Ignore -Wmemset-transposed-args.
443
444 2014-12-16  Torvald Riegel  <triegel@redhat.com>
445
446         * misc/tst-mntent2.c (do_test): Fix warning.
447
448 2014-12-16  Torvald Riegel  <triegel@redhat.com>
449
450         * elf/tst-unique4lib.cc(a): Mark as used.
451
452 2014-12-16  Florian Weimer  <fweimer@redhat.com>
453
454         [BZ #17630]
455         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
456         names.
457
458 2014-12-16  Allan McRae  <allan@archlinux.org>
459
460         * stdio-common/Makefile (tests): Re-add bug26.
461
462 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
463
464         [BZ #17657]
465         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
466         static array.
467
468 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
469
470         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
471         (__lll_lock_wait): Likewise.
472         (__lll_timedlock_wait): Likewise.
473         (__lll_timedwait_tid): Likewise.
474         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
475         (__lll_robust_timedlock_wait): Likewise.
476         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
477         (lll_cond_trylock): Likewise.
478         (__lll_lock): Likewise.
479         (__lll_robust_lock): Likewise.
480         (__lll_cond_lock): Likewise.
481         (lll_robust_cond_lock): Likewise.
482         (__lll_timedlock): Likewise.
483         (__lll_robust_timedlock): Likewise.
484         (__lll_unlock): Likewise.
485         (__lll_robust_unlock): Likewise.
486         (lll_wait_tid): Likewise.
487         (lll_timedwait_tid): Likewise.
488
489 2014-12-15  Torvald Riegel  <triegel@redhat.com>
490
491         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
492
493 2014-12-15  Torvald Riegel  <triegel@redhat.com>
494
495         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
496
497 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
498
499         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
500         * stdio-common/tst-sprintf.c: Likewise.
501
502 2014-12-15  Torvald Riegel  <triegel@redhat.com>
503
504         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
505
506 2014-12-15  Jeff Law  <law@redhat.com>
507
508         [BZ #16617]
509         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
510         on the heap.  (CVE-2012-3406)
511         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
512         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
513         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
514
515 2014-12-15  Will Newton  <will.newton@linaro.org>
516
517         * manual/install.texi: Bump required version of texinfo
518         to 4.7 from 4.5.
519         * INSTALL: Regenerated.
520         * configure.ac: Check for makeinfo version 4.7 and above.
521         * configure: Regenerated.
522
523 2014-12-12  Roland McGrath  <roland@hack.frob.com>
524
525         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
526         PREFIX, string constant to insert between directory and name.
527         * sysdeps/posix/shm_open.c: Update caller.
528         * sysdeps/posix/shm_unlink.c: Likewise.
529         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
530         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
531         (SEM_SHM_PREFIX): New macro.
532         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
533         [$(have-thread-library) = no].
534         * nptl/Makefile (libpthread-routines): Add shm-directory.
535         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
536         * sysdeps/nptl/shm-directory.h: New file.
537         * sysdeps/posix/shm-directory.c
538         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
539         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
540         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
541         INTERNAL_SYSCALL.
542         (__where_is_shmfs): Function removed.
543         (mountpoint, defaultmount, defaultdir, __namedsem_once):
544         Variables removed.
545         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
546         Use SHM_GET_NAME.
547         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
548
549         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
550         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
551         unconditional for use inside libpthread.
552         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
553
554 2014-12-12  Roland McGrath  <roland@hack.frob.com>
555
556         * nptl/pthread_getaffinity.c: New file.
557         * nptl/pthread_setaffinity.c: New file.
558         * nptl/pthread_getname.c: New file.
559         * nptl/pthread_setname.c: New file.
560
561         * nptl/pthread_create.c (START_THREAD_DEFN)
562         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
563
564 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
565             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
566
567         * resolv/res_send.c (send_vc): Disable warning resplen may
568         be used uninitialized.
569
570 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
571
572         * nptl/tst-mutex6.c
573         (ATTR_NULL): New define checks ATTR against NULL.
574         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
575         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
576
577 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
578
579         [BZ #17581]
580         * malloc/hooks.c
581         (mem2mem_check): Revert my previous change.
582         (malloc_check_get_size): Revert my previous change.
583         (mem2chunk_check): Revert my previous change.
584
585 2014-12-11  Roland McGrath  <roland@hack.frob.com>
586
587         * sysdeps/posix/shm-directory.c: New file.
588         * sysdeps/posix/shm-directory.h: New file.
589         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
590         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
591         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
592         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
593         Transmute EPERM to EACCES.
594         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
595         from ...
596         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
597         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
598
599 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
600
601         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
602         pointer and cast to uintptr_t.
603         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
604         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
605         Add cast to avoid warning.
606         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
607
608 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
609
610         * nptl/semaphore.h: Move to ...
611         * sysdeps/pthread/semaphore.h: ... here.
612         * Makefile (installed-headers): Change nptl/semaphore.h to
613         sysdeps/pthread/semaphore.h.
614
615 2014-12-11  Roland McGrath  <roland@hack.frob.com>
616
617         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
618         generated error format strings.
619
620         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
621         -Wformat-extra-args warnings for scanf formats.
622         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
623         test of zero-length format (duh).
624         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
625         corner-case scanf format test.
626         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
627         generated fprintf format string.
628         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
629         corner-case sprintf format tests.
630         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
631         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
632         -Wformat-extra-args warnings throughout.
633         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
634         (CFLAGS-scanf4.c): Likewise.
635         (CFLAGS-scanf7.c): Likewise.
636         (CFLAGS-tst-sprintf.c): Likewise.
637         (CFLAGS-tst-printf.c): Likewise.
638         (CFLAGS-tst-printfsz.c): Likewise.
639
640 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
641
642         * include/cpio.h: New file.
643         * include/fmtmsg.h: Likewise.
644
645         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
646         corresponding format argument to size_t.
647         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
648         arguments.
649         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
650         corresponding format argument to size_t.
651         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
652         arguments.
653         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
654         corresponding format argument to size_t.
655         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
656         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
657         (CFLAGS-tst-mbswcs2.c): Likewise.
658         (CFLAGS-tst-mbswcs3.c): Likewise.
659         (CFLAGS-tst-mbswcs4.c): Likewise.
660         (CFLAGS-tst-mbswcs5.c): Likewise.
661         (CFLAGS-tst-trans.c): Likewise
662
663 2014-12-11  Roland McGrath  <roland@hack.frob.com>
664
665         * posix/regexbug1.c (main): Use "%s" format with regerror results,
666         rather than assuming they won't contain any '%'s.
667
668 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
669
670         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
671         inhibit_loop_to_libcall to avoid recursive calls.
672         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
673         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
674
675 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
676
677         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
678         prototype.
679
680 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
681
682         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
683         integer value instead of boolean.
684
685 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
686
687         * malloc/malloc.c: Fix powerof2 check.
688
689 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
690
691         * locale/programs/locfile.h (maybe_swap_uint32):
692         Remove inline and add unused attribute.
693
694 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
695
696         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
697         Truncating assembler expression to a .long expression.
698
699 2014-12-11  Andreas Schwab  <schwab@suse.de>
700
701         * elf/rtld.c (struct map_args): Constify str member.
702         (do_preload): Constify fname argument.
703
704 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
705
706         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
707         constants definition.
708
709 2014-12-11  Andreas Schwab  <schwab@suse.de>
710
711         [BZ #16657]
712         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
713         FORCE_ELISION instead of DO_ELISION.
714         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
715         Remove.
716         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
717         Likewise.
718
719         * iconvdata/gconv-modules: Remove duplicate entry.
720
721 2014-12-11  Will Newton  <will.newton@linaro.org>
722
723         Merge gettext 0.19.3 into intl/.
724
725         This involves a number of cosmetic changes to comments
726         and ANSI function definitions and prototypes throughout
727         all the files. The gettext copyright header is used but
728         with the date ranges taken from the glibc copy.
729
730         * NEWS: Add gettext merge to 2.21.
731         * intl/bindtextdom.c: Switch to gettext copyright.
732         Use ANSI definitions and prototypes.
733         Use gl_* locking primitives rather than __libc_* ones.
734         Use __builtin_expect rather than __glibc_likely/unlikely.
735         * intl/dcgettext.c: Switch to gettext copyright.
736         Use ANSI definitions and prototypes.
737         * intl/dcigettext.c: Switch to gettext copyright.
738         Use ANSI definitions and prototypes.
739         (INTDIV0_RAISES_SIGFPE): New define.
740         Use gl_* locking primitives rather than __libc_* ones.
741         Include eval-plural.h instead of plural-eval.c.
742         Use __builtin_expect rather than __glibc_likely/unlikely.
743         * intl/dcngettext.c: Switch to gettext copyright.
744         Use ANSI definitions and prototypes.
745         * intl/dgettext.c: Likewise.
746         * intl/dngettext.c: Likewise.
747         * intl/plural-eval.c: Renamed to...
748         * intl/eval-plural.h: ...this.
749         * intl/explodename.c: Switch to gettext copyright.
750         Use ANSI definitions and prototypes.
751         (_nl_explode_name): Use strchr instead of __rawmemchr.
752         * intl/finddomain.c: Switch to gettext copyright.
753         Use ANSI definitions and prototypes.
754         Use gl_* locking primitives rather than __libc_* ones.
755         (_nl_find_domain): Use malloc rather than alloca for
756         allocation of temporary locale name.
757         * intl/gettext.c: Switch to gettext copyright.
758         Use ANSI definitions and prototypes.
759         * intl/gettextP.h: Switch to gettext copyright.
760         Use ANSI definitions and prototypes.
761         Use gl_* locking primitives rather than __libc_* ones.
762         * intl/gmo.h: Switch to gettext copyright.
763         (struct sysdep_string): Move struct segment_pair outside of
764         struct definition.
765         * intl/hash-string.c: Use ANSI definitions and prototypes.
766         * intl/hash-string.h: Switch to gettext copyright.
767         Use ANSI definitions and prototypes.
768         * intl/l10nflist.c: Switch to gettext copyright.
769         Use ANSI definitions and prototypes.
770         (_nl_normalize_codeset): Avoid integer overflow.
771         * intl/loadinfo.h: Switch to gettext copyright.
772         Use ANSI definitions and prototypes.
773         (LIBINTL_DLL_EXPORTED): New define.
774         (PATH_SEPARATOR): New define.
775         * intl/loadmsgcat.c: Switch to gettext copyright.
776         * intl/localealias.c: Switch to gettext copyright.
777         Use ANSI definitions and prototypes.
778         (_nl_expand_alias): Use PATH_SEPARATOR.
779         * intl/ngettext.c: Switch to gettext copyright.
780         Use ANSI definitions and prototypes.
781         * intl/plural-exp.c: Likewise.
782         * intl/plural-exp.h: Switch to gettext copyright.
783         Use ANSI definitions and prototypes.
784         (struct expression): Move definition of enum operator outside
785         of struct definition.
786         * intl/plural.c: Regenerate.
787         * intl/plural.y: Switch to gettext copyright.
788         Use ANSI definitions and prototypes.
789         Port to bison 3.0.
790         * intl/textdomain.c: Switch to gettext copyright.
791         Use ANSI definitions and prototypes.
792         Use gl_* locking primitives rather than __libc_* ones.
793
794 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
795
796         * debug/warning-nop.c: Add used atrribute.
797
798 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
799
800         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
801
802         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
803         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
804         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
805
806 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
807             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
808
809         [BZ #17634]
810         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
811         Undefine after defining function.  Define as weak alias of
812         __wcschr.  Use libc_hidden_weak.
813         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
814         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
815         (libc_hidden_def): Also define __GI___wcschr alias.
816         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
817         __wcschr and define as weak alias of __wcschr.
818         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
819         __wcschr.
820         [!WCSCHR] (DEFAULT_WCSCHR): Define.
821         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
822         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
823         libc_hidden_weak.  Do not use libc_hidden_def.
824         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
825         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
826         __GI___wcschr alias.
827         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
828         [IS_IN (libc)] (wcschr): Define as macro expanding to
829         __redirect_wcschr.
830         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
831         [IS_IN (libc)] (__wcschr_power6): Likewise.
832         [IS_IN (libc)] (__wcschr_power7): Likewise.
833         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
834         instead of wcschr.
835         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
836         __libc_wcschr.
837         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
838         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
839         __wcschr and define as weak alias of __wcschr.  Use
840         libc_hidden_builtin_def.
841         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
842         as weak alias of __wcschr.  Use libc_hidden_weak.
843         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
844         wcschr.
845         * time/era.c (_nl_init_era_entries): Likewise.
846         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
847         variable.
848         (test-xfail-XPG3/time.h/linknamespace): Likewise.
849         (test-xfail-XPG4/time.h/linknamespace): Likewise.
850
851 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
852
853         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
854         format for long int variable.
855
856 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
857
858         [BZ #10672]
859         * manual/search.texi: (Array Sort Function): Remove claim how to make
860         qsort stable.
861
862 2014-12-10  Andreas Schwab  <schwab@suse.de>
863
864         [BZ #12847]
865         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
866         user-controlled locks.
867
868 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
869
870         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
871         register.
872
873 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
874
875         * configure.ac (--disable-werror): New configure option.
876         (enable_werror): New AC_SUBST.
877         * configure: Regenerated.
878         * config.make.in (enable-werror): New variable.
879         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
880         -Wno-error=undef.
881         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
882         * manual/install.texi (Configuring and compiling): Document
883         --disable-werror.
884         * INSTALL: Regenerated.
885         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
886         (CFLAGS-tst-chk2.c): Likewise.
887         (CFLAGS-tst-chk3.c): Likewise.
888         (CFLAGS-tst-chk4.cc): Likewise.
889         (CFLAGS-tst-chk5.cc): Likewise.
890         (CFLAGS-tst-chk6.cc): Likewise.
891         (CFLAGS-tst-lfschk1.c): Likewise.
892         (CFLAGS-tst-lfschk2.c): Likewise.
893         (CFLAGS-tst-lfschk3.c): Likewise.
894         (CFLAGS-tst-lfschk4.cc): Likewise.
895         (CFLAGS-tst-lfschk5.cc): Likewise.
896         (CFLAGS-tst-lfschk6.cc): Likewise.
897
898         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
899         (main): Disable -Wdeprecated-declarations around calls to
900         register_printf_function.
901
902         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
903         (do_test): Disable -Wdiv-by-zero around some calls to
904         fwrite_unlocked and fread_unlocked.
905
906         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
907         (DIAG_POP_NEEDS_COMMENT): Likewise.
908         (_DIAG_STR1): Likewise.
909         (_DIAG_STR): Likewise.
910         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
911         * stdio-common/bug21.c: Include <libc-internal.h>.
912         (do_test): Disable -Wformat around call to sscanf.
913         * stdio-common/scanf14.c: Include <libc-internal.h>.
914         (main): Disable -Wformat around some calls to scanf functions.
915
916 2014-12-09  Torvald Riegel  <triegel@redhat.com>
917
918         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
919
920 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
921
922         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
923         stack variable alignment.
924
925 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
926
927         [BZ #17682]
928         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
929         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
930         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
931         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
932         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
933         __getrlimit instead of getrlimit.
934         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
935         __gettimeofday instead of gettimeofday.
936         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
937         Likewise.
938         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
939         Likewise.
940         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
941         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
942         Remove variable.
943         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
944         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
945
946 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
947
948         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
949         for wide-character tests.
950
951 2014-12-04  Roland McGrath  <roland@hack.frob.com>
952
953         * io/openat64.c: #include <libc-internal.h>
954         (__openat64): Prototypify.  Use ignore_value on MODE.
955         * io/openat.c: Likewise.
956         * misc/reboot.c: #include <libc-internal.h>
957         (reboot): Prototypify.  Use ignore_value on HOWTO.
958         * misc/ptrace.c: #include <libc-internal.h>
959         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
960
961 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
962
963         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
964         XPG4, UNIX98 and XOPEN2K.
965         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
966         Remove variable.
967         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
968
969 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
970
971         * libio/fileops.c: Use ISO C style for function definitions.
972         * libio/iofopen.c: Likewise.
973         * libio/wfileops.c: Likewise.
974
975         [BZ #17653]
976         * libio/fileops.c (_IO_new_file_underflow): Unset cached
977         offset on EOF.
978         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
979         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
980         (fgets_func): Function pointer to fgets and fgetws.
981         (do_ftell_test): Add test to verify ftell value after read
982         EOF.
983         (do_test): Set fgets_func.
984
985         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
986         O_TRUNC flag for w and w+ modes.
987         (do_rewind_test): Likewise.
988         (do_ftell_test): Likewise.
989         (do_write_test): Likewise.
990
991         [BZ #17647]
992         * libio/fileops.c (do_ftell): Seek only when there are
993         unflushed writes.
994         * libio/wfileops.c (do_ftell_wide): Likewise.
995         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
996         test case.
997         (do_one_test): Call it.
998
999 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1000
1001         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1002         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1003         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1004         Remove variable.
1005         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1006         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1007         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1008
1009 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1010
1011         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1012         Remove variable.
1013         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1014
1015         [BZ #17668]
1016         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1017         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1018         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1019         __freeifaddrs.  Use libc_hidden_weak.
1020         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1021         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1022         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1023         __freeifaddrs.  Use libc_hidden_weak.
1024         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1025         __getifaddrs and define as weak alias of __getifaddrs.  Use
1026         libc_hidden_weak.
1027         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1028         __freeifaddrs.  Use libc_hidden_weak.
1029         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1030         Remove variable.
1031         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1032         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1033
1034 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1035
1036         [BZ #17601]
1037         * sysdeps/mips/start.S (__start): Use indirect jump to call
1038         __libc_start_main.
1039
1040 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1041
1042         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1043
1044         * nptl/tst-mutex1.c: Include <stdbool.h>.
1045         [!ATTR] (ATTR_NULL): New macro.
1046         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1047         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1048         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1049
1050         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1051         to char *.
1052
1053         [BZ #17665]
1054         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1055         Change conditional to [__USE_MISC].
1056
1057         [BZ #17664]
1058         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1059         fgets_unlocked.
1060         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1061         __fgets_unlocked.
1062         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1063         fgets_unlocked.
1064         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1065         Remove variable.
1066         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1067         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1068         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1069         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1070         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1071         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1072         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1073         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1074         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1075
1076         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1077
1078 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1079
1080         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1081         Remove strpbrk objects.
1082         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1083         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1084         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1085         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1086         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1087         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1088
1089         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1090         Remove strcspn objects.
1091         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1092         (__libc_ifunc_impl_list): Remove strcspn implementation.
1093         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1094         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1095         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1096         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1097
1098         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1099         Remove strspn objetcs.
1100         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1101         (__libc_ifunc_impl_list): Remove strspn implementation.
1102         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1103         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1104         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1105         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1106
1107 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1108
1109         [BZ #17581]
1110         * malloc/hooks.c
1111         (mem2mem_check): Add a terminator to the chain of checking blocks.
1112         (malloc_check_get_size): Use it here.
1113         (mem2chunk_check): Ditto.
1114
1115 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1116
1117         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1118         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1119
1120 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1121
1122         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1123
1124         * nptl/nptl-init.c: Include libc-internal.h.
1125         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1126
1127         * elf/ldconfig.c (search_dir): Expand comment.
1128
1129 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1130
1131         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1132         variable.
1133         (linknamespace-symlist-stdlibs-tests): Likewise.
1134         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1135         instead of $(objpfx)symlist-stdlibs.
1136         (linknamespace-libs-isoc): New variable.
1137         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1138         (linknamespace-libs-ISO): New variable.
1139         (linknamespace-libs-ISO99): Likewise.
1140         (linknamespace-libs-ISO11): Likewise.
1141         (linknamespace-libs-XPG3): Likewise.
1142         (linknamespace-libs-XPG4): Likewise.
1143         (linknamespace-libs-POSIX): Likewise.
1144         (linknamespace-libs-UNIX98): Likewise.
1145         (linknamespace-libs-XOPEN2K): Likewise.
1146         (linknamespace-libs-POSIX2008): Likewise.
1147         (linknamespace-libs-XOPEN2K8): Likewise.
1148         ($(objpfx)symlist-stdlibs): Replace by
1149         $(linknamespace-symlist-stdlibs-tests).  Use
1150         $(linknamespace-libs-$*) as set of libraries.
1151         ($(linknamespace-header-tests)): Update dependencies.  Use
1152         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1153         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1154         * conform/linknamespace.pl: Remove comment about considering
1155         definitions of symbols from irrelevant libraries.
1156
1157 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1158
1159         [BZ #13862]
1160         * elf/dl-tls.c: Include <atomic.h>.
1161         (oom): Remove #ifdef SHARED/#endif.
1162         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1163         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1164         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1165         big enough.
1166         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1167         * nptl/Makefile (tests): Add tst-stack4.
1168         (modules-names): Add tst-stack4mod.
1169         ($(objpfx)tst-stack4): New.
1170         (tst-stack4mod.sos): Likewise.
1171         ($(objpfx)tst-stack4.out): Likewise.
1172         ($(tst-stack4mod.sos)): Likewise.
1173         (clean): Likewise.
1174         * nptl/tst-stack4.c: New file.
1175         * nptl/tst-stack4mod.c: Likewise.
1176
1177 2014-11-27  J. Brown  <jb999@gmx.de>
1178
1179         * sysdeps/x86/bits/string.h: Add recent CPUs.
1180
1181 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1182
1183         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1184         sigblock.
1185
1186         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1187         feof.
1188
1189         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1190         variable.
1191
1192 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1193
1194         * nscd/connections.c: Include libc-internal.h because of macro
1195         usage ignore_value.
1196
1197 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1198
1199         * string/bits/string3.h (__warn_memset_zero_len): Don't
1200         declare for gcc newer than 5.0.
1201         (memset): Don't test for zero-length __LEN for gcc newer than
1202         5.0.
1203
1204 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1205
1206         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1207         size_t for %zu format.
1208
1209         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1210         difference, not %ju.
1211
1212 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1213
1214         * include/libc-internal.h (ignore_value): New macro.
1215         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1216         with ignore_value.
1217
1218         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1219         definition.
1220
1221         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1222         pthread_cleanup_push to void *.
1223
1224         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1225         Undefine.
1226
1227         [BZ #16619]
1228         [BZ #16740]
1229         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1230         instead of 1L << 52.
1231
1232         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1233         * libio/bug-rewind2.c (do_test): Likewise.
1234
1235         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1236         * debug/test-strcpy_chk-ifunc.c: Likewise.
1237         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1238         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1239         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1240         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1241         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1242         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1243         * Rules [$(multi-arch) = no] (tests): Do not filter out
1244         $(tests-ifunc).
1245         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1246         * debug/Makefile (tests-ifunc): Remove variable.
1247         (tests): Do not add $(tests-ifunc).
1248         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1249         (tests): Do not add $(tests-ifunc).
1250         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1251         [TEST_IFUNC]: Remove conditionals.
1252         * string/test-string.h (TEST_IFUNC): Remove macro.
1253         [TEST_IFUNC]: Remove conditionals.
1254
1255         * string/test-strchr.c [!WIDE] (L): New macro.
1256         [WIDE] (L): Likewise.
1257         (check1): Use CHAR instead of char.  Use L on string and character
1258         constants.
1259
1260 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1261
1262         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1263         tests.
1264         * sysdeps/powerpc/bits/atomic.h
1265         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1266         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1267         (atomic_exchange_and_add_acq): Likewise.
1268         (atomic_exchange_and_add_rel): Likewise.
1269         * sysdeps/powerpc/powerpc32/bits/atomic.h
1270         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1271         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1272         * sysdeps/powerpc/powerpc64/bits/atomic.h
1273         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1274         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1275
1276 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1277
1278         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1279         Change synchronization of __sched_fifo_min_prio and
1280         __sched_fifo_max_prio.
1281         * nptl/pthread_mutexattr_getprioceiling.c
1282         (pthread_mutexattr_getprioceiling): Likewise.
1283         * nptl/pthread_mutexattr_setprioceiling.c
1284         (pthread_mutexattr_setprioceiling): Likewise.
1285         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1286         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1287         Likewise.
1288
1289 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1290
1291         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1292         void.
1293
1294 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1295
1296         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1297         third argument const.
1298
1299 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1300
1301         fnmatch: work around GCC compiler warning bug with uninit var
1302         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1303         This works around a bug with x86-64 GCC 4.9.2 and earlier
1304         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1305         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1306         used uninitialized in this function [-Wmaybe-uninitialized]".
1307
1308 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1309
1310         * posix/bug-regex31.c (main): Return RES not 0.
1311
1312 2014-11-25  Anton Blanchard <anton@samba.org>
1313
1314         * sysdeps/powerpc/bits/atomic.h
1315         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1316
1317 2014-11-24  Sterling Augustine  <saugustine@google.com>
1318
1319         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1320
1321 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1322
1323         [BZ #17608]
1324         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1325
1326 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1327
1328         [BZ #17633]
1329         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1330         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1331         variable.
1332         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1333         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1334
1335 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1336
1337         * string/strncpy.c (strncpy): Improve performance by using memset.
1338
1339 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1340
1341         * string/strcpy.c (strcpy):
1342         Improve performance by using strlen and memcpy.
1343
1344 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1345
1346         * string/strcoll_l.c (get_next_seq): __always_inline.
1347         * string/strcoll_l.c (do_compare): __always_inline.
1348
1349 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1350
1351         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1352         defined.
1353         * include/mqueue.h: Likewise.
1354         * include/stdlib.h: Likewise.
1355
1356         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1357         (get_null_defines): Adjust.
1358         * sunrpc/Makefile: Adjust comment.
1359         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1360         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1361         (CFLAGS-interp.c): Likewise.
1362         (CFLAGS-ldconfig.c): Likewise.
1363         (CPPFLAGS-.os): Likewise.
1364         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1365         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1366         * extra-modules.mk (extra-modules.mk): Likewise.
1367         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1368         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1369         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1370         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1371         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1372         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1373         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1374         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1375         * iconvdata/Makefile (CPPFLAGS): Likewise.
1376         (cpp-srcs-left): Add libof for all iconvdata routines.
1377         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1378         * include/assert.h: Likewise.
1379         * include/ctype.h: Likewise.
1380         * include/errno.h: Likewise.
1381         * include/libc-symbols.h: Likewise.
1382         * include/math.h: Likewise.
1383         * include/netdb.h: Likewise.
1384         * include/resolv.h: Likewise.
1385         * include/stdio.h: Likewise.
1386         * include/stdlib.h: Likewise.
1387         * include/string.h: Likewise.
1388         * include/sys/stat.h: Likewise.
1389         * include/wctype.h: Likewise.
1390         * intl/l10nflist.c: Likewise.
1391         * libidn/idn-stub.c: Likewise.
1392         * libio/libioP.h: Likewise.
1393         * nptl/libc_multiple_threads.c: Likewise.
1394         * nptl/pthreadP.h: Likewise.
1395         * posix/regex_internal.h: Likewise.
1396         * resolv/res_hconf.c: Likewise.
1397         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1398         * sysdeps/arm/memmove.S: Likewise.
1399         * sysdeps/arm/sysdep.h: Likewise.
1400         * sysdeps/generic/_itoa.h: Likewise.
1401         * sysdeps/generic/symbol-hacks.h: Likewise.
1402         * sysdeps/gnu/errlist.awk: Likewise.
1403         * sysdeps/gnu/errlist.c: Likewise.
1404         * sysdeps/i386/i586/memcpy.S: Likewise.
1405         * sysdeps/i386/i586/memset.S: Likewise.
1406         * sysdeps/i386/i686/memcpy.S: Likewise.
1407         * sysdeps/i386/i686/memmove.S: Likewise.
1408         * sysdeps/i386/i686/mempcpy.S: Likewise.
1409         * sysdeps/i386/i686/memset.S: Likewise.
1410         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1411         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1412         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1413         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1414         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1415         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1416         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1417         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1418         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1419         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1420         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1421         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1422         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1423         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1424         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1425         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1426         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1427         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1428         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1429         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1430         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1431         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1432         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1433         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1434         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1435         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1436         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1437         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1438         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1439         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1440         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1441         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1442         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1443         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1444         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1445         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1446         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1447         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1448         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1449         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1450         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1451         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1452         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1453         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1454         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1455         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1456         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1457         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1458         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1459         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1460         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1461         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1462         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1463         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1464         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1465         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1466         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1467         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1468         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1469         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1470         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1471         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1472         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1473         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1474         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1475         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1476         * sysdeps/posix/closedir.c: Likewise.
1477         * sysdeps/posix/opendir.c: Likewise.
1478         * sysdeps/posix/readdir.c: Likewise.
1479         * sysdeps/posix/rewinddir.c: Likewise.
1480         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1481         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1482         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1483         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1484         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1485         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1486         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1487         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1488         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1489         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1490         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1491         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1492         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1493         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1494         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1495         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1496         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1497         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1498         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1499         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1500         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1501         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1502         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1503         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1504         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1505         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1506         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1507         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1508         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1509         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1510         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1511         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1512         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1513         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1514         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1515         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1516         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1517         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1518         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1519         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1520         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1521         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1522         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1523         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1524         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1525         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1526         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1527         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1528         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1529         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1530         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1531         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1532         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1533         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1534         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1535         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1536         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1537         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1538         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1539         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1540         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1541         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1542         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1543         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1544         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1545         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1546         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1547         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1548         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1549         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1550         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1551         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1552         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1553         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1554         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1555         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1556         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1557         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1558         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1559         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1560         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1561         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1562         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1563         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1564         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1565         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1566         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1567         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1568         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1569         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1570         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1571         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1572         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1573         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1574         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1575         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1576         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1577         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1578         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1579         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1580         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1581         * sysdeps/unix/alpha/sysdep.S: Likewise.
1582         * sysdeps/unix/alpha/sysdep.h: Likewise.
1583         * sysdeps/unix/make-syscalls.sh: Likewise.
1584         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1585         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1586         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1587         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1588         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1589         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1590         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1591         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1592         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1593         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1594         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1595         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1596         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1597         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1598         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1599         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1600         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1601         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1602         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1603         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1604         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1605         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1606         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1607         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1608         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1609         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1610         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1613         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1614         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1615         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1616         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1617         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1618         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1619         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1620         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1621         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1622         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1623         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1624         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1625         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1626         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1627         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1628         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1629         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1630         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1631         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1632         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1633         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1634         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1635         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1636         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1637         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1638         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1639         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1640         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1641         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1642         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1643         * sysdeps/x86_64/memcpy.S: Likewise.
1644         * sysdeps/x86_64/memmove.c: Likewise.
1645         * sysdeps/x86_64/memset.S: Likewise.
1646         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1647         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1648         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1649         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1650         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1651         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1652         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1653         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1654         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1655         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1656         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1657         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1658         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1659         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1660         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1661         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1662         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1663         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1664         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1665         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1666         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1667         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1668         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1669         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1670         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1671         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1672         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1673         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1674         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1675         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1676         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1677         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1678         * sysdeps/x86_64/strcmp.S: Likewise.
1679
1680         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1681
1682         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1683         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1684         * elf/rtld-Rules: Likewise.
1685         * elf/setup-vdso.h: Likewise.
1686         * include/assert.h: Likewise.
1687         * include/bits/stdlib-float.h: Likewise.
1688         * include/errno.h: Likewise.
1689         * include/sys/stat.h: Likewise.
1690         * include/unistd.h: Likewise.
1691         * sysdeps/aarch64/setjmp.S: Likewise.
1692         * sysdeps/alpha/setjmp.S: Likewise.
1693         * sysdeps/arm/__longjmp.S: Likewise.
1694         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1695         * sysdeps/arm/setjmp.S: Likewise.
1696         * sysdeps/arm/sysdep.h: Likewise.
1697         * sysdeps/generic/_itoa.h: Likewise.
1698         * sysdeps/generic/dl-sysdep.h: Likewise.
1699         * sysdeps/generic/ldsodefs.h: Likewise.
1700         * sysdeps/i386/dl-tls.h: Likewise.
1701         * sysdeps/i386/setjmp.S: Likewise.
1702         * sysdeps/m68k/setjmp.c: Likewise.
1703         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1704         * sysdeps/mach/hurd/opendir.c: Likewise.
1705         * sysdeps/posix/getcwd.c: Likewise.
1706         * sysdeps/posix/opendir.c: Likewise.
1707         * sysdeps/posix/profil.c: Likewise.
1708         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1709         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1710         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1711         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1712         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1713         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1714         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1715         * sysdeps/s390/dl-tls.h: Likewise.
1716         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1717         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1718         * sysdeps/sh/sh3/setjmp.S: Likewise.
1719         * sysdeps/sh/sh4/setjmp.S: Likewise.
1720         * sysdeps/unix/alpha/sysdep.h: Likewise.
1721         * sysdeps/unix/arm/sysdep.S: Likewise.
1722         * sysdeps/unix/i386/sysdep.S: Likewise.
1723         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1724         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1725         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1726         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1727         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1728         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1729         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1730         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1731         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1732         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1733         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1734         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1735         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1738         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1739         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1740         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1741         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1742         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1743         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1744         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1745         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1746         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1747         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1748         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1749         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1750         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1751         * sysdeps/x86_64/setjmp.S: Likewise.
1752
1753         * include/math.h: Use IS_IN instead of IS_IN_libm.
1754         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1755         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1756         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1757         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1758         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1759         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1760         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1761         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1762         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1763         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1764         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1765         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1766         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1767         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1768         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1769         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1770         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1771         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1772         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1773         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1774         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1775         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1776         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1777         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1778         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1779         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1780         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1781         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1782         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1783         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1784         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1785         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1786         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1788         Likewise.
1789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1790         Likewise.
1791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1792         Likewise.
1793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1794         Likewise.
1795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1796         Likewise.
1797         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1798         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1799         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1800         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1801         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1802         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1808         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1809         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1810         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1811         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1812         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1813         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1814         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1815         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1816         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1817         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1818         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1819         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1820         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1821         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1822         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1823         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1824
1825         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1826         * nptl/pthreadP.h: Likewise.
1827         * nptl_db/structs.def: Likewise.
1828         * sysdeps/arm/sysdep.h: Likewise.
1829         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1830         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1831         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1832         * sysdeps/unix/alpha/sysdep.h: Likewise.
1833         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1834         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1835         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1836         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1837         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1838         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1839         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1840         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1841         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1842         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1843         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1844         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1845         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1846         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1849         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1850         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1851         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1852         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1853         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1854         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1855         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1856         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1857         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1858         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1859
1860         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1861         * nptl/pthreadP.h: Likewise.
1862         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1863         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1864         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1865         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1866         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1867         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1868         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1869         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1870         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1871         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1872         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1873         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1875         Likewise.
1876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1877         Likewise.
1878         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1879         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1880         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1881         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1882         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1883         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1884         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1885         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1886
1887         * dlfcn/dladdr.c: Use IS_IN.
1888         * dlfcn/dladdr1.c: Likewise.
1889         * dlfcn/dlclose.c: Likewise.
1890         * dlfcn/dlerror.c: Likewise.
1891         * dlfcn/dlinfo.c: Likewise.
1892         * dlfcn/dlmopen.c: Likewise.
1893         * dlfcn/dlopen.c: Likewise.
1894         * dlfcn/dlsym.c: Likewise.
1895         * dlfcn/dlvsym.c: Likewise.
1896
1897         * include/ifaddrs.h: Use IS_IN.
1898         * inet/check_pf.c: Likewise.
1899         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1900         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1901
1902         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1903         IS_IN_ldconfig.
1904         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1905         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1906
1907         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1908         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1909         IS_IN (libc).
1910
1911         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1912
1913         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1914         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1915         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1916         * include/libc-symbols.h (IS_IN_LIB): New macro.
1917         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1918         * include/netdb.h: Likewise.
1919         * include/stap-probe.h: Remove all uses of IN_LIB.
1920
1921         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1922         instead of IN_MODULE.
1923         * include/libc-symbols.h (IN_MODULE): Define using
1924         MODULE_NAME.
1925         (PASTE_NAME, PASTE_NAME1): New macros.
1926         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1927         of IN_LIB.
1928         (STAP_PROBE_ASM): Likewise.
1929
1930 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1931
1932         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1933         __mach_init in dlopened libc.
1934
1935 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1936
1937         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1938         * sysdeps/arm/preconfigure: Regenerate.
1939
1940 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1941
1942         * nptl/pthread_create.c (__pthread_create_2_1): Set
1943         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1944         when copying values from IATTR into PD.
1945
1946 2014-11-21  Will Newton  <will.newton@linaro.org>
1947             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1948
1949         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1950         Refactor inline-asm.  Also add comment.
1951
1952         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1953         ElfW macro instead of hardcoded Elf64 types.
1954         (la_aarch64_gnu_pltenter): Likewise.
1955         * sysdeps/aarch64/dl-machine.h
1956         (elf_machine_runtime_setup): Use ElfW(Addr).
1957
1958         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1959         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1960         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1961         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1962         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1963         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1964         (R_AARCH64_TLS_DTPMOD): This.
1965         (R_AARCH64_TLS_DTPREL64): Rename to ...
1966         (R_AARCH64_TLS_DTPREL): This.
1967         (R_AARCH64_TLS_TPREL64): Rename to ...
1968         (R_AARCH64_TLS_TPREL): This.
1969         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1970         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1971         R_AARCH64_TLS_TPREL64.
1972         (elf_machine_rela): Likewise.
1973
1974 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1975
1976         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1977         by setting it to 0.  64b atomics are not supported currently.
1978
1979 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1980
1981         [BZ #16469]
1982         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1983         search domain names.
1984
1985 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1986
1987         [BZ #16469]
1988         * NEWS: Update.
1989         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1990         trailing dot.
1991         * posix/tst-getaddrinfo5.c: New.
1992         * posix/Makefile (tests): Add it.
1993
1994 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1995
1996         [BZ #14498]
1997         * NEWS: Fixed.
1998         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1999         after parsing line but before break_if_match.
2000         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2001         if there is a protocol mismatch.
2002
2003 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2004
2005         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2006         because the potential race is on the user-supplied stream.
2007
2008 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2009
2010         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2011         string literal if not passed a buffer.
2012         * manual/job.texi (ctermid): Update reasoning, note deviation
2013         from posix, suggest mtasurace when not passed a buffer, for
2014         future non-preliminary safety notes.
2015
2016 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2017
2018         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2019         of not passing it a buffer.
2020         Reported by Peng Haitao.
2021
2022 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2023
2024         * manual/Makefile ($(objpfx)stamp-summary): Require
2025         check-safety.sh to pass.
2026         * manual/check-safety.sh: Wish for verification that every
2027         @deftypefn and @deftypefun is followed by a @safety remark.
2028
2029 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2030
2031         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2032
2033         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2034         PTHREAD_CANCEL_ASYNCHRONOUS.
2035         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2036         send SIGCANCEL.
2037
2038         * nptl/default-sched.h: New file.
2039         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2040         * nptl/pthread_create.c: Include it.
2041         (__pthread_create_2_1): Use collect_default_sched instead of making
2042         Linux syscalls here directly.
2043
2044 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2045
2046         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2047         __pthread_once): Use C11 atomics.
2048
2049 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2050
2051         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2052
2053 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2054
2055         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2056         atomic_thread_fence_acquire, atomic_thread_fence_release,
2057         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2058         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2059         atomic_compare_exchange_weak_relaxed,
2060         atomic_compare_exchange_weak_acquire,
2061         atomic_compare_exchange_weak_release,
2062         atomic_exchange_acquire, atomic_exchange_release,
2063         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2064         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2065         atomic_fetch_and_acquire,
2066         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2067
2068 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2069
2070         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2071         USE_ATOMIC_COMPILER_BUILTINS): Define.
2072         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2073         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2074         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2075         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2076         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2077         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2078         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2079         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2080         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2081         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2082         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2083         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2084         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2085         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2086         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2087         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2088         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2089         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2090         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2091         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2092         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2093         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2094         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2095         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2096         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2097         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2098         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2099         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2100         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2101         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2102         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2103         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2104         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2105         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2106         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2107         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2108         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2109         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2110         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2111         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2112
2113 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2114
2115         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2116         the sched_priority value here.  It was already checked when the user
2117         called pthread_attr_setschedparam.
2118
2119         * nptl/tst-bad-schedattr.c: New file.
2120         * nptl/Makefile (tests): Add it.
2121
2122 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2123             Florian Weimer  <fweimer@redhat.com>
2124             Joseph Myers  <joseph@codesourcery.com>
2125             Adam Conrad  <adconrad@0c3.net>
2126             Andreas Schwab  <schwab@suse.de>
2127             Brooks  <bmoses@google.com>
2128
2129         [BZ #17625]
2130         * wordexp-test.c (__dso_handle): Add prototype.
2131         (__register_atfork): Likewise.
2132         (__app_register_atfork): New function.
2133         (registered_forks): New global.
2134         (register_fork): New function.
2135         (test_case): Add 3 new tests for WRDE_CMDSUB.
2136         (main): Call __app_register_atfork.
2137         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2138         fork count is non-zero fail the test.
2139         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2140         is set.
2141         (parse_dollars): Remove check for WRDE_NOCMD.
2142         (parse_dquote): Likewise.
2143
2144 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2145
2146         * Makeconfig (built-modules): List non-library modules to be
2147         built.
2148         (module-cppflags): Include libc-modules.h for
2149         everything except shlib-versions.v.i.
2150         (CPPFLAGS): Use it.
2151         (before-compile): Add libc-modules.h.
2152         ($(common-objpfx)libc-modules.h,
2153         $(common-objpfx)libc-modules.stmp): New targets.
2154         (common-generated): Add libc-modules.h and libc-modules.stmp.
2155         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2156         * include/libc-symbols.h: Don't include libc-modules.h.
2157         * include/libc-modules.h: Remove file.
2158         * scripts/gen-libc-modules.awk: New script to generate
2159         libc-modules.h.
2160         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2161         Depend on libc-modules.stmp.
2162
2163         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2164
2165         * Makeconfig (in-module): Get value of libof set for the
2166         translation unit.
2167         (CPPFLAGS): Use $(in-module).
2168         * Makerules: Don't suffix routine names for nonlib.
2169         * include/libc-modules.h: New file.
2170         * include/libc-symbols.h: Include libc-modules.h
2171         (IS_IN): New macro to replace IS_IN_* macros.
2172         * elf/Makefile: Set libof-* for each routine.
2173         * elf/rtld-Rules: Likewise.
2174         * extra-modules.mk: Likewise.
2175         * iconv/Makefile: Likewise.
2176         * iconvdata/Makefile: Likewise.
2177         * locale/Makefile: Likewise.
2178         * malloc/Makefile: Likewise.
2179         * nss/Makefile: Likewise.
2180         * sysdeps/gnu/Makefile: Likewise.
2181         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2182         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2183         * sysdeps/s390/s390-64/Makefile: Likewise.
2184         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2185         CPPFLAGS for nscd instead of nonlib.
2186
2187 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2188
2189         * nptl/createthread.c: New file.
2190
2191         * nptl/createthread.c: Moved ...
2192         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2193
2194         * nptl/createthread.c: Add proper top-line comment.
2195         (do_clone): Folded into ...
2196         (create_thread): ... here.  Take new arguments STOPPED_START and
2197         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2198         increment __nptl_threads, do event-reporting logic, do
2199         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2200         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2201         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2202         just send SIGCANCEL.
2203         * nptl/pthread_create.c: Forward-declare create_thread before
2204         including createthread.c.
2205         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2206         declaration, and new macro START_THREAD_SELF to replace argument.
2207         Remove return statement.
2208         (report_thread_creation): New function.
2209         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2210         synchronization logic, and __nptl_nthreads increment here, around
2211         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2212         PD->parent_cancelhandling here, before create_thread.  When
2213         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2214         __deallocate_stack, and ENOMEM translation here.
2215
2216 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2217
2218         [BZ #17616]
2219         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2220         (mptwo): Rename to __mptwo.
2221         (__inv): Use __mptwo instead of mptwo.
2222         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2223         (mptwo): Rename to __mptwo.
2224         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2225         of mpone and __mptwo instead of mptwo.
2226         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2227         instead of mpone.
2228         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2229         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2230         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2231         of mpone and __mptwo instead of mptwo.
2232         (__mpranred): Use __mpone instead of mpone.
2233         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2234         variable.
2235         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2236         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2237         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2238         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2239         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2240         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2241         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2242         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2243         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2244         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2245         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2246         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2247         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2248         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2249         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2250         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2251         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2252         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2253         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2254
2255 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2256
2257         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2258         replace BSD Handler xref with BSD Signal Handling.
2259
2260 2014-11-17  Richard Henderson  <rth@redhat.com>
2261
2262         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2263         (_FP_PACK_RAW_2): Remove.
2264         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2265         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2266         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2267         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2268         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2269         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2270         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2271         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2272         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2273         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2274         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2275         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2276         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2277         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2278         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2279         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2280
2281 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2282
2283         * signal/signal.h [__USE_MISC]
2284         (struct sigvec): Remove type.
2285         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2286         (sigvec): Remove declaration.
2287         * sysdeps/posix/sigvec.c: Moved ...
2288         * signal/sigvec.c: ... here, replacing old file.
2289         (struct sigvec): New type, copied from old signal.h definition.
2290         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2291         (__sigvec): Convert definition to prototype.
2292         (sigvec): Replace weak_alias with compat_symbol.
2293         * signal/Versions (libc: GLIBC_2.21): New version set.
2294         * include/signal.h: Remove __sigvec declaration.
2295         * sysdeps/unix/bsd/sigvec.c: Remove file.
2296         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2297         * manual/signal.texi (BSD Handler): Remove subsection.
2298         Move siginterrupt up to ...
2299         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2300         (Blocking in BSD): Fold subsection into its parent.
2301         * NEWS: Mention sigvec removal.
2302
2303 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2304
2305         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2306         (DLA_FMS): Make definition conditional only on [__FMA4__].
2307         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2308         definition.
2309
2310         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2311         Make definition conditional only on [PROF].
2312         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2313         definition.
2314         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2315         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2316
2317         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2318         !__GNUC__].
2319         * include/signal.h (__sigpause): Move declaration above call to
2320         libc_hidden_proto.
2321         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2322         variable.
2323         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2324         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2325
2326 2014-11-14  David S. Miller  <davem@davemloft.net>
2327
2328         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2329         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2330
2331 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2332
2333         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2334         * configure: Regenerated.
2335         * manual/install.texi (Tools for Compilation): Document a
2336         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2337         compiler verified to work.
2338         * INSTALL: Regenerated.
2339
2340         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2341         redeclare with asm name.
2342         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2343         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2344         including <string.h>.
2345         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2346         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2347         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2348         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2349         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2350         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2351         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2352
2353 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2354
2355         * stdlib/strtol.c (__strtol): Use prototype definition.
2356
2357         [BZ #17594]
2358         * stdlib/strtol.c (SYM__): New macro.
2359         (SYM__1): Likewise.
2360         (__strtol): Likewise.
2361         (strtol): Rename to __strtol and define as weak alias of
2362         __strtol.  Use libc_hidden_weak.
2363
2364 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2365
2366         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2367         Use numbered labels in inline assembly.
2368
2369 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2370
2371         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2372         Add setjmp LIBC_PROBE.
2373         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2374         Likewise.
2375         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2376         Add longjmp, longjmp_target LIBC_PROBE.
2377         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2378         Likewise.
2379
2380 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2381
2382         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2383         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2384         to get rid of unused variable warning.
2385
2386 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2387
2388         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2389         Check for unwind_backtrace ==  NULL only in SHARED case.
2390         (__backchain_backtrace): Compile only in SHARED case.
2391         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2392         Likewise.
2393         (__backchain_backtrace): Declare as static.
2394
2395 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2396
2397         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2398         (__libc_multiple_threads_ptr): Variable moved ...
2399         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2400
2401 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2402
2403         * conform/GlibcConform.pm: New file.
2404         * conform/conformtest.pl: Use GlibcConform module.
2405         * conform/linknamespace.pl: New file.
2406         * conform/list-header-symbols.pl: Likewise.
2407         * conform/Makefile (linknamespace-symlists-base): New variable.
2408         (linknamespace-symlists-tests): Likewise.
2409         (linknamespace-header-base): Likewise.
2410         (linknamespace-header-tests): Likewise.
2411         (tests-special): Add new tests.
2412         ($(linknamespace-symlists-tests)): New rule.
2413         (linknamespace-libs): New variable.
2414         ($(objpfx)symlist-stdlibs): New rule.
2415         ($(linknamespace-header-tests)): Likewise.
2416         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2417         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2418         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2419         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2420         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2421         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2422         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2423         (test-xfail-ISO/math.h/linknamespace): Likewise.
2424         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2425         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2426         (test-xfail-ISO/time.h/linknamespace): Likewise.
2427         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2428         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2429         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2430         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2431         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2432         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2433         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2434         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2435         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2436         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2437         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2438         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2439         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2440         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2441         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2442         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2443         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2444         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2445         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2446         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2447         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2448         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2449         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2450         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2451         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2452         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2453         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2454         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2455         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2456         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2457         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2458         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2459         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2460         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2461         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2462         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2463         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2464         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2465         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2466         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2467         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2468         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2469         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2470         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2471         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2472         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2473         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2474         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2475         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2476         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2477         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2478         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2479         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2480         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2481         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2482         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2483         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2484         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2485         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2486         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2487         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2488         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2489         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2490         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2491         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2492         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2493         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2494         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2495         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2496         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2497         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2498         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2499         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2500         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2501         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2502         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2503         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2504         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2505         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2506         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2507         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2508         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2509         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2510         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2511         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2512         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2513         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2514         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2515         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2516         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2517         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2518         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2519         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2520         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2522         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2523         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2524         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2525         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2526         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2527         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2528         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2529         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2530         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2531         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2532         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2533         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2534         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2535         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2536         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2537         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2538         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2539         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2540         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2541         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2542         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2543         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2544         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2545         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2546         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2547         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2548         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2549         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2550         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2551         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2552         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2553         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2554         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2555         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2556         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2557         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2558         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2559         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2560         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2561         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2562         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2563         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2564         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2565         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2566         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2567         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2568         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2569         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2570         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2571         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2572         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2573         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2574         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2575         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2576         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2577
2578         [BZ #17589]
2579         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2580         of fgets_unlocked.
2581
2582         [BZ #17585]
2583         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2584         (memmem): Rename to __memmem and define as weak alias of
2585         __memmem.  Use libc_hidden_weak.
2586         (__memmem): Use libc_hidden_def.
2587         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2588         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2589         memmem.
2590
2591         [BZ #17582]
2592         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2593         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2594         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2595         and define as weak alias of __fgets_unlocked.  Use
2596         libc_hidden_weak.
2597         (__fgets_unlocked): Use libc_hidden_def.
2598         * include/stdio.h (__fgets_unlocked): Declare.  Use
2599         libc_hidden_proto.
2600         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2601         __fgets_unlocked instead of fgets_unlocked.
2602         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2603         (GET_NPROCS_CONF_PARSER): Likewise.
2604         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2605         (GET_NPROCS_CONF_PARSER): Likewise.
2606
2607         [BZ #17574]
2608         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2609         weak alias of __wmemset.  Use libc_hidden_weak.
2610         (__wmemset): Use libc_hidden_def.
2611         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2612         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2613         of wmemset.
2614
2615         [BZ #17573]
2616         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2617         with asm name __mempcpy.
2618         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2619
2620         [BZ #17572]
2621         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2622         and define as weak alias of __rawmemchr.
2623         (__rawmemchr): Do not define as strong alias of rawmemchr.
2624
2625         [BZ #17571]
2626         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2627         alias of __qsort_r.
2628         (qsort): Call __qsort_r instead of qsort_r.
2629         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2630         (__qsort_r): Declare.  Call libc_hidden_proto.
2631         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2632         instead of qsort_r.
2633         * nscd/gai.c (__qsort_r): Define to qsort_r.
2634         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2635         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2636         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2637
2638         [BZ #17570]
2639         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2640         define as weak alias of __malloc_info.
2641
2642         [BZ #17584]
2643         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2644         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2645         (__rewinddir): Use libc_hidden_def.
2646         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2647         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2648         (__rewinddir): Use libc_hidden_def.
2649         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2650         weak alias of __rewinddir.  Don't use libc_hidden_def.
2651         (__rewinddir): Use libc_hidden_def.
2652         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2653         (__rewinddir): Use libc_hidden_proto.
2654         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2655         rewinddir.
2656         (__getcwd): Use __rewinddir instead of rewinddir.
2657
2658         [BZ #17583]
2659         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2660         alias of __fileno.  Use libc_hidden_weak.
2661         (__fileno): Use libc_hidden_def.
2662         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2663         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2664         alias of __ftello.
2665         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2666         __ftello.
2667         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2668         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2669         libc_hidden_def.
2670         (fread_unlocked): Don't use libc_hidden_ver.
2671         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2672         and define as weak alias of __fread_unlocked.  Don't use
2673         libc_hidden_def.
2674         (__fread_unlocked): Use libc_hidden_def.
2675         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2676         (ftello): Don't use libc_hidden_proto.
2677         (__ftello): Declare.  Use libc_hidden_proto.
2678         (fread_unlocked): Don't use libc_hidden_proto.
2679         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2680         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2681         and __ftello instead of fileno, fread_unlocked and ftello.
2682
2683 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2684
2685         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2686         GOT12.
2687         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2688         Likewise.
2689         (_dl_start_user): Likewise.
2690         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2691
2692 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2693             Siddhesh Poyarekar  <siddhesh@redhat.com>
2694
2695         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2696         Move argv and envp down instead of moving argc up.
2697         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2698
2699 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2700
2701         [BZ #17506]
2702         * test-skeleton.c (main): Return successful if one of
2703         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2704         * string/tst-strcoll-overflow.c: Define expected status.
2705
2706 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2707
2708         [BZ #17475]
2709         * locale/iso-639.def: Define Bhili and Tulu language codes.
2710
2711 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2712
2713         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2714
2715 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2716
2717         [BZ #17555]
2718         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2719
2720 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2721
2722         * configure.ac: Updated check of minimal required version to
2723         2.22.
2724         * manual/install.texi (Tools for Compilation): Updated version
2725         number.
2726         * configure: Regenerated.
2727         * INSTALL: Likewise.
2728
2729 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2730
2731         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2732         __tls_get_addr.
2733
2734 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2735
2736         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2737         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2738         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2739         libc_hidden_weak.
2740         (waitpid): Define as alias of __waitpid.
2741         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2742         __waitpid.
2743         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2744         libc_hidden_weak.
2745         (waitpid): Define as alias of __waitpid.
2746         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2747         __libc_waitpid alias.
2748         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2749         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2750         Likewise.
2751         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2752         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2753         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2754         alias.
2755         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2756         __waitpid.
2757         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2758         libc_hidden_weak.
2759         (waitpid): Define as alias of __waitpid.
2760
2761 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2762
2763         * manual/llio.texi: Add comment that write safety has been
2764         fixed in Linux.
2765
2766         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2767         (localplt-build-dso): Add elf/ld.so.
2768         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2769         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2770         and free for ld.so.
2771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2772         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2774         Likewise.
2775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2776         Likewise.
2777         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2778         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2779         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2780         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2781         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2782         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2783         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2784         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2785         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2786         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2787         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2788
2789 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2790
2791         [BZ #14132]
2792         * include/libc-symbols.h (INTUSE): Remove macro.
2793         (INTDEF): Likewise.
2794         (INTVARDEF): Likewise.
2795         (_INTVARDEF): Likewise.
2796         (INTDEF2): Likewise.
2797         (INTVARDEF2): Likewise.
2798         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2799         rtld_hidden_def instead of INTVARDEF.
2800         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2801         (_dl_starting_up_internal): Remove declaration.
2802         (_dl_starting_up): Use rtld_hidden_proto.
2803         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2804         declaration.
2805         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2806         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2807         _dl_starting_up.
2808         * elf/dl-writev.h (_dl_writev): Likewise.
2809         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2810         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2811         _dl_starting_up_internal.
2812
2813 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2814
2815         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2816         test-skeleton.c.
2817
2818 2014-11-05  Will Newton  <will.newton@linaro.org>
2819
2820         * benchtests/Makefile: (bench-malloc): Add malloc thread
2821         scalability benchmark.
2822         * benchtests/bench-malloc-threads.c: New file.
2823
2824 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2825
2826         * sysdeps/aarch64/strchrnul.S: New file.
2827
2828 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2829
2830         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2831         definition.
2832         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2833         Likwise.
2834         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2835         Likewise.
2836         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2837         Likewise.
2838         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2839         Likewise.
2840         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2841         Likewise.
2842
2843 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2844
2845         * catgets/test-gencat.c: Use test-skeleton.c.
2846         * catgets/tst-catgets.c: Likewise.
2847         * csu/tst-empty.c: Likewise.
2848         * elf/tst-audit2.c: Likewise.
2849         * elf/tst-global1.c: Likewise.
2850         * elf/tst-pathopt.c: Likewise.
2851         * elf/tst-piemod1.c: Likewise.
2852         * elf/tst-tls10.c: Likewise.
2853         * elf/tst-tls11.c: Likewise.
2854         * elf/tst-tls12.c: Likewise.
2855         * gnulib/tst-gcc.c: Likewise.
2856         * iconvdata/tst-e2big.c: Likewise.
2857         * iconvdata/tst-loading.c: Likewise.
2858         * iconv/tst-iconv1.c: Likewise.
2859         * iconv/tst-iconv2.c: Likewise.
2860         * inet/test-inet6_opt.c: Likewise.
2861         * inet/tst-gethnm.c: Likewise.
2862         * inet/tst-network.c: Likewise.
2863         * inet/tst-ntoa.c: Likewise.
2864         * intl/tst-codeset.c: Likewise.
2865         * intl/tst-gettext2.c: Likewise.
2866         * intl/tst-gettext3.c: Likewise.
2867         * intl/tst-ngettext.c: Likewise.
2868         * intl/tst-translit.c: Likewise.
2869         * io/test-stat.c: Likewise.
2870         * libio/test-fmemopen.c: Likewise.
2871         * libio/tst-freopen.c: Likewise.
2872         * libio/tst-sscanf.c: Likewise.
2873         * libio/tst-ungetwc1.c: Likewise.
2874         * libio/tst-ungetwc2.c: Likewise.
2875         * libio/tst-widetext.c: Likewise.
2876         * localedata/tst-ctype.c: Likewise.
2877         * localedata/tst-digits.c: Likewise.
2878         * localedata/tst-leaks.c: Likewise.
2879         * localedata/tst-mbswcs1.c: Likewise.
2880         * localedata/tst-mbswcs2.c: Likewise.
2881         * localedata/tst-mbswcs3.c: Likewise.
2882         * localedata/tst-mbswcs4.c: Likewise.
2883         * localedata/tst-mbswcs5.c: Likewise.
2884         * localedata/tst-setlocale.c: Likewise.
2885         * localedata/tst-trans.c: Likewise.
2886         * localedata/tst-wctype.c: Likewise.
2887         * localedata/tst-xlocale1.c: Likewise.
2888         * login/tst-grantpt.c: Likewise.
2889         * malloc/tst-calloc.c: Likewise.
2890         * malloc/tst-malloc.c: Likewise.
2891         * malloc/tst-mallocstate.c: Likewise.
2892         * malloc/tst-mcheck.c: Likewise.
2893         * malloc/tst-mtrace.c: Likewise.
2894         * malloc/tst-obstack.c: Likewise.
2895         * math/atest-exp2.c: Likewise.
2896         * math/atest-exp.c: Likewise.
2897         * math/atest-sincos.c: Likewise.
2898         * math/test-matherr.c: Likewise.
2899         * math/test-misc.c: Likewise.
2900         * math/test-powl.c: Likewise.
2901         * math/tst-definitions.c: Likewise.
2902         * misc/tst-dirname.c: Likewise.
2903         * misc/tst-efgcvt.c: Likewise.
2904         * misc/tst-fdset.c: Likewise.
2905         * misc/tst-hsearch.c: Likewise.
2906         * misc/tst-mntent2.c: Likewise.
2907         * nptl/tst-sem7.c: Likewise.
2908         * nptl/tst-sem8.c: Likewise.
2909         * nptl/tst-sem9.c: Likewise.
2910         * nss/test-netdb.c: Likewise.
2911         * posix/tst-fnmatch.c: Likewise.
2912         * posix/tst-getlogin.c: Likewise.
2913         * posix/tst-gnuglob.c: Likewise.
2914         * posix/tst-mmap.c: Likewise.
2915         * pwd/tst-getpw.c: Likewise.
2916         * resolv/tst-inet_ntop.c: Likewise.
2917         * rt/tst-timer.c: Likewise.
2918         * stdio-common/test-fseek.c: Likewise.
2919         * stdio-common/test-popen.c: Likewise.
2920         * stdio-common/test-vfprintf.c: Likewise.
2921         * stdio-common/tst-cookie.c: Likewise.
2922         * stdio-common/tst-fileno.c: Likewise.
2923         * stdio-common/tst-gets.c: Likewise.
2924         * stdio-common/tst-obprintf.c: Likewise.
2925         * stdio-common/tst-perror.c: Likewise.
2926         * stdio-common/tst-sprintf2.c: Likewise.
2927         * stdio-common/tst-sprintf3.c: Likewise.
2928         * stdio-common/tst-sprintf.c: Likewise.
2929         * stdio-common/tst-swprintf.c: Likewise.
2930         * stdio-common/tst-tmpnam.c: Likewise.
2931         * stdio-common/tst-unbputc.c: Likewise.
2932         * stdio-common/tst-wc-printf.c: Likewise.
2933         * stdlib/tst-environ.c: Likewise.
2934         * stdlib/tst-fmtmsg.c: Likewise.
2935         * stdlib/tst-limits.c: Likewise.
2936         * stdlib/tst-rand48-2.c: Likewise.
2937         * stdlib/tst-rand48.c: Likewise.
2938         * stdlib/tst-random2.c: Likewise.
2939         * stdlib/tst-random.c: Likewise.
2940         * stdlib/tst-strtol.c: Likewise.
2941         * stdlib/tst-strtoll.c: Likewise.
2942         * stdlib/tst-tls-atexit.c: Likewise.
2943         * stdlib/tst-xpg-basename.c: Likewise.
2944         * string/test-ffs.c: Likewise.
2945         * string/tst-bswap.c: Likewise.
2946         * string/tst-inlcall.c: Likewise.
2947         * string/tst-strtok.c: Likewise.
2948         * string/tst-strxfrm.c: Likewise.
2949         * sysdeps/x86_64/tst-audit10.c: Likewise.
2950         * sysdeps/x86_64/tst-audit3.c: Likewise.
2951         * sysdeps/x86_64/tst-audit4.c: Likewise.
2952         * sysdeps/x86_64/tst-audit5.c: Likewise.
2953         * time/tst-ftime_l.c: Likewise.
2954         * time/tst-getdate.c: Likewise.
2955         * time/tst-mktime3.c: Likewise.
2956         * time/tst-mktime.c: Likewise.
2957         * time/tst-posixtz.c: Likewise.
2958         * time/tst-strptime2.c: Likewise.
2959         * time/tst-strptime3.c: Likewise.
2960         * wcsmbs/tst-btowc.c: Likewise.
2961         * wcsmbs/tst-mbrtowc.c: Likewise.
2962         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2963         * wcsmbs/tst-wchar-h.c: Likewise.
2964         * wcsmbs/tst-wcpncpy.c: Likewise.
2965         * wcsmbs/tst-wcrtomb.c: Likewise.
2966         * wcsmbs/tst-wcsnlen.c: Likewise.
2967         * wcsmbs/tst-wcstof.c: Likewise.
2968
2969 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2970
2971         [BZ #14132]
2972         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2973         INTDEF.
2974         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2975         declaration.
2976         (_dl_mcount): Use rtld_hidden_proto.
2977         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2978         _dl_mcount.
2979         * elf/rtld.c (_rtld_global_ro): Likewise.
2980
2981         [BZ #14132]
2982         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2983         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2984         of _dl_init_internal.
2985         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2986         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2987         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2988         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2989         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2990         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2991         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2992         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2993         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2994         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2995         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2996         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2997         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2998         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2999         * sysdeps/tile/dl-start.S (_start): Likewise.
3000         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3001         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3002
3003         [BZ #14132]
3004         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3005         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3006         (rtld_progname): Make macro definition unconditional.
3007         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3008         INTDEF.
3009         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3010         (dl_main): Likewise.
3011         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3012         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3013         instead of _dl_argv_internal.
3014         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3015         __GI__dl_argv instead of INTUSE(_dl_argv).
3016         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3017         __GI__dl_argv instead of _dl_argv_internal.
3018
3019         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3020         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3021         macro.
3022         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3023         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3024         New macro.
3025         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3026         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3027         macro.
3028         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3029         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3030
3031 2014-11-04  Andreas Schwab  <schwab@suse.de>
3032
3033         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3034
3035 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3036
3037         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3038         mtvsrd instruction in binary form.
3039
3040 2014-11-03  Andreas Schwab  <schwab@suse.de>
3041
3042         [BZ #17522]
3043         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3044         for less than MB_LEN_MAX use a local buffer of that size.
3045         * libio/tst-fputws.c: New file.
3046         * libio/Makefile (tests): Add tst-fputws.
3047
3048 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3049
3050         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3051         the size of the fpu_fr.fpu_dregs[] array.
3052
3053 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3054
3055         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3056         (__nanosleep): Do not define as alias.
3057         (nanosleep): Define as alias of __nanosleep.
3058         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3059         __libc_nanosleep name.
3060
3061 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3062
3063         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3064         install.texi in comment.
3065
3066 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3067
3068         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3069         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3070         ... add here and use lwsync or sync ...
3071         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3072         ... and add here using lwsync.
3073
3074 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3075
3076         * elf/dl-machine-reject-phdr.h: New file.
3077         * elf/dl-load.c: #include that.
3078         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3079         if that returned true.
3080
3081 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3082
3083         [BZ #17496]
3084         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3085         gen-as-const-headers chunk.  Add a big scare comment after the last
3086         safe place to touch before-compile.
3087
3088 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3089
3090         * manual/install.texi (Tools for Compilation): Update autoconf
3091         version requirements.
3092         * INSTALL: Regenerated.
3093
3094         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3095         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3096         (__libc_pselect): Likewise.
3097
3098         [BZ #14138]
3099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3103
3104 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3105
3106         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3107         correct barrier instruction.
3108         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3109         Likewise.
3110         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3111         Likewise.
3112
3113 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3114
3115         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3116         after defining inlines.  Instead, just use parens to defeat macro
3117         expansion of __isctype in its declaration.
3118
3119 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3120
3121         * include/sys/uio.h (__libc_readv): Remove declaration.
3122         (__libc_writev): Likewise.
3123         * misc/readv.c (__libc_readv): Rename to __readv.
3124         (__readv): Do not define as alias.
3125         (readv): Define as alias of __readv.
3126         * misc/writev.c (__libc_writev): Rename to __writev.
3127         (__writev): Do not define as alias.
3128         (writev): Define as alias of __writev.
3129         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3130         (__readv): Do not define as alias.
3131         (readv): Define unconditionally as alias of __readv.
3132         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3133         (__writev): Do not define as alias.
3134         (writev): Define unconditionally as alias of __writev.
3135         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3136         name.
3137         (writev): Do not define __libc_writev name.
3138
3139 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3140
3141         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3142         (convert_charseq): New function, broken out of ...
3143         (use_from_charmap): ... here.  Call it.
3144         (use_to_charmap): Use convert_charseq and free instead of duplicating
3145         its code with a variable-length stack struct.
3146
3147 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3148
3149         * include/fcntl.h (__libc_creat): Remove declaration.
3150         * io/creat.c (__libc_creat): Rename to creat.
3151         (creat): Do not define as alias.
3152         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3153         of creat instead of __libc_creat.
3154         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3155         to creat.
3156         (creat): Do not define as alias.
3157         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3158         __libc_creat.
3159         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3160         __libc_creat name.
3161         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3162         Likewise.
3163
3164 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3165
3166         * manual/llio.texi: Add comments discussing why write() may be
3167         considered MT-unsafe on Linux.
3168
3169 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3170
3171         * dl-load.c (local_strdup): Remove.
3172         (expand_dynamic_string_token): Use __strdup.
3173         (decompose_rpath): Likewise.
3174         (_dl_map_object): Likewise.
3175
3176 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3177
3178         [BZ #14132]
3179         * sysdeps/generic/unwind-dw2-fde.c
3180         (__register_frame_info_bases_internal): Do not declare.
3181         (__register_frame_info_table_bases_internal): Likewise.
3182         (__deregister_frame_info_bases_internal): Likewise.
3183         (__register_frame_info_bases): Declare and use hidden_proto before
3184         definition.  Use hidden_def instead of INTDEF.
3185         (__register_frame_info_table_bases): Likewise.
3186         (__deregister_frame_info_bases): Likewise.
3187         (__register_frame_info): Do not use INTUSE.
3188         (__register_frame): Likewise.
3189         (__register_frame_info_table): Likewise.
3190         (__register_frame_table): Likewise.
3191         (__deregister_frame_info): Likewise.
3192         (__deregister_frame): Likewise.
3193
3194 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3195
3196         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3197         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3198         not undefine.
3199         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3200         Likewise.
3201         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3202         Likewise.
3203
3204 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3205
3206         [BZ #14138]
3207         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3208         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3209         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3210         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3211         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3212         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3213         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3214         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3215         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3216         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3217         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3218         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3219         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3220         syscall.
3221         (setfsuid): Likewise.
3222         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3223         (setfsuid): Likewise.
3224         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3225         (setfsuid): Likewise.
3226         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3227         Likewise.
3228         (setfsuid): Likewise.
3229         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3230         (setfsuid): Likewise.
3231         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3232         Likewise.
3233         (setfsuid): Likewise.
3234
3235 2014-10-27  Andreas Schwab  <schwab@suse.de>
3236
3237         [BZ #17501]
3238         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3239         check for Slow_SSE4_2 feature bit.
3240         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3241         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3242         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3243         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3244
3245 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3246
3247         * configure.ac: Validate compiler version with a empirical test of
3248         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3249         $CC -v output.
3250         * configure: Regenerated.
3251
3252         * inet/htons.c (htons): Prototypify.
3253         * inet/htonl.c (htonl): Likewise.
3254
3255 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3256
3257         * string/strncat.c (strncat): Improve performance by using strlen.
3258
3259 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3260
3261         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3262
3263 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3264
3265         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3266         Call libc_fetestexcept_aarch64.
3267
3268 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3269
3270         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3271         Call libc_feholdexcept_aarch64.
3272
3273 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3274
3275         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3276         Call get_rounding_mode.
3277
3278 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3279
3280         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3281         Simplify logic.
3282
3283 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3284
3285         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3286         Simplify logic.
3287
3288 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3289
3290         [BZ #14138]
3291         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3292         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3293         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3294         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3295         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3296         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3297         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3298         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3299         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3300         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3301         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3302         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3303         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3304         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3305         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3306         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3307         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3308         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3309         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3310         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3311         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3312         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3313         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3314         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3315         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3316         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3317         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3318         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3319         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3320         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3321         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3322         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3323         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3324         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3325         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3326         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3327         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3328         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3329         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3330         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3331         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3332         syscall.
3333         (geteuid): Likewise.
3334         (getgid): Likewise.
3335         (getuid): Likewise.
3336         (getresgid): Likewise.
3337         (getresuid): Likewise.
3338         (getgroups): Likewise.
3339         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3340         (geteuid): Likewise.
3341         (getgid): Likewise.
3342         (getuid): Likewise.
3343         (getresgid): Likewise.
3344         (getresuid): Likewise.
3345         (getgroups): Likewise.
3346         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3347         (geteuid): Likewise.
3348         (getgid): Likewise.
3349         (getuid): Likewise.
3350         (getresgid): Likewise.
3351         (getresuid): Likewise.
3352         (getgroups): Likewise.
3353         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3354         Likewise.
3355         (geteuid): Likewise.
3356         (getgid): Likewise.
3357         (getuid): Likewise.
3358         (getresgid): Likewise.
3359         (getresuid): Likewise.
3360         (getgroups): Likewise.
3361         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3362         (geteuid): Likewise.
3363         (getgid): Likewise.
3364         (getuid): Likewise.
3365         (getresgid): Likewise.
3366         (getresuid): Likewise.
3367         (getgroups): Likewise.
3368         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3369         Likewise.
3370         (geteuid): Likewise.
3371         (getgid): Likewise.
3372         (getuid): Likewise.
3373         (getgroups): Likewise.
3374
3375         [BZ #14138]
3376         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3377         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3378         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3379         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3380         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3381         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3382         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3383         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3384         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3385         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3386         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3387         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3388         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3389         __chown.
3390         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3391         (lchown): Likewise.
3392         (fchown): Likewise.
3393         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3394         Likewise.
3395         (lchown): Likewise.
3396         (fchown): Likewise.
3397         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3398         (lchown): Likewise.
3399         (fchown): Likewise.
3400         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3401         Likewise.
3402         (lchown): Likewise.
3403         (fchown): Likewise.
3404
3405 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3406
3407         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3408         Simplify logic.
3409
3410 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3411
3412         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3413         Cleanup logic.
3414
3415 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3416
3417         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3418         Remove unused include.
3419
3420 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3421
3422         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3423         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3424         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3425         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3426
3427 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3428             Helge Deller <deller@gmx.de>
3429
3430         [BZ #17508]
3431         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3432         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3433         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3434
3435 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3436
3437         [BZ #14132]
3438         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3439         Remove macro definition.
3440         (__ashrdi3_v_glibc20): Likewise.
3441         (__lshrdi3_v_glibc20): Likewise.
3442         (__cmpdi2_v_glibc20): Likewise.
3443         (__ucmpdi2_v_glibc20): Likewise.
3444         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3445         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3446         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3447         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3448         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3449         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3450
3451 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3452
3453         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3454         old GNU extension [0] syntax.
3455         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3456         alloca rather than an array member with variable length.
3457         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3458         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3459         (parse_opt): ... here.  Likewise use alloca there.
3460         Validate the -i argument before checking for rootness.
3461         (send_shutdown): New function, broken out of ...
3462         (parse_opt): ... here.
3463
3464 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3465
3466         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3467         macro to get at the _rt_local_ro field.
3468         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3469         ([PIC] case) or _dl_hwcap ([!PIC] case).
3470         * sysdeps/arm/setjmp.S: Likewise.
3471
3472         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3473         * sysdeps/arm/configure.ac: New check to define it.
3474         * sysdeps/arm/configure: Regenerated.
3475         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3476         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3477         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3478         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3479         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3480         Use move/movt pair instead of a load.
3481         (LDST_GLOBAL): Macro removed.
3482         (LDR_GLOBAL): New macro replaces it.
3483         (LDR_HIDDEN): New macro.
3484         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3485         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3486
3487         * setjmp/tst-setjmp-static.c: New file.
3488         * setjmp/Makefile (tests): Add it.
3489         (tests-static): New variable.
3490
3491 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3492
3493         [BZ #17485]
3494         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3495
3496 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3497
3498         [BZ #14132]
3499         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3500
3501 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3502
3503         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3504
3505 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3506
3507         * io/fts.c (dirent_not_directory): New function.
3508         (fts_build): Call it.
3509
3510 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3511
3512         * nptl/version.c (__nptl_main): Use normal __write rather than
3513         INTERNAL_SYSCALL.
3514         (banner): Update copyright years.
3515
3516         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3517         gettimeofday.
3518         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3519         * nptl/pthread_cond_timedwait.c: Likewise.
3520         * nptl/pthread_mutex_timedlock.c: Likewise.
3521         * nptl/sem_timedwait.c: Likewise.
3522
3523         * sysdeps/nptl/bits/libc-lock.h
3524         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3525         (__libc_lock_init_recursive): Return void, not 0.
3526         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3527         (__libc_rwlock_init): Likewise.
3528         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3529
3530 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3531
3532         [BZ #15215]
3533         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3534         (__pthread_once_slow): ... here.
3535         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3536         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3537
3538 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3539
3540         [BZ #15215]
3541         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3542         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3543         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3544         * nptl/pthread_once.c (__pthread_once): Likewise.
3545         Update comments.
3546
3547 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3548
3549         [BZ #14138]
3550         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3551         name.
3552         (writev): Use __libc_writev as strong name.
3553         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3554         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3555
3556 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3557
3558         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3559
3560         * sysdeps/i386/nptl/tls.h
3561         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3562         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3563         New macros.
3564         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3565         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3566         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3567         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3568         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3569         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3570
3571         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3572         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3573         on [__NR_futex].
3574         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3575         broken out of ...
3576         (__pthread_mutex_init): ... here.  Call it.
3577         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3578         Conditionalize PI cases on [__NR_futex].
3579         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3580         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3581         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3582
3583         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3584         conditional on [SIGSETXID].
3585         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3586         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3587         is defined.  Likewise for SIGSETXID.
3588         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3589         Conditionalize definitions on [SIGSETXID].
3590         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3591         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3592         unblocking on [SIGCANCEL].
3593
3594         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3595         [__NR_set_robust_list].
3596
3597 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3598
3599         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3600         (do_compare): Likewise.
3601
3602 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3603
3604         [BZ #15884]
3605         * string/strcoll_l.c: Don't include stdio.h.
3606         (coll_seq): Remove members idxarr and rulearr.
3607         (get_next_seq_cached): Remove function.
3608         (get_next_seq): Likewise.
3609         (get_next_seq_nocache): Rename to get_next_seq.
3610         (do_compare): Remove function.
3611         (do_compare_nocache): Rename to do_compare.
3612         (STRCOLL): Remove weight and rules cache.
3613
3614 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3615
3616         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3617         * sysdeps/arm/sfp-machine.h: ... to here.
3618         * sysdeps/arm/Implies: Remove arm/soft-fp.
3619
3620 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3621
3622         * conform/data/sys/utsname.h-data (*_t): Allow.
3623         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3624         [POSIX] (WEXITED): Do not expect constant.
3625         [POSIX] (WSTOPPED): Likewise.
3626         [POSIX] (WNOHANG): Likewise.
3627         [POSIX] (WNOWAIT): Likewise.
3628         [POSIX] (siginfo_t): Do not expect type or elements.
3629         [POSIX] (pid_t): Do not expect type.
3630         [POSIX] (signal.h): Do not allow header.
3631         [POSIX] (sys/resource.h): Likewise.
3632         [POSIX] (si_*): Do not allow pattern.
3633         [POSIX] (W*): Likewise.
3634         [POSIX] (P_*): Likewise.
3635         [POSIX] (BUS_*): Likewise.
3636         [POSIX] (CLD_*): Likewise.
3637         [POSIX] (FPE_*): Likewise.
3638         [POSIX] (ILL_*): Likewise.
3639         [POSIX] (POLL_*): Likewise.
3640         [POSIX] (SEGV_*): Likewise.
3641         [POSIX] (SI_*): Likewise.
3642         [POSIX] (TRAP_*): Likewise.
3643         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3644         variable.
3645
3646 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3647
3648         [BZ #12926]
3649         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3650         infinite loop when __recvmsg returns 0.
3651
3652 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3653
3654         * CANCEL-FCT-WAIVE: Remove file.
3655         * CANCEL-FILE-WAIVE: Likewise.
3656
3657         [BZ #14132]
3658         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3659         instead of INTVARDEF.
3660         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3661         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3662         rtld_hidden_data_def instead of INTVARDEF.
3663         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3664         * elf/dl-deps.c (expand_dst): Likewise.
3665         * elf/dl-load.c (_dl_dst_count): Likewise.
3666         (_dl_dst_substitute): Likewise.
3667         (decompose_rpath): Likewise.
3668         (_dl_init_paths): Likewise.
3669         (open_path): Likewise.
3670         (_dl_map_object): Likewise.
3671         * elf/rtld.c (dl_main): Likewise.
3672         (process_dl_audit): Likewise.
3673         (process_envvars): Likewise.
3674         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3675         Remove declaration.
3676         (__libc_enable_secure): Use rtld_hidden_proto.
3677
3678 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3679
3680         * elf/dl-load.c
3681         (add_path): New function broken out of _dl_rtld_di_serinfo.
3682         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3683
3684 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3685
3686         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3687         parentheses around macro arguments.
3688         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3689         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3690         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3691         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3692         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3693         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3694         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3695         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3696         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3697         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3698         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3699         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3700         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3701         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3702         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3703         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3704         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3705         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3706         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3707         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3708         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3709         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3710         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3711         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3712         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3713         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3714         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3715         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3716         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3717         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3718         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3719         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3720         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3721         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3722         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3723         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3724         Likewise.
3725         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3726         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3727         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3728         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3729         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3730         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3731         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3732         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3733         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3734         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3735         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3736         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3737         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3738         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3739         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3740         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3741         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3742         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3743         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3744         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3745         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3746         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3747         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3748         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3749         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3750         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3751         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3752         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3753         (_FP_FRAC_SRS_1): Likewise.
3754         (_FP_FRAC_CLZ_1): Likewise.
3755         (_FP_MUL_MEAT_1_imm): Likewise.
3756         (_FP_MUL_MEAT_1_wide): Likewise.
3757         (_FP_MUL_MEAT_1_hard): Likewise.
3758         (_FP_SQRT_MEAT_1): Likewise.
3759         (_FP_FRAC_ASSEMBLE_1): Likewise.
3760         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3761         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3762         (__FP_CLZ_2): Likewise.
3763         (_FP_MUL_MEAT_2_wide): Likewise.
3764         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3765         (_FP_MUL_MEAT_2_gmp): Likewise.
3766         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3767         (_FP_SQRT_MEAT_2): Likewise.
3768         (_FP_FRAC_ASSEMBLE_2): Likewise.
3769         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3770         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3771         (_FP_FRAC_CLZ_4): Likewise.
3772         (_FP_MUL_MEAT_4_wide): Likewise.
3773         (_FP_MUL_MEAT_4_gmp): Likewise.
3774         (_FP_SQRT_MEAT_4): Likewise.
3775         (_FP_FRAC_ASSEMBLE_4): Likewise.
3776         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3777         * soft-fp/op-common.h (_FP_CMP): Likewise.
3778         (_FP_CMP_EQ): Likewise.
3779         (_FP_CMP_UNORD): Likewise.
3780         (_FP_TO_INT): Likewise.
3781         (_FP_FROM_INT): Likewise.
3782         [!__FP_CLZ] (__FP_CLZ): Likewise.
3783         (_FP_DIV_HELP_imm): Likewise.
3784         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3785         Likewise.
3786         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3787         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3788         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3789         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3790         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3791         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3792         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3793         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3794         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3795         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3796         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3797         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3798         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3799         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3800         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3801         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3802         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3803         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3804         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3805         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3806         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3807         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3808         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3809         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3810         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3811         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3812         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3813         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3814         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3815         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3816         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3817         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3818         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3819         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3820         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3821         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3822         (FP_UNPACK_RAW_SP): Likewise.
3823         (FP_PACK_RAW_S): Likewise.
3824         (FP_PACK_RAW_SP): Likewise.
3825         (FP_UNPACK_S): Likewise.
3826         (FP_UNPACK_SP): Likewise.
3827         (FP_UNPACK_SEMIRAW_S): Likewise.
3828         (FP_UNPACK_SEMIRAW_SP): Likewise.
3829         (FP_PACK_S): Likewise.
3830         (FP_PACK_SP): Likewise.
3831         (FP_PACK_SEMIRAW_S): Likewise.
3832         (FP_PACK_SEMIRAW_SP): Likewise.
3833         (_FP_SQRT_MEAT_S): Likewise.
3834         (FP_CMP_S): Likewise.
3835         (FP_CMP_EQ_S): Likewise.
3836         (FP_CMP_UNORD_S): Likewise.
3837         (FP_TO_INT_S): Likewise.
3838         (FP_FROM_INT_S): Likewise.
3839
3840         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3841
3842         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3843         (FP_EX_INVALID_IMZ): Likewise.
3844         (FP_EX_INVALID_IMZ_FMA): Likewise.
3845         (FP_EX_INVALID_ISI): Likewise.
3846         (FP_EX_INVALID_ZDZ): Likewise.
3847         (FP_EX_INVALID_IDI): Likewise.
3848         (FP_EX_INVALID_SQRT): Likewise.
3849         (FP_EX_INVALID_CVI): Likewise.
3850         (FP_EX_INVALID_VC): Likewise.
3851         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3852         "invalid" exceptions.
3853         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3854         (_FP_ADD_INTERNAL): Likewise.
3855         (_FP_MUL): Likewise.
3856         (_FP_FMA): Likewise.
3857         (_FP_DIV): Likewise.
3858         (_FP_CMP_CHECK_NAN): Likewise.
3859         (_FP_SQRT): Likewise.
3860         (_FP_TO_INT): Likewise.
3861         (FP_EXTEND): Likewise.
3862
3863 2014-10-09  Allan McRae  <allan@archlinux.org>
3864
3865         * po/fr.po: Update French translation from translation project.
3866
3867 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3868
3869         [BZ #14132]
3870         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3871         of INTDEF.
3872         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3873         (__cxa_atexit): Use libc_hidden_proto.
3874         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3875
3876         [BZ #14132]
3877         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3878         declaration.
3879         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3880         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3881         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3882         [!_ISOMAC] (__iswctype_internal): Likewise.
3883         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3884         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3885         alias.
3886         (fcntl): Remove __fcntl_internal alias.
3887         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3888         __connect_internal alias.
3889         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3890         Likewise.
3891
3892         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3893         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3894         FP_DENORM_ZERO.
3895         (_FP_CHECK_FLUSH_ZERO): New macro.
3896         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3897         (_FP_CMP): Likewise.
3898         (_FP_CMP_EQ): Likewise.
3899         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3900         FP_DENORM_ZERO.
3901         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3902         (FP_TRUNC): Likewise.
3903
3904         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3905         treated as invalid conversion, not as normal exponent.
3906
3907         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3908         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3909         (_FP_CMP_EQ): Likewise.
3910         (_FP_CMP_UNORD): Likewise.
3911         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3912         (FP_CMP_EQ_D): Likewise.
3913         (FP_CMP_UNORD_D): Likewise.
3914         * soft-fp/extended.h (FP_CMP_E): Likewise.
3915         (FP_CMP_EQ_E): Likewise.
3916         (FP_CMP_UNORD_E): Likewise.
3917         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3918         (FP_CMP_EQ_Q): Likewise.
3919         (FP_CMP_UNORD_Q): Likewise.
3920         * soft-fp/single.h (FP_CMP_S): Likewise.
3921         (FP_CMP_EQ_S): Likewise.
3922         (FP_CMP_UNORD_S): Likewise.
3923         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3924         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3925         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3926         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3927         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3928         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3929         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3930         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3931         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3932         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3933         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3934         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3935         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3936         to FP_CMP_Q.
3937         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3938         FP_CMP_Q.
3939         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3940         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3941         FP_CMP_EQ_Q.
3942         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3943         FP_CMP_Q.
3944         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3945         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3946         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3947         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3948         FP_CMP_EQ_Q.
3949         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3950         FP_CMP_Q.
3951         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3952         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3953         FP_CMP_EQ_Q.
3954         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3955         FP_CMP_Q.
3956         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3957         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3958         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3959         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3960         FP_CMP_EQ_Q.
3961
3962         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3963         a subnormal result, set the underflow exception if trapping on
3964         underflow is enabled.
3965         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3966         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3967         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3968         redefine to 0.
3969         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3970         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3971         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3972         * soft-fp/extendxftf2.c (__extendxftf2): Use
3973         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3974
3975         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3976         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3977         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3978         FP_HANDLE_EXCEPTIONS.
3979         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3980         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3981         FP_HANDLE_EXCEPTIONS.
3982         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3983         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3984         FP_HANDLE_EXCEPTIONS.
3985         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3986         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3987         FP_HANDLE_EXCEPTIONS.
3988
3989 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3990
3991         [BZ #14132]
3992         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3993         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3994         use INTUSE.
3995         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3996         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3997         Remove alias.
3998         (__adjtimex): Define using libc_hidden_ver.
3999         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4000         Remove declaration.
4001         (ntp_gettime): Call __adjtimex directly.
4002         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4003         Remove declaration.
4004         (ntp_gettimex): Call __adjtimex directly.
4005         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4006         __adjtimex_internal alias.
4007
4008 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4009
4010         [BZ #17460]
4011         * nscd/nscd.c (more_help): Rewrite list of tables collection
4012         using xstrdup and asprintf.
4013
4014         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4015
4016 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4017             Roland McGrath  <roland@hack.frob.com>
4018
4019         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4020         (do_lookup_unique): ... local function 'enter' here; update callers.
4021
4022 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4023
4024         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4025         compat_symbol calls on [SHARED].
4026         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4027         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4028         Remove.
4029         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4030         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4031         (oldsetrlimit): Remove.
4032         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4034         (lchown): New syscall entry.
4035         (oldsetrlimit): Remove.
4036         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4037         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4038         (oldsetrlimit): Remove.
4039         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4040
4041         [BZ #14138]
4042         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4043         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4044         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4045         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4046         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4047         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4048         (fchown): Likewise.
4049         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4050         (fchown): Likewise.
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4052         Likewise.
4053
4054 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4055
4056         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4057         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4058         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4059         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4060         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4061         Likewise.
4062         (__old_sem_post): Likewise.
4063
4064 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4065
4066         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4067         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4068         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4069         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4070         Use INLINE_VSYSCALL macro.
4071         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4072         __vdso_clock_gettime.
4073         * sysdeps/unix/sysv/linux/tile/init-first.c
4074         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4075         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4076         __vdso_clock_gettime.
4077
4078         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4079         to set up frame more cleanly.
4080
4081         * sysdeps/tile/memcmp.c: New file.
4082
4083         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4084
4085         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4086         * sysdeps/tile/tilegx/strcasestr.c: New file.
4087         * sysdeps/tile/tilegx/strnlen.c: New file.
4088         * sysdeps/tile/tilegx/strstr.c: New file.
4089
4090         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4091
4092 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4093
4094         * nptl/tst-setuid3.c: Write errors to stdout.
4095
4096 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4097
4098         * elf/dl-deps.c
4099         (preload): New functions broken out of _dl_map_object_deps.
4100         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4101
4102 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4103
4104         [BZ #14138]
4105         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4106         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4107
4108 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4109
4110         * sysdeps/mips/strcmp.S: New.
4111
4112 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4113
4114         [BZ #14138]
4115         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4116         (linkat): Likewise.
4117         (mkdirat): Likewise.
4118         (readlinkat): Likewise.
4119         (renameat): Likewise.
4120         (symlinkat): Likewise.
4121         (unlinkat): Likewise.
4122         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4123         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4124         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4125         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4126         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4127         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4128         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4129
4130 2014-09-30  Will Newton  <will.newton@linaro.org>
4131
4132         * math/math.h: Define long double math functions if
4133         _LIBC_TEST is defined.
4134         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4135
4136         * localedata/Makefile: Move assignment to tests-special
4137         into an ifdef testing run-built-tests.
4138         * timezone/Makefile: Likewise.
4139
4140 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4141
4142         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4143         with $(BASH) not $(SHELL).
4144
4145 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4146             Matthew LeGendre  <legendre1@llnl.gov>
4147
4148         [BZ #17411]
4149         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4150         l_reloc_result.
4151
4152 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4153
4154         * stdio-common/printf_fp.c
4155         (hack_digit): New function, broken out of ...
4156         (__printf_fp): ... local function here.  Update call sites.
4157         hack_digit now takes an additional parameter that is a pointer
4158         to a struct of the referenced locals.  Those locals moved inside
4159         the struct and references updated.
4160
4161 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4162
4163         * aclocal.m4: Require autoconf 2.69.
4164         * configure: Regenerated.
4165         * sysdeps/aarch64/configure: Likewise.
4166         * sysdeps/alpha/configure: Likewise.
4167         * sysdeps/arm/armv7/configure: Likewise.
4168         * sysdeps/arm/configure: Likewise.
4169         * sysdeps/ia64/configure: Likewise.
4170         * sysdeps/mach/configure: Likewise.
4171         * sysdeps/mips/configure: Likewise.
4172         * sysdeps/s390/configure: Likewise.
4173         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4175
4176         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4177         file.
4178         * sysdeps/ia64/configure.ac: Likewise.
4179
4180 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4181
4182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4183         specify symbol version for ld.so.  Do not include entry for
4184         libpthread.
4185         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4186         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4187         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4188
4189         [BZ #14171]
4190         * Makeconfig [$(build-shared) = yes]
4191         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4192         makefiles.
4193         [$(build-shared) = yes && $(soversions.mk-done) = t]
4194         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4195         [$(build-shared) = yes && $(soversions.mk-done) = t]
4196         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4197         to Makerules.
4198         [$(build-shared) = yes && $(soversions.mk-done) = t]
4199         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4200         here.
4201         [$(build-shared) = yes && $(soversions.mk-done) = t]
4202         (common-generated): Don't append gnu/lib-names.h and
4203         gnu/lib-names.stmp here.
4204         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4205         (lib-names-h-abi): New variable.
4206         [$(build-shared) = yes && $(soversions.mk-done) = t]
4207         (lib-names-stmp-abi): Likewise.
4208         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4209         abi-variants] (before-compile): Append
4210         $(common-objpfx)$(lib-names-h-abi).
4211         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4212         abi-variants] (common-generated): Append gnu/lib-names.h.
4213         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4214         abi-variants] (install-others-nosubdir): Depend on
4215         $(inst_includedir)/$(lib-names-h-abi).
4216         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4217         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4218         [$(build-shared) = yes && $(soversions.mk-done) = t]
4219         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4220         [$(build-shared) = yes && $(soversions.mk-done) = t]
4221         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4222         [$(build-shared) = yes && $(soversions.mk-done) = t]
4223         (common-generated): Append $(lib-names-h-abi) and
4224         $(lib-names-stmp-abi).
4225         * scripts/lib-names.awk: Do not handle multi being set.
4226         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4227         Remove variable.
4228         (abi-lp64_be-ld-soname): Likewise.
4229         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4230         Likewise.
4231         (abi-hard-ld-soname): Likewise.
4232         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4233         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4234         Remove variable.
4235         (abi-o32_hard-ld-soname): Likewise.
4236         (abi-o32_soft_2008-ld-soname): Likewise.
4237         (abi-o32_hard_2008-ld-soname): Likewise.
4238         (abi-n32_soft-ld-soname): Likewise.
4239         (abi-n32_hard-ld-soname): Likewise.
4240         (abi-n32_soft_2008-ld-soname): Likewise.
4241         (abi-n32_hard_2008-ld-soname): Likewise.
4242         (abi-n64_soft-ld-soname): Likewise.
4243         (abi-n64_hard-ld-soname): Likewise.
4244         (abi-n64_soft_2008-ld-soname): Likewise.
4245         (abi-n64_hard_2008-ld-soname): Likewise.
4246         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4247         Likewise.
4248         (abi-64-v2-ld-soname): Likewise.
4249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4250         ld.so entries.
4251         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4252         variable.
4253         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4254         entry.
4255         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4256         variable.
4257         (abi-64-ld-soname): Likewise.
4258         (abi-x32-ld-soname): Likewise.
4259         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4260         entry.
4261         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4262
4263 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4264
4265         [BZ #14138]
4266         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4267         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4268         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4269         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4270         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4271         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4272         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4273         syscall entry for GLIBC_2.2 symbol version.
4274         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4275         Likewise.
4276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4277         (setrlimit): Likewise.
4278         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4279         Likewise.
4280
4281 2014-09-23  Will Newton  <will.newton@linaro.org>
4282
4283         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4284         _LINUX_ARM_SYSDEP_H include guard too.
4285         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4286         define.
4287
4288 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4289
4290         * sysdeps/unix/sysv/linux/eventfd.c:
4291         Make first argument unsigned.
4292         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4293         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4294
4295 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4296
4297         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4298         * socket/sys/socket.h: Likewise
4299         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4300
4301 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4302
4303         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4304
4305 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4306
4307         * time/tst-ftime.c: New test.
4308         * time/Makefile (tests): Add tst-ftime.
4309
4310 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4311
4312         * soft-fp/extended.h: Fix comment formatting.
4313         * soft-fp/op-1.h: Likewise.
4314         * soft-fp/op-2.h: Likewise.
4315         * soft-fp/op-4.h: Likewise.
4316         * soft-fp/op-8.h: Likewise.
4317         * soft-fp/op-common.h: Likewise.
4318         * soft-fp/soft-fp.h: Likewise.
4319
4320         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4321
4322 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4323
4324         [BZ #6652]
4325         * Makeconfig (soversions-default-setname): Remove variable.
4326         ($(common-objpfx)soversions.i): Don't pass default_setname to
4327         soversions.awk.
4328         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4329         oldest_abi to abi-versions.awk.
4330         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4331         * config.make.in (oldest-abi): Remove variable.
4332         * configure.ac (--enable-oldest-abi): Remove configure option.
4333         * configure: Regenerated.
4334         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4335         text.
4336         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4337         * scripts/soversions.awk: Do not handle default_setname variable.
4338         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4339         variable.
4340         * sysdeps/mach/hurd/configure: Regenerated.
4341         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4342         variable.
4343         * sysdeps/unix/sysv/linux/configure: Regenerated.
4344
4345 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4346
4347         * elf/Makefile (CFLAGS-interp.c): Remove.
4348         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4349         path string.
4350         * elf/interp.c: Include generated runtime-linker.h
4351
4352         * Makerules (lib%.so): Don't include $(+interp) in
4353         prerequisites.
4354         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4355         * dlfcn/eval.c: Remove file.
4356
4357         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4358         macros.
4359
4360         [BZ #17266]
4361         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4362         4.2 and newer.
4363
4364         [BZ #17370]
4365         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4366
4367 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4368             Jakub Jelinek  <jakub@redhat.com>
4369
4370         [BZ #17266]
4371         * libio/stdio.h: Check definition of __fortify_function
4372         instead of __extern_always_inline to include bits/stdio2.h.
4373         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4374         check if __extern_always_inline is defined.
4375         [__USE_MISC || __USE_XOPEN]: Likewise.
4376         [__USE_ISOC99] Likewise.
4377         * misc/sys/cdefs.h (__fortify_function): Define only if
4378         __extern_always_inline is defined.
4379         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4380         __extern_always_inline and __extern_inline only for g++-4.3
4381         and newer or a compatible gcc.
4382
4383 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4384
4385         [BZ #17371]
4386         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4387         last change to handle zero prefix length.
4388
4389 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4390
4391         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4392         _SC_REGEX_VERSION.
4393
4394         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4395         _POSIX_RAW_SOCKETS.
4396
4397 2014-09-13  Allan McRae  <allan@archlinux.org>
4398
4399         * po/ru.po: Update Russian translation from translation project.
4400
4401 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4402
4403         * locale/programs/locale.c (show_locale_vars): Inline local function
4404         into its sole call site.  Clean up some style nits.
4405         (print_item): New function, broken out of ...
4406         (show_info): ... local function here.  Clean up style nits.
4407
4408         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4409         out of ...
4410         (set_class_defaults): ... local function set_default here.
4411         Define set_default as a macro locally to pass constant parameters.
4412         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4413         rather than a shared local.
4414
4415         * stdlib/rpmatch.c (try): New function, broken out of ...
4416         (rpmatch): ... local function here.  Also, prototypify definition.
4417
4418 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4419
4420         * scripts/soversions.awk: Do not handle configuration names.
4421         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4422         vendor and os variables to soversions.awk.
4423         * configure.ac: Do not modify gnu-* host_os.
4424         * configure: Regenerated
4425         * shlib-versions: Remove first column with configuration names.
4426         * nptl/shlib-versions: Likewise.
4427         * nptl_db/shlib-versions: Likewise.
4428         * sysdeps/hppa/shlib-versions: Likewise.
4429         * sysdeps/m68k/shlib-versions: Likewise.
4430         * sysdeps/mach/hurd/shlib-versions: Likewise.
4431         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4432         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4433         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4434         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4435         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4436         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4437         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4438         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4440         Likewise.
4441         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4442         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4443         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4444         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4445         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4446         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4447         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4448         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4449
4450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4451         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4453         Regenerated.
4454         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4456         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4457
4458         * shlib-versions: Remove OS-specific entries.  Moved to files in
4459         sysdeps.
4460         * sysdeps/mach/hurd/shlib-versions: New file.
4461         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4462
4463         * nptl/shlib-versions: Remove architecture-specific entries.
4464         Moved to files in sysdeps.
4465         * shlib-versions: Likewise.
4466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4467         file.
4468         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4469         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4470         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4471         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4472
4473         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4474         (UDP_NO_CHECK6_RX): Likewise.
4475
4476 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4477
4478         * sysdeps/posix/sysconf.c (__sysconf): Spell
4479         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4480
4481 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4482
4483         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4484         loading.
4485         * iconv/Versions (__gconv_transliterate): Export for use from
4486         gconv modules.
4487         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4488         (struct __gconv_trans_data, __gconv_trans_fct,
4489         __gconv_trans_context_fct, __gconv_trans_query_fct,
4490         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4491         definitions.
4492         (struct __gconv_step_data): Remove __trans member.
4493         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4494         longer hidden.  Remove unused trans_data argument.
4495         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4496         (__gconv_translit_find): Remove declaration.
4497         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4498         prototype.
4499         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4500         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4501         trans_data argument.  Add hidden definition.
4502         (__gconv_translit_find): Remove.
4503         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4504         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4505         * iconv/skeleton.c: Remove transliteration initialization.
4506         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4507         __gconv_step_data initialization.
4508         * libio/iofwide.c (__libio_translit_): Remove.
4509         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4510         * wcsmbs/btowc.c (__btowc): Likewise.
4511         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4512         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4513         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4514         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4515         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4516         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4517         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4518         * wcsmbs/wctob.c (wctob): Likewise.
4519
4520 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4521
4522         [BZ #16194]
4523         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4524         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4525         register usage.
4526         * sysdeps/x86/Makefile: Adjust.
4527
4528 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4529             Roland McGrath  <roland@hack.frob.com>
4530
4531         * locale/weight.h: Add include guard.
4532         (findidx): Make static rather than auto; take new parameters
4533         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4534         * locale/weightwc.h: Likewise.
4535         * posix/fnmatch_loop.c
4536         (FCT): Change type of EXTRA from int32_t to wint_t.
4537         Don't include either header inside the function.
4538         Call FINDIDX rather than findidx, and pass new arguments.
4539         #undef FINDIDX at the end of the file.
4540         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4541         FINDIDX before including fnmatch_loop.c for the non-wide version.
4542         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4543         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4544         for the wide version.
4545         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4546         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4547         Pass new arguments to findidx.
4548         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4549         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4550         Don't #include it inside the function.  Pass new arguments to findidx.
4551         * posix/regex_internal.h
4552         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4553         (re_string_elem_size_at): Don't #include it inside the function.
4554         Pass new arguments to findidx.
4555         * string/strcoll_l.c: #include WEIGHT_H at top level.
4556         (get_next_seq): Don't #include it inside the function.
4557         Pass new arguments to findidx.
4558         (get_next_seq_nocache): Likewise.
4559         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4560         (STRXFRM): Don't #include it inside the function.
4561         Pass new arguments to findidx.
4562
4563 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4564
4565         [BZ #17344]
4566         * malloc/malloc.c (unlink): Turn asserts into a call to
4567         malloc_printerr.
4568
4569 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4570
4571         [BZ #17370]
4572         * libio/wfileops (do_ftell_wide): Free OUT.
4573
4574 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4575
4576         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4577
4578 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4579
4580         [BZ #17363]
4581         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4582         group if the current group is empty.
4583
4584 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4585
4586         * benchtests/bench-memset.c (test_main): Add more test from size
4587         from 32 to 512 bytes.
4588         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4589         Add POWER8 memset object.
4590         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4591         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4592         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4593         implementation.
4594         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4595         Likewise.
4596         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4597         multiarch POWER8 memset optimization.
4598         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4599         POWER8 memset optimization.
4600
4601         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4602         Remove bzero multiarch objects.
4603         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4604         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4605         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4606         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4607         Remove define.
4608         [__bzero]: Redefine to specific name.
4609         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4610         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4611         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4612         define.
4613         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4614         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4615
4616 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4617
4618         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4619         warnings into errors.
4620
4621         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4622         __cxa_thread_atexit_impl prototype.
4623
4624 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4625
4626         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4627         Fix capitalization of error message.
4628
4629 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4630
4631         * sysdeps/mips/preconfigure: Modify ABI tests.
4632
4633 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4634
4635         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4636
4637 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4638             Carlos O'Donell  <carlos@systemhalted.org>
4639
4640         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4641         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4642         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4643         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4644         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4645         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4646         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4647         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4648         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4649         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4650         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4651         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4652         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4653         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4654         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4655         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4656         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4657         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4658         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4659         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4660         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4661         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4662         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4663         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4664         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4665         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4666         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4667         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4668         Deconditionalize the code that was previously under [RESET_PID].
4669         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4670         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4671         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4672         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4673         include sysdep.h.
4674
4675 2014-09-08  Allan McRae  <allan@archlinux.org>
4676
4677         * version.h (RELEASE): Set to "development".
4678         (VERSION): Set to "2.20.90"
4679
4680 2014-09-07  Allan McRae  <allan@archlinux.org
4681
4682         * version.h (RELEASE): Set to "stable".
4683         (VERSION): Set to "2.20"
4684         * include/features.h (__GLIBC_MINOR__): Set to 20.
4685
4686         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4687         Liebler.
4688
4689         * po/ko.po: Update Korean translation from translation project.
4690
4691 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4692
4693         [BZ #17354]
4694         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4695         macro for handling signed relocations.
4696
4697 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4698
4699         [BZ #17325]
4700         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4701         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4702         assert.
4703         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4704         * iconvdata/ibm935.c (BODY): Likewise.
4705         * iconvdata/ibm937.c (BODY): Likewise.
4706         * iconvdata/ibm939.c (BODY): Likewise.
4707         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4708         assert.
4709         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4710         script.
4711         * iconvdata/run-iconv-test.sh: New test loop for checking for
4712         decoder crashers.
4713
4714 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4715
4716         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4717         libm_hidden_ver.
4718
4719 2014-09-01  Allan McRae  <allan@archlinux.org>
4720
4721         * po/eo.po: Update Esperanto translation from translation project.
4722
4723         * po/ca.po: Update Catalan translation from translation project.
4724
4725 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4726
4727         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4728         __proc_dostop call.
4729
4730 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4731
4732         [BZ #17319]
4733         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4734         to call set_thread_area instead of hand written asm.
4735         (__NR_set_thread_area): Removed define.
4736         (TLS_FLAG_WRITABLE): Likewise.
4737         (__ASSUME_SET_THREAD_AREA): Remove check.
4738         (TLS_EBX_ARG): Remove define.
4739         (TLS_LOAD_EBX): Likewise.
4740
4741 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4742
4743         Simplify atomicity of socket creation in bind.
4744
4745         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4746         looking up the name after linking the file.
4747
4748 2014-08-27  Allan McRae  <allan@archlinux.org>
4749
4750         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4751
4752 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4753
4754         [BZ #17187]
4755         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4756         trans_compare, open_translit, __gconv_translit_find):
4757         Remove module loading code.
4758
4759 2014-08-26  Allan McRae  <allan@archlinux.org>
4760
4761         * po/vi.po: Update Vietnamese translation from translation project.
4762
4763         * po/uk.po: Update Ukrainian translation from translation project.
4764
4765         * po/fr.po: Update French translation from translation project.
4766
4767         * po/ru.po: Update Russian translation from translation project.
4768
4769         * po/pl.po: Update Polish translation from translation project.
4770
4771         * po/cs.po: Update Czech translation from translation project.
4772
4773         * po/de.po: Update German translation from translation project.
4774
4775         * po/bg.po: Update Bulgarian translation from translation project.
4776
4777         * po/sv.po: Update Sweedish translation from translation project.
4778
4779         * po/nl.po: Update Dutch translation from translation project.
4780
4781         * po/es.po: Update Spanish translation from translation project.
4782
4783 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4784
4785         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4786
4787         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4788         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4789         (CPPFLAGS-iconvconfig): Likewise.
4790         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4791
4792         * include/libc-symbols.h: Remove unnecessary check for
4793         NOT_IN_libc.
4794         * nptl/pthreadP.h: Likewise.
4795         * sysdeps/aarch64/setjmp.S: Likewise.
4796         * sysdeps/alpha/setjmp.S: Likewise.
4797         * sysdeps/arm/sysdep.h: Likewise.
4798         * sysdeps/i386/setjmp.S: Likewise.
4799         * sysdeps/m68k/setjmp.c: Likewise.
4800         * sysdeps/posix/getcwd.c: Likewise.
4801         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4802         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4803         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4804         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4805         * sysdeps/sh/sh3/setjmp.S: Likewise.
4806         * sysdeps/sh/sh4/setjmp.S: Likewise.
4807         * sysdeps/unix/alpha/sysdep.h: Likewise.
4808         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4809         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4810         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4811         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4814         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4815         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4816         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4817         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4818         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4819         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4820         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4821         * sysdeps/x86_64/setjmp.S: Likewise.
4822
4823 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4824
4825         [BZ #17263]
4826         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4827         <stdint.h>.
4828         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4829         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4830
4831 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4832
4833         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4834
4835         [BZ #17262]
4836         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4837         and __x86_64__ when disabling x87 inline functions.
4838
4839 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4840
4841         [BZ #17259]
4842         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4843         asm statement with __cpuid_count.
4844
4845 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4846
4847         * configure.ac: Change __ehdr_start code to dereference the struct.
4848         Run readelf on the output to look for relocations.
4849         * configure: Regenerated.
4850
4851 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4852
4853         [BZ #17261]
4854         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4855         value to 0.
4856         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4857
4858 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4859
4860         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4861
4862 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4863
4864         [BZ #16892]
4865         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4866         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4867
4868 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4869
4870         * malloc/malloc.c: Fix typo in comment.
4871
4872 2014-08-09  Allan McRae  <allan@archlinux.org>
4873
4874         * Regenerate libc.po.
4875
4876 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4877
4878         * intl/tst-gettext2.sh: Check every lang file for creation.
4879
4880 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4881
4882         * sysdeps/aarch64/fpu/math_private.h
4883         (libc_feholdsetround_noex_aarch64_ctx): New function.
4884
4885 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4886
4887         * sysdeps/arm/armv6/strcpy.S (strcpy):
4888         Fix performance issue in misaligned cases.
4889
4890 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4891
4892         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4893         Move definition from termios.h.
4894         (struct termio): Likewise.
4895         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4896         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4897         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4898         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4899         Likewise.
4900         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4901         Move definition to ioctl-types.h
4902         (struct termio): Likewise.
4903         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4904         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4905         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4906         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4907         Likewise.
4908
4909 2014-08-05  Richard Henderson  <rth@redhat.com>
4910
4911         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4912         exceptions.
4913         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4914         Add fraiseexcpt.
4915         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4916         Use __feraiseexcept.
4917         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4918         Protect libm symbols with IS_IN_libm.
4919
4920         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4921
4922 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4923
4924         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4925
4926 2014-08-04  Will Newton  <will.newton@linaro.org>
4927
4928         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4929         file.
4930
4931 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4932
4933         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4934         variants for each function.
4935
4936 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4937
4938         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4939         appended ...
4940         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4941         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4942         appended ...
4943         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4944         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4945         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4946         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4947         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4948         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4949         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4950         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4951         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4952         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4953         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4954         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4955         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4956         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4957         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4958         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4959         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4960         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4961         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4962         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4963         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4964         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4965         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4966         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4967         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4968         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4969         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4970         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4971         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4972         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4973         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4974         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4975         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4976         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4977         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4978         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4979         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4980         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4981         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4982         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4983         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4984         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4985         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4986         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4987         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4988         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4989         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4990         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4991         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4992         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4993         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4994         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4995         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4996         Update #include.
4997         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4998         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4999
5000 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5001
5002         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5003         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5004         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5005         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5006         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5007         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5008
5009 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5010
5011         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5012         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5013         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5014         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5015
5016 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5017
5018         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5019         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5020         (__libc_vfork): Define function under this name.
5021         (__vfork): Define as an alias.
5022         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5023         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5024
5025 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5026
5027         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5028         that was previously under [RESET_PID].
5029         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5030
5031 2014-08-04  Andreas Schwab  <schwab@suse.de>
5032
5033         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5034
5035 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5036
5037         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5038         (main): Likewise.
5039
5040 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5041
5042         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5043
5044 2014-08-01  Richard Henderon  <rth@redhat.com>
5045
5046         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5047         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5048         typo in exact zero test.
5049         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5050         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5051         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5052
5053 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5054
5055         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5056         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5057         * sysdeps/arm/sysdep.h: ... here.
5058         [!__ASSEMBLER__]: Include <stdint.h>.
5059
5060 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5061
5062         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5063         (HAVE_WCTYPE_H): Likewise.
5064         (HAVE_ISWCTYPE): Likewise.
5065         (ENABLE_NLS): Likewise.
5066         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5067         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5068
5069         * posix/regex_internal.c: Check if DEBUG is defined and is
5070         set.
5071
5072         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5073         (HAVE_MBSRTOWCS): Likewise.
5074         * posix/fnmatch.c: Include string.h unconditionally.
5075
5076 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5077
5078         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5079         reversal.
5080
5081 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5082
5083         * sysdeps/generic/safe-fatal.h: New file.
5084         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5085         * nptl/forward.c: Include it.
5086         (__pthread_unwind): Use __safe_fatal as default action, rather
5087         than a bogus use of INTERNAL_SYSCALL that could never work.
5088
5089         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5090         * configure.ac (libc_cv_builtin_trap): New test.
5091         * configure: Regenerated.
5092         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5093         (ABORT_INSTRUCTION): Define using __builtin_trap.
5094
5095         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5096         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5097         * sysdeps/nptl/nptl-signals.h: New file.
5098         * nptl/pthreadP.h: Include <nptl-signals.h>.
5099
5100 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5101
5102         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5103         (ONE_DIRECTION): Define.
5104         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5105         (ONE_DIRECTION): Define.
5106         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5107         (ONE_DIRECTION): Define.
5108
5109 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5110
5111         * sysdeps/s390/Makefile: Delete file.
5112         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5113         * sysdeps/s390/__longjmp.c: Delete file.
5114         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5115         Remove fields __flags and __reserved.
5116         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5117         and add versioning.
5118         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5119         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5120         * sysdeps/s390/rtld-setjmp.S: Likewise.
5121         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5122         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5123         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5124         * sysdeps/s390/s390-32/setjmp.S: ... here.
5125         Add versioning.
5126         (__sigsetjmp): Remove setting __flags field.
5127         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5128         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5129         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5130         * sysdeps/s390/s390-64/setjmp.S: ... here.
5131         Add versioning.
5132         (__sigsetjmp): Remove setting __flags field.
5133         * sysdeps/s390/setjmp.S: Delete file.
5134         * sysdeps/s390/sigjmp.c: Likewise.
5135         * sysdeps/s390/v1-longjmp.c: Likewise.
5136         * sysdeps/s390/v1-setjmp.h: Likewise.
5137         * sysdeps/s390/v1-sigjmp.c: Likewise.
5138         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5139         Remove v1-longjmp_chk.
5140         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5141         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5142         Include debug/longjmp_chk.c and add versioning.
5143         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5144         Include nptl/pt-longjmp.c and add versioning.
5145         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5146         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5147         Include __longjmp.c.
5148         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5149         Move to ...
5150         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5151         (__getcontext): Remove setting __flags field.
5152         Add versioning.
5153         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5154         Don't restore upper high grps.
5155         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5156         Likewise.
5157         (__swapcontext): Remove setting uc_flags field.
5158         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5159         Delete file.
5160         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5161         Include __longjmp.c.
5162         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5163         Move to ...
5164         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5165         (__getcontext): Remove setting __flags field.
5166         Add versioning.
5167         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5168         (__swapcontext): Remove setting uc_flags field.
5169         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5170         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5171         Remove fields uc_high_gprs and __reserved.
5172         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5173         New file with reverted content.
5174         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5175         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5176         Regenerated.
5177         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5178         Regenerated.
5179
5180 2014-07-31  Andreas Schwab  <schwab@suse.de>
5181
5182         * config.h.in (HAVE_IFUNC): Define to 0.
5183         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5184         definedness.
5185
5186 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5187
5188         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5189         memmove-avx-unaligned, memcpy-avx-unaligned and
5190         mempcpy-avx-unaligned.
5191         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5192         Add tests for AVX memcpy functions.
5193         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5194         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5195         memcpy_chk.
5196         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5197         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5198         memmove_chk.
5199         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5200         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5201         mempcpy_chk.
5202         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5203         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5204         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5205
5206 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5207
5208         [BZ #17213]
5209         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5210         powerpc64le.
5211
5212 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5213
5214         [BZ #16839]
5215         * manual/llio.texi: Add section about open file description locks.
5216         * manual/examples/ofdlocks.c: Example of open file description
5217         lock usage.
5218         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5219         F_OFD_SETLK, and F_OFD_SETLKW.
5220
5221 2014-07-23  Allan McRae  <allan@archlinux.org>
5222
5223         * po/es.po: Update Spanish translation from translation project.
5224
5225 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5226
5227         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5228
5229 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5230
5231         [BZ #17078]
5232         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5233         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5234         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5235
5236 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5237
5238         [BZ #17088]
5239         * math/fesetenv.c (__fesetenv)
5240         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5241         * math/feupdateenv.c (__feupdateenv)
5242         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5243
5244         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5245         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5246         (__ASSUME_SOCKETCALL): Do not define.
5247
5248         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5249         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5250         (__ASSUME_SOCKETCALL): Do not define.
5251         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5252         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5253         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5254         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5255         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5256         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5257         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5258         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5259
5260         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5261         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5262         (__ASSUME_SOCKETCALL): Do not define.
5263         (__ASSUME_IPC64): Define unconditionally.
5264         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5265         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5266         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5267         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5268         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5269         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5270         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5271         Likewise.
5272
5273         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5274         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5275         (__ASSUME_SOCKETCALL): Do not define.
5276         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5277         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5278         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5279         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5280         (__ASSUME_REQUEUE_PI): Define unconditionally.
5281         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5282         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5283         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5284         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5285         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5286         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5287
5288         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5289         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5290         (__ASSUME_SOCKETCALL): Do not define.
5291         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5292         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5293         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5294         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5295         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5296         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5297
5298         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5299         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5300         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5301         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5302         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5303         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5304         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5305         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5306         (__ASSUME_GETCPU_SYSCALL): Likewise.
5307
5308         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5309         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5310         cases for individual architectures.
5311         * sysdeps/gnu/configure: Regenerated.
5312         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5313         LIBC_SLIBDIR_RTLDDIR.
5314         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5315         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5316         LIBC_SLIBDIR_RTLDDIR.
5317         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5319         LIBC_SLIBDIR_RTLDDIR.
5320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5321         Regenerated.
5322         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5323         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5324         file.
5325         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5326         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5327         file.
5328         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5329         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5330         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5331         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5332
5333         * sysdeps/aarch64/shlib-versions: Move to ...
5334         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5335         * sysdeps/alpha/shlib-versions: Move to ...
5336         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5337         * sysdeps/arm/shlib-versions: Move to ...
5338         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5339         * sysdeps/hppa/shlib-versions: Move all contents except for
5340         libgcc_s entry to ...
5341         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5342         entry from ...
5343         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5344         * sysdeps/ia64/shlib-versions: Move to ...
5345         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5346         entry from ...
5347         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5348         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5349         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5350         * sysdeps/microblaze/shlib-versions: Move to ...
5351         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5352         * sysdeps/mips/shlib-versions: Move to ...
5353         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5354         entry from ...
5355         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5356         * sysdeps/tile/shlib-versions: Move to ...
5357         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5358         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5359         from ...
5360         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5361         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5362         entry from ...
5363         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5364
5365 2014-07-17  Will Newton  <will.newton@linaro.org>
5366
5367         * sysdeps/arm/bits/atomic.h
5368         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5369         (__arch_compare_and_exchange_bool_16_int): Likewise.
5370         (__arch_compare_and_exchange_bool_64_int): Likewise.
5371
5372         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5373         into an #else block.
5374
5375 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5376
5377         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5378         just Linux configurations.  Test empirically that the compiler sets
5379         __ARM_EABI__, rather than using the tuple to decide.
5380         * sysdeps/arm/preconfigure: Regenerated.
5381         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5382         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5383         contents appended ...
5384         * sysdeps/arm/configure.ac: ... here.
5385         * sysdeps/arm/configure: Regenerated.
5386
5387 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5388
5389         * nptl/pthread_kill.c: New file.
5390         * nptl/pthread_sigmask.c: New file.
5391         * nptl/pthread_sigqueue.c: New file.
5392
5393         * sysdeps/nptl/lowlevellock.h: New file.
5394         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5395         * sysdeps/nptl/lowlevellock-futex.h: New file.
5396
5397         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5398         Remove dead declarations.
5399
5400 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5401
5402         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5403         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5404         config-cflags-avx2.
5405         * sysdeps/x86_64/configure.ac: Likewise.
5406         * sysdeps/i386/configure: Regenerated.
5407         * sysdeps/x86_64/configure: Likewise.
5408         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5409         memset-avx2 only if config-cflags-avx2 is yes.
5410         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5411         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5412         defined.
5413         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5414         only if HAVE_AVX2_SUPPORT is defined.
5415         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5416
5417 2014-07-14  Alan Modra  <amodra@gmail.com>
5418
5419         [BZ #17153]
5420         * elf/elf.h (DT_PPC64_NUM): Correct value.
5421         * NEWS: Add to fixed bug list.
5422
5423 2014-07-13  Jim Meyering  <meyering@fb.com>
5424
5425         [BZ 17150]
5426         regex: don't deref NULL upon heap allocation failure
5427         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5428         failure in one more place.
5429         To trigger the segfault, configure grep -with-included-regex,
5430         build it, and run these commands:
5431         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5432
5433 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5434
5435         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5436
5437 2014-07-11  Richard Henderson  <rth@redhat.com>
5438
5439         * sysdeps/aarch64/libm-test-ulps: Update.
5440
5441 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5442
5443         [BZ #17135]
5444         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5445         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5446         (__nptl_setxid): Initialize error member.  Call
5447         __nptl_setxid_error.
5448         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5449         * nptl/descr.h (struct xid_command): Add error member.
5450         * nptl/tst-setuid3.c: New file.
5451         * nptl/Makefile (tests): Add it.
5452
5453 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5454
5455         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5456         New define.
5457         (__lll_trylock): Use __lll_base_trylock.
5458         (__lll_cond_trylock): Likewise.
5459
5460 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5461
5462         * nptl/pthread_create.c (start_thread): Use atomic_or and
5463         lll_futex_wake directly rather than lll_robust_dead.
5464         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5465         (lll_robust_dead): Macro removed.
5466         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5467         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5468         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5469         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5470         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5471         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5472         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5473         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5474         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5475         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5476         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5477         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5478         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5479         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5480         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5481
5482         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5483         Use atomic_compare_and_exchange_val_acq directly rather than
5484         lll_robust_trylock.
5485         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5486         (__lll_robust_trylock, lll_robust_trylock): Removed.
5487         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5488         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5489         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5490         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5491         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5492         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5493         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5494         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5495         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5496         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5497         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5498         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5499         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5500         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5501
5502 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5503
5504         * manual/locale.texi (Locale Names): New section documenting
5505         locale name syntax.  Adjust menu and node chaining accordingly.
5506         (Choosing Locale): Reference Locale Names, Locale Categories.
5507         Mention setting LC_ALL=C.  Reflect that name syntax is now
5508         documented.
5509         (Locale Categories): New section title.  Reference Locale Names.
5510         LC_ALL is an environment variable, but not a category.
5511         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5512         description, now in Locale Name.  Reference that section.  Locale
5513         name syntax is now documented.
5514
5515 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5516
5517         [BZ #17137]
5518         * locale/findlocale.c (name_present, valid_locale_name): New
5519         functions.
5520         (_nl_find_locale): Use the loc_name variable to store name
5521         candidates.  Call name_present and valid_locale_name to check and
5522         validate locale names.  Return an error if the locale is invalid.
5523
5524 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5525
5526         * locale/setlocale.c (setlocale): Use strdup for allocating
5527         composite name copy.
5528
5529 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5530
5531         Sync up with gnulib.
5532         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5533         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5534         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5535         and _GL_ARG_NONNULL.
5536         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5537         [!_LIBC]: Include code for Windows and Cygwin.
5538         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5539         Include prototype for int strerror_r.
5540         [!_LIBC] (is_open): New function.
5541         (flush_stdout): New function.
5542         (print_errno_message): Use it.
5543         (error): Likewise.
5544         (error_at_line): Likewise.
5545         (error_tail) Add function attribute macros.  Use
5546         __builtin_expect.
5547
5548         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5549
5550         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5551
5552         * io/ftw.c: Include sys/param.h unconditionally.
5553
5554         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5555
5556         [BZ #17125]
5557         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5558         libc_freeres_ptr.
5559         (freecache): New function to free CACHE on exit.
5560
5561         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5562         initialization.
5563
5564 2014-07-09  David S. Miller  <davem@davemloft.net>
5565
5566         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5567
5568         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5569         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5570         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5571         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5572         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5573         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5574         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5575         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5576         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5577         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5578         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5579         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5580         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5581
5582 2014-07-09  Andreas Schwab  <schwab@suse.de>
5583
5584         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5585         output.
5586         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5587         (do_test): Likewise.
5588
5589         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5590
5591 2014-07-09  Will Newton  <will.newton@linaro.org>
5592
5593         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5594         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5595         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5596         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5597         * sysdeps/hppa/start.S (_start): Likewise.
5598
5599 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5600
5601         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5602
5603         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5604         defined.
5605
5606 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5607
5608         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5609         after checking that it is non-NULL.
5610
5611         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5612
5613 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5614
5615         * sysdeps/powerpc/memmove.c: Remove file.
5616         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5617         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5618         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5619         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5620         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5621         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5622         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5623         string memmove instead of removed powerpc one.
5624
5625         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5626         [weak_alias]: Fix compiler warning due trailing data.
5627         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5628         [weak_alias]: Likewise.
5629         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5630         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5631
5632         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5633         (__libc_ifunc_impl_list): Add memmove functions.
5634
5635 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5636
5637         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5638         Remove code.
5639         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5640         Likewise
5641         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5642         Likewise
5643         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5644         Likewise
5645         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5646         Likewise
5647         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5648         Likewise
5649         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5650         Likewise
5651         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5652         Likewise
5653         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5654         Likewise
5655         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5656         Likewise
5657         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5658         Likewise
5659         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5660         Likewise
5661         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5662         Likewise
5663         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5664         Likewise
5665         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5666         Likewise
5667         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5668         Likewise
5669         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5670         Likewise
5671
5672 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5673
5674         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5675         to avoid alignment traps in non-cacheable memory.
5676         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5677
5678         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5679         multiarch objects.
5680         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5681         file: multiarch power7 memmove.
5682         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5683         multiarch default memmove.
5684         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5685         multiarch memove for powerpc32/power4.
5686
5687         * string/bcopy.c: Use full path to include memmove.c.
5688         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5689         multiarch objects.
5690         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5691         bcopy for powerpc64.
5692         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5693         bcopy for powerpc64.
5694         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5695         and memmove implementations.
5696         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5697         optimized multiarch memmove for POWER7/powerpc64.
5698         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5699         default multiarch memmove for powerpc64.
5700         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5701         multiarch for powerpc64.
5702         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5703         for POWER7/powerpc64.
5704         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5705         memmove for POWER7/powerpc64.
5706
5707         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5708         glibc default one.
5709
5710         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5711         __ELF_NATIVE_CLASS equal to 64.
5712
5713 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5714
5715         * sysdeps/nptl/lowlevellock.h: File removed.
5716
5717         * NEWS: NPTL is no longer an add-on!
5718         * nptl/internaltypes.h: Moved ...
5719         * sysdeps/nptl/internaltypes.h: ... here.
5720         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5721         * sysdeps/nptl/fork.c: Likewise.
5722         * sysdeps/nptl/gai_misc.h: Likewise.
5723         * sysdeps/nptl/librt-cancellation.c: Likewise.
5724         * sysdeps/nptl/jmp-unwind.c: Likewise.
5725         * sysdeps/nptl/setxid.h: Likewise.
5726         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5727         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5728         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5729         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5730         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5731         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5732         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5733         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5734         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5735         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5736         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5737         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5738         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5739         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5740         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5741         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5742         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5743         * nptl/Makeconfig: Moved ...
5744         * sysdeps/nptl/Makeconfig: ... here.
5745         * nptl/configure: File removed.
5746         * nptl/ANNOUNCE: File removed.
5747         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5748         * sysdeps/unix/sysv/linux/configure: Regenerated.
5749
5750         * nptl/Makefile (routines): Add libc_pthread_init,
5751         libc_multiple_threads, register-atfork and unregister-atfork.
5752         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5753         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5754         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5755         pthread-pi-defines.sym, structsem.sym.
5756         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5757         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5758         [$(subdir) = nptl] (tests): Add tst-setgetname.
5759         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5760         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5761         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5762         [!LIBC_SIGACTION]: Remove aliases.
5763         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5764         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5765         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5766         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5767         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5768         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5769         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5770         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5771         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5772         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5773         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5774         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5775         __libc_allocate_rtsig_private.
5776         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5777         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5778         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5779         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5780         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5781         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5782         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5783         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5784         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5785         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5786         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5787         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5788         * nptl/internaltypes.h: ... here.
5789         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5790         * sysdeps/nptl/jmp-unwind.c: ... here.
5791         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5792         * nptl/libc-lowlevellock.c: ... here.
5793         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5794         * nptl/libc_multiple_threads.c: ... here.
5795         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5796         * nptl/libc_pthread_init.c: ... here.
5797         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5798         * nptl/lowlevelbarrier.sym: ... here.
5799         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5800         * nptl/lowlevelcond.sym: ... here.
5801         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5802         * nptl/lowlevellock.c: ... here.
5803         * nptl/lowlevellock.h: Moved ...
5804         * sysdeps/nptl/lowlevellock.h: ... here.
5805         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5806         * nptl/lowlevelrobustlock.c: ... here.
5807         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5808         * nptl/lowlevelrobustlock.sym: ... here.
5809         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5810         * nptl/lowlevelrwlock.sym: ... here.
5811         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5812         * nptl/pt-fork.c: ... here.
5813         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5814         * nptl/pthread-pi-defines.sym: ... here.
5815         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5816         * nptl/pthread_attr_getaffinity.c: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5818         * nptl/pthread_attr_setaffinity.c: ... here.
5819         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5820         * nptl/pthread_mutex_cond_lock.c: ... here.
5821         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5822         Update #include.
5823         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5824         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5825         * nptl/pthread_once.c: ... here, replacing old file.
5826         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5827         * nptl/pthread_yield.c: ... here.
5828         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5829         * nptl/register-atfork.c: ... here.
5830         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5831         * nptl/sem_post.c: ... here.
5832         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5833         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5834         * nptl/sem_timedwait.c: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5836         * nptl/sem_trywait.c: ... here.
5837         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5838         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5839         * nptl/sem_wait.c: ... here.
5840         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5841         * nptl/structsem.sym: ... here.
5842         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5843         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5844         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5845         * nptl/unregister-atfork.c: ... here.
5846         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5847         * nptl/unwindbuf.sym: ... here.
5848         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5849         * sysdeps/nptl/fork.c: ... here.
5850         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5851         * sysdeps/nptl/fork.h: ... here.
5852         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5853         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5854         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5855         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5856         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5857         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5858         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5859         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5860         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5861         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5862         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5863         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5864         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5865         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5866         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5867         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5868         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5869         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5870         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5871         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5872         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5873         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5874         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5875         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5876         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5877         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5878         * sysdeps/unix/sysv/linux/raise.c: ... here.
5879         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5880         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5881         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5882         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5883         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5884         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5885         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5886         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5887         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5888         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5889         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5890         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5891         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5892         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5893         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5894
5895 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5896
5897         * sysdeps/generic/memcopy.h: Add comment for
5898         MEMCPY_OK_FOR_FWD_MEMMOVE.
5899
5900 2014-07-04  Will Newton  <will.newton@linaro.org>
5901
5902         * string/memchr.c: Merge from gnulib.
5903         [_LIBC]: Remove conditionals.
5904         (__ptr_t): Remove define.
5905         (LONG_MAX_32_BITS): Likewise.
5906         (LONG_MAX): Likewise.
5907         (MEMCHR): Use ANSI prototype and optimize algorithm.
5908
5909         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5910
5911 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5912
5913         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5914         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5915
5916         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5917         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5918         in a bare environment with no <stdlib.h> installed.
5919         * sysdeps/nptl/configure: Regenerated.
5920
5921         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5922
5923         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5924         AC_EGREP_CPP for kernel header checks, so they only succeed if
5925         including <linux/version.h> actually works right.
5926         * sysdeps/unix/sysv/linux/configure: Regenerated.
5927
5928         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5929         value so it's not diagnosed as unused.
5930
5931         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5932         thing) with "ifeq ($(subdir),rt)".
5933
5934 2014-07-03  Richard Henderson  <rth@redhat.com>
5935
5936         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5937         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5938         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5939
5940         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5941         (math_force_eval): New.
5942
5943         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5944         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5945
5946         * sysdeps/alpha/fpu/s_round.c: Remove file.
5947         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5948
5949         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5950         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5951         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5952         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5953         (_dl_start, print_statistics): Likewise.
5954         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5955         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5956
5957         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5958         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5959         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5960         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5961         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5962         (HP_SMALL_TIMING_AVAIL): Define.
5963         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5964         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5965         (HP_SMALL_TIMING_AVAIL): Define.
5966         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5967         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5968
5969         * sysdeps/aarch64/hp-timing.h: New file.
5970
5971         * sysdeps/generic/hp-timing.h: Remove dead comment.
5972         * sysdeps/generic/hp-timing-common.h: New file.
5973         * sysdeps/alpha/hp-timing.h: Include it.
5974         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5975         * sysdeps/i386/i686/hp-timing.h: Likewise.
5976         * sysdeps/ia64/hp-timing.h: Likewise.
5977         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5978         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5979         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5980         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5981         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5982         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5983         (hp_timing_t): New.
5984
5985         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5986         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5987         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5988         * elf/rtld.c (_dl_start_final): Likewise.
5989         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5990         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5991         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5992         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5993         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5994         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5995         (HP_TIMING_DIFF_INIT): Remove.
5996         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5997         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5998         (HP_TIMING_DIFF_INIT): Remove.
5999         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6000         * sysdeps/i386/i686/hp-timing.c: Remove file.
6001         * sysdeps/x86_64/hp-timing.c: Remove file.
6002         * sysdeps/ia64/hp-timing.c: Remove file.
6003         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6004         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6005         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6006         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6007
6008         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6009         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6010         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6011         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6012         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6013         (HP_TIMING_ACCUM): Remove.
6014         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6015         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6016         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6017
6018         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6019         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6020         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6021         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6022         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6023         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6024         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6025         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6026
6027         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6028
6029 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6030
6031         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6032
6033 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6034
6035         Sync up with gettext.
6036         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6037         [_MSC_VER]: Include malloc.h
6038         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6039         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6040         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6041         TEMP_FAILURE_RETRY.  Cast return of alloca.
6042         [!_LIBC] Call gl_rwlock_init.
6043         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6044
6045 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6046
6047         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6048         before checking its value.
6049
6050 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6051
6052         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6053
6054         * debug/memcpy_chk.c: Don't include pagecopy.h.
6055         * debug/mempcpy_chk.c: Likewise.
6056         * string/memcpy.c: Likewise.
6057         * string/memmove.c: Likewise.
6058         * sysdeps/powerpc/memmove.c: Likewise.
6059         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6060         definition of PAGE_COPY_FWD_MAYBE here...
6061         * sysdeps/generic/pagecopy.h: ... from here.
6062         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6063
6064 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6065             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6066
6067         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6068         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6069         optimizations.
6070         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6071         (__libc_ifunc_impl_list): Likewise.
6072         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6073         multiarch strcat for PPC64.
6074         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6075         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6076
6077 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6078
6079         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6080
6081 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6082
6083         * intl/loadmsgcat.c: Remove declaration of
6084         get_sysdep_segment_value.
6085         (get_sysdep_segment_value): Use ISO C style.
6086         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6087         semicolon.  Fix typo and formatting in comment.
6088         (_nl_unload_domain): Use ISO C style.
6089
6090         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6091
6092 2014-07-02  Will Newton  <will.newton@linaro.org>
6093
6094         * malloc/obstack.c: Merge from gnulib master.
6095         [HAVE_CONFIG_H]: Remove conditional code.
6096         [!_LIBC]: Include config.h.
6097         [!ELIDE_CODE]: Don't include inttypes.h, include
6098         stdint.h unconditionally.
6099         (print_and_abort): Mark as _Noreturn.
6100         (_obstack_allocated_p): Mark as __attribute_pure__.
6101         (obstack_free): Rename to __obstack_free.
6102         [!__attribute__]: Remove conditional code.
6103         * malloc/obstack.h: Merge from gnulib master.
6104         [__cplusplus]: Move conditional down.
6105         [!__attribute_pure__]: Define __attribute_pure__ here
6106         if it is not already defined.
6107         (_obstack_memory_used): Mark as __attribute_pure__.
6108         [!__obstack_free]: Define as obstack_free.
6109         [__GNUC__]: Remove check for ancient NeXT gcc.
6110
6111 2014-07-02  Will Newton  <will.newton@linaro.org>
6112             Paul Eggert  <eggert@cs.ucla.edu>
6113
6114         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6115
6116 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6117
6118         * resolv/gethnamaddr.c: Add comment warning that the file is
6119         not maintained.
6120
6121 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6122
6123         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6124         entries.
6125
6126         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6127         entry for aio_cancel and aio_cancel64.
6128         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6129         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6130         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6131         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6132         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6133         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6134         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6135         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6136         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6137         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6138         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6139         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6140         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6141
6142 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6143
6144         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6145         * nptl/pthread_mutex_lock.c: Likewise.
6146         * nptl/pthread_mutex_timedlock.c: Likewise.
6147         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6148
6149 2014-07-01  Richard henderson  <rth@redhat.com>
6150
6151         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6152         (__isnan, __isnanl): Remove.
6153         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6154
6155         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6156
6157 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6158
6159         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6160
6161 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6162
6163         * resolv/nss_dns/dns-host.c (getanswer_r)
6164         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6165
6166 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6167
6168         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6169         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6170         undefine.
6171         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6172         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6173
6174 2014-07-01  Roland McGrath <roland@hack.frob.com>
6175
6176         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6177         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6178
6179         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6180         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6181
6182         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6183         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6184         ... here.
6185         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6186         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6187
6188         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6189         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6190         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6191         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6192
6193         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6194         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6195         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6196         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6197         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6198         Moved ...
6199         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6200         ... here.
6201         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6202         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6203         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6204         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6205         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6206         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6207         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6208         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6209         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6210         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6211         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6212         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6213         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6214         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6215         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6216         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6217         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6218         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6219         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6220         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6221         ... here.
6222         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6223         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6224         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6225         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6226         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6227         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6228         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6229         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6230
6231 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6232
6233         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6234         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6235         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6236         Add sysdep.
6237
6238 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6239
6240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6241
6242 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6243
6244         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6245         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6246
6247         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6248
6249         * sysdeps/arm/libm-test-ulps: Regenerated.
6250
6251 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6252             Roland McGrath <roland@hack.frob.com>
6253
6254         * test-skeleton.c (signal_handler): Kill the whole process group
6255         before killing the child individually.
6256         (main): Report any failure on `setpgid'.
6257
6258 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6259
6260         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6261         from _TLS_H to _ARM_NPTL_TLS_H.
6262         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6263         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6264
6265 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6266
6267         [BZ #16539]
6268         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6269         (__expm1l): Return argument unchanged when small but not
6270         subnormal.
6271
6272         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6273         include macro name.
6274         (_FP_UNPACK_RAW_1_P): Likewise.
6275         (_FP_PACK_RAW_1): Likewise.
6276         (_FP_PACK_RAW_1_P): Likewise.
6277         (_FP_MUL_MEAT_1_wide): Likewise.
6278         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6279         (_FP_MUL_MEAT_1_hard): Likewise.
6280         (_FP_DIV_MEAT_1_imm): Likewise.
6281         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6282         (_FP_DIV_MEAT_1_udiv): Likewise.
6283         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6284         (_FP_UNPACK_RAW_2): Likewise.
6285         (_FP_UNPACK_RAW_2_P): Likewise.
6286         (_FP_PACK_RAW_2): Likewise.
6287         (_FP_PACK_RAW_2_P): Likewise.
6288         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6289         (_FP_MUL_MEAT_2_wide): Likewise.
6290         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6291         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6292         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6293         (_FP_MUL_MEAT_2_gmp): Likewise.
6294         (_FP_DIV_MEAT_2_udiv): Likewise.
6295         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6296         (_FP_FRAC_SRL_4): Likewise.
6297         (_FP_FRAC_SRST_4): Likewise.
6298         (_FP_FRAC_SRS_4): Likewise.
6299         (_FP_UNPACK_RAW_4): Likewise.
6300         (_FP_UNPACK_RAW_4_P): Likewise.
6301         (_FP_PACK_RAW_4): Likewise.
6302         (_FP_PACK_RAW_4_P): Likewise.
6303         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6304         (_FP_MUL_MEAT_4_wide): Likewise.
6305         (_FP_MUL_MEAT_4_gmp): Likewise.
6306         (umul_ppppmnnn): Likewise.
6307         (_FP_DIV_MEAT_4_udiv): Likewise.
6308         (__FP_FRAC_ADD_4): Likewise.
6309         (__FP_FRAC_SUB_3): Likewise.
6310         (__FP_FRAC_SUB_4): Likewise.
6311         (__FP_FRAC_DEC_3): Likewise.
6312         (__FP_FRAC_DEC_4): Likewise.
6313         (__FP_FRAC_ADDI_4): Likewise.
6314         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6315         (_FP_FRAC_SRL_8): Likewise.
6316         (_FP_FRAC_SRS_8): Likewise.
6317
6318         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6319         include macro name.
6320         (FP_UNPACK_RAW_EP): Likewise.
6321         (FP_PACK_RAW_E): Likewise.
6322         (FP_PACK_RAW_EP): Likewise.
6323         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6324         (_FP_ISSIGNAN): Likewise.
6325         (_FP_ADD_INTERNAL): Likewise.
6326         (_FP_FMA): Likewise.
6327         (_FP_CMP): Likewise.
6328         (_FP_SQRT): Likewise.
6329         (_FP_TO_INT): Likewise.
6330         (_FP_FROM_INT): Likewise.
6331         (FP_EXTEND): Likewise.
6332         (_FP_DIV_MEAT_N_loop): Likewise.
6333
6334 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6335
6336         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6337         throughout.
6338
6339 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6340
6341         [BZ #17097]
6342         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6343         result with correct sign in case of exponents that produce
6344         overflow except for X very close to 1.
6345
6346 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6347
6348         mktime: merge #if/#ifdef usage from glibc
6349         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6350         as that works with both Glibc's and Gnulib's style.
6351         See thread starting at Siddhesh Poyarekar's bug report at:
6352         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6353
6354 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6355
6356         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6357         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6358         * sysdeps/tile/tilegx/memmove.c: Remove file.
6359
6360 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6361
6362         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6363         abi-name definition.
6364         * scripts/soversions.awk: Do not handle or generate ABI lines.
6365         * shlib-versions: Remove ABI entries.
6366         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6367         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6368
6369 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6370
6371         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6372         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6373         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6374         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6376         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6378         Moved ...
6379         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6380         ... here.
6381         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6382         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6384         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6386         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6388         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6390         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6392         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6393         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6394         Moved ...
6395         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6396         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6397         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6398         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6399         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6400         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6401         Moved ...
6402         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6403         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6404         Moved ...
6405         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6406         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6407         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6408         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6409         Moved ...
6410         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6411         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6412         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6418         Moved ...
6419         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6421         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6423         Moved ...
6424         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6425         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6426         Moved ...
6427         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6428         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6431         Moved ...
6432         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6433         ... here.
6434         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6435         Identical file removed.
6436         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6437         Moved ...
6438         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6439         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6440         Identical file removed.
6441         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6442         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6444         Moved ...
6445         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6446         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6447         Identical file removed.
6448         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6449         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6450         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6451         Identical file removed.
6452         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6453         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6454         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6455         Identical file removed.
6456         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6457         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6458         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6459         Identical file removed.
6460         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6461         Moved ...
6462         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6463         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6464         Identical file removed.
6465         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6466         Moved ...
6467         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6468         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6469         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6470         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6471         Identical file removed.
6472         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6473         Moved ...
6474         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6475         ... here.
6476         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6477         Identical file removed.
6478         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6479         Moved ...
6480         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6481         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6482         Identical file removed.
6483         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6484         Moved ...
6485         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6486         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6487         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6488         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6489         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6490         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6491         Moved ...
6492         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6493         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6494         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6495
6496         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6497         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6498         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6499         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6500         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6501
6502 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6503
6504         [BZ #17092]
6505         * nscd/nscd.c (monitor_child): Return exit status of child
6506         instead of return value from wait syscall.
6507
6508 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6509
6510         * configure.ac (libc_commonpagesize): Remove variable.
6511         (libc_relro_required): Likewise.
6512         (libc_cv_z_relro): Remove configure test.
6513         * configure: Regenerated.
6514         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6515         variable.
6516         (libc_relro_required): Likewise.
6517         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6518         (libc_relro_required): Likewise.
6519         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6520         (libc_relro_required): Likewise.
6521         * sysdeps/arm/preconfigure: Regenerated.
6522         * sysdeps/ia64/preconfigure: Remove file.
6523         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6524         variable.
6525         (libc_relro_required): Likewise.
6526
6527         [BZ #16561]
6528         [BZ #16562]
6529         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6530         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6531         recompute overflowing results in original rounding mode.
6532         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6533         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6534         recompute overflowing results in original rounding mode.
6535         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6536         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6537         recompute overflowing results in original rounding mode.
6538         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6539         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6540         recompute overflowing results in original rounding mode.
6541         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6542         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6543         recompute overflowing results in original rounding mode.
6544         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6545         (libc_feholdsetround_ctx): New macro.
6546         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6547         * sysdeps/i386/fpu/libm-test-ulps: Update.
6548         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6549
6550 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6551
6552         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6553         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6554         corresponding .cpsetup call.
6555
6556 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6557
6558         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6559         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6560         * sysdeps/arm/Makefile [$(subdir) = csu]
6561         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6562         (static-only-routines): Add aeabi_read_tp here.
6563         (shared-only-routines): Add libc-aeabi_read_tp here.
6564         (CFLAGS-libc-start.c): Add -fexceptions here.
6565         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6566         (sysdep_routines, static-only-routines, shared-only-routines):
6567         Don't add to these here.
6568         (CFLAGS-libc-start.c): Likewise.
6569
6570         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6571         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6572         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6573         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6574         * sysdeps/arm/Makefile [$(subdir) = rt]
6575         (librt-sysdep_routines, librt-shared-only-routines):
6576         Append rt-aeabi_unwind_cpp_pr1 here.
6577         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6578         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6579         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6580         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6581         Append nptl-aeabi_unwind_cpp_pr1 here.
6582         (tests): Filter out tst-cleanupx4 here.
6583         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6584         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6585         Don't do those here.
6586
6587 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6588
6589         * scripts/list-sources.sh: Do not handle ports specially.
6590
6591 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6592
6593         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6594         * sysdeps/arm/feupdateenv.c: Likewise.
6595
6596         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6597
6598 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6599
6600         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6601         trailing whitespace removed.
6602         * scripts/config.guess: Update to version 2014-03-23.
6603         * scripts/config.sub: Update to version 2014-05-01
6604         * scripts/install-sh: Update to version 2013-12-25.23.
6605         * scripts/move-if-change: Update from gnulib.
6606
6607 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6608
6609         * debug/memmove_chk.c: Remove pagecopy.h include.
6610
6611 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6612
6613         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6614         identical to gnulib mktime.
6615
6616 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6617
6618         * configure.ac: Do not test for machine being rs6000.  Do not test
6619         for powerpc*-*soft.
6620         * configure: Regenerated.
6621
6622         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6623         test.
6624         * configure: Regenerated.
6625         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6626         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6627         Remove configure test.
6628         * sysdeps/arm/configure: Regenerated.
6629         * sysdeps/nptl/configure.ac: Do not check
6630         libc_cv_asm_cfi_directives.
6631         * sysdeps/nptl/configure: Regenerated.
6632         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6633         * sysdeps/x86_64/nptl/configure: Remove generated file.
6634         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6635         unconditional.
6636         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6637
6638 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6639
6640         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6641         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6642         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6643         it is defined.
6644
6645         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6646         instead of whether it is defined.
6647         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6648         * sysdeps/hppa/dl-machine.h: Likewise.
6649         * sysdeps/ia64/dl-machine.h: Likewise.
6650         * sysdeps/m68k/dl-machine.h: Likewise.
6651         * sysdeps/microblaze/dl-machine.h: Likewise.
6652         * sysdeps/mips/dl-machine.: Likewise.
6653         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6654         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6655         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6656         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6657         * sysdeps/sh/dl-machine.h: Likewise.
6658         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6659         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6660         * sysdeps/tile/dl-machine.h: Likewise.
6661         * sysdeps/x86_64/dl-machine.h: Likewise.
6662
6663         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6664         code.
6665         (verify_persistent_db): Likewise.
6666
6667 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6668
6669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6670         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6674         Moved ...
6675         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6676         ... here.
6677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6680         Identical file removed.
6681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6692         Moved ...
6693         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6699         Moved ...
6700         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6701         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6702         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6704         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6705         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6706         Identical file removed.
6707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6708         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6710         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6712         Moved ...
6713         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6714         ... here.
6715         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6716         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6717         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6718         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6720         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6721         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6722         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6724         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6725         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6726         Moved ...
6727         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6728         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6729         Moved ...
6730         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6731         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6732         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6733         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6734         Moved ...
6735         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6736         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6737         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6738
6739         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6740         folded into ...
6741         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6742         * sysdeps/unix/sysv/linux/s390/Versions
6743         (libpthread: GLIBC_2.19): New version set.
6744         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6745         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6746         (librt: GLIBC_2.3.3): New version set.
6747         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6748         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6749         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6750         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6751         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6752         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6753         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6754         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6755         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6756         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6757         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6758         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6759         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6760         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6761         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6762         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6763         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6764         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6765         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6766         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6767         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6768         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6769         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6770         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6771         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6772         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6773         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6774         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6775         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6776         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6777         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6778         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6779         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6781         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6782         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6783         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6784         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6785         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6786         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6787         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6788         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6789         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6790         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6791         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6792
6793         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6794         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6795         (__libc_vfork): Define the function under this name.
6796         [!NOT_IN_libc] (__vfork): Make this an alias.
6797         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6798         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6799         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6800         (__libc_vfork): Define the function under this name.
6801         [!NOT_IN_libc] (__vfork): Make this an alias.
6802         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6803         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6804         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6805         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6806         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6807         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6808
6809         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6810         code that was previously under [RESET_PID].
6811         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6812         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6813         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6814
6815         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6816         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6817         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6818         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6819         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6820         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6821         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6822         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6823         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6824         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6825         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6826         Moved ...
6827         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6828         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6829         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6830         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6831         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6832         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6833         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6834         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6835         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6836         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6837         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6838         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6839         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6840         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6841         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6842         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6843         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6847         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6848         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6849         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6851         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6852         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6853         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6854         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6855         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6856
6857 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6858
6859         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6860         that was previously under [RESET_PID].
6861         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6862
6863 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6864
6865         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6866         not undefine and redefine.
6867         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6868         [O_CLOEXEC]: Make code unconditional.
6869         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6870         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6871         <kernel-features.h>.
6872         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6873         conditional variable definition.
6874         (shm_open) [O_CLOEXEC]: Make code unconditional.
6875         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6876         code.
6877
6878         * configure.ac (USE_REGPARMS): Don't define here.
6879         * configure: Regenerated.
6880         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6881         * sysdeps/i386/configure: Regenerated.
6882
6883         * nptl/createthread.c: Don't include kernel-features.h.
6884         * nptl/pthread_cancel.c: Likewise.
6885         * nptl/pthread_condattr_setclock.c: Likewise.
6886         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6887         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6888         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6889         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6890         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6891         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6892         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6893         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6894         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6895         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6896         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6897         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6898         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6899         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6900         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6901         * nscd/gai.c: Likewise.
6902         * nss/nss_db/db-open.c: Likewise.
6903         * sysdeps/generic/ldsodefs.h: Likewise.
6904         * sysdeps/sh/nptl/tls.h: Likewise.
6905         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6906         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6907         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6908         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6909         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6910         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6911         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6912         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6913         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6914         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6915         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6916         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6917         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6918         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6919         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6920         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6921         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6922         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6923         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6924         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6925         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6926         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6927         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6928         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6929         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6930         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6931         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6932         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6933         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6934         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6935         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6936         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6937         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6938         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6939         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6940         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6941         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6942         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6943         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6944         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6945         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6946         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6947         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6948         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6949         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6950         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6951         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6952         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6953         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6954         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6955         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6956         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6957         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6958         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6959         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6960         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6961         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6962         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6985         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6986         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6987         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6988         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6989         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6990         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6991         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6992         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6993         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6994         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6995         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6996         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6997         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6998         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6999         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7000         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7001         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7002         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7003         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7004         * sysdeps/unix/sysv/linux/system.c: Likewise.
7005         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7006         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7007         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7008         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7009         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7010         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7011         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7012
7013         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7014         * configure: Regenerated.
7015         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7016
7017         * configure.ac (base_machine): Do not set specially for particular
7018         machines here.
7019         * configure: Regenerated.
7020         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7021         settings from configure.ac.
7022         * sysdeps/i386/preconfigure: New file.
7023         * sysdeps/s390/preconfigure: Likewise.
7024         * sysdeps/sh/preconfigure: Likewise.
7025         * sysdeps/sparc/preconfigure: Likewise.
7026
7027 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7028
7029         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7030         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7031         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7032         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7033         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7034         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7035         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7036         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7037         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7038         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7039         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7040         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7041         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7042         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7043         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7044         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7045         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7046         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7047         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7048
7049         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7050         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7051         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7052         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7053         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7054         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7055         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7056         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7057         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7058         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7059         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7060         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7061         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7062         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7063         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7064         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7065         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7066         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7067         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7068         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7069         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7070         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7071         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7072         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7073         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7074         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7075         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7076         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7077         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7078         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7079         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7080         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7081         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7082         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7083         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7084         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7085         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7086         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7087
7088         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7089         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7090         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7091         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7092         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7093         Moved ...
7094         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7095         ... here.
7096         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7097         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7098         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7099         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7100         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7101         Moved ...
7102         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7103         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7104         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7105         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7106         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7107         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7108         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7109         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7110         Moved ...
7111         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7112         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7113         Moved ...
7114         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7115         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7116         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7117         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7118         Moved ...
7119         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7120         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7121         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7122         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7123         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7125         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7126         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7127         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7128         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7129         Moved ...
7130         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7131         ... here.
7132         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7133         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7134         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7135         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7136         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7137         Moved ...
7138         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7139         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7140         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7141         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7142         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7143         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7144         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7145         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7146         Moved ...
7147         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7148         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7149         Moved ...
7150         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7151         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7152         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7153         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7154         Moved ...
7155         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7156         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7157         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7158         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7159         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7160
7161 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7162
7163         * timezone/checktab.awk: Update from tzcode 2014e.
7164         * timezone/private.h: Likewise.
7165         * timezone/tzfile.h: Likewise.
7166         * timezone/zdump.c: Likewise.
7167         * timezone/zic.c: Likewise.
7168
7169         * sysdeps/unix/sysv/linux/kernel-features.h
7170         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7171         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7172         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7173         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7174         Remove conditional code.
7175
7176 2014-06-25  Will Newton  <will.newton@linaro.org>
7177
7178         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7179         (_dl_arm_cap_flags): Add HWCAP2 values.
7180         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7181         (_DL_HWCAP_COUNT): Increase to 37.
7182         (_DL_HWCAP_LAST): New define.
7183         (_DL_HWCAP2_LAST): New define.
7184         (_dl_procinfo): Add support for printing
7185         AT_HWCAP2 entries.
7186         (_dl_string_hwcap): Use _dl_hwcap_string.
7187
7188 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7189
7190         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7191
7192 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7193
7194         * README: Do not mention ports directory.
7195
7196         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7197         Remove macro.
7198         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7199         <kernel-features.h>.
7200         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7201         conditional variable definition.
7202         (__futimes): Update comment.
7203         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7204         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7205
7206         [BZ #16560]
7207         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7208         arguments close to 0.
7209         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7210         Likewise.
7211         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7212         Likewise.
7213         * math/auto-libm-test-in: Add more tests of exp10.
7214         * math/auto-libm-test-out: Regenerated.
7215         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7216
7217         * sysdeps/unix/sysv/linux/kernel-features.h
7218         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7219         * sysdeps/unix/sysv/linux/readv.c: Do not include
7220         <kernel-features.h>.
7221         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7222         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7223         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7224         unconditional.
7225         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7226         conditional code.
7227         * sysdeps/unix/sysv/linux/writev.c: Do not include
7228         <kernel-features.h>.
7229         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7230         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7231         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7232         unconditional.
7233         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7234         conditional code.
7235
7236 2014-06-25  Will Newton  <will.newton@linaro.org>
7237
7238         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7239         comment changes throughout the file.  Remove checks
7240         for HAVE_*_H definitions that are not required.
7241         (__gen_tempname): Call abort if an unknown kind value is
7242         passed.
7243
7244 2014-06-25  Andreas Schwab  <schwab@suse.de>
7245
7246         [BZ #17086]
7247         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7248         scalbln, scalblnf, scalblnl in libc.
7249
7250 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7251
7252         [BZ #17086]
7253         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7254         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7255         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7256
7257 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7258
7259         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7260         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7261         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7262         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7263         Update #include.
7264         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7265         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7266         Update #include.
7267         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7268         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7269         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7270         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7271         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7272         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7273         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7274         * sysdeps/x86/bits/semaphore.h: ... here.
7275         * sysdeps/x86/nptl/elide.h: Moved ...
7276         * sysdeps/x86/elide.h: ... here.
7277         * sysdeps/x86_64/nptl/Implies: File removed.
7278         * sysdeps/i386/nptl/Implies: File removed.
7279
7280 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7281
7282         [BZ #16539]
7283         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7284         return the argument for normal arguments with exponent below -64.
7285         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7286         Likewise.
7287         * math/auto-libm-test-in: Add another test of expm1.
7288         * math/auto-libm-test-out: Regenerated.
7289
7290         [BZ #16287]
7291         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7292         calling __erfcl for arguments at least 16.
7293         * math/auto-libm-test-in: Add more tests of erf.
7294         * math/auto-libm-test-out: Regenerated.
7295
7296         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7297         individual architectures.
7298         * sysdeps/unix/sysv/linux/configure: Regenerated.
7299         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7300         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7301         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7302         (ldd_rewrite_script): Define variable.
7303         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7305         file.
7306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7307         generated file.
7308         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7309         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7310         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7311         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7312         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7313         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7314         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7315         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7316
7317 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7318
7319         [BZ #17084]
7320         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7321         Rename member __data.d to __data.__elision_data.
7322
7323 2014-06-24  Wilco  <wdijkstr@arm.com>
7324
7325         * NEWS: Add 16918 to fixed bug list.
7326
7327 2014-06-24  Wilco  <wdijkstr@arm.com>
7328
7329         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7330
7331 2014-06-24  Wilco  <wdijkstr@arm.com>
7332
7333         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7334         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7335         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7336         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7337         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7338         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7339         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7340         Use _FPU_MASK_RM.
7341
7342 2014-06-24  Wilco  <wdijkstr@arm.com>
7343
7344         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7345
7346 2014-06-24  Wilco  <wdijkstr@arm.com>
7347
7348         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7349         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7350         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7351         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7352
7353 2014-06-24  Wilco  <wdijkstr@arm.com>
7354
7355         [BZ #16918]
7356         * sysdeps/arm/feupdateenv.c (feupdateenv):
7357         Rewrite to reduce FPSCR accesses and fix return value.
7358
7359 2014-06-24  Wilco  <wdijkstr@arm.com>
7360
7361         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7362         Optimize to avoid unnecessary FPSCR writes.
7363         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7364         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7365         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7366         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7367
7368 2014-06-24  Wilco  <wdijkstr@arm.com>
7369
7370         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7371         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7372         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7373         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7374         Call libc_fetestexcept_vfp.
7375         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7376         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7377         __SOFTFP__ ifdef so that they can be built for softfp.
7378
7379 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7380
7381         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7382         argument type signed char.
7383
7384         * Makerules (check-abi): Dump diff of symlist if the test
7385         fails.
7386
7387 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7388
7389         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7390         using abort.
7391
7392         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7393         Remove unused variable ST.
7394
7395 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7396
7397         [BZ #16354]
7398         [BZ #17061]
7399         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7400         small arguments before calling __expm1.
7401         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7402         small arguments before calling __expm1f.
7403         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7404         small arguments before calling __expm1l.
7405         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7406         Likewise.
7407         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7408         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7409         spurious underflow for some cosh tests.
7410         * math/auto-libm-test-out: Regenerated.
7411         * sysdeps/i386/fpu/libm-test-ulps: Update.
7412
7413         [BZ #17050]
7414         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7415         (__ieee754_y1): Set errno if return value overflows.
7416         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7417         (__ieee754_y1f): Set errno if return value overflows.
7418         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7419         (__ieee754_y1l): Set errno if return value overflows.
7420         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7421         (__ieee754_y1l): Set errno if return value overflows.
7422         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7423         * math/auto-libm-test-out: Regenerated.
7424
7425         * math/gen-auto-libm-tests.c: Document use of
7426         ignore-zero-inf-sign.
7427         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7428         (input_flags): Add ignore-zero-inf-sign.
7429         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7430         * math/gen-libm-test.pl (generate_testfile): Handle
7431         ignore-zero-inf-sign.
7432         * math/auto-libm-test-in: Mark some cpow tests with
7433         ignore-zero-inf-sign and some with xfail-rounding.
7434         * math/auto-libm-test-out: Regenerated.
7435         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7436         * sysdeps/i386/fpu/libm-test-ulps: Update.
7437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7438
7439         [BZ #16315]
7440         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7441         overflowing or underflowing operations take place with sign of
7442         result.
7443         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7444         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7445         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7446         (__ieee754_pow): Recompute overflowing and underflowing results in
7447         original rounding mode.
7448         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7449         (__powl_helper): Allow negative argument X and scale negated value
7450         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7451         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7452         overflowing or underflowing operations take place with sign of
7453         result.
7454         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7455         Include <math.h>.
7456         * math/auto-libm-test-in: Add more tests of pow.
7457         * math/auto-libm-test-out: Regenerated.
7458         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7459         (pow_tonearest_test_data): Remove.
7460         (pow_test_tonearest): Likewise.
7461         (pow_towardzero_test_data): Likewise.
7462         (pow_test_towardzero): Likewise.
7463         (pow_downward_test_data): Likewise.
7464         (pow_test_downward): Likewise.
7465         (pow_upward_test_data): Likewise.
7466         (pow_test_upward): Likewise.
7467         (main): Don't call removed functions.
7468         * sysdeps/i386/fpu/libm-test-ulps: Update.
7469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7470
7471 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7472
7473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7474         Moved ...
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7477         Moved ...
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7480         Moved ...
7481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7483         Moved ...
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7486         File removed.
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7488         File removed.
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7490         File removed.
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7492         File removed.
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7494         File removed.
7495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7496         File removed.
7497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7498         File removed.
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7500         File removed.
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7502         File removed.
7503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7504         File removed.
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7506         File removed.
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7508         File removed.
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7510         Moved ...
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7513         Moved ...
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7515         ... here.
7516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7517         Moved ...
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7520         Moved ...
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7523         Moved ...
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7526         Moved ...
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7529         Moved ...
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7532         Moved ...
7533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7535         Moved ...
7536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7539         ... here.
7540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7541         Moved ...
7542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7544         Moved ...
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7546         ... here.
7547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7548         Moved ...
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7550         ... here.
7551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7552         Moved ...
7553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7554         ... here.
7555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7556         Moved ...
7557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7559         Moved ...
7560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7564         Moved ...
7565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7566         ... here.
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7568         Moved ...
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7570         ... here.
7571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7572         Moved ...
7573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7575         Moved ...
7576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7578         Moved ...
7579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7581         Moved ...
7582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7584         Moved ...
7585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7586         ... here.
7587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7588         Moved ...
7589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7591         Moved ...
7592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7594         Moved ...
7595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7597         Moved ...
7598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7602         Moved ...
7603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7605         Moved ...
7606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7608         Moved ...
7609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7610         ... here.
7611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7612         Moved ...
7613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7614         ... here.
7615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7616         Moved ...
7617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7618         ... here.
7619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7620         Moved ...
7621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7623         Moved ...
7624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7626         Moved ...
7627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7629         Moved ...
7630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7631         ... here.
7632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7633         Moved ...
7634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7635         ... here.
7636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7637         Moved ...
7638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7639         ... here.
7640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7641         Moved ...
7642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7644         Moved ...
7645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7646
7647 2014-06-23  Will Newton  <will.newton@linaro.org>
7648             Wilco  <wdijkstr@arm.com>
7649
7650         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7651         implementation.  Include get-rounding-mode.h.
7652         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7653         [!libc_feholdsetround_noex_ctx]: Define
7654         libc_feholdsetround_noex_ctx.
7655         [!libc_feholdsetround_noexf_ctx]: Define
7656         libc_feholdsetround_noexf_ctx.
7657         [!libc_feholdsetround_noexl_ctx]: Define
7658         libc_feholdsetround_noexl_ctx.
7659         (libc_feholdsetround_ctx): New function.
7660         (libc_feresetround_ctx): New function.
7661         (libc_feholdsetround_noex_ctx): New function.
7662         (libc_feresetround_noex_ctx): New function.
7663
7664 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7665
7666         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7667         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7668         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7669         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7670         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7671         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7672
7673         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7674         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7675         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7676         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7677         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7678         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7679         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7680         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7681         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7682         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7683         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7684         Moved ...
7685         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7686         ... here.
7687         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7688         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7689         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7690         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7691         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7692         Moved ...
7693         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7694         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7695         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7696         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7697         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7698         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7699         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7700         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7701         Moved ...
7702         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7703         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7704         Moved ...
7705         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7706         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7707         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7708         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7709         Moved ...
7710         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7711         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7712         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7713         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7714         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7715         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7716         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7717         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7718         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7719         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7720         Moved ...
7721         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7722         ... here.
7723         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7724         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7725         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7726         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7727         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7728         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7729         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7730         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7731         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7732         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7733         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7734         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7735         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7736         Moved ...
7737         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7738         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7739         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7740         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7741         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7742         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7743         Moved ...
7744         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7745         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7746         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7747         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7748         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7749
7750         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7751         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7752         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7753         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7754         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7755         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7756         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7757         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7758         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7759         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7760         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7761         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7762         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7763         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7764         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7765         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7766         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7767         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7768         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7769         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7770         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7771         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7772         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7773         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7774         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7775         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7776         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7777         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7778
7779 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7780
7781         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7782         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7783         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7784         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7785         (IPV6_PMTUDISC_INTERFACE): Likewise.
7786         (IPV6_PMTUDISC_OMIT): Likewise.
7787
7788 2014-06-23  Andreas Schwab  <schwab@suse.de>
7789
7790         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7791         Remove unused errout label.
7792
7793 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7794
7795         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7796         macro: hardware supports Vector Crypto instructions.
7797
7798 2014-06-23  Will Newton  <will.newton@linaro.org>
7799
7800         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7801         rather than __builtin_expect.
7802
7803         * elf/dl-lookup.c (undefined_msg): Remove variable.
7804         (_dl_lookup_symbol_x): Replace undefined_msg with string
7805         literal.
7806
7807         * elf/dl-lookup.c (do_lookup_unique): New function.
7808         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7809         to a separate function.
7810
7811 2014-06-23  Andreas Schwab  <schwab@suse.de>
7812
7813         [BZ #17079]
7814         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7815         before reading the next line.
7816
7817 2014-06-23  Will Newton  <will.newton@linaro.org>
7818
7819         * test-skeleton.c (signal_handler): Use printf and %m
7820         rather than perror.  Use printf rather than fprintf to
7821         stderr.  Use puts rather than fputs to stderr.
7822         (main): Likewise.
7823
7824 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7825
7826         * nscd/nscd.c (thread_info_t): Remove typedef.
7827         (thread_info): Remove variable.
7828
7829 2014-06-21  Allan McRae  <allan@archlinux.org>
7830
7831         * NEWS: Mention CVE-2014-4043.
7832
7833 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7834
7835         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7836         * nptl/smp.h: ... here.
7837
7838         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7839
7840         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7841         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7842         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7843         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7844
7845         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7846         * nptl/stack-aliasing.h: New file.
7847         * sysdeps/i386/i686/stack-aliasing.h: New file.
7848         * sysdeps/i386/i686/nptl/Makefile: File removed.
7849         * sysdeps/x86_64/stack-aliasing.h: New file.
7850         * sysdeps/x86_64/nptl/Makefile
7851         (CFLAGS-pthread_create.c): Variable removed.
7852
7853         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7854         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7855         old file.
7856         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7857         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7858         old file.
7859
7860 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7861
7862         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7863         (__ASSUME_SIGFRAME_V2): Remove macro.
7864         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7865         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7866         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7867         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7868         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7869         Declare as function.  Remove conditional macro definitions.
7870         (__default_rt_sa_restorer): Likewise.
7871         (__default_sa_restorer_v1): Remove declaration.
7872         (__default_sa_restorer_v2): Likewise.
7873         (__default_rt_sa_restorer_v1): Likewise.
7874         (__default_rt_sa_restorer_v2): Likewise.
7875         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7876         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7877         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7878
7879 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7880
7881         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7882         (libpthread-routines): Add sysdep.
7883         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7884         * sysdeps/unix/sysv/linux/sparc/Versions
7885         (libpthread: GLIBC_2.3.3): New version set.
7886         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7887         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7888         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7889         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7890         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7891         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7892         Moved ...
7893         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7894         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7895         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7896         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7897         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7898         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7899         * sysdeps/sparc/nptl/sem_init.c: ... here.
7900         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7901         * sysdeps/sparc/nptl/sem_post.c: ... here.
7902         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7903         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7904         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7905         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7906         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7907         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7908         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7909         (libpthread-routines): Add cpu_relax.
7910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7911         File removed.
7912         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7913         (librt: GLIBC_2.3.3): New version set.
7914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7915         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7916         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7917         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7920         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7922         Moved ...
7923         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7925         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7927         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7929         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7930         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7931         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7933         Moved ...
7934         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7935         Update #include.
7936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7937         Moved ...
7938         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7939         Update #include.
7940         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7941         Moved ...
7942         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7943         Update #include.
7944         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7945         Moved ...
7946         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7947         Update #include.
7948         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7949         Moved ...
7950         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7951         Update #include.
7952         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7953         Moved ...
7954         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7955         Update #include.
7956         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7957         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7958         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7959         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7960         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7961         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7962         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7963         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7964         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7965         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7966         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7967         Moved ...
7968         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7969         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7970         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7971         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7972         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7973
7974 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7975
7976         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7977         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7978         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7979         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7980         * nscd/nscd.c: Likewise.
7981         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7982         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7983         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7984         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7985
7986         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7987         <kernel-features.h>.
7988         (init_mq_netlink): Remove conditional have_sock_cloexec
7989         definitions.  Remove code conditional on have_sock_cloexec < 0.
7990         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7991         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7992         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7993         <kernel-features.h>.
7994         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7995         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7996
7997 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7998
7999         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8000         Add tests for memset_chk and memset.
8001
8002         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8003         with AVX2_Usable.
8004
8005 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8006
8007         [BZ #16046]
8008         * elf/tst-dl-iter-static.c: New file.
8009         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8010
8011         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8012         error.
8013
8014 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8015
8016         * sysdeps/unix/sysv/linux/kernel-features.h
8017         (__ASSUME_F_GETOWN_EX): Remove macro.
8018         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8019         <kernel-features.h>.
8020         (miss_F_GETOWN_EX): Remove variable or macro.
8021         (do_fcntl): Do not check miss_F_GETOWN_EX.
8022         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8023
8024         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8025         Remove macro.
8026         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8027         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8028         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8029
8030         * sysdeps/unix/sysv/linux/kernel-features.h
8031         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8032         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8033         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8034         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8035
8036 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8037
8038         [BZ #17075]
8039         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8040         Fix calculation of the symbol's value.
8041         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8042         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8043         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8044         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8045         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8046         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8047         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8048         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8049         (modules-names): Add `tst-armtlsdescmod',
8050         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8051         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8052         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8053         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8054         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8055         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8056         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8057         ($(objpfx)tst-armtlsdescloc): New dependency.
8058         ($(objpfx)tst-armtlsdescextnow): Likewise.
8059         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8060         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8061         TLS scheme support.
8062         * sysdeps/arm/configure: Regenerate.
8063
8064 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8065
8066         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8067         (__atfct_seterrno_2): Likewise.
8068         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8069         <kernel-features.h>.
8070         (__ASSUME_ATFCTS): Do not undefine and redefine.
8071         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8072         (__have_atfcts): Remove conditional definition.
8073         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8074         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8075         unreachable if [__ASSUME_ATFCTS].
8076         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8077         not undefine and redefine.
8078         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8079         <kernel-features.h>.
8080         (faccessat) [__NR_faccessat]: Make code unconditional.
8081         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8082         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8083         <kernel-features.h>.
8084         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8085         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8086         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8087         <kernel-features.h>.
8088         (fchownat) [__NR_fchownat]: Make code unconditional.
8089         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8090         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8091         <kernel-features.h>.
8092         (futimesat) [__NR_futimesat]: Make code unconditional.
8093         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8094         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8095         <kernel-features.h>.
8096         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8097         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8098         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8099         <kernel-features.h>.
8100         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8101         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8102         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8103         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8104         <kernel-features.h>.
8105         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8106         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8107         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8108         <kernel-features.h>.
8109         (linkat) [__NR_linkat]: Make code unconditional.
8110         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8111         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8112         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8113         <kernel-features.h>.
8114         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8115         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8116         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8117         <kernel-features.h>.
8118         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8119         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8120         * sysdeps/unix/sysv/linux/openat.c: Do not include
8121         <kernel-features.h>.
8122         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8123         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8124         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8125         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8126         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8127         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8128         <kernel-features.h>.
8129         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8130         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8131         result of INLINE_SYSCALL directly, not via int variable.
8132         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8133         <kernel-features.h>.
8134         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8135         (renameat) [__NR_renameat]: Make code unconditional.
8136         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8137         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8138         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8139         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8140         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8141         (__ASSUME_ATFCTS): Do not undefine and redefine.
8142         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8143         <kernel-features.h>.
8144         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8145         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8146         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8147         <kernel-features.h>.
8148         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8149         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8150         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8151         (__ASSUME_ATFCTS): Do not undefine and redefine.
8152         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8153         <kernel-features.h>.
8154         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8155         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8156         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8157         <kernel-features.h>.
8158         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8159         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8160
8161 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8162
8163         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8164
8165 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8166
8167         [BZ #17069]
8168         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8169         constructed tree before returning error.
8170         * posix/bug-regexp36.c: Expand test case.
8171
8172 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8173
8174         [BZ #6803]
8175         * math/libm-test.inc (scalbln_test_date):
8176         Add errno expectations.
8177         * math/w_scalblnf.c: New File.
8178         Add wrapper which checks for setting errno to ERANGE.
8179         Add weak_alias for corresponding scalbln function.
8180         * math/w_scalbln.c: Likewise.
8181         * math/w_scalblnl.c: Likewise.
8182         * math/Makefile (libm-calls): Add w_scalbln.
8183         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8184         Remove weak_alias for corresponding scalbln function.
8185         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8186         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8187         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8188         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8189         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8190         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8191         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8192         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8193         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8194         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8195         Remove long_double_symbol for scalblnl function in libm, libc.
8196         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8197         Add wrapper which checks for setting errno to ERANGE.
8198         Add long_double_symbol for scalblnl function in libm, libc.
8199         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8200         Remove long_double_symbol for scalblnl in libm.
8201         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8202         Add wrapper which checks for setting errno to ERANGE.
8203         Add long_double_symbol for scalblnl function in libm.
8204         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8205         Do not use wrapper because of own implementation.
8206
8207 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8208
8209         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8210         3 bytes for __pad1 for x32.
8211         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8212
8213 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8214             H.J. Lu  <hongjiu.lu@intel.com>
8215
8216         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8217         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8218         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8219         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8220         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8221
8222 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8223
8224         [BZ #17069]
8225         * posix/regcomp.c (parse_expression): Deallocate partially
8226         constructed tree before returning error.
8227         * posix/Makefile.c (tests): Add bug-regex36.
8228         (generated): Add bug-regex36.mtrace.
8229         (tests-special): Add $(objpfx)bug-regex36-mem.out
8230         (bug-regex36-ENV): New variable.
8231         ($(objpfx)bug-regex36-mem.out): New rule.
8232         * posix/bug-regex36.c: New file.
8233
8234 2014-06-19  Will Newton  <will.newton@linaro.org>
8235
8236         * malloc/malloc.c (systrim): If extra is zero then return
8237         early.
8238
8239 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8240
8241         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8242
8243 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8244
8245         * sysdeps/aarch64/strchr.S: New file.
8246
8247 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8248
8249         [BZ #17022]
8250         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8251         from arguments -2 or below.
8252         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8253         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8254
8255 2014-06-18  Andreas Schwab  <schwab@suse.de>
8256
8257         [BZ #17062]
8258         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8259         of a bracket expr not to run off the end of the string.
8260         * posix/Makefile (tests): Add tst-fnmatch3.
8261         * posix/tst-fnmatch3.c: New file.
8262
8263 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8264
8265         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8266         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8267         [$(cross-compiling) = no]: Likewise.
8268         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8269         [$(cross-compiling) = no]: Likewise.
8270
8271 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8272
8273         [BZ #17031]
8274         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8275         double, adjusted for any remainder from the high double.
8276         * math/libm-test.inc (nearbyint): Add tests.
8277         (rint): Likewise.
8278
8279 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8280
8281         * nptl/sysdeps/powerpc/Makefile: Moved ...
8282         * sysdeps/powerpc/nptl/Makefile: ... here.
8283         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8284         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8285         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8286         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8287         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8288         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8289         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8290         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8291         * nptl/sysdeps/powerpc/tls.h: Moved ...
8292         * sysdeps/powerpc/nptl/tls.h: ... here.
8293
8294 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8295
8296         [BZ #16681]
8297         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8298         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8299         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8300         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8301         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8302         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8303         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8304         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8305         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8306
8307 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8308
8309         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8310
8311 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8312
8313         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8314         defined operator.
8315
8316         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8317         $TIMEOUTFACTOR.
8318
8319 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8320
8321         [BZ #17058]
8322         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8323         non-executed part of the test.
8324
8325 2014-06-16  Andreas Schwab  <schwab@suse.de>
8326
8327         * string/bits/string2.h (strdup, strndup): Update feature guard.
8328
8329 2014-06-14  David S. Miller  <davem@davemloft.net>
8330
8331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8332
8333 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8334
8335         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8336         that was previously under [RESET_PID].
8337         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8338
8339         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8340         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8341         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8342         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8343         (__libc_vfork): New strong alias.
8344         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8345
8346 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8347
8348         * sysdeps/generic/elide.h: New file.
8349
8350 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8351
8352         * Makefile (installed-headers): Adjust path of pthread.h header.
8353
8354 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8355
8356         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8357         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8358         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8359         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8360
8361         * nptl/sysdeps/s390/Makefile: Moved ...
8362         * sysdeps/s390/nptl/Makefile: ... here.
8363         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8364         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8365         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8366         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8367         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8368         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8369         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8370         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8371         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8372         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8373         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8374         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8375         * nptl/sysdeps/s390/tls.h: Moved ...
8376         * sysdeps/s390/nptl/tls.h: ... here.
8377
8378         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8379         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8380
8381 2014-06-13  David S. Miller  <davem@davemloft.net>
8382
8383         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8384         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8386         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8387         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8390         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8391         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8392         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8393         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8394         Remove RESET_PID cpp guards.
8395         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8396         Remove RESET_PID cpp guards.
8397         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8398
8399 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8400
8401         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8402         __sp to uintptr_t.
8403
8404 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8405
8406         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8407         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8408         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8409         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8410         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8411         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8412         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8413         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8414         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8415         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8416         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8417         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8418         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8419         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8420         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8421         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8422         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8423         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8424         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8425         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8426
8427         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8428         (pthread_rwlock_rdlock): Add elision.
8429         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8430         (pthread_rwlock_wrlock): Add elision.
8431         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8432         (pthread_rwlock_trywrlock): Add elision.
8433         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8434         (pthread_rwlock_tryrdlock): Add elision.
8435         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8436         (pthread_rwlock_tryrdlock): Add elision unlock.
8437         * nptl/sysdeps/pthread/pthread.h:
8438         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8439         (PTHREAD_RWLOCK_INITIALIZER,
8440         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8441         Handle new elision field.
8442         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8443         * sysdeps/arm/nptl/bits/pthreadtypes.h
8444         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8445         * sysdeps/sh/nptl/bits/pthreadtypes.h
8446         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8447         * sysdeps/tile/nptl/bits/pthreadtypes.h
8448         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8449         * sysdeps/a/nptl/bits/pthreadtypes.h
8450         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8451         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8452         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8453         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8454         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8455         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8456         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8457         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8458         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8459         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8460         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8461         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8462         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8463         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8464         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8465         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8466         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8467         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8468         (elision_init): Set try_xbegin to zero when no RTM.
8469         * sysdeps/x86/nptl/bits/pthreadtypes.h
8470         (pthread_rwlock_t): Change __pad1 to __rwelision.
8471         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8472
8473 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8474
8475         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8476         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8477         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8478         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8479
8480 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8481
8482         [BZ #16996]
8483         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8484         that the cached result has been set before returning it.
8485
8486 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8487
8488         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8489         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8490         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8491         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8492         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8493         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8494
8495         * nptl/sysdeps/sparc/Makefile: Moved ...
8496         * sysdeps/sparc/nptl/Makefile: ... here.
8497         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8498         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8499         * nptl/sysdeps/sparc/tls.h: Moved ...
8500         * sysdeps/sparc/nptl/tls.h: ... here.
8501         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8502         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8503         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8504         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8505         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8506         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8507         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8508         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8509         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8510         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8511         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8512         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8513         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8514         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8515         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8516         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8517         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8518         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8519         Update #include.
8520         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8521         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8522         Update #include.
8523         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8524         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8525         Update #include.
8526         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8527         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8528         Update #include.
8529
8530         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8531
8532         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8533         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8534
8535         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8536         (struct list_links): Type removed.
8537         (struct thread_node, struct timer_node): Replace struct list_links
8538         with struct list_head.
8539         (list_unlink_ip): Likewise.
8540         * sysdeps/pthread/timer_routines.c
8541         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8542         (list_append, list_insbefore): Likewise.
8543         (list_init): Function removed.
8544         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8545         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8546         * sysdeps/pthread/Makefile: ... here, new file.
8547
8548         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8549         * sysdeps/nptl/Implies: ... here.
8550         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8551         * nptl/sysdeps/pthread/list.h: Moved ...
8552         * include/list.h: ... here.
8553         * nptl/sysdeps/pthread/createthread.c: Moved ...
8554         * nptl/createthread.c: ... here.
8555         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8556         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8557         * nptl/pt-longjmp.c: ... here.
8558         * nptl/sysdeps/pthread/Makefile: Moved ...
8559         * sysdeps/nptl/Makefile: ... here.
8560         * nptl/sysdeps/pthread/Subdirs: Moved ...
8561         * sysdeps/nptl/Subdirs: ... here.
8562         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8563         * sysdeps/nptl/aio_misc.h: ... here.
8564         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8565         * sysdeps/nptl/bits/libc-lock.h: ... here.
8566         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8567         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8568         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8569         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8570         * nptl/sysdeps/pthread/configure: Moved ...
8571         * sysdeps/nptl/configure: ... here.
8572         * nptl/sysdeps/pthread/configure.ac: Moved ...
8573         * sysdeps/nptl/configure.ac: ... here.
8574         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8575         * sysdeps/nptl/gai_misc.h: ... here.
8576         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8577         * sysdeps/nptl/librt-cancellation.c: ... here.
8578         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8579         * sysdeps/nptl/malloc-machine.h: ... here.
8580         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8581         * sysdeps/nptl/pthread-functions.h: ... here.
8582         * nptl/sysdeps/pthread/pthread.h: Moved ...
8583         * sysdeps/nptl/pthread.h: ... here.
8584         * nptl/sysdeps/pthread/setxid.h: Moved ...
8585         * sysdeps/nptl/setxid.h: ... here.
8586         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8587         * sysdeps/nptl/sigfillset.c: ... here.
8588         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8589         * sysdeps/nptl/tcb-offsets.h: ... here.
8590         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8591         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8592         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8593         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8594         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8595         * sysdeps/pthread/allocalim.h: ... here.
8596         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8597         * sysdeps/pthread/bits/sigthread.h: ... here.
8598         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8599         * sysdeps/pthread/flockfile.c: ... here.
8600         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8601         * sysdeps/pthread/ftrylockfile.c: ... here.
8602         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8603         * sysdeps/pthread/funlockfile.c: ... here.
8604         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8605         * sysdeps/pthread/posix-timer.h: ... here.
8606         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8607         * sysdeps/pthread/timer_create.c: ... here.
8608         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8609         * sysdeps/pthread/timer_delete.c: ... here.
8610         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8611         * sysdeps/pthread/timer_getoverr.c: ... here.
8612         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8613         * sysdeps/pthread/timer_gettime.c: ... here.
8614         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8615         * sysdeps/pthread/timer_routines.c: ... here.
8616         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8617         * sysdeps/pthread/timer_settime.c: ... here.
8618         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8619         * sysdeps/pthread/tst-timer.c: ... here.
8620         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8621         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8622
8623         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8624         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8625
8626         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8627         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8628         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8629         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8630         Update #include target.
8631         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8632         * sysdeps/i386/i686/nptl/Makefile: ... here.
8633         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8634         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8635         Update #include target.
8636         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8637         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8638         * nptl/sysdeps/i386/Makefile: Moved ...
8639         * sysdeps/i386/nptl/Makefile: ... here.
8640         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8641         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8642         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8643         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8644         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8645         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8646         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8647         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8648         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8649         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8650         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8651         * nptl/sysdeps/i386/tls.h: Moved ...
8652         * sysdeps/i386/nptl/tls.h: ... here.
8653
8654         * sysdeps/sh/Makefile [$(subdir) = csu]
8655         (gen-as-const-headers): Add tcb-offsets.sym.
8656         * nptl/sysdeps/sh/Makefile: File removed.
8657         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8658         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8659         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8660         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8661         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8662         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8663         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8664         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8665         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8666         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8667         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8668         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8669         * nptl/sysdeps/sh/tls.h: Moved ...
8670         * sysdeps/sh/nptl/tls.h: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8672         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8673         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8674         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8675         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8676         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8677         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8678         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8679         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8680         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8681         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8682         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8683         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8684         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8685         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8686         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8687         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8688         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8689         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8690         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8691         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8692         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8693         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8694         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8695         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8696         Moved ...
8697         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8698         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8699         Moved ...
8700         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8701         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8702         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8703         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8704         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8705         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8706         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8707         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8708         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8709         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8710         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8711         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8712         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8713         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8714         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8715         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8716         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8717         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8718         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8719
8720 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8721
8722         * posix/spawn_faction_addopen.c: Include string.h.
8723
8724 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8725
8726         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8727         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8728         * nptl/sysdeps/x86_64/Makefile: Moved ...
8729         * sysdeps/x86_64/nptl/Makefile: ... here.
8730         * nptl/sysdeps/x86_64/configure: Moved ...
8731         * sysdeps/x86_64/nptl/configure: ... here.
8732         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8733         * sysdeps/x86_64/nptl/configure.ac: ... here.
8734         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8735         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8736         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8737         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8738         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8739         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8740         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8741         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8742         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8743         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8744         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8745         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8746         * nptl/sysdeps/x86_64/tls.h: Moved ...
8747         * sysdeps/x86_64/nptl/tls.h: ... here.
8748         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8749         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8750         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8751         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8752
8753         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8754
8755 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8756
8757         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8758
8759 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8760
8761         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8762         type.
8763         [POSIX] (off_t): Likewise.
8764         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8765         [POSIX] (S_ISBLK): Require macro.
8766         [POSIX] (S_ISCHR): Likewise.
8767         [POSIX] (S_ISDIR): Likewise.
8768         [POSIX] (S_ISFIFO): Likewise.
8769         [POSIX] (S_ISREG): Likewise.
8770         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8771         optional-macro.
8772         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8773         type.
8774         [POSIX] (time_t): Likewise.
8775         [POSIX] (timer_t): Likewise.
8776
8777 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8778
8779         [BZ #17048]
8780         * posix/spawn_int.h (struct __spawn_action): Make the path string
8781         non-const to support deallocation.
8782         * posix/spawn_faction_addopen.c
8783         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8784         * posix/spawn_faction_destroy.c
8785         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8786         path in all spawn_do_open actions.
8787         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8788         posix_spawn_file_actions_addopen.
8789
8790 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8791
8792         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8793         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8794         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8795         conditional code always true.
8796         (__libc_vfork): New alias.
8797
8798 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8799
8800         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8801         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8802
8803         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8804
8805         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8806         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8807
8808         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8809         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8810
8811         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8812         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8813
8814 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8815
8816         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8817         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8818         multiarch strcmp for PPC64.
8819         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8820         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8822         multiarch optimizations.
8823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8824         (__libc_ifunc_impl_list): Likewise.
8825
8826 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8827
8828         * benchtests/scripts/validate_benchout.py: New script.
8829         * benchtests/Makefile (bench-func): Call it.
8830         * benchtests/scripts/benchout.schema.json: New file.
8831
8832 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8833
8834         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8835         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8836         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8837         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8838         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8839         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8840         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8841         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8842         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8843         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8844         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8845         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8846         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8847         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8848         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8849         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8851         Moved ...
8852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8853         ... here.
8854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8855         Moved ...
8856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8858         Moved ...
8859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8860         ... here.
8861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8862         Moved ...
8863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8864         ... here.
8865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8866         Moved ...
8867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8869         Moved ...
8870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8871         ... here.
8872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8873         Moved ...
8874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8875         ... here.
8876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8877         Moved ...
8878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8880         Moved ...
8881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8882         ... here.
8883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8884         Moved ...
8885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8886         ... here.
8887         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8888         Moved ...
8889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8890         ... here.
8891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8892         Moved ...
8893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8895         Moved ...
8896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8897         ... here.
8898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8899         Moved ...
8900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8901         ... here.
8902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8903         Moved ...
8904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8905         ... here.
8906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8907         Moved ...
8908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8910         Moved ...
8911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8912         ... here.
8913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8914         Moved ...
8915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8916         ... here.
8917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8918         Moved ...
8919         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8921         Moved ...
8922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8923         ... here.
8924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8925         Moved ...
8926         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8928         Moved ...
8929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8930         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8931         Moved ...
8932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8933         ... here.
8934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8935         Moved ...
8936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8937         ... here.
8938         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8939         Moved ...
8940         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8941         ... here.
8942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8943         Moved ...
8944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8945         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8946         Moved ...
8947         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8948         ... here.
8949         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8950         Moved ...
8951         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8952         ... here.
8953         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8954         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8955         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8956         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8957         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8958         Moved ...
8959         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8960         ... here.
8961         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8962         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8963         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8964         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8965         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8966         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8967         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8968         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8969         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8970         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8971         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8972         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8973         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8974         Moved ...
8975         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8976         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8977         Moved ...
8978         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8980         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8982         Moved ...
8983         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8984         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8985         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8986         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8987         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8988         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8989         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8990
8991 2014-06-10  Wilco  <wdijkstr@arm.com>
8992
8993         * math/test-fenv-return.c: New file.
8994         * math/Makefile: Add new test test-fenv-return.
8995
8996 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8997
8998         [BZ #17042]
8999         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9000         when x - 1 is zero.
9001         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9002         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9003         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9004         0.0L for an argument of 1.0L.
9005         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9006         Likewise.
9007         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9008         value when x - 1 is zero.
9009         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9010         * sysdeps/i386/fpu/libm-test-ulps: Update.
9011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9012
9013 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9014
9015         [BZ #15119]
9016         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9017
9018 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9019
9020         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9021         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9022
9023 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9024
9025         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9026         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9027
9028         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9029         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9030
9031         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9032         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9033
9034         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9035         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9036
9037         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9038         if not already defined.
9039         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9040         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9041         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9042         (TLS_INIT_TP): Use it.
9043         (TLS_DEFINE_INIT_TP): New macro.
9044         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9045
9046 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9047
9048         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9049         constant.
9050         [POSIX] (IXANY): Likewise.
9051         [POSIX] (OLCUC): Likewise.
9052         [POSIX || POSIX2008] (CBAUD): Do not allow.
9053         [POSIX || POSIX2008] (DEFECHO): Likewise.
9054         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9055         [POSIX || POSIX2008] (ECHOKE): Likewise.
9056         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9057         [POSIX || POSIX2008] (EXTA): Likewise.
9058         [POSIX || POSIX2008] (EXTB): Likewise.
9059         [POSIX || POSIX2008] (FLUSHO): Likewise.
9060         [POSIX || POSIX2008] (LOBLK): Likewise.
9061         [POSIX || POSIX2008] (PENDIN): Likewise.
9062         [POSIX || POSIX2008] (SWTCH): Likewise.
9063         [POSIX || POSIX2008] (VDISCARD): Likewise.
9064         [POSIX || POSIX2008] (VDSUSP): Likewise.
9065         [POSIX || POSIX2008] (VLNEXT): Likewise.
9066         [POSIX || POSIX2008] (VREPRINT): Likewise.
9067         [POSIX || POSIX2008] (VSTATUS): Likewise.
9068         [POSIX || POSIX2008] (VWERASE): Likewise.
9069         (B*): Change to B[0123456789]*.
9070         * conform/data/time.h-data [POSIX || UNIX98]
9071         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9072         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9073         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9074         [POSIX] (tm_*): Do not allow.
9075
9076 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9077
9078         * Makefile (install): Don't set LANGUAGE.
9079         * Makefile.in (install): Likewise.
9080         * assert/Makefile (test-assert-ENV): Remove variable.
9081         (test-assert-perr-ENV): Likewise.
9082         * elf/Makefile (neededtest4-ENV): Likewise.
9083         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9084         [$(cross-compiling) = no]: Don't set LANGUAGE.
9085         * io/ftwtest-sh (LANG): Remove variable.
9086         * libio/Makefile (tst-widetext-ENV): Likewise.
9087         * manual/install.texi (Running make install): Don't refer to
9088         environment settings for make install.
9089         * INSTALL: Regenerated.
9090         * nptl/tst-tls6.sh: Don't set LANG.
9091         * posix/globtest.sh (LANG): Remove variable.
9092         * string/Makefile (tester-ENV): Likewise.
9093         (inl-tester-ENV): Likewise.
9094         (noinl-tester-ENV): Likewise.
9095         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9096         [$(cross-compiling) = no]: Don't set LANGUAGE.
9097         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9098         without explicit environment settings.
9099
9100 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9101
9102         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9103         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9104         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9105         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9106
9107 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9108
9109         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9110         other files in the crypt directory.
9111         * crypt/crypt.c: Remove duplicate includes.
9112         * crypt/crypt-entry.c: Likewise.
9113         * crypt/crypt_util.c: Likewise.
9114
9115 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9116
9117         * Makeconfig (run-program-env): New variable.
9118         (run-program-prefix-before-env): Likewise.
9119         (run-program-prefix-after-env): Likewise.
9120         (run-program-prefix): Define in terms of new variables.
9121         (built-program-cmd-before-env): New variable.
9122         (built-program-cmd-after-env): Likewise.
9123         (built-program-cmd): Define in terms of new variables.
9124         (test-program-prefix-before-env): New variable.
9125         (test-program-prefix-after-env): Likewise.
9126         (test-program-prefix): Define in terms of new variables.
9127         (test-program-cmd-before-env): New variable.
9128         (test-program-cmd-after-env): Likewise.
9129         (test-program-cmd): Define in terms of new variables.
9130         * Rules (make-test-out): Use $(run-program-env).
9131         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9132         (help): Do not mention environment variables.  Mention
9133         --timeoutfactor option.
9134         (timeoutfactor): New variable.
9135         (blacklist_exports): Remove function.
9136         (exports): Remove variable.
9137         (command): Do not include ${exports}.
9138         * manual/install.texi (Configuring and compiling): Do not mention
9139         test wrappers preserving environment variables.  Mention that last
9140         assignment to a variable must take precedence.
9141         * INSTALL: Regenerated.
9142         * benchtests/Makefile (run-bench): Use $(run-program-env).
9143         * catgets/Makefile ($(objpfx)test1.cat): Use
9144         $(built-program-cmd-before-env), $(run-program-env) and
9145         $(built-program-cmd-after-env).
9146         ($(objpfx)test2.cat): Do not specify environment variables
9147         explicitly.
9148         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9149         $(run-program-env) and $(built-program-cmd-after-env).
9150         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9151         $(run-program-env) and $(test-program-cmd-after-env).
9152         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9153         explicitly.
9154         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9155         run_program_env and test_program_cmd_after_env arguments.
9156         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9157         * elf/tst-pathopt.sh: Use run_program_env argument.
9158         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9159         $(test-wrapper-env) and $(run-program-env).
9160         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9161         run_program_env arguments.
9162         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9163         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9164         $(test-program-prefix-before-env), $(run-program-env) and
9165         $(test-program-prefix-after-env).
9166         ($(objpfx)tst-gettext2.out): Likewise.
9167         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9168         run_program_env and test_program_prefix_after_env arguments.
9169         * intl/tst-gettext2.sh: Likewise.
9170         * intl/tst-gettext4.sh: Do not set environment variables
9171         explicitly.
9172         * intl/tst-gettext6.sh: Likewise.
9173         * intl/tst-translit.sh: Likewise.
9174         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9175         $(test-program-prefix-before-env), $(run-program-env) and
9176         $(test-program-prefix-after-env).
9177         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9178         run_program_env and test_program_prefix_after_env arguments.
9179         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9180         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9181         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9182         explicitly with each use of ${test_wrapper_env}.
9183         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9184         $(test-program-prefix-before-env), $(run-program-env) and
9185         $(test-program-prefix-after-env).
9186         * posix/tst-getconf.sh: Do not set environment variables
9187         explicitly.
9188         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9189         run_program_env and test_program_prefix_after_env arguments.
9190         * stdio-common/tst-printf.sh: Do not set environment variables
9191         explicitly.
9192         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9193         $(test-program-prefix-before-env), $(run-program-env) and
9194         $(test-program-prefix-after-env).
9195         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9196         run_program_env and test_program_prefix_after_env arguments.
9197         Split $test calls into $test_pre and $test.
9198         * timezone/Makefile (build-testdata): Use
9199         $(built-program-cmd-before-env), $(run-program-env) and
9200         $(built-program-cmd-after-env).
9201
9202 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9203
9204         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9205         strlen for non SHARED builds.
9206
9207 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9208
9209         * nptl/allocatestack.c (check_list): Inlined function...
9210         (__reclaim_stacks): ... here.
9211
9212 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9213
9214         [BZ #15698]
9215         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9216         memory overrun.
9217
9218 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9219
9220         * Rules (make-test-out): Include
9221         LOCPATH=$(common-objpfx)localedata in default environment.
9222         * debug/Makefile (tst-chk1-ENV): Remove variable.
9223         (tst-chk2-ENV): Likewise.
9224         (tst-chk3-ENV): Likewise.
9225         (tst-chk4-ENV): Likewise.
9226         (tst-chk5-ENV): Likewise.
9227         (tst-chk6-ENV): Likewise.
9228         (tst-lfschk1-ENV): Likewise.
9229         (tst-lfschk2-ENV): Likewise.
9230         (tst-lfschk3-ENV): Likewise.
9231         (tst-lfschk4-ENV): Likewise.
9232         (tst-lfschk5-ENV): Likewise.
9233         (tst-lfschk6-ENV): Likewise.
9234         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9235         (tst-iconv7-ENV): Likewise.
9236         * intl/Makefile (LOCPATH-ENV): Likewise.
9237         (tst-codeset-ENV): Likewise.
9238         (tst-gettext3-ENV): Likewise.
9239         (tst-gettext5-ENV): Likewise.
9240         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9241         (tst-fopenloc-ENV): Likewise.
9242         (tst-fgetws-ENV): Remove variable.
9243         (tst-ungetwc1-ENV): Likewise.
9244         (tst-ungetwc2-ENV): Likewise.
9245         (bug-ungetwc2-ENV): Likewise.
9246         (tst-swscanf-ENV): Likewise.
9247         (bug-ftell-ENV): Likewise.
9248         (tst-fgetwc-ENV): Likewise.
9249         (tst-fseek-ENV): Likewise.
9250         (tst-ftell-partial-wide-ENV): Likewise.
9251         (tst-ftell-active-handler-ENV): Likewise.
9252         (tst-ftell-append-ENV): Likewise.
9253         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9254         (tst-regexloc-ENV): Likewise.
9255         (bug-regex1-ENV): Likewise.
9256         (tst-regex-ENV): Likewise.
9257         (tst-regex2-ENV): Likewise.
9258         (bug-regex5-ENV): Likewise.
9259         (bug-regex6-ENV): Likewise.
9260         (bug-regex17-ENV): Likewise.
9261         (bug-regex18-ENV): Likewise.
9262         (bug-regex19-ENV): Likewise.
9263         (bug-regex20-ENV): Likewise.
9264         (bug-regex22-ENV): Likewise.
9265         (bug-regex23-ENV): Likewise.
9266         (bug-regex25-ENV): Likewise.
9267         (bug-regex26-ENV): Likewise.
9268         (bug-regex30-ENV): Likewise.
9269         (bug-regex32-ENV): Likewise.
9270         (bug-regex33-ENV): Likewise.
9271         (bug-regex34-ENV): Likewise.
9272         (bug-regex35-ENV): Likewise.
9273         (tst-rxspencer-ENV): Likewise.
9274         (tst-rxspencer-no-utf8-ENV): Likewise.
9275         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9276         (tst-sscanf-ENV): Likewise.
9277         (tst-swprintf-ENV): Likewise.
9278         (tst-swscanf-ENV): Likewise.
9279         (test-vfprintf-ENV): Likewise.
9280         (scanf13-ENV): Likewise.
9281         (bug14-ENV): Likewise.
9282         (tst-grouping-ENV): Likewise.
9283         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9284         (tst-strtod3-ENV): Likewise.
9285         (tst-strtod4-ENV): Likewise.
9286         (tst-strtod5-ENV): Likewise.
9287         (testmb2-ENV): Likewise./
9288         * string/Makefile (tst-strxfrm-ENV): Likewise.
9289         (tst-strxfrm2-ENV): Likewise.
9290         (bug-strcoll1-ENV): Likewise.
9291         (test-strcasecmp-ENV): Likewise.
9292         (test-strncasecmp-ENV): Likewise.
9293         * time/Makefile (tst-strptime-ENV): Likewise.
9294         (tst-ftime_l-ENV): Likewise.
9295         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9296         (tst-mbrtowc-ENV): Likewise.
9297         (tst-wcrtomb-ENV): Likewise.
9298         (tst-mbrtowc2-ENV): Likewise.
9299         (tst-c16c32-1-ENV): Likewise.
9300         (tst-mbsnrtowcs-ENV): Likewise.
9301
9302 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9303
9304         * manual/resource.texi (How to get information about the memory
9305         subsystem?): Fix typo.
9306         Reported by Peon de la Parra Ivan <peon@keba.com>
9307
9308 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9309
9310         [BZ #16882]
9311         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9312         (pthread_spin_lock): Branch out of spin loop to proper location.
9313         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9314         (pthread_spin_lock): Likewise.
9315
9316         * nptl/tst-spin4.c: New test.
9317         * nptl/Makefile (tests): Add tst-spin4.
9318
9319 2014-06-03  Andreas Schwab  <schwab@suse.de>
9320
9321         [BZ #15946]
9322         * resolv/res_send.c (send_dg): Reload file descriptor after
9323         calling reopen.
9324
9325 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9326
9327         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9328
9329 2014-06-03  Richard Henderson  <rth@redhat.com>
9330
9331         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9332         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9333         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9334         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9335         in the SAVE_PID block.
9336         (__libc_vfork): New alias.
9337         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9338
9339         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9340         child in registers, not on the stack.  Remove RESET_PID conditionals.
9341         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9342
9343 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9344
9345         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9346
9347 2014-06-03  Wilco  <wdijkstr@arm.com>
9348
9349         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9350         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9351         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9352         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9353         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9354         Likewise.
9355
9356 2014-06-03  Wilco  <wdijkstr@arm.com>
9357
9358         * sysdeps/aarch64/fpu/math_private.h
9359         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9360         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9361         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9362         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9363         Fix declarations.
9364
9365 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9366
9367         * crypt/crypt-private.h: Include ufc-crypt.h.
9368         (__b64_from_24bit): Declare extern.
9369         * crypt/crypt_util.c(__b64_from_24bit): New function.
9370         (b64t): New static const variable.
9371         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9372         (b64t): Remove variable.
9373         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9374         * crypt/sha256-crypt.c: Include crypt-private.h.
9375         (b64t): Remove variable.
9376         (__sha256_crypt_r): Remove b64_from_24bit and replace
9377         with __b64_from_24bit.
9378         * crypt/sha512-crypt.c: Likewise.
9379
9380 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9381
9382         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9383         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9384         Label the code __libc_vfork rather than __vfork.
9385         [!NOT_IN_libc] (vfork): Define as weak alias.
9386         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9387         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9388         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9389
9390 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9391
9392         * malloc/malloc.c (malloc_info): Fix format specifier for
9393         n_mmaps.
9394
9395 2014-06-02  Wilco  <wdijkstr@arm.com>
9396
9397         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9398         FPCR write.
9399
9400 2014-06-02  Wilco  <wdijkstr@arm.com>
9401
9402         [BZ #17009]
9403         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9404         Rewrite to reduce FPCR/FPSR accesses.
9405
9406 2014-06-01  David S. Miller  <davem@davemloft.net>
9407
9408         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9409
9410 2014-05-31  David S. Miller  <davem@davemloft.net>
9411
9412         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9413         to occur in round to nearest mode when |x| >= 2.0
9414
9415 2014-05-30  Richard Henderson  <rth@twiddle.net>
9416
9417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9418         (PSEUDO_RET_NOERRNO): Remove.
9419         (ret): Don't redefine.
9420         (ret_NOERRNO): Define in terms of ret.
9421         (ret_ERRVAL): Likewise.
9422
9423         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9424         use of PSEUDO_RET; perform the error check directly.
9425
9426 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9427
9428         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9429         with __int128_t.
9430
9431 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9432
9433         * malloc/malloc (malloc_info): Fix formatting.
9434
9435 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9436             Roland McGrath  <roland@hack.frob.com>
9437
9438         * malloc/malloc (malloc_info): Also print mmapped statistics.
9439
9440 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9441
9442         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9443         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9444
9445 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9446
9447         * malloc/malloc.c (malloc_info): Inline mi_arena.
9448
9449 2014-05-29  Richard Henderson  <rth@twiddle.net>
9450
9451         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9452         Remove comma before expanding ASM_ARGS_##nr.
9453         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9454         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9455         of ASM_ARGS_##nr.
9456         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9457         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9458         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9459         (ASM_ARGS_1): Add leading comma.
9460
9461         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9462         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9463         to __errno_location.
9464         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9465         Remove the expected plt for __errno_location.
9466
9467         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9468         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9469         call to __read_tp.
9470
9471         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9472         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9473         it and break it down.
9474         (DOCARGS_0, DOCARGS_1): Do nothing.
9475         (DOCARGS_2): Update to store into the new stack frame.
9476         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9477         (UNDOCARGS_1): Update to restore from the new stack frame.
9478         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9479         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9480
9481         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9482         (SINGLE_THREAD_P): New parameter for result regno.
9483         (PSEUDO): Update to match; use cbz instead of beq.
9484
9485         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9486         Use ENTRY to define the _nocancel entry point.  Share the syscall
9487         and syscall error check paths with the cancel path.
9488         (PSEUDO_END): New.
9489
9490         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9491         whitespace; tabs before and after asm mnemonics.
9492
9493 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9494
9495         [BZ #15132]
9496         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9497         Call fstat64 or stat64 internally, depending on arguments passed.
9498         Replace stat buffer argument with file descriptor argument.
9499         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9500         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9501         Pass fd to __internal_statvfs instead of calling fstat64.
9502         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9503         Pass fd to __internal_statvfs64 instead of calling fstat64.
9504         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9505         Pass -1 to __internal_statvfs instead of calling stat64.
9506         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9507         Pass -1 to __internal_statvfs64 instead of calling stat64.
9508
9509 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9510
9511         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9512         that was previously under [RESET_PID].
9513         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9514
9515         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9516         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9517
9518 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9519
9520         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9521
9522         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9523         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9524
9525 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9526
9527         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9528
9529 2014-05-27  Andreas Schwab  <schwab@suse.de>
9530
9531         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9532         TLS_INIT_TP macro.
9533         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9534         * elf/rtld.c (init_tls, dl_main): Likewise.
9535         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9536         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9537         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9538         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9539         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9540         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9541         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9542         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9543         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9544         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9545         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9546         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9547         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9548         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9549         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9550         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9551         * sysdeps/generic/tls.h: Update description.
9552
9553 2014-05-27  Will Newton  <will.newton@linaro.org>
9554
9555         [BZ #16990]
9556         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9557         and restore r2 rather than just restoring.
9558
9559 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9560
9561         [BZ #16724]
9562         * libio/tst-ftell-append.c: New test case.
9563         * libio/Makefile (tests): Add test case.
9564         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9565         append mode.
9566         * libio/wfileops.c (do_ftell_wide): Likewise.
9567
9568 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9569
9570         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9571
9572         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9573         ...
9574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9576         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9577         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9578         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9579         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9580         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9581         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9586         Moved ...
9587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9588         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9589         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9591         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9593         ...
9594         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9596         Moved ...
9597         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9598         here.
9599         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9600         ...
9601         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9602         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9603         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9604
9605         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9606         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9607         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9608         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9609
9610         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9611         merge into ...
9612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9613         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9614         ...
9615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9616         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9617         ...
9618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9619         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9620         Moved ...
9621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9622         here.
9623         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9624         Moved ...
9625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9626         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9627         Moved ...
9628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9629
9630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9631         conditional [RESET_PID].
9632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9633         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9634         removed.
9635         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9636         removed.
9637
9638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9639         <tcb-offsets.h>.
9640         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9641         (__libc_vfork): New strong alias.
9642         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9643         removed.
9644         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9645         Removed.
9646
9647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9648         <tcb-offsets.h>.
9649         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9650         (__libc_vfork): New strong alias.
9651         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9652         removed.
9653         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9654         removed.
9655
9656 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9657
9658         * malloc/malloc.c (mi_arena): New function.
9659         (malloc_info): Remove nested function mi_arena. Call non-nosted
9660         function mi_arena.
9661
9662 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9663
9664         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9665         by insrwi.
9666         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9667         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9668         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9669         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9670         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9671         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9672         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9673
9674 2014-05-26  Andreas Schwab  <schwab@suse.de>
9675
9676         [BZ #16984]
9677         * locale/programs/repertoire.c (repertoire_read): Add slash
9678         between I18NPATH element and file name.
9679         * locale/programs/locfile.c (locfile_read): Likewise.
9680
9681 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9682
9683         * nptl/pthread_mutexattr_settype.c
9684         (__pthread_mutexattr_settype):
9685         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9686
9687 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9688
9689         * nptl/tst-mutex5 (do_test):
9690         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9691
9692 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9693
9694         * benchtests/README: Document 'init' directive.
9695         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9696         BENCH_INIT.
9697         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9698         (parse_file): Recognize 'init' directive.
9699
9700 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9701
9702         [BZ #16796]
9703         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9704         alignment of struct pthread.
9705
9706 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9707
9708         [BZ #16878]
9709         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9710         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9711         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9712         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9713
9714 2014-05-25  Richard Henderson  <rth@twiddle.net>
9715
9716         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9717         (SINGLE_THREAD_P_PIC): Remove.
9718         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9719         (SINGLE_THREAD_P_PIC): Remove.
9720
9721         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9722         branch to syscall error ...
9723         (PSEUDO): ... here.
9724         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9725         from __local_syscall_error to .Lsyscall_error.
9726         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9727         (SYSCALL_ERROR): Update label name.
9728
9729         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9730         Do not use DOARGS/UNDOARGS.
9731         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9732         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9733         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9734         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9735         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9736
9737         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9738         block comment.
9739
9740         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9741         define if !NOT_IN_libc.
9742         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9743         define with non-default symbol versions.
9744
9745 2014-05-23  Richard Henderson  <rth@twiddle.net>
9746
9747         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9748         (vfork, __vfork): Define via compat_symbol.
9749
9750         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9751         [!HAVE_IFUNC] (vfork_compat): Remove.
9752         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9753
9754 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9755
9756         [BZ #16978]
9757         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9758         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9759         variable.
9760
9761 2014-05-23  Richard Henderson  <rth@twiddle.net>
9762
9763         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9764         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9765         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9766         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9767
9768         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9769         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9770         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9771         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9772         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9773         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9774         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9775         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9776         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9777         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9778         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9779         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9780         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9781         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9782         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9783         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9784         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9785         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9786         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9787         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9788         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9789         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9790         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9791         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9792         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9793         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9794         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9795         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9797         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9799         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9800         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9801         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9802         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9803         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9804         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9805         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9806         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9807         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9808         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9809         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9810         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9811         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9812         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9813         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9814         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9815         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9816         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9817         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9818         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9819         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9820         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9821         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9822         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9823         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9824
9825         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9826         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9827         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9828         before exiting on error.
9829         (__libc_vfork): New strong alias.
9830         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9831         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9832
9833         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9834         that was previously under [RESET_PID].
9835         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9836
9837         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9838
9839 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9840
9841         [BZ #16977]
9842         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9843         value when x - 1 is zero.
9844         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9845         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9846         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9847         0.0L for an argument of 1.0L.
9848         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9849         Likewise.
9850         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9851         value when x - 1 is zero.
9852         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9853         * sysdeps/i386/fpu/libm-test-ulps: Update.
9854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9855
9856 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9857
9858         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9859         alphasort and versionsort.
9860
9861 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9862
9863         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9864         macro.
9865         [copysignf]: Likewise.
9866
9867 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9868
9869         * crypt/md5-crypt.c: Fix formatting.
9870
9871 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9872
9873         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9874         (b64_from_24bit): New function.
9875
9876 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9877
9878         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9879         libc_hidden_builtin_def to ifunc.
9880         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9881         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9882
9883 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9884
9885         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9886         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9887
9888 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9889
9890         * nscd/Depend (linuxthreads): Remove.
9891         (nptl): Add.
9892         * resolv/Depend (linuxthreads): Remove.
9893         * rt/Depend (linuxthreads): Remove.
9894
9895         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9896         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9897         $(common-objpfx)elf/.
9898         (link-libc-before-gnulib): Likewise.
9899         (elfobjdir): Remove variable.
9900         * Makefile (install): Use $(elf-objpfx) instead of
9901         $(common-objpfx)elf/.
9902         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9903         $(elfobjdir)/.
9904         (link-libc-deps): Likewise.
9905         ($(common-objpfx)libc.so): Likewise.
9906         ($(common-objpfx)linkobj/libc.so): Likewise.
9907         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9908         instead of $(common-objpfx)elf/.
9909         (symbolic-link-list): Likewise.
9910         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9911         [$(cross-compiling) = no]: Likewise.
9912         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9913         $(elfobjdir)/.
9914         (static-gnulib-arch): Likewise.
9915         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9916         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9917         $(common-objpfx)elf/.
9918
9919 2014-05-21  Richard Henderson  <rth@redhat.com>
9920
9921         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9922         (SINGLE_THREAD_P): Use the correct width load.  Fold
9923         into the ldr offset.
9924
9925         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9926         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9927
9928 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9929
9930         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9931         (libgcc_s_resume): Use __attribute_used__.
9932         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9933         Likewise.
9934
9935 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9936
9937         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9938         optimization when used with float constants.
9939
9940         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9941
9942 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9943
9944         [BZ #16915]
9945         * locale/nl_langinfo_l.c: Make direct reference to every
9946         _nl_current_CATEGORY symbol.
9947         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9948         (tests-static): Add tst-langinfo-static.
9949         (tests-special): Add tst-langinfo-static.out.
9950         ($(objpfx)tst-langinfo.out): Redirect output.
9951         ($(objpfx)tst-langinfo-static.out): New.
9952         * localedata/tst-langinfo.sh: Send output to stdout.
9953         * localedata/tst-langinfo-static.c: New file.
9954
9955         [BZ #16965]
9956         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9957         when the shift amount is modulo the limb size.
9958
9959 2014-05-20  Richard Henderson  <rth@redhat.com>
9960
9961         [BZ #16967]
9962         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9963         Change type of sa_flags from unsigned int to int.
9964
9965         [BZ #16966]
9966         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9967
9968         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9969
9970 2014-05-20  Will Newton  <will.newton@linaro.org>
9971
9972         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9973         Test the return value of the system call in the nocancel case.
9974
9975 2014-05-20  Will Newton  <will.newton@linaro.org>
9976             Yvan Roux  <yvan.roux@linaro.org>
9977
9978         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9979         #include of asm/ptrace.h.
9980         (PTRACE_GET_THREAD_AREA): Remove #undef.
9981         (PTRACE_GETHBPREGS): Likewise.
9982         (PTRACE_SETHBPREGS): Likewise.
9983         (struct user_regs_struct): New structure.
9984         (struct user_fpsimd_struct): New structure.
9985         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9986         #include of asm/ptrace.h and second #include of sys/user.h.
9987         (PTRACE_GET_THREAD_AREA): Remove #undef.
9988         (PTRACE_GETHBPREGS): Likewise.
9989         (PTRACE_SETHBPREGS): Likewise.
9990         (ELF_NGREG): Use new struct user_regs_struct.
9991         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9992
9993 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9994
9995         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9996         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9997
9998 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9999
10000         [BZ #16958]
10001         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10002         membar to avoid block loads/stores to overlap previous stores.
10003
10004 2014-05-17  Richard Henderson  <rth@redhat.com>
10005
10006         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10007         Create the __##syscall_name##_nocancel entry point.
10008         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10009         Remove; let the sysdep-cancel.h code create it.
10010
10011 2014-05-17  David S. Miller  <davem@davemloft.net>
10012
10013         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10014         Protect with __USE_GNU.
10015         (TIOCSET_TEMPT): Likewise.
10016         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10017         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10018         these are already provided in bits/ioctl-types.h
10019
10020 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10021
10022         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10023         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10024
10025         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10026         Use wait4 regardless of [__NR_waitpid].
10027
10028 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10029
10030         PR libgcc/60166
10031         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10032         (_FP_NANSIGN_Q): Set the quiet bit.
10033
10034 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10035
10036         * benchtests/Makefile
10037         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10038         not $(common-objpfx)math/libm.so.
10039         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10040         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10041         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10042         $(common-objpfx)dlfcn/libdl.so.
10043         ($(objpfx)tst-audit8): Depend on $(libm), not
10044         $(common-objpfx)math/libm.so.
10045         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10046         not $(common-objpfx)dlfcn/libdl.so.
10047         * math/Makefile
10048         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10049         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10050         [$(build-shared) = yes].
10051         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10052         $(common-objpfx)nptl/libpthread.so.
10053         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10054         $(common-objpfx)math/libm.so$(libm.so-version) or
10055         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10056         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10057         $(common-objpfx)dlfcn/libdl.so.
10058         * setjmp/Makefile (link-libm): Remove variable.
10059         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10060         * stdio-common/Makefile (link-libm): Remove variable.
10061         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10062         * stdlib/Makefile (link-libm): Remove variable.
10063         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10064         ($(objpfx)tst-strtod-round): Likewise.
10065         ($(objpfx)tst-tininess): Likewise.
10066         ($(objpfx)tst-strtod-underflow): Likewise.
10067         ($(objpfx)tst-strtod6): Likewise.
10068         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10069         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10070         $(common-objpfx)dlfcn/libdl.so.
10071
10072 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10073
10074         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10075         BSD terminal modes definitions.
10076
10077 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10078
10079         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10080         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10081
10082         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10083         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10084         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10085         Don't do #include_next.
10086         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10087         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10088         Don't do #include_next.
10089         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10090         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10091         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10092         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10093
10094 2014-05-16  Allan McRae  <allan@archlinux.org>
10095
10096         * po/sv.po: Update Swedish translation from translation project.
10097
10098         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10099         in sed expression.
10100
10101 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10102
10103         [BZ #16917]
10104         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10105         errno if the TIOCGPTN ioctl fails with an error different than
10106         EINVAL.
10107         * login/tst-ptsname.c: New file.
10108         * login/Makefile (tests): Add tst-ptsname.
10109
10110         [BZ #16943]
10111         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10112         and prlimit64.
10113
10114 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10115
10116         [BZ #16849]
10117         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10118         herrno to return EAI_AGAIN.
10119
10120 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10121
10122         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10123         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10124         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10125         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10126         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10127         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10128         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10129         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10130         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10131         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10132         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10133         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10134         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10135         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10136         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10137         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10138         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10139         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10140         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10141         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10142         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10143         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10144         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10145         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10146         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10147         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10148         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10149         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10150         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10151         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10152         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10154         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10156         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10157         Moved ...
10158         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10159         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10160         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10161         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10162         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10163         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10164         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10165         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10166         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10167         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10168         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10169         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10170         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10172         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10173         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10174         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10175         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10176         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10177         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10178         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10179         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10180         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10182         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10183         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10184         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10186         Moved ...
10187         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10189         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10191         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10192         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10193         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10195         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10197         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10198         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10199         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10201         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10202         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10203         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10204         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10205         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10206         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10207         Moved ...
10208         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10209         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10210         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10211
10212         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10213         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10214         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10215         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10216         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10218         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10219         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10220         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10222         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10223         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10224         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10226         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10228         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10230         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10232         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10233         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10234         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10235         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10236         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10238         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10239         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10240         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10241         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10242         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10243
10244         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10245         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10246
10247         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10248         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10249         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10250         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10251         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10252         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10253         Moved ...
10254         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10255         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10256         Moved ...
10257         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10258         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10259         Moved ...
10260         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10261         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10262         Moved ...
10263         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10265         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10267         Moved ...
10268         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10269         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10274         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10276         Moved ...
10277         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10278         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10279         Moved ...
10280         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10281         ... here.
10282         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10283         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10284         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10285         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10286         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10287         Moved ...
10288         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10289         ... here.
10290         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10291         Moved ...
10292         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10294         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10295         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10296         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10297         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10298         Moved ...
10299         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10301         Moved ...
10302         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10303         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10304         Moved ...
10305         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10306         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10307         Moved ...
10308         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10309         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10310         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10311         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10312         Moved ...
10313         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10314         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10315         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10316         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10317         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10318         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10319         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10320         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10321         Moved ...
10322         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10323         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10324         Moved ...
10325         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10326         ... here.
10327         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10328         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10330         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10332         Moved ...
10333         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10334         ... here.
10335         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10336         Moved ...
10337         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10338         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10339         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10340         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10341         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10342         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10343         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10344         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10345         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10347         Moved ...
10348         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10349         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10350         Moved ...
10351         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10353         Moved ...
10354         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10355         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10356         Moved ...
10357         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10358         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10359         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10360         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10361         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10362         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10363         Moved ...
10364         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10365         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10366         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10367         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10368         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10369         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10370         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10372         Moved ...
10373         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10374         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10375         Moved ...
10376         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10377         ... here.
10378         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10379         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10380         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10381         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10382         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10385         ... here.
10386         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10387         Moved ...
10388         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10389         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10390         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10391         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10392         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10394         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10395         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10396         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10397         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10398         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10399
10400         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10401         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10402
10403         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10404         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10405
10406         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10407         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10408         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10409         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10410         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10411         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10412         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10413         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10414         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10415         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10416         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10417         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10418         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10419         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10420         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10421         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10422         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10423         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10424         Moved ...
10425         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10426         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10427         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10428         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10429         Moved ...
10430         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10431         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10432         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10433         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10434         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10435         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10436         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10437         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10438         Moved ...
10439         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10440         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10441         Moved ...
10442         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10443         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10444         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10445         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10446         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10447         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10448         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10449         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10450         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10451         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10452         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10453         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10454         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10455         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10456         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10457         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10458         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10459
10460         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10461         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10462         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10463         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10464         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10465
10466         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10467         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10468         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10469         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10470         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10471         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10472         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10473         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10474         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10475         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10476
10477         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10478         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10479
10480         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10481         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10482         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10483         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10484         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10485         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10486         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10487         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10488         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10489         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10490         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10491         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10492         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10493         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10494         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10495         Update #include.
10496         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10497         Likewise.
10498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10499         Likewise.
10500         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10501         Likewise.
10502         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10503         Likewise.
10504         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10505         Likewise.
10506         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10507         Likewise.
10508         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10509         Likewise.
10510         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10511         Likewise.
10512         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10513         Likewise.
10514         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10515         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10516         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10517         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10518         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10519         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10520         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10521         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10522         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10523         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10524         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10525         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10526         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10527         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10528         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10529
10530         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10531         that was previously under [RESET_PID].
10532         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10533         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10534         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10535
10536         * sysdeps/i386/nptl/Implies: New file.
10537         * sysdeps/x86_64/nptl/Implies: New file.
10538         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10539         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10540         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10541         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10542
10543         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10544         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10545         (__libc_vfork): New strong alias.
10546         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10547         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10548
10549         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10550         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10551         (__libc_vfork): New strong alias.
10552         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10553         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10554
10555         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10556         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10557         (__libc_vfork): New strong alias.
10558         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10559         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10560         * nptl/pt-vfork.c: New file.
10561         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10562         (libpthread: GLIBC_2.20): New version set (empty).
10563
10564 2014-05-14  Will Newton  <will.newton@linaro.org>
10565
10566         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10567         rather than #if.
10568
10569 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10570
10571         [BZ #16564]
10572         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10573         arguments with exponent 65 or above.
10574         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10575         arguments 0x1p113L or above.
10576         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10577         to arguments 0x1p107L or above.
10578         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10579         positive arguments with exponent 65 or above.
10580         * math/auto-libm-test-in: Add more tests of log1p.
10581         * math/auto-libm-test-out: Regenerated.
10582
10583         [BZ #16928]
10584         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10585         non-finite arguments is +0.
10586         * math/s_cacosf.c (__cacosf): Likewise.
10587         * math/s_cacosl.c (__cacosl): Likewise.
10588         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10589         * sysdeps/i386/fpu/libm-test-ulps: Update.
10590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10591
10592         [BZ #16927]
10593         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10594         value.
10595         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10596         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10597         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10598         for explicit high bit of mantissa when testing for argument equal
10599         to 1.
10600         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10601         * sysdeps/i386/fpu/libm-test-ulps: Update.
10602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10603
10604         [BZ #16516]
10605         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10606         (__erf): Scale by 16 instead of 8 in potentially underflowing
10607         case.  Ensure exception if result actually underflows.
10608         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10609         (__erff): Scale by 16 instead of 8 in potentially underflowing
10610         case.  Ensure exception if result actually underflows.
10611         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10612         (efx8): Remove variable.
10613         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10614         case.  Ensure exception if result actually underflows.
10615         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10616         (efx8): Remove variable.
10617         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10618         case.  Ensure exception if result actually underflows.
10619         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10620         (efx8): Remove variable.
10621         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10622         case.  Ensure exception if result actually underflows.
10623         * math/auto-libm-test-in: Add more tests of erf.
10624         * math/auto-libm-test-out: Regenerated.
10625
10626 2014-05-14  Andreas Schwab  <schwab@suse.de>
10627
10628         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10629         Remove code conditionalized on USE___THREAD.
10630
10631         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10632         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10633         not definedness.
10634
10635 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10636
10637         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10638         Define unconditionally.
10639         (__ASSUME_O_CLOEXEC): Likewise.
10640         (__ASSUME_SOCK_CLOEXEC): Likewise.
10641         (__ASSUME_IN_NONBLOCK): Likewise.
10642         (__ASSUME_PIPE2): Likewise.
10643         (__ASSUME_EVENTFD2): Likewise.
10644         (__ASSUME_SIGNALFD4): Likewise.
10645         (__ASSUME_DUP3): Likewise.
10646         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10647         (__ASSUME_DUP3): Do not define.
10648         (__ASSUME_EVENTFD2): Likewise.
10649         (__ASSUME_IN_NONBLOCK): Likewise.
10650         (__ASSUME_O_CLOEXEC): Likewise.
10651         (__ASSUME_PIPE2): Likewise.
10652         (__ASSUME_SIGNALFD4): Likewise.
10653         (__ASSUME_SOCK_CLOEXEC): Likewise.
10654         (__ASSUME_UTIMES): Undefine.
10655         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10656         (__ASSUME_UTIMES): Do not define.
10657         (__ASSUME_O_CLOEXEC): Likewise.
10658         (__ASSUME_SOCK_CLOEXEC): Likewise.
10659         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10660         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10661         0x020621].
10662         (__ASSUME_PIPE2): Likewise.
10663         (__ASSUME_EVENTFD2): Likewise.
10664         (__ASSUME_SIGNALFD4): Likewise.
10665         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10666         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10667         Do not define.
10668         (__ASSUME_EVENTFD2): Likewise.
10669         (__ASSUME_SIGNALFD4): Likewise.
10670         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10671         (__ASSUME_32BITUIDS): Likewise.
10672         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10673         (__ASSUME_IPC64): Likewise.
10674         (__ASSUME_ST_INO_64_BIT): Likewise.
10675         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10676         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10677         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10678         (__ASSUME_UTIMES): Do not define.
10679         (__ASSUME_PSELECT): Likewise.
10680         (__ASSUME_PPOLL): Likewise.
10681         (__ASSUME_O_CLOEXEC): Likewise.
10682         (__ASSUME_SOCK_CLOEXEC): Likewise.
10683         (__ASSUME_IN_NONBLOCK): Likewise.
10684         (__ASSUME_PIPE2): Likewise.
10685         (__ASSUME_EVENTFD2): Likewise.
10686         (__ASSUME_SIGNALFD4): Likewise.
10687         (__ASSUME_DUP3): Likewise.
10688         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10689         (__ASSUME_UTIMES): Likewise.
10690         (__ASSUME_O_CLOEXEC): Likewise.
10691         (__ASSUME_SOCK_CLOEXEC): Likewise.
10692         (__ASSUME_IN_NONBLOCK): Likewise.
10693         (__ASSUME_PIPE2): Likewise.
10694         (__ASSUME_EVENTFD2): Likewise.
10695         (__ASSUME_SIGNALFD4): Likewise.
10696         (__ASSUME_DUP3): Likewise.
10697         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10698         (__ASSUME_UTIMES): Likewise.
10699         (__ASSUME_O_CLOEXEC): Likewise.
10700         (__ASSUME_SOCK_CLOEXEC): Likewise.
10701         (__ASSUME_IN_NONBLOCK): Likewise.
10702         (__ASSUME_PIPE2): Likewise.
10703         (__ASSUME_EVENTFD2): Likewise.
10704         (__ASSUME_SIGNALFD4): Likewise.
10705         (__ASSUME_DUP3): Likewise.
10706         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10707         Likewise.
10708         (__ASSUME_UTIMES): Likewise.
10709         (__ASSUME_EVENTFD2): Likewise.
10710         (__ASSUME_SIGNALFD4): Likewise.
10711         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10712         (__ASSUME_O_CLOEXEC): Likewise.
10713         (__ASSUME_SOCK_CLOEXEC): Likewise.
10714         (__ASSUME_IN_NONBLOCK): Likewise.
10715         (__ASSUME_PIPE2): Likewise.
10716         (__ASSUME_EVENTFD2): Likewise.
10717         (__ASSUME_SIGNALFD4): Likewise.
10718         (__ASSUME_DUP3): Likewise.
10719         (__ASSUME_UTIMES): Undefine.
10720
10721         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10722         feclearexcept.  Remove symbol versioning code.
10723         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10724         symbol versioning code.
10725         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10726         symbol versioning code.
10727         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10728         feupdateenv.  Remove symbol versioning code.
10729         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10730         fegetexceptflag.  Remove symbol versioning code.
10731         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10732         fesetexceptflag.  Remove symbol versioning code.
10733         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10734         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10735         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10736         (__posix_fadvise64_l32): Remove prototype.
10737         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10738         code.
10739
10740 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10741
10742         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10743         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10744         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10745         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10746
10747 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10748
10749         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10750         current working directory
10751
10752 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10753
10754         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10755         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10756         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10757         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10758         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10759         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10760         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10761         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10762         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10763         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10764         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10765         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10766         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10767         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10768         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10769         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10770         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10771         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10772         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10773         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10774         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10775         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10776         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10777         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10778         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10779         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10780         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10781         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10782         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10783         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10784         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10785         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10786         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10787         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10788         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10789         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10790         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10791         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10792         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10793         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10794         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10795         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10796
10797         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10798         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10799
10800         * sysdeps/unix/sysv/linux/arm/Makefile
10801         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10802         Add rt-aeabi_unwind_cpp_pr1.
10803         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10804         Add nptl-aeabi_unwind_cpp_pr1.
10805         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10806         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10807         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10808         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10809         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10810         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10811
10812         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10813         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10814         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10815         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10816
10817         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10818         Deconditionalize the code that was previously under [RESET_PID].
10819         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10820
10821         * sysdeps/generic/exit-thread.h: New file.
10822         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10823         * include/unistd.h (__exit_thread): Remove declaration.
10824         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10825         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10826         * csu/libc-start.c: Include <exit-thread.h>.
10827         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10828         * nptl/pthread_create.c: Include <exit-thread.h>.
10829         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10830         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10831         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10832         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10833         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10834         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10835         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10836         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10837         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10838         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10839         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10840         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10841         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10842         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10843         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10844         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10845         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10846
10847 2014-05-13  Andreas Schwab  <schwab@suse.de>
10848
10849         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10850
10851 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10852
10853         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10854         (__ASSUME_UTIMES): Do not condition on kernel version.
10855         (__ASSUME_PSELECT): Define unconditionally.
10856         (__ASSUME_PPOLL): Likewise.
10857         (__ASSUME_ATFCTS): Likewise.
10858         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10859         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10860         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10861         (__ASSUME_UTIMENSAT): Define unconditionally.
10862         (__ASSUME_PRIVATE_FUTEX): Likewise.
10863         (__ASSUME_FALLOCATE): Likewise.
10864         (__ASSUME_O_CLOEXEC): Likewise.
10865         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10866         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10867         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10868         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10869         (__ASSUME_IN_NONBLOCK): Likewise.
10870         (__ASSUME_PIPE2): Likewise.
10871         (__ASSUME_EVENTFD2): Likewise.
10872         (__ASSUME_SIGNALFD4): Likewise.
10873         (__ASSUME_DUP3): Likewise.
10874         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10875         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10876         (__ASSUME_AT_RANDOM): Likewise.
10877         (__ASSUME_PREADV): Likewise.
10878         (__ASSUME_PWRITEV): Likewise.
10879         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10880         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10881         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10882         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10883         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10884         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10885         (__ASSUME_O_CLOEXEC): Define unconditionally.
10886         (__ASSUME_PSELECT): Do not undefine conditionally.
10887         (__ASSUME_PPOLL): Likewise.
10888         (__ASSUME_ATFCTS): Likewise.
10889         (__ASSUME_SET_ROBUST_LIST): Likewise.
10890         (__ASSUME_UTIMENSAT): Likewise.
10891         (__ASSUME_FDATASYNC): Define unconditionally.
10892         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10893         (__ASSUME_SIGFRAME_V2): Likewise.
10894         )__ASSUME_EVENTFD2): Likewise.
10895         (__ASSUME_SIGNALFD4): Likewise.
10896         (__ASSUME_PSELECT): Do not undefine conditionally.
10897         (__ASSUME_PPOLL): Likewise.
10898         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10899         (__ASSUME_PSELECT): Define unconditionally.
10900         (__ASSUME_PPOLL): Likewise.
10901         (__ASSUME_O_CLOEXEC): Likewise.
10902         (__ASSUME_SOCK_CLOEXEC): Likewise.
10903         (__ASSUME_IN_NONBLOCK): Likewise.
10904         (__ASSUME_PIPE2): Likewise.
10905         (__ASSUME_EVENTFD2): Likewise.
10906         (__ASSUME_SIGNALFD4): Likewise.
10907         (__ASSUME_DUP3): Likewise.
10908         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10909         (__ASSUME_O_CLOEXEC): Likewise.
10910         (__ASSUME_SOCK_CLOEXEC): Likewise.
10911         (__ASSUME_IN_NONBLOCK): Likewise.
10912         (__ASSUME_PIPE2): Likewise.
10913         (__ASSUME_EVENTFD2): Likewise.
10914         (__ASSUME_SIGNALFD4): Likewise.
10915         (__ASSUME_DUP3): Likewise.
10916         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10917         (__ASSUME_EVENTFD2): Likewise.
10918         (__ASSUME_SIGNALFD4): Likewise.
10919         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10920
10921 2014-05-12  Andreas Schwab  <schwab@suse.de>
10922
10923         [BZ #16932]
10924         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10925         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10926         than maximum RPC packet size.
10927         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10928         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10929         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10930         (_nss_nis_getservbyport_r): Likewise.
10931
10932 2014-05-12  Will Newton  <will.newton@linaro.org>
10933
10934         * malloc/Makefile (tests): Add tst-mallopt.
10935         * malloc/tst-mallopt.c: New file.
10936
10937 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10938
10939         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10940         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10941
10942 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10943
10944         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10945         (tst-tlsmod6.so): Likewise.
10946
10947 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10948
10949         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10950
10951 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10952
10953         [BZ #16064]
10954         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10955         and <dl-procinfo.h>.
10956         (__fegetenv): Save SSE state in envp->__eip if supported.
10957         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10958         envp->__eip if supported.
10959         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10960         and <dl-procinfo.h>.
10961         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10962         __data_offset and __data_selector in environment to 0.  Set SSE
10963         state if supported.
10964         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10965         test-fenv-sse.
10966         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10967         -mfpmath=sse.
10968         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10969
10970 2014-05-09  Will Newton  <will.newton@linaro.org>
10971
10972         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10973         and libc_relro_required for ARM.
10974         * sysdeps/arm/preconfigure: Regenerate.
10975
10976 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10977             Stefan Liebler  <stli@linux.vnet.ibm.com>
10978
10979         * config.make.in (enable-lock-elision): New Makefile variable.
10980         * configure.ac: Likewise.
10981         * configure: Regenerate.
10982         * sysdeps/s390/configure.ac:
10983         Add check for gcc transactions support.
10984         * sysdeps/s390/configure: Regenerate.
10985         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10986         Build elision files if enabled.
10987         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10988         Add lock elision support for s390.
10989         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10990         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10991         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10992         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10993         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10994         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10995         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10996         Likewise.
10997         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10998         Likewise.
10999         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11000         Likewise.
11001         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11002         Likewise.
11003         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11004         (__lll_timedlock_elision, __lll_lock_elision)
11005         (__lll_unlock_elision, __lll_trylock_elision)
11006         (lll_timedlock_elision, lll_lock_elision)
11007         (lll_unlock_elision, lll_trylock_elision): Add.
11008         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11009         (pthread_mutex_t): Add lock elision support for s390.
11010
11011 2014-05-14  Wilco  <wdijkstr@arm.com>
11012
11013         * sysdeps/arm/fclrexcpt.c: Cleanup.
11014         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11015         * sysdeps/arm/feenablxcpt.c: Cleanup.
11016         * sysdeps/arm/fegetenv.c: Cleanup.
11017         * sysdeps/arm/fegetexcept.c: Cleanup.
11018         * sysdeps/arm/fegetround.c: Cleanup.
11019         * sysdeps/arm/feholdexcpt.c: Cleanup.
11020         * sysdeps/arm/fesetenv.c: Cleanup.
11021         * sysdeps/arm/fesetround.c: Cleanup.
11022         * sysdeps/arm/feupdateenv.c: Cleanup.
11023         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11024         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11025         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11026         * sysdeps/arm/ftestexcept.c: Cleanup.
11027         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11028         * sysdeps/arm/setfpucw.c: Cleanup.
11029
11030 2014-05-09  Will Newton  <will.newton@linaro.org>
11031
11032         * sysdeps/arm/armv7/strcmp.S: New file.
11033         * NEWS: Mention addition of ARMv7 optimized strcmp.
11034
11035 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11036
11037         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11038         look for %.ac rather than %.in.
11039
11040         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11041         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11042         * sysdeps/mach/hurd/configure: Regenerated.
11043         * sysdeps/unix/sysv/linux/configure: Regenerated.
11044
11045         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11046
11047 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11048
11049         [BZ# 16922]
11050         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11051         (LONG_SUB): Ditto.
11052         (PTR_SUB): Ditto.
11053
11054 2014-05-07  Andreas Schwab  <schwab@suse.de>
11055
11056         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11057         when skipping over non-matching result from nscd.
11058
11059 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11060
11061         [BZ #16876]
11062         * nptl/sockperf.c (client): Check socket return value.
11063
11064         [BZ #16877]
11065         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11066         nscd security class.
11067
11068 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11069
11070         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11071         * sysdeps/arm/unwind.h: ... here.
11072
11073 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11074
11075         [BZ# 16916]
11076         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11077         Define.
11078
11079 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11080
11081         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11082         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11083         multiarch strncpy for PPC64.
11084         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11085         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11087         multiarch optimizations.
11088         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11089         (__libc_ifunc_impl_list): Likewise.
11090         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11091         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11092         multiarch stpncpy for PPC64.
11093         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11094         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11095
11096 2014-05-06  Andreas Schwab  <schwab@suse.de>
11097
11098         [BZ #16912]
11099         * gmon/mcount.c (_MCOUNT_DECL): Use
11100         atomic_compare_and_exchange_bool_acq instead of
11101         catomic_compare_and_exchange_bool_acq.
11102
11103 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11104
11105         * elf/Makefile (others, install-bin): Remove pldd.
11106         (pldd-modules): Variable removed.
11107         ($(objpfx)pldd): Target removed.
11108         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11109         (others, install-bin): Append pldd here.
11110         ($(objpfx)pldd): New target.
11111
11112         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11113         to 0, so the first #if test emitted later doesn't see it undefined.
11114         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11115         * sysdeps/gnu/errlist.c: Regenerated.
11116
11117 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11118
11119         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11120         [libc_hidden_builtin_def]: Define to empty value.
11121         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11122         [libc_hidden_builtin_def]: Likewise.
11123         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11124         [libc_hidden_builtin_def]: Likewise.
11125         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11126         [libc_hidden_builtin_def]: Likewise.
11127         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11128         __redirect_memcpy and define ifunc as default hidden symbol.
11129         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11130         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11131
11132 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11133
11134         * locale/iso-4217.def: Reintroduce XDR currency.
11135
11136 2014-05-04  Allan McRae  <allan@archlinux.org>
11137
11138         * po/eo.po: Update Esperanto translation from translation project.
11139
11140 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11141
11142         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11143         and FEATURE_INDEX_MAX to 1.
11144         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11145
11146 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11147
11148         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11149         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11150         * iconvdata/big5.c (ONE_DIRECTION): Define.
11151         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11152         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11153         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11154         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11155         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11156         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11157         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11158         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11159         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11160         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11161         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11162         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11163         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11164         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11165         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11166         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11167         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11168         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11169         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11170         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11171         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11172         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11173         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11174         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11175         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11176         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11177         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11178         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11179         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11180         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11181         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11182         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11183         * iconvdata/johab.c (ONE_DIRECTION): Define.
11184         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11185         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11186         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11187         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11188         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11189         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11190         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11191         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11192         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11193         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11194
11195 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11196
11197         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11198         (_IO_JUMPS_OFFSET): Define to 0.
11199
11200         * nptl/sysdeps/pthread/bits/libc-lock.h
11201         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11202         (__libc_lock_define_initialized_recursive): Always define using
11203         initializer.  Modern compilers treat uninitialized (implicit zero) and
11204         explicit zero initializers the same (i.e. put the datum in bss).
11205
11206 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11207
11208         * nscd/nscd-client.h: Include <string.h>.
11209
11210 2014-05-01  David S. Miller  <davem@davemloft.net>
11211
11212         [BZ #16885]
11213         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11214         multiple zero bytes exist at the end of a string.
11215         Reported by Aurelien Jarno <aurelien@aurel32.net>
11216
11217         * string/test-strcmp.c (check): Add explicit test for situations where
11218         there are multiple zero bytes after the first.
11219
11220 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11221
11222         [BZ #16890]
11223         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11224         when compiling wprintf.
11225         * stdio-common/tstdiomisc.c (t3): New function.
11226         (main): Call it.
11227
11228 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11229
11230         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11231         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11232         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11233         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11234
11235 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11236
11237         * stdlib/longlong.h: Updated from GCC.
11238
11239 2014-05-01  Will Newton  <will.newton@linaro.org>
11240             Bernard Ogden  <bernie.ogden@linaro.org>
11241
11242         * NEWS: Update fixed bug list.
11243
11244         [BZ #15119]
11245         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11246
11247 2014-04-30  David S. Miller  <davem@davemloft.net>
11248
11249         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11250         (libc_feholdexcept_setround_sparc_ctx): New function.
11251         (libc_fesetenv_sparc_ctx): Likewise.
11252         (libc_feupdateenv_sparc_ctx): Likewise.
11253         (libc_feholdsetround_sparc_ctx): Likewise.
11254         (libc_feholdexcept_setround_ctx): Define.
11255         (libc_feholdexcept_setroundf_ctx): Likewise.
11256         (libc_feholdexcept_setroundl_ctx): Likewise.
11257         (libc_fesetenv_ctx): Likewise.
11258         (libc_fesetenvf_ctx): Likewise.
11259         (libc_fesetenvl_ctx): Likewise.
11260         (libc_feupdateenv_ctx): Likewise.
11261         (libc_feupdateenvf_ctx): Likewise.
11262         (libc_feupdateenvl_ctx): Likewise.
11263         (libc_feresetround_ctx): Likewise.
11264         (libc_feresetroundf_ctx): Likewise.
11265         (libc_feresetroundl_ctx): Likewise.
11266         (libc_feholdsetround_ctx): Likewise.
11267         (libc_feholdsetroundf_ctx): Likewise.
11268         (libc_feholdsetroundl_ctx): Likewise.
11269
11270         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11271         with __USE_GNU instead of XOPEN cpp guards.
11272
11273         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11274         0.
11275
11276         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11277         with XOPEN cpp guards.
11278
11279 2014-04-30  Julian Brown  <julian@codesourcery.com>
11280
11281         [BZ #16888]
11282         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11283         handling.
11284
11285 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11286
11287         [BZ #9894]
11288         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11289         Change to 2.6.32.
11290         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11291         * sysdeps/unix/sysv/linux/configure: Regenerated.
11292         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11293         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11294         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11295         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11296         * README: Update reference to required Linux kernel version.
11297         * manual/install.texi (Linux): Update reference to required Linux
11298         kernel headers version.
11299         * INSTALL: Regenerated.
11300
11301         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11302         header inclusion.
11303         [POSIX] (limits.h): Likewise.
11304         [POSIX] (math.h): Likewise.
11305         [POSIX] (sys/wait.h): Likewise.
11306         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11307         function.
11308         [POSIX] (stddef.h): Do not allow header inclusion.
11309
11310 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11311
11312         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11313
11314 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11315
11316         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11317         Return immediately after lll_futex_wake.
11318
11319 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11320
11321         [BZ #16791]
11322         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11323         structure.
11324         (datahead_init_pos): Call datahead_init_common early.
11325         (datahead_init_neg): Likewise.
11326
11327         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11328         datahead_init_neg): New functions.
11329         * nscd/aicache.c (addhstaiX): Use them.
11330         * nscd/grpcache.c (cache_addgr): Likewise.
11331         * nscd/hstcache.c (cache_addhst): Likewise.
11332         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11333         * nscd/netgroupcache.c (do_notfound): Likewise.
11334         (addgetnetgrentX): Likewise.
11335         (addinnetgrX): Likewise.
11336         * nscd/pwdcache.c (cache_addpw): Likewise.
11337         * nscd/servicescache.c (cache_addserv): Likewise.
11338
11339 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11340             Atsushi Onoe  <atsushi@onoe.org>
11341
11342         [BZ #14308]
11343         [BZ #12994]
11344         [BZ #13651]
11345         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11346         one response is valid.
11347         * resolv/res_send.c (send_dg): Check for validity of other
11348         response if the current response is a referral.
11349
11350 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11351
11352         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11353
11354 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11355
11356         [BZ #16823]
11357         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11358         Always divide by positive zero when computing -Inf result.
11359         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11360         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11361
11362 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11363
11364         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11365         FPSCR if value do not change.
11366         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11367         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11368         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11369         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11370         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11371         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11372         function.
11373
11374 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11375
11376         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11377         * sysdeps/unix/sysv/linux/hppa: Move directory from
11378         ports/systeps/unix/sysv/linux/hppa.
11379         * README: Update listing for hppa-*-linux-gnu.
11380
11381 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11382
11383         [BZ #16754]
11384         * manual/stdio.texi (Hook functions): Fix types of stream hook
11385         functions.
11386         [BZ #16854]
11387         * socket/sys/socket.h: Fix typo in comment.
11388
11389 2014-04-28  Wilco  <wdijkstr@arm.com>
11390
11391         * sysdeps/arm/fenv_private.h: New file.
11392         * sysdeps/arm/math_private.h: New file.
11393         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11394
11395 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11396
11397         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11398         with __int128_t.
11399         (La_x86_64_retval): Likewise.
11400
11401 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11402
11403         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11404         fpsr if value didn't change.
11405         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11406         to fpcr if value didn't change.
11407         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11408         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11409         fpsr or fpcr if value didn't change.
11410         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11411         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11412         fpcr if value didn't change.
11413         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11414         to fpsr if value didn't change.
11415
11416 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11417
11418         * nptl/tst-sem3.c: Use test-skeleton.c
11419         (main): Rename to do_test.  Use return instead of
11420         exit.
11421         * nptl/tst-sem4.c: Use test-skeleton.c
11422         (main): Rename to do_test.
11423
11424 2014-04-22  David S. Miller  <davem@davemloft.net>
11425
11426         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11427         (struct sigaction): New struct member __glibc_reserved0, change
11428         type of sa_flags to int.
11429
11430 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11431
11432         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11433         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11434
11435 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11436
11437         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11438         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11439
11440 2014-04-22  Will Newton  <will.newton@linaro.org>
11441             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11442
11443         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11444         (__longjmp): Add longjmp and longjmp_target SystemTap
11445         probes.
11446         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11447         (__sigsetjmp): Add setjmp SystemTap probe.
11448
11449 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11450
11451         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11452         match manual order.
11453
11454 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11455
11456         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11457
11458         * sysdeps/powerpc/fpu/fenv_private.h
11459         (libc_feholdexcept_setroundl_ctx): Define to
11460         libc_feholdexcept_setround_ppc_ctx.
11461         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11462         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11463         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11464         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11465
11466 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11467
11468         * sysdeps/aarch64/math-tests.h: New file.
11469
11470 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11471
11472         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11473         New.
11474         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11475         Check and set bit_AVX2_Usable.
11476         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11477         macro.
11478         (bit_AVX2): Likewise.
11479         (index_AVX2_Usable): Likewise.
11480         (CPUID_AVX2): Likewise.
11481         (HAS_AVX2): Likewise.
11482
11483 2014-04-17  Will Newton  <will.newton@linaro.org>
11484
11485         * manual/setjmp.texi (System V contexts): Add note that
11486         calling setcontext on a context created by a call to a
11487         signal handler is undefined.  Update text to note that
11488         setcontext from a signal handler is possible but not
11489         recommended.
11490
11491         [BZ #16629]
11492         * stdlib/tst-setcontext.c: Include signal.h.
11493         (main): Check that the signal stack before and
11494         after swapcontext is the same.
11495
11496         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11497         Re-implement to restore registers in user code and avoid
11498         rt_sigreturn system call.
11499
11500 2014-04-17  Wilco  <wdijkstr@arm.com>
11501
11502         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11503         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11504         * math/test-fenv.c: Skip exception trap tests on targets which only
11505         support non-stop mode.
11506
11507 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11508             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11509
11510         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11511         (libc_feholdsetround_aarch64_ctx)
11512         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11513         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11514         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11515         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11516         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11517         (libc_feresetround_noexl_ctx): Define.
11518
11519 2014-04-16  Richard Henderson  <rth@redhat.com>
11520
11521         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11522
11523         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11524         unwind tables.
11525
11526         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11527         const from the non-libc, non-ldso copy.
11528
11529         * sysdeps/alpha/libm-test-ulps: Regenerate.
11530
11531 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11532             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11533
11534         * sysdeps/aarch64/fpu/math_private.h: New file.
11535
11536 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11537
11538         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11539
11540 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11541
11542         [BZ #16275]
11543         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11544         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11545         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11546         Intel MPX bound registers before _dl_profile_fixup.
11547         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11548         registers after _dl_profile_fixup.  Save and restore bound
11549         registers bnd0/bnd1 when calling _dl_call_pltexit.
11550         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11551         (LR_BND_OFFSET): Likewise.
11552         (LRV_BND0_OFFSET): Likewise.
11553         (LRV_BND1_OFFSET): Likewise.
11554
11555 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11556
11557         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11558         to...
11559         * sysdeps/mach/hurd/i386/tls.h: ... here.
11560         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11561         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11562         fields.
11563
11564 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11565
11566         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11567
11568 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11569
11570         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11571
11572 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11573
11574         [BZ #14770]
11575         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11576         * sysdeps/s390/configure: Regenerate.
11577
11578         [BZ #16824]
11579         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11580         Set round-to-nearest internally to reduce error accumulation.
11581
11582 2014-04-16  Alan Modra  <amodra@gmail.com>
11583
11584         [BZ #16740]
11585         [BZ #16619]
11586         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11587         * math/libm-test.inc (frexp_test_data): Add tests.
11588         * NEWS: Update fixed bug list.
11589
11590 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11591
11592         * benchtests/Makefile: Depend on libraries in build directory.
11593         (bench-math): Separate out math tests.
11594         (bench-pthread): Separate out pthread tests.
11595         (bench): Include math and pthread tests.
11596
11597 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11598
11599         [BZ #16831]
11600         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11601         _dl_debug_initialize.
11602
11603         * configure.ac: Remove SELinux header check.
11604         * configure: Regenerate.
11605         * nscd/selinux.c (perms): Array of const char* to permission names.
11606         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11607         default policy. Call string_to_security_class and string_to_av_perm to
11608         translate strings. Enforce default policy and call avs_has_perm with
11609         results of translated strings.
11610
11611 2014-04-13  David S. Miller  <davem@davemloft.net>
11612
11613         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11614
11615 2014-04-12  Allan McRae  <allan@archlinux.org>
11616
11617         [BZ #16838]
11618         * manual/string.texi (Collation Functions): Fix qsort argument
11619         order in example.
11620         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11621
11622 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11623
11624         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11625         Make the test a no-op if there are no exceptions defined.
11626
11627 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11628
11629         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11630         enable-hardcoded-path-in-tests
11631
11632 2014-04-11  Will Newton  <will.newton@linaro.org>
11633
11634         * benchtests/Makefile (extra-objs): Add json-lib.o.
11635         (bench-func): Tidy up JSON output.
11636         * benchtests/bench-skeleton.c: Include json-lib.h.
11637         (main): Use JSON library functions to do output of
11638         benchmark results.
11639         * benchtests/bench-timing-type.c (main): Output the
11640         timing type simply, leaving formatting to the user.
11641         * benchtests/json-lib.c: New file.
11642         * benchtests/json-lib.h: Likewise.
11643
11644 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11645
11646         [BZ #15215]
11647         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11648         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11649         memory barriers.  Add comments.
11650         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11651         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11652         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11653         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11654         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11655         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11656
11657 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11658
11659         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11660         * sysdeps/s390/s390-64/configure.ac: ... this ...
11661         * sysdeps/s390/configure.ac: ... to here.
11662         * sysdeps/s390/s390-32/configure: Delete file.
11663         * sysdeps/s390/s390-64/configure: Delete file.
11664         * sysdeps/s390/configure: Regenerate.
11665
11666 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11667
11668         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11669
11670 2014-04-11  Will Newton  <will.newton@linaro.org>
11671
11672         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11673         to zero if it is not defined elsewhere.  (mtrim): Test
11674         the value of MALLOC_DEBUG with #if rather than #ifdef.
11675
11676 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11677
11678         * benchtests/pthread_once-inputs: New file.
11679         * benchtests/pthread_once-source.c: New file.
11680         * benchtests/README: Update documentation.
11681
11682 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11683             H.J. Lu  <hongjiu.lu@intel.com>
11684
11685         [BZ #16275]
11686         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11687         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11688         * sysdeps/x86_64/configure: Regenerated.
11689         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11690         macro.
11691         (REGISTER_SAVE_RAX): Likewise.
11692         (REGISTER_SAVE_RCX): Likewise.
11693         (REGISTER_SAVE_RDX): Likewise.
11694         (REGISTER_SAVE_RSI): Likewise.
11695         (REGISTER_SAVE_RDI): Likewise.
11696         (REGISTER_SAVE_R8): Likewise.
11697         (REGISTER_SAVE_R9): Likewise.
11698         (REGISTER_SAVE_BND0): Likewise.
11699         (REGISTER_SAVE_BND1): Likewise.
11700         (REGISTER_SAVE_BND2): Likewise.
11701         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11702         bound registers when calling _dl_fixup.
11703
11704 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11705
11706         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11707         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11708         of its definition.
11709         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11710         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11711         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11712         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11713         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11714         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11715         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11716
11717 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11718
11719         [BZ #15514]
11720         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11721         pathconf(_PC_NAME_MAX).
11722
11723 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11724
11725         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11726         Remove macro usage.
11727         (__PTHREAD_SPINS): Move definition to ...
11728         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11729         (__PTHREAD_SPINS): ... here.
11730         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11731         (__PTHREAD_SPIN): Likewise.
11732         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11733         (__PTHREAD_SPIN): Likewise.
11734         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11735         (__PTHREAD_SPIN): Likewise.
11736         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11737         (__PTHREAD_SPIN): Likewise.
11738         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11739         (__PTHREAD_SPIN): Likewise.
11740         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11741         (__PTHREAD_SPIN): Likewise.
11742         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11743         (__PTHREAD_SPIN): Likewise.
11744         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11745         (__PTHREAD_SPIN): Likewise.
11746         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11747         (__PTHREAD_SPIN): Likewise.
11748         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11749         (__PTHREAD_SPIN): Likewise.
11750         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11751         (__PTHREAD_SPIN): Likewise.
11752         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11753         (__PTHREAD_SPIN): Likewise.
11754
11755         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11756         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11757         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11758         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11759         imply folder.
11760         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11761         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11762         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11763         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11764         correct imply path.
11765         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11766         strlen symbol for non multi-arch builds.
11767         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11768         missing hidden_def and weak_alias.
11769
11770 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11771
11772         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11773
11774 2014-04-07  Will Newton  <will.newton@linaro.org>
11775
11776         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11777         and contents.  [!_LIBC] Remove #ifndef and contents.
11778         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11779         * string/memccpy.c (__memccpy): Use ANSI prototype.
11780         * string/memfrob.c (memfrob): Likewise.
11781         * string/strcoll.c (STRCOLL): Likewise.
11782         * string/strlen.c (strlen): Likewise.
11783         * string/strtok.c (STRTOK): Likewise.
11784         * string/strcat.c: Remove unused #include of memcopy.h.
11785         (strcat): Use ANSI prototype.
11786         * string/strchr.c: Remove unused #include of memcopy.h.
11787         (strchr): Use ANSI prototype.
11788         * string/strcmp.c: Remove unused #include of memcopy.h.
11789         (strcmp): Use ANSI prototype.
11790         * string/strcpy.c: Remove unused #include of memcopy.h.
11791         (strcpy): Use ANSI prototype.
11792
11793 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11794
11795         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11796         * config.make.in (config-extra-cppflags): Set it from
11797         libc_extra_cppflags.
11798         * configure.ac (libc_extra_cflags): Make it accumulate over
11799         configure fragments.
11800         (libc_extra_cppflags): New flag.
11801         * configure. Regenerate.
11802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11803         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11804         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11806
11807         [BZ #16815]
11808         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11809         result for FE_DOWNWARD rounding mode.
11810         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11811         Likewise.
11812         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11813
11814 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11815
11816         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11817         in function argument name.
11818
11819 2014-04-03  David Svoboda  <svoboda@cert.org>
11820
11821         [BZ #5666]
11822         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11823         explicitly.
11824
11825 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11826
11827         * elf/dl-unmap-segments.h: New file.
11828         * sysdeps/generic/ldsodefs.h
11829         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11830         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11831         * elf/dl-fptr.c: Likewise.
11832         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11833         * sysdeps/aarch64/tlsdesc.c: Likewise.
11834         * sysdeps/arm/tlsdesc.c: Likewise.
11835         * sysdeps/i386/tlsdesc.c: Likewise.
11836         * sysdeps/tile/dl-runtime.c: Likewise.
11837         * sysdeps/x86_64/tlsdesc.c: Likewise.
11838         * elf/dl-load.h: New file.
11839         * elf/dl-load.c: Include it.
11840         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11841         Macros moved to dl-load.h.
11842         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11843         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11844         Use _dl_unmap_segments in place of __munmap.
11845         Break out segment-mapping loop into ...
11846         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11847
11848 2014-04-03  Will Newton  <will.newton@linaro.org>
11849
11850         * elf/dl-lookup.c (do_lookup_x): Remove comment
11851         referring to nested function and move variable
11852         declarations down to before first use.
11853
11854 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11855
11856         [BZ #16799]
11857         [BZ #16800]
11858         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11859         with 0 numerator.
11860         * math/s_catanf.c (__catanf): Likewise.
11861         * math/s_catanh.c (__catanh): Likewise.
11862         * math/s_catanhf.c (__catanhf): Likewise.
11863         * math/s_catanhl.c (__catanhl): Likewise.
11864         * math/s_catanl.c (__catanl): Likewise.
11865         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11866         by positive zero when computing -Inf result.
11867         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11868         (catanh_test): Likewise.
11869         * sysdeps/i386/fpu/libm-test-ulps: Update.
11870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11871
11872         [BZ #16789]
11873         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11874         instead of using underflowing value in computing result.
11875         * math/s_clog10.c (__clog10): Likewise.
11876         * math/s_clog10f.c (__clog10f): Likewise.
11877         * math/s_clog10l.c (__clog10l): Likewise.
11878         * math/s_clogf.c (__clogf): Likewise.
11879         * math/s_clogl.c (__clogl): Likewise.
11880         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11881         (clog10_test): Likewise.
11882         * sysdeps/i386/fpu/libm-test-ulps: Update.
11883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11884
11885 2014-04-02  Alan Modra  <amodra@gmail.com>
11886
11887         [BZ #16739]
11888         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11889         output when value is near a power of two.  Use int64_t for lx and
11890         remove casts.  Use decimal rather than hex exponent constants.
11891         Don't use long double multiplication when double will suffice.
11892         * math/libm-test.inc (nextafter_test_data): Add tests.
11893         * NEWS: Add 16739 and 16786 to bug list.
11894
11895         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11896
11897         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11898
11899 2014-04-01  Will Newton  <will.newton@linaro.org>
11900
11901         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11902         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11903
11904 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11905
11906         [BZ #13347]
11907         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11908         * nptl/tst-setuid2.c: New file.
11909         * nptl/Makefile (xtests): Add tst-setuid2.
11910
11911 2014-04-01  Alan Modra  <amodra@gmail.com>
11912
11913         [BZ #16786]
11914         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11915
11916 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11917
11918         [BZ #6803]
11919         [BZ #6804]
11920         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11921         set errno as appropriate.
11922         * math/w_scalbf.c (__scalbf): Likewise.
11923         * math/w_scalbl.c (__scalbl): Likewise.
11924         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11925         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11926         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11927         Add more NaN tests.
11928
11929         [BZ #16349]
11930         * math/w_atan2.c: Include <errno.h>.
11931         (__atan2): Set errno for result underflowing to zero.
11932         * math/w_atan2f.c: Include <errno.h>.
11933         (__atan2f): Set errno for result underflowing to zero.
11934         * math/w_atan2l.c: Include <errno.h>.
11935         (__atan2l): Set errno for result underflowing to zero.
11936         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11937         tests.
11938         * math/auto-libm-test-out: Regenerated.
11939
11940 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11941
11942         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11943         Encode instruction correctly in little endian.
11944         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11945         Likewise.
11946         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11947         Likewise.
11948         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11949         Likewise.
11950         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11951         Likewise.
11952
11953 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11954
11955         [BZ #9894]
11956         * sysdeps/unix/sysv/linux/kernel-features.h
11957         [__sparc__ && !__arch64__ && !__sparc_v9__]
11958         (__ASSUME_SET_ROBUST_LIST): Do not define.
11959         [__sparc__ && !__arch64__ && !__sparc_v9__]
11960         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11961         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11962         Likewise.
11963         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11964         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11965         (__ASSUME_REQUEUE_PI): Likewise.
11966         (__ASSUME_SET_ROBUST_LIST): Likewise.
11967         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11968         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11969         Undefine.
11970         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11971         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11972         Likewise.
11973         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11974         Likewise.
11975         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11976         Likewise.
11977         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11978         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11979         Undefine.
11980         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11981         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11982         Likewise.
11983
11984         [BZ #16648]
11985         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11986         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11987         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11988
11989 2014-03-31  Will Newton  <will.newton@linaro.org>
11990
11991         * benchtests/Makefile (bench): Add ffs and ffsll to list
11992         of tests.
11993         * benchtests/ffs-inputs: New file.
11994         * benchtests/ffsll-inputs: Likewise.
11995
11996 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11997
11998         [BZ #16770]
11999         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12000         too large before casting to int.
12001         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12002         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12003         * math/libm-test.inc (scalb_test_data): Add more tests.
12004
12005 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12006
12007         * benchtests/Makefile (DETAILED_OPT): New make option.
12008         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12009         set.
12010         * benchtests/bench-skeleton.c: Include stdbool.h.
12011         (main): Store and print timings per input.
12012         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12013         member to each argument value.
12014         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12015         (_print_arg_data): Initialize per-input timing to 0.
12016
12017         * benchtests/Makefile (timing-type): New binary.
12018         (bench-clean): Also remove bench-timing-type.
12019         (bench): New target for timing-type.
12020         (bench-func): Print output in JSON format.
12021         * benchtests/bench-skeleton.c (main): Print output in JSON
12022         format.
12023         * benchtests/bench-timing-type.c: New file.
12024         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12025         (TIMING_PRINT_STATS): Remove.
12026         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12027         name separately.
12028
12029         * benchtests/bench-modf.c: Remove.
12030         * benchtests/modf-inputs: New inputs file.
12031
12032 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12033
12034         [BZ #16362]
12035         * math/s_clog10.c (M_PI_LOG10E): New macro.
12036         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12037         imaginary parts are 0.
12038         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12039         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12040         imaginary parts are 0.
12041         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12042         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12043         imaginary parts are 0.
12044         * math/libm-test.inc (clog10_test_data): Update expected results
12045         for when real and imaginary parts are 0.
12046
12047 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12048
12049         * elf/dl-load.c: Finish conversion of __builtin_expect into
12050         __glibc_{un}likely.
12051
12052 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12053
12054         [BZ #16348]
12055         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12056         1+x for argument with exponent below -67.
12057         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12058         Likewise.
12059         * math/auto-libm-test-in: Add more tests of exp.
12060         * math/auto-libm-test-out: Regenerated.
12061
12062 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12063
12064         [BZ #16759]
12065         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12066         (nscd_getnetgrent): Use it.
12067
12068         [BZ #16760]
12069         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12070         of stpcpy.
12071
12072 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12073
12074         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12075         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12076         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12077         (lll_robust_unlock): Remove out of line section. Use cfi
12078         intrinsics.
12079         (LLL_STUB_UNWIND_INFO*): Remove.
12080         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12081         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12082         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12083         (lll_robust_unlock): Remove out of line section. Use cfi
12084         intrinsics.
12085         (LLL_STUB_UNWIND_INFO*): Remove.
12086
12087 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12088
12089         [BZ #16758]
12090         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12091         blank values.
12092
12093 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12094
12095         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12096
12097 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12098
12099         [BZ #16198]
12100         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12101         fnstenv.
12102         * math/test-fenv-preserve.c: New file.
12103         * math/Makefile (tests): Add test-fenv-preserve.
12104
12105 2014-03-26  Will Newton <will.newton@linaro.org>
12106
12107         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12108
12109 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12110
12111         * scripts/versionlist.awk: Partition the version sets and emit all
12112         GLIBC_* (sorted) before all others (sorted).
12113
12114 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12115
12116         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12117         GLIBC_2.2.5 version.
12118
12119 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12120
12121         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12122         calls.
12123
12124         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12125         previous change.
12126
12127         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12128
12129 2014-03-25  Andreas Schwab  <schwab@suse.de>
12130
12131         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12132         label to be used after in6ailist is initialized.
12133
12134 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12135
12136         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12137         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12138
12139 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12140
12141         [BZ #16357]
12142         [BZ #16599]
12143         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12144         min_plus_half.
12145         (fp_formats): Update initializers.
12146         (init_fp_formats): Initialize new field.
12147         (output_for_one_input_case): Allow underflow for results up to
12148         min_plus_half.
12149         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12150         * math/auto-libm-test-in: Don't mark some underflows from asin and
12151         atanh as spurious.
12152         * math/auto-libm-test-out: Regenerated.
12153         * sysdeps/i386/fpu/libm-test-ulps: Update.
12154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12155
12156 2014-03-25  Andreas Schwab  <schwab@suse.de>
12157
12158         * libio/Makefile (tst-ftell-partial-wide-ENV)
12159         (tst-ftell-active-handler-ENV): Define.
12160
12161 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12162
12163         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12164
12165 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12166
12167         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12168
12169 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12170
12171         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12172         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12173         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12174
12175 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12176
12177         [BZ #16634]
12178         * elf/dl-load.c (open_verify): Add mode parameter.
12179         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12180         (open_path): Change from boolean 'secure' to complete flag 'mode'
12181         (_dl_map_object): Adjust.
12182         * elf/Makefile (tests): Add tst-dlopen-aout.
12183         * elf/tst-dlopen-aout.c: New test.
12184
12185 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12186
12187         [BZ #16714]
12188         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12189         (struct stat): Rename member pad0 to __glibc_reserved0.
12190
12191         [BZ #16712]
12192         * sysdeps/s390/s390-32/bits/wordsize.h
12193         (__WORDSIZE32_SIZE_ULONG): New define.
12194         * sysdeps/s390/s390-64/bits/wordsize.h
12195         (__WORDSIZE32_SIZE_ULONG): Likewise.
12196         * sysdeps/generic/stdint.h (SIZE_MAX):
12197         Define as UL if __WORDSIZE32_SIZE_ULONG.
12198
12199         [BZ #16713]
12200         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12201         (__glibc_reserved0): New variable.
12202         (sa_flags): Change type to int.
12203
12204         * posix/Makefile (before-compile): Use += before-compile instead
12205         of a :=.
12206
12207         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12208         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12209
12210 2014-03-20  Andreas Schwab  <schwab@suse.de>
12211
12212         [BZ #16743]
12213         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12214         non-matching result from nscd.
12215
12216 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12217
12218         * scripts/bench.py: Moved to ...
12219         * benchtests/scripts/bench.py: ... here.
12220         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12221
12222 2014-03-24  Andreas Schwab  <schwab@suse.de>
12223
12224         [BZ #16002]
12225         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12226         alloca_account and account alloca use for struct in6ailist.
12227
12228 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12229
12230         [BZ #16284]
12231         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12232         rounding mode to recompute results that overflow to infinity or
12233         underflow to zero.
12234         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12235         bug 16284.
12236         * math/auto-libm-test-out: Regenerated.
12237         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12238         (ccosh_test): Likewise.
12239         (csin_test_data): Use plus_oflow.
12240         (csin_test): Use ALL_RM_TEST.
12241         (csinh_test_data): Use plus_oflow.
12242         (csinh_test): Use ALL_RM_TEST.
12243         * sysdeps/i386/fpu/libm-test-ulps: Update.
12244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12245
12246 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12247
12248         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12249         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12250         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12251
12252         [BZ #16731]
12253         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12254         when x - 1 is zero.
12255         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12256         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12257         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12258         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12259         argument is 1.
12260         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12261         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12262         zero.
12263         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12264         * sysdeps/i386/fpu/libm-test-ulps: Update.
12265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12266
12267 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12268
12269         * scripts/bench.pl: Remove file.
12270         * scripts/bench.py: New benchmark script.
12271         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12272         * benchtests/README: Mention python dependency.
12273         * scripts/pylintrc: New file.
12274         * scripts/pylint: New file.
12275
12276         * bits/mathdef.h: Use #ifdef instead of #if.
12277         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12278         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12279         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12280         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12281         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12282         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12283
12284 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12285             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12286
12287         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12288         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12289         and strpbrk-ppc64 objects.
12290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12291         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12292         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12293         multiarch strpbrk for POWER7.
12294         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12295         multiarch strpbrk for PPC64.
12296         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12297         ifunc selector.
12298         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12299         strpbrk for POWER7.
12300
12301 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12302
12303         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12304         (atan_test): Likewise.
12305         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12306         (atanh_test): Use ALL_RM_TEST.
12307         (atan2_test_data): Likewise.
12308         (cabs_test): Likewise.
12309         (cacosh_test): Likewise.
12310         (carg_test): Likewise.
12311         (casin_test): Likewise.
12312         (casinh_test): Likewise.
12313         (cbrt_test): Likewise.
12314         (csqrt_test): Likewise.
12315         (erf_test): Likewise.
12316         (erfc_test): Likewise.
12317         (pow10_test): Likewise.
12318         (exp2_test): Likewise.
12319         (hypot_test): Likewise.
12320         (j0_test): Likewise.
12321         (j1_test): Likewise.
12322         (lgamma_test): Likewise.
12323         (gamma_test): Likewise.
12324         (sincos_test): Likewise.
12325         (tanh_test): Likewise.
12326         (y0_test): Likewise.
12327         (y1_test): Likewise.
12328         * sysdeps/i386/fpu/libm-test-ulps: Update.
12329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12330
12331 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12332
12333         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12334         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12335         and strcspn-ppc64 objects.
12336         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12337         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12338         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12339         multiarch strcspn for POWER7.
12340         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12341         multiarch strcspn for PPC64.
12342         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12343         ifunc selector.
12344         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12345         strcspn for POWER7.
12346
12347 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12348
12349         * math/gen-libm-test.pl (generate_testfile): Expect only function
12350         name as argument to AUTO_TESTS_* and pass results for all rounding
12351         modes to parse_args.
12352         (parse_auto_input): Separate inputs of automatic tests from
12353         outputs before storing in %auto_tests.
12354         * math/libm-test.inc (acos_test_data): Update call to
12355         AUTO_TESTS_f_f.
12356         (acos_test): Use ALL_RM_TEST.
12357         (acos_tonearest_test_data): Remove.
12358         (acos_test_tonearest): Likewise.
12359         (acos_towardzero_test_data): Likewise.
12360         (acos_test_towardzero): Likewise.
12361         (acos_downward_test_data): Likewise.
12362         (acos_test_downward): Likewise.
12363         (acos_upward_test_data): Likewise.
12364         (acos_test_upward): Likewise.
12365         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12366         (asin_test_data): Likewise.
12367         (asin_test): Use ALL_RM_TEST.
12368         (asin_tonearest_test_data): Remove.
12369         (asin_test_tonearest): Likewise.
12370         (asin_towardzero_test_data): Likewise.
12371         (asin_test_towardzero): Likewise.
12372         (asin_downward_test_data): Likewise.
12373         (asin_test_downward): Likewise.
12374         (asin_upward_test_data): Likewise.
12375         (asin_test_upward): Likewise.
12376         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12377         (atan_test_data): Likewise.
12378         (atanh_test_data): Likewise.
12379         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12380         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12381         (carg_test_data): Likewise.
12382         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12383         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12384         (ccosh_test_data): Likewise.
12385         (cexp_test_data): Likewise.
12386         (clog_test_data): Likewise.
12387         (clog10_test_data): Likewise.
12388         (cos_test_data): Update call to AUTO_TESTS_f_f.
12389         (cos_test): Use ALL_RM_TEST.
12390         (cos_tonearest_test_data): Remove.
12391         (cos_test_tonearest): Likewise.
12392         (cos_towardzero_test_data): Likewise.
12393         (cos_test_towardzero): Likewise.
12394         (cos_downward_test_data): Likewise.
12395         (cos_test_downward): Likewise.
12396         (cos_upward_test_data): Likewise.
12397         (cos_test_upward): Likewise.
12398         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12399         (cosh_test): Use ALL_RM_TEST.
12400         (cosh_tonearest_test_data): Remove.
12401         (cosh_test_tonearest): Likewise.
12402         (cosh_towardzero_test_data): Likewise.
12403         (cosh_test_towardzero): Likewise.
12404         (cosh_downward_test_data): Likewise.
12405         (cosh_test_downward): Likewise.
12406         (cosh_upward_test_data): Likewise.
12407         (cosh_test_upward): Likewise.
12408         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12409         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12410         (ctan_test_data): Likewise.
12411         (ctan_test): Use ALL_RM_TEST.
12412         (ctan_tonearest_test_data): Remove.
12413         (ctan_test_tonearest): Likewise.
12414         (ctan_towardzero_test_data): Likewise.
12415         (ctan_test_towardzero): Likewise.
12416         (ctan_downward_test_data): Likewise.
12417         (ctan_test_downward): Likewise.
12418         (ctan_upward_test_data): Likewise.
12419         (ctan_test_upward): Likewise.
12420         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12421         (ctanh_test): Use ALL_RM_TEST.
12422         (ctanh_tonearest_test_data): Remove.
12423         (ctanh_test_tonearest): Likewise.
12424         (ctanh_towardzero_test_data): Likewise.
12425         (ctanh_test_towardzero): Likewise.
12426         (ctanh_downward_test_data): Likewise.
12427         (ctanh_test_downward): Likewise.
12428         (ctanh_upward_test_data): Likewise.
12429         (ctanh_test_upward): Likewise.
12430         (erf_test_data): Update call to AUTO_TESTS_f_f.
12431         (erfc_test_data): Likewise.
12432         (exp_test_data): Likewise.
12433         (exp_test): Use ALL_RM_TEST.
12434         (exp_tonearest_test_data): Remove.
12435         (exp_test_tonearest): Likewise.
12436         (exp_towardzero_test_data): Likewise.
12437         (exp_test_towardzero): Likewise.
12438         (exp_downward_test_data): Likewise.
12439         (exp_test_downward): Likewise.
12440         (exp_upward_test_data): Likewise.
12441         (exp_test_upward): Likewise.
12442         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12443         (exp10_test): Use ALL_RM_TEST.
12444         (exp10_tonearest_test_data): Remove.
12445         (exp10_test_tonearest): Likewise.
12446         (exp10_towardzero_test_data): Likewise.
12447         (exp10_test_towardzero): Likewise.
12448         (exp10_downward_test_data): Likewise.
12449         (exp10_test_downward): Likewise.
12450         (exp10_upward_test_data): Likewise.
12451         (exp10_test_upward): Likewise.
12452         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12453         (expm1_test_data): Likewise.
12454         (expm1_test): Use ALL_RM_TEST.
12455         (expm1_tonearest_test_data): Remove.
12456         (expm1_test_tonearest): Likewise.
12457         (expm1_towardzero_test_data): Likewise.
12458         (expm1_test_towardzero): Likewise.
12459         (expm1_downward_test_data): Likewise.
12460         (expm1_test_downward): Likewise.
12461         (expm1_upward_test_data): Likewise.
12462         (expm1_test_upward): Likewise.
12463         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12464         (fma_test): Use ALL_RM_TEST.
12465         (fma_towardzero_test_data): Remove.
12466         (fma_test_towardzero): Likewise.
12467         (fma_downward_test_data): Likewise.
12468         (fma_test_downward): Likewise.
12469         (fma_upward_test_data): Likewise.
12470         (fma_test_upward): Likewise.
12471         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12472         (j0_test_data): Update call to AUTO_TESTS_f_f.
12473         (j1_test_data): Likewise.
12474         (jn_test_data): Update call to AUTO_TESTS_if_f.
12475         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12476         (log_test_data): Update call to AUTO_TESTS_f_f.
12477         (log10_test_data): Likewise.
12478         (log1p_test_data): Likewise.
12479         (log2_test_data): Likewise.
12480         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12481         (pow_tonearest_test_data): Likewise.
12482         (sin_test_data): Update call to AUTO_TESTS_f_f.
12483         (sin_test): Use ALL_RM_TEST.
12484         (sin_tonearest_test_data): Remove.
12485         (sin_test_tonearest): Likewise.
12486         (sin_towardzero_test_data): Likewise.
12487         (sin_test_towardzero): Likewise.
12488         (sin_downward_test_data): Likewise.
12489         (sin_test_downward): Likewise.
12490         (sin_upward_test_data): Likewise.
12491         (sin_test_upward): Likewise.
12492         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12493         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12494         (sinh_test): Use ALL_RM_TEST.
12495         (sinh_tonearest_test_data): Remove.
12496         (sinh_test_tonearest): Likewise.
12497         (sinh_towardzero_test_data): Likewise.
12498         (sinh_test_towardzero): Likewise.
12499         (sinh_downward_test_data): Likewise.
12500         (sinh_test_downward): Likewise.
12501         (sinh_upward_test_data): Likewise.
12502         (sinh_test_upward): Likewise.
12503         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12504         (sqrt_test): Use ALL_RM_TEST.
12505         (sqrt_tonearest_test_data): Remove.
12506         (sqrt_test_tonearest): Likewise.
12507         (sqrt_towardzero_test_data): Likewise.
12508         (sqrt_test_towardzero): Likewise.
12509         (sqrt_downward_test_data): Likewise.
12510         (sqrt_test_downward): Likewise.
12511         (sqrt_upward_test_data): Likewise.
12512         (sqrt_test_upward): Likewise.
12513         (tan_test_data): Update call to AUTO_TESTS_f_f.
12514         (tan_test): Use ALL_RM_TEST.
12515         (tan_tonearest_test_data): Remove.
12516         (tan_test_tonearest): Likewise.
12517         (tan_towardzero_test_data): Likewise.
12518         (tan_test_towardzero): Likewise.
12519         (tan_downward_test_data): Likewise.
12520         (tan_test_downward): Likewise.
12521         (tan_upward_test_data): Likewise.
12522         (tan_test_upward): Likewise.
12523         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12524         (tgamma_test_data): Likewise.
12525         (y0_test_data): Likewise.
12526         (y1_test_data): Likewise.
12527         (yn_test_data): Update call to AUTO_TESTS_if_f.
12528         (main): Do not call removed functions.
12529
12530 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12531
12532         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12533         (ldexp_test_data): Remove.
12534         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12535         scalbn_test_data.
12536         (scalb_test): Use ALL_RM_TEST.
12537
12538 2014-03-19  Andreas Schwab  <schwab@suse.de>
12539
12540         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12541
12542 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12543
12544         [BZ #16649]
12545         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12546         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12547         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12548         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12549         (__ASSUME_PREADV): Undefine.
12550         (__ASSUME_PWRITEV): Likewise.
12551
12552 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12553
12554         * bits/mman-linux.h: Add comment about non-Linux use.
12555         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12556         bits/mman-linux.h resting place.
12557
12558         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12559         * bits/mman-linux.h: ... here.
12560
12561 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12562
12563         * conform/conformtest.pl: Add standard definition when calling C
12564         preprocessor on data files.
12565         (checknamespace): Remove unused variable.
12566
12567 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12568
12569         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12570         minus_oflow, plus_uflow and minus_uflow in expected results.
12571         * math/libm-test.inc (scalbn_test_data): Add more tests of
12572         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12573         minus_uflow.
12574         (scalbn_test): Use ALL_RM_TEST.
12575         (scalbln_test_data): Add more tests of negative arguments.  Use
12576         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12577         (scalbln_test): Use ALL_RM_TEST.
12578
12579 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12580
12581         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12582
12583 2014-03-18  Will Newton  <will.newton@linaro.org>
12584
12585         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12586         inaccurate comment.
12587
12588 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12589
12590         * Makerules [!subdir] (check-abi): Exit with error status if a
12591         test failed.
12592
12593 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12594
12595         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12596         for rint.  Include results for all rounding modes.
12597         (nearbyint_test): Use ALL_RM_TEST.
12598         (rint_test_data): Include all tests used for nearbyint.
12599
12600 2014-03-17  Will Newton  <will.newton@linaro.org>
12601
12602         * nptl/sysdeps/pthread/pthread.h: Revert previous
12603         change.
12604
12605         * sysdeps/generic/ldsodefs.h: Revert previous
12606         change.
12607
12608         * libio/genops.c: Revert previous change.
12609         * libio/libioP.h: Likewise.
12610         * stdio-common/vfprintf.c: Likewise.
12611
12612         * sysdeps/generic/math_private.h: Revert previous
12613         change.
12614
12615         * sysdeps/generic/math_private.h: Check whether
12616         HAVE_RM_CTX is defined with #ifdef rather
12617         than #if.
12618
12619         * argp/argp-fmtstream.h: Check whether
12620         __STRICT_ANSI__ is defined with #ifdef rather
12621         than #if.
12622         * argp/argp.h: Likewise.
12623
12624         * libio/genops.c: Check whether
12625         _IO_JUMPS_OFFSET is defined with #ifdef rather
12626         than #if.
12627         * libio/libioP.h: Likewise.
12628         * stdio-common/vfprintf.c: Likewise.
12629
12630         * sysdeps/generic/ldsodefs.h: Check whether
12631         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12632         than #if.
12633
12634         * nptl/sysdeps/pthread/pthread.h: Check
12635         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12636         its value.
12637
12638 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12639
12640         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12641         setting O_APPEND.
12642         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12643         test case.
12644
12645         [BZ #16680]
12646         * libio/fileops.c (_IO_file_open): Seek to end of file but
12647         don't cache the offset.
12648         (get_file_offset): Remove function.
12649         (do_ftell): Use cached offset when available.
12650         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12651         don't cache the offset.
12652         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12653         case.
12654         (do_one_test): Call it.
12655         (do_ftell_test): Fix up expected old offset for a+ mode.
12656         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12657         available.
12658
12659         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12660         up test status with function return status.
12661         (do_write_test): Likewise.
12662         (do_append_test): Likewise.
12663
12664         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12665         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12666         Remove.
12667
12668 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12669
12670         * math/gen-libm-test.pl (parse_args): Handle results specified for
12671         each rounding mode separately.
12672         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12673         tests and results from lrint_tonearest_test_data,
12674         lrint_towardzero_test_data, lrint_downward_test_data and
12675         lrint_upward_test_data.
12676         (lrint_test): Use ALL_RM_TEST.
12677         (lrint_tonearest_test_data): Remove.
12678         (lrint_test_tonearest): Likewise.
12679         (lrint_towardzero_test_data): Likewise.
12680         (lrint_test_towardzero): Likewise.
12681         (lrint_downward_test_data): Likewise.
12682         (lrint_test_downward): Likewise.
12683         (lrint_upward_test_data): Likewise.
12684         (lrint_test_upward): Likewise.
12685         (llrint_test_data): Merge in per-rounding-mode tests and results
12686         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12687         llrint_downward_test_data and llrint_upward_test_data.
12688         (llrint_test): Use ALL_RM_TEST.
12689         (llrint_tonearest_test_data): Remove.
12690         (llrint_test_tonearest): Likewise.
12691         (llrint_towardzero_test_data): Likewise.
12692         (llrint_test_towardzero): Likewise.
12693         (llrint_downward_test_data): Likewise.
12694         (llrint_test_downward): Likewise.
12695         (llrint_upward_test_data): Likewise.
12696         (llrint_test_upward): Likewise.
12697         (rint_test_data): Merge in per-rounding-mode tests and results
12698         from rint_tonearest_test_data, rint_towardzero_test_data,
12699         rint_downward_test_data and rint_upward_test_data.  Add
12700         per-rounding-mode results for tests not in those arrays.
12701         (rint_test): Use ALL_RM_TEST.
12702         (rint_tonearest_test_data): Remove.
12703         (rint_test_tonearest): Likewise.
12704         (rint_towardzero_test_data): Likewise.
12705         (rint_test_towardzero): Likewise.
12706         (rint_downward_test_data): Likewise.
12707         (rint_test_downward): Likewise.
12708         (rint_upward_test_data): Likewise.
12709         (rint_test_upward): Likewise.
12710         (main): Don't call removed functions.
12711
12712 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12713
12714         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12715         "Compiled on ..." crapola.  It is anti-useful.
12716
12717 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12718
12719         * scripts/evaluate-test.sh: Handle fourth argument to determine
12720         whether test run should stop on failure.
12721         * Makeconfig (stop-on-test-failure): New variable.
12722         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12723         $(stop-on-test-failure).
12724         * Makefile (tests): Give a summary of results from testing and
12725         exit with failure status if they include an ERROR or FAIL.
12726         (xtests): Likewise.
12727         * manual/install.texi (Configuring and compiling): Mention
12728         stop-on-test-failure=y.
12729         * INSTALL: Regenerated.
12730
12731 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12732
12733         * scripts/versionlist.awk: New file.
12734         * Makerules [$(build-shared) = yes]
12735         (postclean-generated): Add Versions.def, not Versions.def.v and
12736         Versions.def.v.i.
12737         ($(common-objpfx)Versions.def.v.i): Target removed.
12738         ($(common-objpfx)Versions.def): New target.
12739         ($(common-objpfx)Versions.all): Depend on that rather that
12740         $(common-objpfx)Versions.def.v.
12741         * Versions.def: File removed.
12742
12743         * Makeconfig (+gccwarn): Add -Wundef.
12744         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12745         a dl-sysdep.h breaking its contract.
12746         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12747         * include/stackinfo.h: New file.
12748         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12749         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12750         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12751         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12752         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12753         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12754         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12755         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12756         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12757         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12758         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12759         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12760         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12761         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12762         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12763
12764 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12765
12766         [BZ #16707]
12767         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12768         implementation.
12769         * math/libm-test.inc (round_test_data): Add more tests.
12770
12771         [BZ #16706]
12772         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12773         implementation.
12774         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12775
12776         [BZ #16701]
12777         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12778         implementation.
12779         * math/libm-test.inc (ceil_test_data): Add more tests.
12780
12781         * math/libm-test.inc (trunc_test_data): Add more tests related to
12782         BZ#16414.
12783
12784 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12785
12786         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12787         with #if rather than #ifdef.
12788         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12789
12790 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12791
12792         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12793         first.  Disable AVX-512 GCC support if assembler doesn't support
12794         it.
12795         * sysdeps/x86_64/configure: Regenerated.
12796
12797 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12798
12799         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12800         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12801         (__old_pthread_attr_setstack): Likewise.
12802         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12803         [!_STACK_GROWS_DOWN]: Likewise.
12804
12805 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12806
12807         * config.make.in (have-bash2): Delete.
12808         * configure.ac (libc_cv_have_bash2): Delete.
12809         * configure: Regenerate.
12810         * elf/Makefile (common-ldd-rewrite): Rename to ...
12811         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12812         (sh-ldd-rewrite): Delete.
12813         (bash-ldd-rewrite): Delete.
12814         (have-bash2): Delete checks.
12815         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12816         ldd-rewrite.
12817
12818         * config.make.in (have-ksh): Delete.
12819         (KSH): Delete.
12820         * configure.ac (libc_cv_have_ksh): Delete.
12821         * configure: Regenerate.
12822
12823         * elf/Makefile: Delete $(have-ksh) check.
12824         ($(objpfx)sotruss): Change KSH to BASH.
12825         * elf/sotruss.ksh: Rename to ...
12826         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12827         function style to match POSIX.  Drop ksh vim mode setting.
12828
12829         * manual/time.texi (Specifying the Time Zone with TZ): Change
12830         Tuesday to Thursday.
12831
12832         * debug/tst-longjmp_chk2.c: Update header comment.
12833         (stackoverflow_handler): Add comment.  Call assert on pass value.
12834
12835 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12836
12837         [BZ #16194]
12838         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12839         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12840         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12841         (La_x86_64_vector): Add zmm.
12842         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12843         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12844         ($(objpfx)tst-audit10): New target.
12845         ($(objpfx)tst-audit10.out): Likewise.
12846         (tst-audit10-ENV): New.
12847         (AVX512-CFLAGS): Likewise.
12848         (CFLAGS-tst-audit10.c): Likewise.
12849         (CFLAGS-tst-auditmod10a.c): Likewise.
12850         (CFLAGS-tst-auditmod10b.c): Likewise.
12851         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12852         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12853         * sysdeps/x86_64/configure: Regenerated.
12854         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12855         AVX-512 zmm register support.
12856         (_dl_x86_64_save_sse): Likewise.
12857         (_dl_x86_64_restore_sse): Likewise.
12858         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12859         size vector registers.
12860         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12861         (ZMM_SIZE): Likewise.
12862         * sysdeps/x86_64/tst-audit10.c: New file.
12863         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12864         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12865
12866 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12867
12868         * configure.ac (HAVE_EHDR_START): New check.
12869         * configure: Regenerated.
12870         * config.h.in (HAVE_EHDR_START): New #undef.
12871         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12872         assuming the lowest-addressed segment maps the start of the file.
12873
12874 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12875
12876         * INSTALL: Regenerated.
12877
12878 2014-03-13  Will Newton  <will.newton@linaro.org>
12879
12880         * manual/setjmp.texi (System V contexts): Improve
12881         clarity and grammar of documentation.
12882
12883 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12884
12885         [BZ #16381]
12886         * elf/Makefile (tests): Add tst-pie2.
12887         (tests-pie): Add tst-pie2.
12888         * elf/tst-pie2.c: New file.
12889         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12890         for ET_EXEC.
12891         * elf/rtld.c (map_doit): Load executable as lt_executable.
12892         (dl_main): Likewise.
12893
12894 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12895
12896         [BZ #16642]
12897         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12898         (__ASSUME_PSELECT): Undefine.
12899
12900 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12901
12902         [BZ #16689]
12903         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12904         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12905         static build.
12906         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12907         selector for static builds.
12908
12909 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12910
12911         [BZ #16695]
12912         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12913         key in the buffer.
12914
12915 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12916
12917         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12918         IFUNC selector for static builds.
12919
12920 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12921
12922         * sysdeps/mips/math_private.h [__mips_hard_float]
12923         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12924         libc_feresetround_mips_ctx.
12925         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12926         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12927         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12928
12929         [BZ #16677]
12930         * math/s_nextafter.c (__nextafter): Do not return value from
12931         overflowing computation.
12932         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12933         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12934         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12935         Likewise.
12936         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12937         Likewise.
12938         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12939         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12940
12941 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12942
12943         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12944         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12945         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12946         the new mov targetting sp.
12947
12948 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12949
12950         [BZ #16683]
12951         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12952         Define it for static builds as well.
12953         (NO_BZERO_IMPL): Likewise.
12954
12955 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12956
12957         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12958         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12959         multiarch strspn for PPC64.
12960         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12961         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12962         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12963         (__libc_ifunc_impl_list): Likewise.
12964         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12965         multiarch optimizations
12966         * string/strspn.c (strspn): Using macro to redefine symbol name.
12967
12968 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12969             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12970
12971         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12972         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12973         multiarch strncat for PPC64.
12974         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12975         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12977         (__libc_ifunc_impl_list): Likewise.
12978         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12979         multiarch optimizations
12980
12981 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12982
12983         [BZ #16639]
12984         * nscd/nscd.service: Make service type forking.
12985
12986 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12987
12988         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12989         sign in non default rounding modes.
12990         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12991
12992 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12993
12994         * math/libm-test.inc (ALL_RM_TEST): New macro.
12995         (ceil_test): Use ALL_RM_TEST.
12996         (cimag_test): Likewise.
12997         (conj_test): Likewise.
12998         (copysign_test): Likewise.
12999         (cproj_test): Likewise.
13000         (creal_test): Likewise.
13001         (fabs_test): Likewise.
13002         (floor_test): Likewise.
13003         (fmax_test): Likewise.
13004         (fmin_test): Likewise.
13005         (fmod_test): Likewise.
13006         (fpclassify_test): Likewise.
13007         (frexp_test): Likewise.
13008         (ilogb_test): Likewise.
13009         (isfinite_test): Likewise.
13010         (finite_test): Likewise.
13011         (isgreater_test): Likewise.
13012         (isgreaterequal_test): Likewise.
13013         (isinf_test): Likewise.
13014         (isless_test): Likewise.
13015         (islessequal_test): Likewise.
13016         (islessgreater_test): Likewise.
13017         (isnan_test): Likewise.
13018         (isnormal_test): Likewise.
13019         (issignaling_test): Likewise.
13020         (isunordered_test): Likewise.
13021         (logb_test): Likewise.
13022         (logb_downward_test_data): Remove.
13023         (logb_test_downward): Likewise.
13024         (lround_test): Use ALL_RM_TEST.
13025         (llround_test): Likewise.
13026         (modf_test): Likewise.
13027         (nexttoward_test): Likewise.
13028         (remainder_test): Likewise.
13029         (drem_test): Likewise.
13030         (remainder_tonearest_test_data): Likewise.
13031         (remainder_test_tonearest): Likewise.
13032         (drem_test_tonearest): Likewise.
13033         (remainder_towardzero_test_data): Likewise.
13034         (remainder_test_towardzero): Likewise.
13035         (drem_test_towardzero): Likewise.
13036         (remainder_downward_test_data): Likewise.
13037         (remainder_test_downward): Likewise.
13038         (drem_test_downward): Likewise.
13039         (remainder_upward_test_data): Likewise.
13040         (remainder_test_upward): Likewise.
13041         (drem_test_upward): Likewise.
13042         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13043         (round_test): Use ALL_RM_TEST.
13044         (signbit_test): Likewise.
13045         (trunc_test): Likewise.
13046         (significand_test): Likewise.
13047         (main): Don't call removed functions.
13048
13049 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13050
13051         [BZ #16674]
13052         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13053         || __USE_XOPEN2K8].
13054         (ILL_ILLOPN): Likewise.
13055         (ILL_ILLADR): Likewise.
13056         (ILL_ILLTRP): Likewise.
13057         (ILL_PRVOPC): Likewise.
13058         (ILL_PRVREG): Likewise.
13059         (ILL_COPROC): Likewise.
13060         (ILL_BADSTK): Likewise.
13061         (FPE_INTDIV): Likewise.
13062         (FPE_INTOVF): Likewise.
13063         (FPE_FLTDIV): Likewise.
13064         (FPE_FLTOVF): Likewise.
13065         (FPE_FLTUND): Likewise.
13066         (FPE_FLTRES): Likewise.
13067         (FPE_FLTINV): Likewise.
13068         (FPE_FLTSUB): Likewise.
13069         (SEGV_MAPERR): Likewise.
13070         (SEGV_ACCERR): Likewise.
13071         (BUS_ADRALN): Likewise.
13072         (BUS_ADRERR): Likewise.
13073         (BUS_OBJERR): Likewise.
13074         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13075         (TRAP_TRACE): Likewise.
13076         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13077         __USE_XOPEN2K8].
13078         (CLD_KILLED): Likewise.
13079         (CLD_DUMPED): Likewise.
13080         (CLD_TRAPPED): Likewise.
13081         (CLD_STOPPED): Likewise.
13082         (CLD_CONTINUED): Likewise.
13083         (POLL_IN): Likewise.
13084         (POLL_OUT): Likewise.
13085         (POLL_MSG): Likewise.
13086         (POLL_ERR): Likewise.
13087         (POLL_PRI): Likewise.
13088         (POLL_HUP): Likewise.
13089         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13090         Likewise.
13091         (ILL_ILLOPN): Likewise.
13092         (ILL_ILLADR): Likewise.
13093         (ILL_ILLTRP): Likewise.
13094         (ILL_PRVOPC): Likewise.
13095         (ILL_PRVREG): Likewise.
13096         (ILL_COPROC): Likewise.
13097         (ILL_BADSTK): Likewise.
13098         (FPE_INTDIV): Likewise.
13099         (FPE_INTOVF): Likewise.
13100         (FPE_FLTDIV): Likewise.
13101         (FPE_FLTOVF): Likewise.
13102         (FPE_FLTUND): Likewise.
13103         (FPE_FLTRES): Likewise.
13104         (FPE_FLTINV): Likewise.
13105         (FPE_FLTSUB): Likewise.
13106         (SEGV_MAPERR): Likewise.
13107         (SEGV_ACCERR): Likewise.
13108         (BUS_ADRALN): Likewise.
13109         (BUS_ADRERR): Likewise.
13110         (BUS_OBJERR): Likewise.
13111         (BUS_MCEERR_AR): Likewise.
13112         (BUS_MCEERR_AO): Likewise.
13113         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13114         (TRAP_TRACE): Likewise.
13115         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13116         __USE_XOPEN2K8].
13117         (CLD_KILLED): Likewise.
13118         (CLD_DUMPED): Likewise.
13119         (CLD_TRAPPED): Likewise.
13120         (CLD_STOPPED): Likewise.
13121         (CLD_CONTINUED): Likewise.
13122         (POLL_IN): Likewise.
13123         (POLL_OUT): Likewise.
13124         (POLL_MSG): Likewise.
13125         (POLL_ERR): Likewise.
13126         (POLL_PRI): Likewise.
13127         (POLL_HUP): Likewise.
13128         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13129         (ILL_ILLOPN): Likewise.
13130         (ILL_ILLADR): Likewise.
13131         (ILL_ILLTRP): Likewise.
13132         (ILL_PRVOPC): Likewise.
13133         (ILL_PRVREG): Likewise.
13134         (ILL_COPROC): Likewise.
13135         (ILL_BADSTK): Likewise.
13136         (FPE_INTDIV): Likewise.
13137         (FPE_INTOVF): Likewise.
13138         (FPE_FLTDIV): Likewise.
13139         (FPE_FLTOVF): Likewise.
13140         (FPE_FLTUND): Likewise.
13141         (FPE_FLTRES): Likewise.
13142         (FPE_FLTINV): Likewise.
13143         (FPE_FLTSUB): Likewise.
13144         (SEGV_MAPERR): Likewise.
13145         (SEGV_ACCERR): Likewise.
13146         (BUS_ADRALN): Likewise.
13147         (BUS_ADRERR): Likewise.
13148         (BUS_OBJERR): Likewise.
13149         (BUS_MCEERR_AR): Likewise.
13150         (BUS_MCEERR_AO): Likewise.
13151         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13152         (TRAP_TRACE): Likewise.
13153         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13154         __USE_XOPEN2K8].
13155         (CLD_KILLED): Likewise.
13156         (CLD_DUMPED): Likewise.
13157         (CLD_TRAPPED): Likewise.
13158         (CLD_STOPPED): Likewise.
13159         (CLD_CONTINUED): Likewise.
13160         (POLL_IN): Likewise.
13161         (POLL_OUT): Likewise.
13162         (POLL_MSG): Likewise.
13163         (POLL_ERR): Likewise.
13164         (POLL_PRI): Likewise.
13165         (POLL_HUP): Likewise.
13166         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13167         Likewise.
13168         (ILL_ILLOPN): Likewise.
13169         (ILL_ILLADR): Likewise.
13170         (ILL_ILLTRP): Likewise.
13171         (ILL_PRVOPC): Likewise.
13172         (ILL_PRVREG): Likewise.
13173         (ILL_COPROC): Likewise.
13174         (ILL_BADSTK): Likewise.
13175         (ILL_BADIADDR): Likewise.
13176         (ILL_BREAK): Likewise.
13177         (FPE_INTDIV): Likewise.
13178         (FPE_INTOVF): Likewise.
13179         (FPE_FLTDIV): Likewise.
13180         (FPE_FLTOVF): Likewise.
13181         (FPE_FLTUND): Likewise.
13182         (FPE_FLTRES): Likewise.
13183         (FPE_FLTINV): Likewise.
13184         (FPE_FLTSUB): Likewise.
13185         (FPE_DECOVF): Likewise.
13186         (FPE_DECDIV): Likewise.
13187         (FPE_DECERR): Likewise.
13188         (FPE_INVASC): Likewise.
13189         (FPE_INVDEC): Likewise.
13190         (SEGV_MAPERR): Likewise.
13191         (SEGV_ACCERR): Likewise.
13192         (SEGV_PSTKOVF): Likewise.
13193         (BUS_ADRALN): Likewise.
13194         (BUS_ADRERR): Likewise.
13195         (BUS_OBJERR): Likewise.
13196         (BUS_MCEERR_AR): Likewise.
13197         (BUS_MCEERR_AO): Likewise.
13198         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13199         (TRAP_TRACE): Likewise.
13200         (TRAP_BRANCH): Likewise.
13201         (TRAP_HWBKPT): Likewise.
13202         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13203         __USE_XOPEN2K8].
13204         (CLD_KILLED): Likewise.
13205         (CLD_DUMPED): Likewise.
13206         (CLD_TRAPPED): Likewise.
13207         (CLD_STOPPED): Likewise.
13208         (CLD_CONTINUED): Likewise.
13209         (POLL_IN): Likewise.
13210         (POLL_OUT): Likewise.
13211         (POLL_MSG): Likewise.
13212         (POLL_ERR): Likewise.
13213         (POLL_PRI): Likewise.
13214         (POLL_HUP): Likewise.
13215         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13216         (ILL_ILLOPN): Likewise.
13217         (ILL_ILLADR): Likewise.
13218         (ILL_ILLTRP): Likewise.
13219         (ILL_PRVOPC): Likewise.
13220         (ILL_PRVREG): Likewise.
13221         (ILL_COPROC): Likewise.
13222         (ILL_BADSTK): Likewise.
13223         (FPE_INTDIV): Likewise.
13224         (FPE_INTOVF): Likewise.
13225         (FPE_FLTDIV): Likewise.
13226         (FPE_FLTOVF): Likewise.
13227         (FPE_FLTUND): Likewise.
13228         (FPE_FLTRES): Likewise.
13229         (FPE_FLTINV): Likewise.
13230         (FPE_FLTSUB): Likewise.
13231         (SEGV_MAPERR): Likewise.
13232         (SEGV_ACCERR): Likewise.
13233         (BUS_ADRALN): Likewise.
13234         (BUS_ADRERR): Likewise.
13235         (BUS_OBJERR): Likewise.
13236         (BUS_MCEERR_AR): Likewise.
13237         (BUS_MCEERR_AO): Likewise.
13238         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13239         (TRAP_TRACE): Likewise.
13240         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13241         __USE_XOPEN2K8].
13242         (CLD_KILLED): Likewise.
13243         (CLD_DUMPED): Likewise.
13244         (CLD_TRAPPED): Likewise.
13245         (CLD_STOPPED): Likewise.
13246         (CLD_CONTINUED): Likewise.
13247         (POLL_IN): Likewise.
13248         (POLL_OUT): Likewise.
13249         (POLL_MSG): Likewise.
13250         (POLL_ERR): Likewise.
13251         (POLL_PRI): Likewise.
13252         (POLL_HUP): Likewise.
13253         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13254         (ILL_ILLOPN): Likewise.
13255         (ILL_ILLADR): Likewise.
13256         (ILL_ILLTRP): Likewise.
13257         (ILL_PRVOPC): Likewise.
13258         (ILL_PRVREG): Likewise.
13259         (ILL_COPROC): Likewise.
13260         (ILL_BADSTK): Likewise.
13261         (FPE_INTDIV): Likewise.
13262         (FPE_INTOVF): Likewise.
13263         (FPE_FLTDIV): Likewise.
13264         (FPE_FLTOVF): Likewise.
13265         (FPE_FLTUND): Likewise.
13266         (FPE_FLTRES): Likewise.
13267         (FPE_FLTINV): Likewise.
13268         (FPE_FLTSUB): Likewise.
13269         (SEGV_MAPERR): Likewise.
13270         (SEGV_ACCERR): Likewise.
13271         (BUS_ADRALN): Likewise.
13272         (BUS_ADRERR): Likewise.
13273         (BUS_OBJERR): Likewise.
13274         (BUS_MCEERR_AR): Likewise.
13275         (BUS_MCEERR_AO): Likewise.
13276         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13277         (TRAP_TRACE): Likewise.
13278         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13279         __USE_XOPEN2K8].
13280         (CLD_KILLED): Likewise.
13281         (CLD_DUMPED): Likewise.
13282         (CLD_TRAPPED): Likewise.
13283         (CLD_STOPPED): Likewise.
13284         (CLD_CONTINUED): Likewise.
13285         (POLL_IN): Likewise.
13286         (POLL_OUT): Likewise.
13287         (POLL_MSG): Likewise.
13288         (POLL_ERR): Likewise.
13289         (POLL_PRI): Likewise.
13290         (POLL_HUP): Likewise.
13291         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13292         (ILL_ILLOPN): Likewise.
13293         (ILL_ILLADR): Likewise.
13294         (ILL_ILLTRP): Likewise.
13295         (ILL_PRVOPC): Likewise.
13296         (ILL_PRVREG): Likewise.
13297         (ILL_COPROC): Likewise.
13298         (ILL_BADSTK): Likewise.
13299         (FPE_INTDIV): Likewise.
13300         (FPE_INTOVF): Likewise.
13301         (FPE_FLTDIV): Likewise.
13302         (FPE_FLTOVF): Likewise.
13303         (FPE_FLTUND): Likewise.
13304         (FPE_FLTRES): Likewise.
13305         (FPE_FLTINV): Likewise.
13306         (FPE_FLTSUB): Likewise.
13307         (SEGV_MAPERR): Likewise.
13308         (SEGV_ACCERR): Likewise.
13309         (BUS_ADRALN): Likewise.
13310         (BUS_ADRERR): Likewise.
13311         (BUS_OBJERR): Likewise.
13312         (BUS_MCEERR_AR): Likewise.
13313         (BUS_MCEERR_AO): Likewise.
13314         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13315         (TRAP_TRACE): Likewise.
13316         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13317         __USE_XOPEN2K8].
13318         (CLD_KILLED): Likewise.
13319         (CLD_DUMPED): Likewise.
13320         (CLD_TRAPPED): Likewise.
13321         (CLD_STOPPED): Likewise.
13322         (CLD_CONTINUED): Likewise.
13323         (POLL_IN): Likewise.
13324         (POLL_OUT): Likewise.
13325         (POLL_MSG): Likewise.
13326         (POLL_ERR): Likewise.
13327         (POLL_PRI): Likewise.
13328         (POLL_HUP): Likewise.
13329         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13330         (ILL_ILLOPN): Likewise.
13331         (ILL_ILLADR): Likewise.
13332         (ILL_ILLTRP): Likewise.
13333         (ILL_PRVOPC): Likewise.
13334         (ILL_PRVREG): Likewise.
13335         (ILL_COPROC): Likewise.
13336         (ILL_BADSTK): Likewise.
13337         (ILL_DBLFLT): Likewise.
13338         (ILL_HARDWALL): Likewise.
13339         (FPE_INTDIV): Likewise.
13340         (FPE_INTOVF): Likewise.
13341         (FPE_FLTDIV): Likewise.
13342         (FPE_FLTOVF): Likewise.
13343         (FPE_FLTUND): Likewise.
13344         (FPE_FLTRES): Likewise.
13345         (FPE_FLTINV): Likewise.
13346         (FPE_FLTSUB): Likewise.
13347         (SEGV_MAPERR): Likewise.
13348         (SEGV_ACCERR): Likewise.
13349         (BUS_ADRALN): Likewise.
13350         (BUS_ADRERR): Likewise.
13351         (BUS_OBJERR): Likewise.
13352         (BUS_MCEERR_AR): Likewise.
13353         (BUS_MCEERR_AO): Likewise.
13354         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13355         (TRAP_TRACE): Likewise.
13356         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13357         __USE_XOPEN2K8].
13358         (CLD_KILLED): Likewise.
13359         (CLD_DUMPED): Likewise.
13360         (CLD_TRAPPED): Likewise.
13361         (CLD_STOPPED): Likewise.
13362         (CLD_CONTINUED): Likewise.
13363         (POLL_IN): Likewise.
13364         (POLL_OUT): Likewise.
13365         (POLL_MSG): Likewise.
13366         (POLL_ERR): Likewise.
13367         (POLL_PRI): Likewise.
13368         (POLL_HUP): Likewise.
13369         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13370         (ILL_ILLOPN): Likewise.
13371         (ILL_ILLADR): Likewise.
13372         (ILL_ILLTRP): Likewise.
13373         (ILL_PRVOPC): Likewise.
13374         (ILL_PRVREG): Likewise.
13375         (ILL_COPROC): Likewise.
13376         (ILL_BADSTK): Likewise.
13377         (FPE_INTDIV): Likewise.
13378         (FPE_INTOVF): Likewise.
13379         (FPE_FLTDIV): Likewise.
13380         (FPE_FLTOVF): Likewise.
13381         (FPE_FLTUND): Likewise.
13382         (FPE_FLTRES): Likewise.
13383         (FPE_FLTINV): Likewise.
13384         (FPE_FLTSUB): Likewise.
13385         (SEGV_MAPERR): Likewise.
13386         (SEGV_ACCERR): Likewise.
13387         (BUS_ADRALN): Likewise.
13388         (BUS_ADRERR): Likewise.
13389         (BUS_OBJERR): Likewise.
13390         (BUS_MCEERR_AR): Likewise.
13391         (BUS_MCEERR_AO): Likewise.
13392         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13393         (TRAP_TRACE): Likewise.
13394         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13395         __USE_XOPEN2K8].
13396         (CLD_KILLED): Likewise.
13397         (CLD_DUMPED): Likewise.
13398         (CLD_TRAPPED): Likewise.
13399         (CLD_STOPPED): Likewise.
13400         (CLD_CONTINUED): Likewise.
13401         (POLL_IN): Likewise.
13402         (POLL_OUT): Likewise.
13403         (POLL_MSG): Likewise.
13404         (POLL_ERR): Likewise.
13405         (POLL_PRI): Likewise.
13406         (POLL_HUP): Likewise.
13407         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13408         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13409
13410         [BZ #16670]
13411         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13412         before #include of <time.h>.
13413         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13414         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13415         (test-xfail-UNIX98/sched.h/conform): Likewise.
13416
13417 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13418
13419         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13420         error absence of trapping exception support.
13421         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13422
13423 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13424
13425         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13426         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13427         * timezone/Makefile (testdata): Move definition above include of
13428         Rules.
13429         (test-zones): New variable.
13430         (tests-special): Add zone files.
13431         (build-testdata): Use $(evaluate-test).
13432
13433         * elf/Makefile (tests-special): Rename tests to end with .out.
13434         ($(objpfx)noload-mem): Likewise.
13435         ($(objpfx)tst-leaks1-mem): Likewise.
13436         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13437         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13438         $(objpfx)test-iconvconfig.out.
13439         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13440         set -e inside subshell and redirect output to file.
13441         * iconvdata/Makefile (generated): Rename tests to end with .out.
13442         Correct type.
13443         (tests-special): Rename tests to end with .out.
13444         ($(objpfx)mtrace-tst-loading): Likewise.
13445         * intl/Makefile (generated): Likewise.
13446         (tests-special): Likewise.
13447         ($(objpfx)mtrace-tst-gettext): Likewise.
13448         * misc/Makefile (generated): Likewise.
13449         (tests-special): Likewise.
13450         ($(objpfx)tst-error1-mem): Likewise.
13451         * nptl/Makefile (tests-special): Likewise.
13452         ($(objpfx)tst-stack3-mem): Likewise.
13453         (generated): Likewise.
13454         * posix/Makefile (generated): Likewise.
13455         (tests-special): Likewise.
13456         (xtests-special): Likewise.
13457         ($(objpfx)tst-fnmatch-mem): Likewise.
13458         ($(objpfx)bug-regex2-mem): Likewise.
13459         ($(objpfx)bug-regex14-mem): Likewise.
13460         ($(objpfx)bug-regex21-mem): Likewise.
13461         ($(objpfx)bug-regex31-mem): Likewise.
13462         ($(objpfx)tst-vfork3-mem): Likewise.
13463         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13464         ($(objpfx)tst-pcre-mem): Likewise.
13465         ($(objpfx)tst-boost-mem): Likewise.
13466         ($(objpfx)bug-ga2-mem): Likewise.
13467         ($(objpfx)bug-glob2-mem): Likewise.
13468         * resolv/Makefile (generate): Likewise.
13469         (tests-special): Likewise.
13470         (xtests-special): Likewise.
13471         (generated): Likewise.
13472         ($(objpfx)mtrace-tst-leaks): Likewise.
13473         ($(objpfx)mtrace-tst-leaks2): Likewise.
13474
13475         * scripts/merge-test-results.sh: New file.
13476         * Makefile (tests-special-notdir): New variable.
13477         (tests): Run merge-test-results.sh.
13478         (xtests): Likewise.
13479         * Rules (tests-special-notdir): New variable.
13480         (xtests-special-notdir): Likewise.
13481         (tests): Run merge-test-results.sh
13482         (xtests): Likewise.
13483
13484         * Makeconfig (test-xfail-name): New variable.
13485         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13486         compute variable name for expected failures.
13487         * conform/Makefile (conformtest-headers-data): New variable.
13488         (conformtest-standards): Likewise.
13489         (conformtest-headers-ISO): Likewise.
13490         (conformtest-headers-ISO99): Likewise.
13491         (conformtest-headers-ISO11): Likewise.
13492         (conformtest-headers-POSIX): Likewise.
13493         (conformtest-headers-XPG3): Likewise.
13494         (conformtest-headers-XPG4): Likewise.
13495         (conformtest-headers-UNIX98): Likewise.
13496         (conformtest-headers-XOPEN2K): Likewise.
13497         (conformtest-headers-POSIX2008): Likewise.
13498         (conformtest-headers-XOPEN2K8): Likewise.
13499         (conformtest-header-list-base): Likewise.
13500         (conformtest-header-list-tests): Likewise.
13501         (conformtest-header-base): Likewise.
13502         (conformtest-header-tests): Likewise.
13503         (tests-special): Add $(conformtest-header-list-tests).  If
13504         [$(fast-check) && !$(cross-compiling)], add
13505         $(conformtest-header-tests) instead of
13506         $(objpfx)run-conformtest.out.
13507         (generated): Add $(conformtest-header-list-base).  If
13508         [$(fast-check) && !$(cross-compiling)], add
13509         $(conformtest-header-base).  Remove previous setting.
13510         ($(conformtest-header-list-tests)): New target.
13511         (test-xfail-run-conformtest): Remove variable.
13512         ($(objpfx)run-conformtest.out): Remove target.
13513         (test-xfail-ISO11/complex.h/conform): New variable.
13514         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13515         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13516         (test-xfail-XPG3/varargs.h/conform): Likewise.
13517         (test-xfail-XPG4/varargs.h/conform): Likewise.
13518         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13519         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13520         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13521         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13522         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13523         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13524         (test-xfail-XPG3/ftw.h/conform): Likewise.
13525         (test-xfail-XPG3/grp.h/conform): Likewise.
13526         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13527         (test-xfail-XPG3/limits.h/conform): Likewise.
13528         (test-xfail-XPG3/pwd.h/conform): Likewise.
13529         (test-xfail-XPG3/search.h/conform): Likewise.
13530         (test-xfail-XPG3/signal.h/conform): Likewise.
13531         (test-xfail-XPG3/stdio.h/conform): Likewise.
13532         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13533         (test-xfail-XPG3/string.h/conform): Likewise.
13534         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13535         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13536         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13537         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13538         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13539         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13540         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13541         (test-xfail-XPG3/termios.h/conform): Likewise.
13542         (test-xfail-XPG3/time.h/conform): Likewise.
13543         (test-xfail-XPG3/unistd.h/conform): Likewise.
13544         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13545         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13546         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13547         (test-xfail-XPG4/netdb.h/conform): Likewise.
13548         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13549         (test-xfail-XPG4/signal.h/conform): Likewise.
13550         (test-xfail-XPG4/stdio.h/conform): Likewise.
13551         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13552         (test-xfail-XPG4/stropts.h/conform): Likewise.
13553         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13554         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13555         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13556         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13557         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13558         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13559         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13560         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13561         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13562         (test-xfail-XPG4/termios.h/conform): Likewise.
13563         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13564         (test-xfail-XPG4/unistd.h/conform): Likewise.
13565         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13566         (test-xfail-POSIX/sched.h/conform): Likewise.
13567         (test-xfail-POSIX/signal.h/conform): Likewise.
13568         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13569         (test-xfail-POSIX/tar.h/conform): Likewise.
13570         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13571         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13572         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13573         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13574         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13575         (test-xfail-UNIX98/sched.h/conform): Likewise.
13576         (test-xfail-UNIX98/signal.h/conform): Likewise.
13577         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13578         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13579         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13580         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13581         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13582         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13583         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13584         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13585         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13586         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13587         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13588         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13589         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13590         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13591         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13592         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13593         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13594         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13595         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13596         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13597         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13598         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13599         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13600         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13601         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13602         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13603         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13604         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13605         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13606         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13607         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13608         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13609         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13610         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13611         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13612         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13613         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13614         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13615         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13616         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13617         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13618         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13619         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13620         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13621         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13622         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13623         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13624         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13625         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13626         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13627         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13628         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13629         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13630         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13631         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13632         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13633         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13634         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13635         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13636         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13637         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13638         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13639         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13640         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13641         (conformtest-cc-flags): Likewise.
13642         ($(conformtest-header-tests): New target.
13643         * conform/check-header-lists.sh: New file.
13644         * conform/run-conformtest.sh: Remove.
13645
13646         * conform/conformtest.pl: Allow ' and \ in values given for
13647         constants.
13648         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13649         inclusion.
13650         [POSIX] (sys/types.h): Likewise.
13651         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13652         inclusion.
13653         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13654         inclusion.
13655         * conform/data/signal.h-data (SIGIO): Remove expectation.
13656         [XPG3] (SIGBUS): Do not expect.
13657         [POSIX || XPG3] (SIGPOLL): Likewise.
13658         [POSIX || XPG3] (SIGPROF): Likewise.
13659         [POSIX || XPG3] (SIGSYS): Likewise.
13660         [XPG3] (SIGTRAP): Likewise.
13661         [POSIX || XPG3] (SIGURG): Likewise.
13662         [POSIX || XPG3] (SIGVTALRM): Likewise.
13663         [POSIX || XPG3] (SIGXCPU): Likewise.
13664         [POSIX || XPG3] (SIGXFSZ): Likewise.
13665         [POSIX] (SA_SIGINFO): Expect.
13666         [XPG3] (siginfo_t): Do not expect type or contents.
13667         [POSIX] (si_pid): Do not expect element.
13668         [POSIX] (si_uid): Likewise.
13669         [POSIX] (si_addr): Likewise.
13670         [POSIX] (si_status): Likewise.
13671         [POSIX] (si_band): Likewise.
13672         [XPG4] (si_value): Likewise.
13673         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13674         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13675         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13676         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13677         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13678         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13679         [POSIX || XPG3] (ILL_COPROC): Likewise.
13680         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13681         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13682         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13683         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13684         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13685         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13686         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13687         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13688         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13689         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13690         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13691         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13692         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13693         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13694         [POSIX || XPG3] (CLD_EXITED): Likewise.
13695         [POSIX || XPG3] (CLD_KILLED): Likewise.
13696         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13697         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13698         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13699         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13700         [POSIX || XPG3] (POLL_IN): Likewise.
13701         [POSIX || XPG3] (POLL_OUT): Likewise.
13702         [POSIX || XPG3] (POLL_MSG): Likewise.
13703         [POSIX || XPG3] (POLL_ERR): Likewise.
13704         [POSIX || XPG3] (POLL_PRI): Likewise.
13705         [POSIX || XPG3] (POLL_HUP): Likewise.
13706         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13707         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13708         (SIG*): Do not allow.
13709         [XPG3] (si_*): Likewise.
13710         [XPG3] (SI_*): Likewise.
13711         [XPG3 || XPG4] (sigev_*): Likewise.
13712         [XPG3 || XPG4] (SIGEV_*): Likewise.
13713         [XPG3 || XPG4] (sival_*): Likewise.
13714         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13715         [POSIX || XPG3] (BUS_*): Likewise.
13716         [POSIX || XPG3] (CLD_*): Likewise.
13717         [POSIX || XPG3] (FPE_*): Likewise.
13718         [POSIX || XPG3] (ILL_*): Likewise.
13719         [POSIX || XPG3] (POLL_*): Likewise.
13720         [POSIX || XPG3] (SEGV_*): Likewise.
13721         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13722         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13723         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13724         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13725         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13726         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13727         Specify type and value.
13728         (TVERSLEN): Likewise.
13729         (REGTYPE): Likewise.
13730         (AREGTYPE): Likewise.
13731         (LNKTYPE): Likewise.
13732         (SYMTYPE): Likewise.
13733         (CHRTYPE): Likewise.
13734         (BLKTYPE): Likewise.
13735         (DIRTYPE): Likewise.
13736         (FIFOTYPE): Likewise.
13737         (CONTTYPE): Likewise.
13738         (TSUID): Likewise.
13739         (TSGID): Likewise.
13740         (TSVTX): Likewise.
13741         (TUREAD): Likewise.
13742         (TUWRITE): Likewise.
13743         (TUEXEC): Likewise.
13744         (TGREAD): Likewise.
13745         (TGWRITE): Likewise.
13746         (TGEXEC): Likewise.
13747         (TOREAD): Likewise.
13748         (TOWRITE): Likewise.
13749         (TOEXEC): Likewise.
13750         [POSIX] (TSVTX): Expect constant.
13751
13752 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13753
13754         * Makefile (tests): Change dependencies to ....
13755         (tests-special): ... additions to this variable.
13756         (tests): Depend on $(tests-special).
13757         * Makerules (check-abi-list): New variable.
13758         (check-abi): Depend on $(check-abi-list).
13759         [$(subdir) = elf] (tests-special): Add
13760         $(objpfx)check-abi-libc.out.
13761         [$(build-shared) = yes && subdir] (tests-special): Add
13762         $(check-abi-list).
13763         [$(build-shared) = yes && subdir] (tests): Do not depend on
13764         check-abi.
13765         * Rules (tests): Depend on $(tests-special).
13766         (xtests): Depend on $(xtests-special).
13767         * catgets/Makefile (tests): Change dependencies to ....
13768         (tests-special): ... additions to this variable.
13769         * conform/Makefile (tests): Change dependencies to ....
13770         (tests-special): ... additions to this variable.
13771         * elf/Makefile (tests): Change dependencies to ....
13772         (tests-special): ... additions to this variable.
13773         * grp/Makefile (tests): Change dependencies to ....
13774         (tests-special): ... additions to this variable.
13775         * iconv/Makefile (xtests): Change dependencies to ....
13776         (xtests-special): ... additions to this variable.
13777         * iconvdata/Makefile (tests): Change dependencies to ....
13778         (tests-special): ... additions to this variable.
13779         * intl/Makefile (tests): Change dependencies to ....
13780         (tests-special): ... additions to this variable.  Also add
13781         $(objpfx)tst-gettext.out.
13782         * io/Makefile (tests): Change dependencies to ....
13783         (tests-special): ... additions to this variable.
13784         * libio/Makefile (tests): Change dependencies to ....
13785         (tests-special): ... additions to this variable.
13786         * malloc/Makefile (tests): Change dependencies to ....
13787         (tests-special): ... additions to this variable.
13788         * misc/Makefile (tests): Change dependencies to ....
13789         (tests-special): ... additions to this variable.
13790         * nptl/Makefile (tests): Change dependencies to ....
13791         (tests-special): ... additions to this variable.
13792         * nptl_db/Makefile (tests): Change dependencies to ....
13793         (tests-special): ... additions to this variable.
13794         * posix/Makefile (tests): Change dependencies to ....
13795         (tests-special): ... additions to this variable.
13796         (xtests): Change dependencies to ....
13797         (xtests-special): ... additions to this variable.
13798         * resolv/Makefile (tests): Change dependencies to ....
13799         (tests-special): ... additions to this variable.
13800         (xtests): Change dependencies to ....
13801         (xtests-special): ... additions to this variable.
13802         * stdio-common/Makefile (tests): Change dependencies to ....
13803         (tests-special): ... additions to this variable.
13804         (do-tst-unbputc): Remove target.
13805         (do-tst-printf): Likewise.
13806         * stdlib/Makefile (tests): Change dependencies to ....
13807         (tests-special): ... additions to this variable.
13808         * string/Makefile (tests): Change dependencies to ....
13809         (tests-special): ... additions to this variable.
13810         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13811         (tests-special): ... additions to this variable.
13812
13813         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13814         whole file.
13815         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13816         whole file.
13817         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13818         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13819
13820         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13821         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13822         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13823         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13824         * conform/data/libgen.h-data [XPG3]: Likewise.
13825         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13826         * conform/data/ndbm.h-data [XPG3]: Likewise.
13827         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13828         * conform/data/netdb.h-data [XPG3]: Likewise.
13829         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13830         * conform/data/poll.h-data [XPG3]: Likewise.
13831         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13832         * conform/data/strings.h-data [XPG3]: Likewise.
13833         * conform/data/stropts.h-data [XPG3]: Likewise.
13834         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13835         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13836         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13837         Likewise.
13838         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13839         * conform/data/sys/time.h-data [XPG3]: Likewise.
13840         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13841         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13842         * conform/data/sys/un.h-data [XPG3]: Likewise.
13843         * conform/data/syslog.h-data [XPG3]: Likewise.
13844         * conform/data/ucontext.h-data [XPG3]: Likewise.
13845         * conform/data/utmpx.h-data [XPG3]: Likewise.
13846         * conform/data/varargs.h-data [UNIX98]: Enable file.
13847
13848         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13849
13850         * math/libm-test.inc (struct test_f_f_data): Move expected results
13851         into structure for each rounding mode.
13852         (struct test_ff_f_data): Likewise.
13853         (struct test_ff_f_data_nexttoward): Likewise.
13854         (struct test_fi_f_data): Likewise.
13855         (struct test_fl_f_data): Likewise.
13856         (struct test_if_f_data): Likewise.
13857         (struct test_fff_f_data): Likewise.
13858         (struct test_c_f_data): Likewise.
13859         (struct test_f_f1_data): Likewise.
13860         (struct test_fF_f1_data): Likewise.
13861         (struct test_ffI_f1_data): Likewise.
13862         (struct test_c_c_data): Likewise.
13863         (struct test_cc_c_data): Likewise.
13864         (struct test_f_i_data): Likewise.
13865         (struct test_ff_i_data): Likewise.
13866         (struct test_f_l_data): Likewise.
13867         (struct test_f_L_data): Likewise.
13868         (struct test_fFF_11_data): Likewise.
13869         (RM_): New macro.
13870         (RM_FE_DOWNWARD): Likewise.
13871         (RM_FE_TONEAREST): Likewise.
13872         (RM_FE_TOWARDZERO): Likewise.
13873         (RM_FE_UPWARD): Likewise.
13874         (RUN_TEST_LOOP_f_f): Update references to expected results.
13875         (RUN_TEST_LOOP_2_f): Likewise.
13876         (RUN_TEST_LOOP_fff_f): Likewise.
13877         (RUN_TEST_LOOP_c_f): Likewise.
13878         (RUN_TEST_LOOP_f_f1): Likewise.
13879         (RUN_TEST_LOOP_fF_f1): Likewise.
13880         (RUN_TEST_LOOP_fI_f1): Likewise.
13881         (RUN_TEST_LOOP_ffI_f1): Likewise.
13882         (RUN_TEST_LOOP_c_c): Likewise.
13883         (RUN_TEST_LOOP_cc_c): Likewise.
13884         (RUN_TEST_LOOP_f_i): Likewise.
13885         (RUN_TEST_LOOP_f_i_tg): Likewise.
13886         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13887         (RUN_TEST_LOOP_f_b): Likewise.
13888         (RUN_TEST_LOOP_f_b_tg): Likewise.
13889         (RUN_TEST_LOOP_f_l): Likewise.
13890         (RUN_TEST_LOOP_f_L): Likewise.
13891         (RUN_TEST_LOOP_fFF_11): Likewise.
13892         * math/gen-libm-test.pl (parse_args): Output four copies of
13893         expected results for each test.
13894
13895         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13896         (__ASSUME_UTIMES): Remove.
13897         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13898         (__ASSUME_UTIMES): Likewise.
13899
13900         * math/gen-auto-libm-tests.c: Update comment on output format.
13901         (output_for_one_input_case): Generate before-rounding and
13902         after-rounding information as conditions on output flags not
13903         floating-point format.
13904         * math/auto-libm-test-out: Regenerated.
13905         * math/gen-libm-test.pl (cond_value): New function.
13906         (or_cond_value): Use cond_value.
13907         (generate_testfile): Handle conditional exceptions.
13908
13909 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13910
13911         * math/libm-test.inc (max_valid_error): New variable.
13912         (init_max_error): Take new argument specifying whether function
13913         results are exactly determined.  Set max_valid_error and bound
13914         other variables for errors based on this argument.
13915         (set_max_error): Do not record results above max_valid_error.
13916         (check_float_internal): Only accept errors of up to 0.5ulps if
13917         also at most max_valid_error.
13918         (START): Take new argument EXACT and pass it to init_max_error.
13919         (acos_test): Update call to START.
13920         (acos_test_tonearest): Likewise.
13921         (acos_test_towardzero): Likewise.
13922         (acos_test_downward): Likewise.
13923         (acos_test_upward): Likewise.
13924         (acosh_test): Likewise.
13925         (asin_test): Likewise.
13926         (asin_test_tonearest): Likewise.
13927         (asin_test_towardzero): Likewise.
13928         (asin_test_downward): Likewise.
13929         (asin_test_upward): Likewise.
13930         (asinh_test): Likewise.
13931         (atan_test): Likewise.
13932         (atanh_test): Likewise.
13933         (atan2_test): Likewise.
13934         (cabs_test): Likewise.
13935         (cacos_test): Likewise.
13936         (cacosh_test): Likewise.
13937         (carg_test): Likewise.
13938         (casin_test): Likewise.
13939         (casinh_test): Likewise.
13940         (catan_test): Likewise.
13941         (catanh_test): Likewise.
13942         (cbrt_test): Likewise.
13943         (ccos_test): Likewise.
13944         (ccosh_test): Likewise.
13945         (ceil_test): Likewise.
13946         (cexp_test): Likewise.
13947         (cimag_test): Likewise.
13948         (clog_test): Likewise.
13949         (clog10_test): Likewise.
13950         (conj_test): Likewise.
13951         (copysign_test): Likewise.
13952         (cos_test): Likewise.
13953         (cos_test_tonearest): Likewise.
13954         (cos_test_towardzero): Likewise.
13955         (cos_test_downward): Likewise.
13956         (cos_test_upward): Likewise.
13957         (cosh_test): Likewise.
13958         (cosh_test_tonearest): Likewise.
13959         (cosh_test_towardzero): Likewise.
13960         (cosh_test_downward): Likewise.
13961         (cosh_test_upward): Likewise.
13962         (cpow_test): Likewise.
13963         (cproj_test): Likewise.
13964         (creal_test): Likewise.
13965         (csin_test): Likewise.
13966         (csinh_test): Likewise.
13967         (csqrt_test): Likewise.
13968         (ctan_test): Likewise.
13969         (ctan_test_tonearest): Likewise.
13970         (ctan_test_towardzero): Likewise.
13971         (ctan_test_downward): Likewise.
13972         (ctan_test_upward): Likewise.
13973         (ctanh_test): Likewise.
13974         (ctanh_test_tonearest): Likewise.
13975         (ctanh_test_towardzero): Likewise.
13976         (ctanh_test_downward): Likewise.
13977         (ctanh_test_upward): Likewise.
13978         (erf_test): Likewise.
13979         (erfc_test): Likewise.
13980         (exp_test): Likewise.
13981         (exp_test_tonearest): Likewise.
13982         (exp_test_towardzero): Likewise.
13983         (exp_test_downward): Likewise.
13984         (exp_test_upward): Likewise.
13985         (exp10_test): Likewise.
13986         (exp10_test_tonearest): Likewise.
13987         (exp10_test_towardzero): Likewise.
13988         (exp10_test_downward): Likewise.
13989         (exp10_test_upward): Likewise.
13990         (pow10_test): Likewise.
13991         (exp2_test): Likewise.
13992         (expm1_test): Likewise.
13993         (expm1_test_tonearest): Likewise.
13994         (expm1_test_towardzero): Likewise.
13995         (expm1_test_downward): Likewise.
13996         (expm1_test_upward): Likewise.
13997         (fabs_test): Likewise.
13998         (fdim_test): Likewise.
13999         (floor_test): Likewise.
14000         (fma_test): Likewise.
14001         (fma_test_towardzero): Likewise.
14002         (fma_test_downward): Likewise.
14003         (fma_test_upward): Likewise.
14004         (fmax_test): Likewise.
14005         (fmin_test): Likewise.
14006         (fmod_test): Likewise.
14007         (fpclassify_test): Likewise.
14008         (frexp_test): Likewise.
14009         (hypot_test): Likewise.
14010         (ilogb_test): Likewise.
14011         (isfinite_test): Likewise.
14012         (finite_test): Likewise.
14013         (isgreater_test): Likewise.
14014         (isgreaterequal_test): Likewise.
14015         (isinf_test): Likewise.
14016         (isless_test): Likewise.
14017         (islessequal_test): Likewise.
14018         (islessgreater_test): Likewise.
14019         (isnan_test): Likewise.
14020         (isnormal_test): Likewise.
14021         (issignaling_test): Likewise.
14022         (isunordered_test): Likewise.
14023         (j0_test): Likewise.
14024         (j1_test): Likewise.
14025         (jn_test): Likewise.
14026         (ldexp_test): Likewise.
14027         (lgamma_test): Likewise.
14028         (gamma_test): Likewise.
14029         (lrint_test): Likewise.
14030         (lrint_test_tonearest): Likewise.
14031         (lrint_test_towardzero): Likewise.
14032         (lrint_test_downward): Likewise.
14033         (lrint_test_upward): Likewise.
14034         (llrint_test): Likewise.
14035         (llrint_test_tonearest): Likewise.
14036         (llrint_test_towardzero): Likewise.
14037         (llrint_test_downward): Likewise.
14038         (llrint_test_upward): Likewise.
14039         (log_test): Likewise.
14040         (log10_test): Likewise.
14041         (log1p_test): Likewise.
14042         (log2_test): Likewise.
14043         (logb_test): Likewise.
14044         (logb_test_downward): Likewise.
14045         (lround_test): Likewise.
14046         (llround_test): Likewise.
14047         (modf_test): Likewise.
14048         (nearbyint_test): Likewise.
14049         (nextafter_test): Likewise.
14050         (nexttoward_test): Likewise.
14051         (pow_test): Likewise.
14052         (pow_test_tonearest): Likewise.
14053         (pow_test_towardzero): Likewise.
14054         (pow_test_downward): Likewise.
14055         (pow_test_upward): Likewise.
14056         (remainder_test): Likewise.
14057         (drem_test): Likewise.
14058         (remainder_test_tonearest): Likewise.
14059         (drem_test_tonearest): Likewise.
14060         (remainder_test_towardzero): Likewise.
14061         (drem_test_towardzero): Likewise.
14062         (remainder_test_downward): Likewise.
14063         (drem_test_downward): Likewise.
14064         (remainder_test_upward): Likewise.
14065         (drem_test_upward): Likewise.
14066         (remquo_test): Likewise.
14067         (rint_test): Likewise.
14068         (rint_test_tonearest): Likewise.
14069         (rint_test_towardzero): Likewise.
14070         (rint_test_downward): Likewise.
14071         (rint_test_upward): Likewise.
14072         (round_test): Likewise.
14073         (scalb_test): Likewise.
14074         (scalbn_test): Likewise.
14075         (scalbln_test): Likewise.
14076         (signbit_test): Likewise.
14077         (sin_test): Likewise.
14078         (sin_test_tonearest): Likewise.
14079         (sin_test_towardzero): Likewise.
14080         (sin_test_downward): Likewise.
14081         (sin_test_upward): Likewise.
14082         (sincos_test): Likewise.
14083         (sinh_test): Likewise.
14084         (sinh_test_tonearest): Likewise.
14085         (sinh_test_towardzero): Likewise.
14086         (sinh_test_downward): Likewise.
14087         (sinh_test_upward): Likewise.
14088         (sqrt_test): Likewise.
14089         (sqrt_test_tonearest): Likewise.
14090         (sqrt_test_towardzero): Likewise.
14091         (sqrt_test_downward): Likewise.
14092         (sqrt_test_upward): Likewise.
14093         (tan_test): Likewise.
14094         (tan_test_tonearest): Likewise.
14095         (tan_test_towardzero): Likewise.
14096         (tan_test_downward): Likewise.
14097         (tan_test_upward): Likewise.
14098         (tanh_test): Likewise.
14099         (tgamma_test): Likewise.
14100         (trunc_test): Likewise.
14101         (y0_test): Likewise.
14102         (y1_test): Likewise.
14103         (yn_test): Likewise.
14104         (significand_test): Likewise.
14105
14106         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14107         individual tests in comment.
14108         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14109         (prev_max_error): New variable.
14110         (prev_real_max_error): Likewise.
14111         (prev_imag_max_error): Likewise.
14112         (compare_ulp_data): Don't refer to test names in comment.
14113         (find_test_ulps): Remove function.
14114         (find_function_ulps): Likewise.
14115         (find_complex_function_ulps): Likewise.
14116         (init_max_error): Take function name as argument.  Look up ulps
14117         for that function.
14118         (print_ulps): Remove function.
14119         (print_max_error): Use prev_max_error instead of calling
14120         find_function_ulps.
14121         (print_complex_max_error): Use prev_real_max_error and
14122         prev_imag_max_error instead of calling find_complex_function_ulps.
14123         (check_float_internal): Take max_ulp parameter instead of calling
14124         find_test_ulps.  Don't call print_ulps.
14125         (check_float): Update call to check_float_internal.
14126         (check_complex): Update calls to check_float_internal.
14127         (START): Pass argument to init_max_error.
14128         * math/gen-libm-test.pl (%results): Don't include "kind"
14129         information.
14130         (parse_ulps): Don't handle ulps of individual tests.
14131         (print_ulps_file): Likewise.
14132         (output_ulps): Likewise.
14133         * math/README.libm-test: Update.
14134         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14135         individual tests.
14136         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14137         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14138         * sysdeps/arm/libm-test-ulps: Likewise.
14139         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14140         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14141         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14142         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14143         * sysdeps/microblaze/libm-test-ulps: Likewise.
14144         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14145         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14146         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14147         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14148         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14149         * sysdeps/sh/libm-test-ulps: Likewise.
14150         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14151         * sysdeps/tile/libm-test-ulps: Likewise.
14152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14153
14154 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14155
14156         * math/libm-test.inc (print_complex_max_error): Check separately
14157         whether real and imaginary errors are within allowed range and
14158         pass 0 to print_complex_function_ulps instead of value within
14159         allowed range.
14160
14161 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14162
14163         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14164         formatting.
14165         (get_handles_fopen): Likewise.
14166         (do_write_test): Likewise.
14167
14168         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14169
14170         * libio/fileops.c (do_ftell): Use cached offset when
14171         available.
14172         * libio/iofwide.c (do_ftell_wide): Likewise.
14173         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14174         _IO_file_attach.
14175         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14176
14177         [BZ #16532]
14178         * libio/libioP.h (get_file_offset): New function.
14179         * libio/fileops.c (get_file_offset): Likewise.
14180         (do_ftell): Likewise.
14181         (_IO_new_file_seekoff): Split out ftell logic.
14182         * libio/wfileops.c (do_ftell_wide): Likewise.
14183         (_IO_wfile_seekoff): Split out ftell logic.
14184         * libio/tst-ftell-active-handler.c: New test case.
14185         * libio/Makefile (tests): Add it.
14186
14187 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14188
14189         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14190         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14191
14192 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14193
14194         [BZ #16639]
14195         * nscd/connections.c (nscd_init): Call do_exit.
14196         (start_threads): Call do_exit and notify_parent.
14197         (begin_drop_privileges): Call do_exit.
14198         (finish_drop_privileges): Likewise.
14199         * nscd/selinux.c (preserve_capabilities): Likewise.
14200         (install_real_capabilities): Likewise.
14201         (nscd_selinux_enabled): Likewise.
14202         (avc_create_thread): Likewise.
14203         (avc_alloc_lock): Likewise.
14204         (nscd_avc_init): Likewise.
14205         * nscd/nscd.c (parent_fd): New static variable.
14206         (main): Create a pipe between parent and child processes.
14207         Skip closing parent_fd.
14208         (monitor_child): New function.
14209         (do_exit): Likewise.
14210         (notify_parent): Likewise.
14211         * nscd/nscd.h (notify_parent): Likewise.
14212         (do_exit): Likewise.
14213
14214 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14215
14216         * malloc/malloc.c (__libc_calloc): Revert last change.
14217
14218 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14219
14220         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14221
14222 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14223
14224         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14225         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14226         implementation.
14227         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14228         (__libc_ifunc_impl_list): Likewise.
14229         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14230         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14231         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14232         * string/strrchr.c: Define STRRCHR.
14233
14234 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14235
14236         * benchtest/bench-strtok.c (simple_strtok): Delete.
14237         (strtok_string): Use as benchmark.
14238         * string/strtok (STRTOK): New macro.
14239
14240 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14241
14242         * manual/threads.texi: Add header and standard comments to all
14243         functions.
14244
14245         * elf/dl-lookup.c (check_match): New function.
14246         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14247         (do_lookup_x): Remove nested function check_match. Use non-nested
14248         function check_match.
14249
14250 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14251
14252         * csu/Makefile (generated, before-compile): Use += rather than =.
14253         * catgets/Makefile (generated, generated-dirs): Likewise.
14254         * debug/Makefile (generated): Likewise.
14255         * dlfcn/Makefile (generated): Likewise.
14256         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14257         * iconvdata/Makefile (before-compile, generated): Likewise.
14258         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14259         * libio/Makefile (generated): Likewise.
14260         * malloc/Makefile (generated): Likewise.
14261         * manual/Makefile (generated, generated-dirs): Likewise.
14262         * misc/Makefile (generated): Likewise.
14263         * posix/Makefile (generated): Likewise.
14264         * resolv/Makefile (generated): Likewise.
14265         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14266         * timezone/Makefile (generated, generated-dirs): Likewise.
14267
14268         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14269
14270 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14271
14272         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14273         power8 implementation.
14274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14275         file: POWER8 llround ifunc implementation.
14276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14277         (__lllround): Add POWER8 implementation.
14278         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14279         POWER8 llround implementation.
14280
14281         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14282         power8 implementation.
14283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14284         file: POWER8 llrint ifunc implementation.
14285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14286         Add POWER8 implementation.
14287         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14288         POWER8 llrint implementation.
14289
14290         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14291         power8 implementation.
14292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14293         file: POWER8 finite ifunc implementation.
14294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14295         Add POWER8 implementation.
14296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14297         Likewise.
14298         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14299         POWER8 finite implementation.
14300         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14301
14302         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14303         power8 implementation.
14304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14305         file: POWER8 isinf ifunc implementation.
14306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14307         POWER8 implementation.
14308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14309         Likewise.
14310         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14311         isinf implementation.
14312         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14313
14314         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14315         (INIT_ARCH): Add hwcap2 initialization.
14316         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14317         power8 implementation.
14318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14319         file: POWER8 isnan ifunc implementation.
14320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14321         POWER8 implementation.
14322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14323         Likewise.
14324         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14325         isnan implementation.
14326         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14327
14328 2014-02-27  Joey Ye  <joey.ye@arm.com>
14329
14330         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14331         (_FP_NANFRAC_Q): Set to zero.
14332
14333 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14334
14335         [BZ #16623]
14336         * math/auto-libm-test-in: New test inputs.
14337         * math/auto-libm-test-out: Regenerate.
14338         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14339         and DA.
14340         (__cos): Likewise.
14341         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14342
14343 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14344
14345         * scripts/evaluate-test.sh: Take new argument indicating whether
14346         failure is expected.
14347         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14348         indicating whether failure is expected.
14349         * conform/Makefile (test-xfail-run-conformtest): New variable.
14350         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14351         level.
14352         * posix/Makefile (test-xfail-annexc): New variable.
14353         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14354
14355 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14356
14357         * argp/Makefile: Include Makeconfig immediately after defining
14358         subdir.
14359         * assert/Makefile: Likewise.
14360         * benchtests/Makefile: Likewise.
14361         * catgets/Makefile: Likewise.
14362         * conform/Makefile: Likewise.
14363         * crypt/Makefile: Likewise.
14364         * csu/Makefile: Likewise.
14365         (all): Remove target.
14366         * ctype/Makefile: Include Makeconfig immediately after defining
14367         subdir.
14368         * debug/Makefile: Likewise.
14369         * dirent/Makefile: Likewise.
14370         * dlfcn/Makefile: Likewise.
14371         * gmon/Makefile: Likewise.
14372         * gnulib/Makefile: Likewise.
14373         * grp/Makefile: Likewise.
14374         * gshadow/Makefile: Likewise.
14375         * hesiod/Makefile: Likewise.
14376         * hurd/Makefile: Likewise.
14377         (all): Remove target.
14378         * iconvdata/Makefile: Include Makeconfig immediately after
14379         defining subdir.
14380         * inet/Makefile: Likewise.
14381         * intl/Makefile: Likewise.
14382         * io/Makefile: Likewise.
14383         * libio/Makefile: Likewise.
14384         (all): Remove target.
14385         * locale/Makefile: Include Makeconfig immediately after defining
14386         subdir.
14387         * login/Makefile: Likewise.
14388         * mach/Makefile: Likewise.
14389         (all): Remove target.
14390         * malloc/Makefile: Include Makeconfig immediately after defining
14391         subdir.
14392         (all): Remove target.
14393         * manual/Makefile: Include Makeconfig immediately after defining
14394         subdir.
14395         * math/Makefile: Likewise.
14396         * misc/Makefile: Likewise.
14397         * nis/Makefile: Likewise.
14398         * nss/Makefile: Likewise.
14399         * po/Makefile: Likewise.
14400         (all): Remove target.
14401         * posix/Makefile: Include Makeconfig immediately after defining
14402         subdir.
14403         * pwd/Makefile: Likewise.
14404         * resolv/Makefile: Likewise.
14405         * resource/Makefile: Likewise.
14406         * rt/Makefile: Likewise.
14407         * setjmp/Makefile: Likewise.
14408         * shadow/Makefile: Likewise.
14409         * signal/Makefile: Likewise.
14410         * socket/Makefile: Likewise.
14411         * soft-fp/Makefile: Likewise.
14412         * stdio-common/Makefile: Likewise.
14413         * stdlib/Makefile: Likewise.
14414         * streams/Makefile: Likewise.
14415         * string/Makefile: Likewise.
14416         * sunrpc/Makefile: Likewise.
14417         (all): Remove target.
14418         * sysvipc/Makefile: Include Makeconfig immediately after defining
14419         subdir.
14420         * termios/Makefile: Likewise.
14421         * time/Makefile: Likewise.
14422         * timezone/Makefile: Likewise.
14423         (all): Remove target.
14424         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14425         subdir.
14426         * wctype/Makefile: Likewise.
14427
14428 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14429
14430         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14431         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14432         (libc_feholdexcept_setround_mips): Ditto.
14433         (libc_feholdsetround): New.
14434         (libc_feholdsetroundf): New.
14435         (libc_feholdsetroundl): New.
14436         (libc_feupdateenv_test_mips): New.
14437         (libc_feupdateenv_test): New.
14438         (libc_feupdateenv_testf): New.
14439         (libc_feupdateenv_testl): New.
14440         (libc_feresetround): New.
14441         (libc_feresetroundf): New.
14442         (libc_feresetroundl): New.
14443         (libc_fetestexcept_mips): New.
14444         (libc_fetestexcept): New.
14445         (libc_fetestexceptf): New.
14446         (libc_fetestexceptl): New.
14447         (HAVE_RM_CTX): New.
14448         (libc_feholdexcept_setround_mips_ctx): New.
14449         (libc_feholdexcept_setround_ctx): New.
14450         (libc_feholdexcept_setroundf_ctx): New.
14451         (libc_feholdexcept_setroundl_ctx): New.
14452         (libc_fesetenv_mips_ctx): New.
14453         (libc_fesetenv_ctx): New.
14454         (libc_fesetenv_ctxf): New.
14455         (libc_fesetenv_ctxl): New.
14456         (libc_feupdateenv_mips_ctx): New.
14457         (libc_feupdateenv_ctx): New.
14458         (libc_feupdateenvf_ctx): New.
14459         (libc_feupdateenvl_ctx): New.
14460         (libc_feholdsetround_mips_ctx): New.
14461         (libc_feholdsetround_ctx): New.
14462         (libc_feholdsetroundf_ctx): New.
14463         (libc_feholdsetroundl_ctx): New.
14464         (libc_feresetround_mips_ctx): New.
14465         (libc_feresetround_ctx): New.
14466         (libc_feresetroundf_ctx): New.
14467         (libc_feresetroundl_ctx): New.
14468
14469 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14470
14471         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14472
14473         * manual/ipc.texi: New file.
14474         * manual/Makefile (chapters): Add ipc.
14475         * manual/job.texi: Add "Inter-Process Communication" to next.
14476         * manual/process.texi: Add "Inter-Process Communication" to prev.
14477
14478 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14479
14480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14481
14482 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14483
14484         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14485
14486         * manual/arith.texi: Fix spaces after sentences.
14487         * manual/charset.texi: Likewise.
14488         * manual/errno.texi: Likewise.
14489         * manual/install.texi: Likewise.
14490         * manual/llio.texi: Likewise.
14491         * manual/locale.texi: Likewise.
14492         * manual/maint.texi: Likewise.
14493         * manual/math.texi: Likewise.
14494         * manual/memory.texi: Likewise.
14495         * manual/message.texi: Likewise.
14496         * manual/probes.texi: Likewise.
14497         * manual/resource.texi: Likewise.
14498         * manual/signal.texi: Likewise.
14499         * manual/socket.texi: Likewise.
14500         * manual/stdio.texi: Likewise.
14501         * manual/string.texi: Likewise.
14502         * manual/time.texi: Likewise.
14503         * manual/users.texi: Likewise.
14504
14505 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14506
14507         [BZ #16632]
14508         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14509         _DEFAULT_SOURCE is defined.
14510
14511 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14512             Carlos O'Donell  <carlos@redhat.com>
14513
14514         [BZ #16613]
14515         * elf/dl-tls.c (_dl_count_modids): New function.
14516         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14517         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14518         audit library and increment generation counter.
14519         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14520         * elf/tst-audit9.c: New file.
14521         * elf/tst-auditmod9a.c: New file.
14522         * elf/tst-auditmod9b.c: New file.
14523         * elf/Makefile: Add rules to build and run tst-audit9.
14524
14525 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14526
14527         [BZ #15347]
14528         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14529
14530 2014-02-25  Will Newton  <will.newton@linaro.org>
14531
14532         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14533         (__longjmp): Restore sp and lr before restoring callee
14534         saved registers.  Add longjmp and longjmp_target
14535         SystemTap probe point.
14536         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14537         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14538         Define to zero to match jmpbuf layout.
14539         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14540         (__sigsetjmp): Save sp and lr before saving callee
14541         saved registers.  Add setjmp SystemTap probe point.
14542
14543 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14544
14545         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14546
14547 2014-02-24  Andreas Schwab  <schwab@suse.de>
14548
14549         [BZ #15804]
14550         * elf/pldd.c (wait_for_ptrace_stop): New function.
14551         (main): Call it after attaching.
14552
14553 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14554
14555         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14556         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14557         Versions files is now verboten.
14558         * hurd/Versions (libc: GLIBC_2.0):
14559         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14560         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14561         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14562         * mach/Versions: Likewise.
14563
14564         * csu/Versions: Remove unused %include.
14565         * resolv/Versions: Likewise.
14566
14567 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14568
14569         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14570         ($(objpfx)check-local-headers.out): Likewise.
14571         ($(objpfx)begin-end-check.out): Likewise.
14572         * Makerules (check-abi-%.out): Likewise.
14573         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14574         ($(objpfx)test2.cat): Likewise.
14575         ($(objpfx)de/libc.cat): Likewise.
14576         ($(objpfx)test-gencat.out): Likewise.
14577         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14578         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14579         ($(objpfx)noload-mem): Likewise.
14580         ($(objpfx)tst-pathopt.out): Likewise.
14581         ($(objpfx)tst-rtld-load-self.out): Likewise.
14582         ($(objpfx)tst-array1-cmp.out): Likewise.
14583         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14584         ($(objpfx)tst-array2-cmp.out): Likewise.
14585         ($(objpfx)tst-array3-cmp.out): Likewise.
14586         ($(objpfx)tst-array4-cmp.out): Likewise.
14587         ($(objpfx)tst-array5-cmp.out): Likewise.
14588         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14589         ($(objpfx)check-textrel.out): Likewise.
14590         ($(objpfx)check-execstack.out): Likewise.
14591         ($(objpfx)check-localplt.out): Likewise.
14592         ($(objpfx)order2-cmp.out): Likewise.
14593         ($(objpfx)tst-leaks1-mem): Likewise.
14594         ($(objpfx)tst-leaks1-static-mem): Likewise.
14595         ($(objpfx)tst-initorder-cmp.out): Likewise.
14596         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14597         ($(objpfx)tst-unused-dep.out): Likewise.
14598         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14599         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14600         * iconv/Makefile (test-iconvconfig): Likewise.
14601         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14602         ($(objpfx)iconv-test.out): Likewise.
14603         ($(objpfx)tst-tables.out): Likewise.
14604         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14605         ($(objpfx)tst-gettext.out): Likewise.
14606         ($(objpfx)tst-translit.out): Likewise.
14607         ($(objpfx)tst-gettext2.out): Likewise.
14608         ($(objpfx)tst-gettext4.out): Likewise.
14609         ($(objpfx)tst-gettext6.out): Likewise.
14610         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14611         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14612         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14613         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14614         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14615         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14616         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14617         ($(objpfx)wordexp-tst.out): Likewise.
14618         ($(objpfx)annexc.out): Likewise.
14619         ($(objpfx)tst-fnmatch-mem): Likewise.
14620         ($(objpfx)bug-regex2-mem): Likewise.
14621         ($(objpfx)bug-regex14-mem): Likewise.
14622         ($(objpfx)bug-regex21-mem): Likewise.
14623         ($(objpfx)bug-regex31-mem): Likewise.
14624         ($(objpfx)tst-vfork3-mem): Likewise.
14625         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14626         ($(objpfx)tst-pcre-mem): Likewise.
14627         ($(objpfx)tst-boost-mem): Likewise.
14628         ($(objpfx)tst-getconf.out): Likewise.
14629         ($(objpfx)bug-ga2-mem): Likewise.
14630         ($(objpfx)bug-glob2-mem): Likewise.
14631         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14632         ($(objpfx)mtrace-tst-leaks2): Likewise.
14633         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14634         ($(objpfx)tst-printf.out): Likewise.
14635         ($(objpfx)tst-setvbuf1.out): Likewise.
14636         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14637         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14638         ($(objpfx)tst-fmtmsg.out): Likewise.
14639         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14640         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14641
14642         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14643         * bits/sigaction.h [__USE_MISC]: Likewise.
14644         * bits/waitstatus.h: Update #endif comments.
14645         * ctype/ctype.h: Likewise.
14646         * dirent/dirent.h: Likewise.
14647         [__USE_MISC]: Remove redundant conditionals.
14648         * grp/grp.h: Update #endif comments.
14649         [__USE_GNU]: Remove redundant conditionals.
14650         [__USE_MISC]: Likewise.
14651         * inet/netinet/in.h [__USE_GNU]: Likewise.
14652         * io/sys/stat.h [__USE_MISC]: Likewise.
14653         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14654         * libio/bits/stdio.h: Update #endif comments.
14655         [__USE_MISC]: Remove redundant conditionals.
14656         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14657         * libio/stdio.h: Update #endif comments.
14658         [__USE_MISC]: Remove redundant conditionals.
14659         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14660         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14661         * math/math.h: Update #else and #endif comments.
14662         [__USE_MISC]: Remove redundant conditionals.
14663         * misc/sys/uio.h: Update #endif comments.
14664         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14665         * posix/glob.h [__USE_MISC]: Likewise.
14666         * posix/sys/types.h: Update #endif comments.
14667         [__USE_MISC]: Remove redundant conditionals.
14668         * posix/sys/wait.h: Update #endif comments.
14669         [__USE_MISC]: Remove redundant conditionals.
14670         * posix/unistd.h: Update #endif comments.
14671         [__USE_MISC]: Remove redundant conditionals.
14672         * pwd/pwd.h [__USE_GNU]: Likewise.
14673         [__USE_MISC]: Likewise.
14674         * resolv/netdb.h [__USE_GNU]: Likewise.
14675         * signal/signal.h: Update #endif comments.
14676         [__USE_MISC]: Remove redundant conditionals.
14677         * stdlib/stdlib.h: Update #else and #endif comments.
14678         [__USE_MISC]: Remove redundant conditionals.
14679         [__USE_GNU]: Likewise.
14680         * string/bits/string2.h [__USE_MISC]: Likewise.
14681         * string/string.h: Update #endif comments.
14682         [__USE_MISC]: Remove redundant conditionals.
14683         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14684         Likewise.
14685         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14686         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14687         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14688         Likewise.
14689         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14690         Likewise.
14691         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14692         comments.
14693         [__USE_MISC]: Remove redundant conditionals.
14694         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14695         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14696         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14697         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14698         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14699         Likewise.
14700         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14701         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14702         Likewise.
14703         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14704         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14705         Likewise.
14706         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14707         Likewise.
14708         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14709         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14710         Likewise.
14711         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14712         Likewise.
14713         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14714         * sysdeps/x86/bits/string.h: Update #endif comments.
14715         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14716         conditionals.
14717         * time/sys/time.h: Update #endif comments.
14718         * time/time.h: Likewise.
14719         [__USE_MISC]: Remove redundant conditionals.
14720
14721 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14722
14723         [BZ #16600]
14724         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14725
14726 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14727
14728         * Versions.def (librt): Add GLIBC_2.17.
14729
14730 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14731
14732         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14733         synonym for _SYS_AUXV_H to allow direct inclusion.
14734         * sysdeps/sparc/bits/hwcap.h: Likewise.
14735         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14736         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14737         * sysdeps/sparc/sysdep.h: Likewise.
14738
14739 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14740
14741         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14742
14743 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14744
14745         * benchtests/bench-strrchr.c: Print length instead of position.
14746
14747 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14748
14749         [BZ #16611]
14750         * sysdeps/unix/sysv/linux/kernel-features.h
14751         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14752         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14753         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14754         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14755         Likewise.
14756         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14757         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14758         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14759         (__ASSUME_SENDMMSG): Define instead of using previous
14760         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14761         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14762         (__ASSUME_SENDMMSG_SYSCALL): Define.
14763         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14764         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14765         Likewise.
14766         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14767         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14768         Likewise.
14769         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14770         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14771         Likewise.
14772         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14773         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14774         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14775         [__ASSUME_SENDMMSG]: Change conditionals to
14776         [__ASSUME_SENDMMSG_SOCKETCALL].
14777         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14778         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14779         Define.
14780         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14781         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14782         Likewise.
14783         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14784         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14785         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14786         [!__ASSUME_SENDMMSG]: Change conditional to
14787         [!__ASSUME_SENDMMSG_SOCKETCALL].
14788         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14789         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14790         Define.
14791
14792         [BZ #16610]
14793         * sysdeps/unix/sysv/linux/kernel-features.h
14794         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14795         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14796         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14797         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14798         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14799         [__i386__ || __sparc__]
14800         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14801         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14802         (__ASSUME_RECVMMSG): Define instead of using previous
14803         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14804         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14805         (__ASSUME_RECVMMSG_SYSCALL): Define.
14806         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14807         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14808         Likewise.
14809         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14810         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14811         Likewise.
14812         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14813         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14814         Likewise.
14815         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14816         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14817         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14818         [__ASSUME_RECVMMSG]: Change condition to
14819         [__ASSUME_RECVMMSG_SOCKETCALL].
14820         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14821         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14822         Define.
14823         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14824         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14825         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14826         Likewise.
14827         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14828         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14829         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14830         [!__ASSUME_RECVMMSG]: Change condition to
14831         [!__ASSUME_RECVMMSG_SOCKETCALL].
14832         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14833         (__ASSUME_RECVMMSG_SYSCALL): Define.
14834
14835         [BZ #16609]
14836         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14837         __powerpc__ || __s390__ || __sh__ || __sparc__]
14838         (__ASSUME_SOCKETCALL): Define.
14839         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14840         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14841         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14842         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14843         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14844         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14845         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14846         (__ASSUME_ACCEPT4): Define instead of using previous
14847         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14848         __powerpc__ || __sparc__ || __s390__)] condition.
14849         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14850         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14851         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14852         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14853         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14854         [!__ASSUME_ACCEPT4]: Change condition to
14855         [!__ASSUME_ACCEPT4_SOCKETCALL].
14856         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14857         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14858         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14859         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14860         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14861         __ASSUME_ACCEPT4_SYSCALL.
14862         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14863         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14864         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14865         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14866         __ASSUME_ACCEPT4_SYSCALL.
14867         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14868         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14869         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14870         [__ASSUME_ACCEPT4]: Change condition to
14871         [__ASSUME_ACCEPT4_SOCKETCALL].
14872         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14873         (__ASSUME_SOCKETCALL): Define.
14874         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14875         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14876         (__ASSUME_SOCKETCALL): Define.
14877         (__ASSUME_ACCEPT4): Remove.
14878         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14879         Define.
14880         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14881         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14882         Likewise.
14883         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14884         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14885
14886         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14887         macro.
14888         (HWCAP_ARM_LPAE): Likewise.
14889         (HWCAP_ARM_EVTSTRM): Likewise.
14890         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14891         Add vpfd32, lpae and evtstrm.
14892         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14893         Increase to 22.
14894
14895 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14896
14897         * math/auto-libm-test-in: Add tests of clog10.
14898         * math/auto-libm-test-out: Regenerated.
14899         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14900         * sysdeps/i386/fpu/libm-test-ulps: Update.
14901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14902
14903 2014-02-18  Andreas Schwab  <schwab@suse.de>
14904
14905         [BZ #16574]
14906         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14907         Store non-zero if the second buffer was newly allocated.
14908         (send_dg): Likewise.
14909         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14910         to send_vc and send_dg.
14911         (res_nsend): Pass NULL for ansp2_malloced.
14912         * resolv/res_query.c (__libc_res_nquery): Add parameter
14913         answerp2_malloced and pass it down to __libc_res_nsend.
14914         (res_nquery): Pass additional NULL to __libc_res_nquery.
14915         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14916         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14917         second answer buffer if answerp2_malloced was set.
14918         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14919         (__libc_res_nquerydomain): Add parameter
14920         answerp2_malloced and pass it down to __libc_res_nquery.
14921         (res_nquerydomain): Pass additional NULL to
14922         __libc_res_nquerydomain.
14923         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14924         additional NULL to __libc_res_nsend and __libc_res_nquery.
14925         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14926         additional NULL to __libc_res_nsearch.
14927         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14928         parameter of __libc_res_nsearch to check for separately allocated
14929         second buffer.
14930         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14931         __libc_res_nquery.
14932         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14933         additional NULL to __libc_res_nquery.
14934         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14935         __libc_res_nsearch.
14936         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14937         * include/resolv.h: Update prototypes of __libc_res_nquery,
14938         __libc_res_nsearch, __libc_res_nsend.
14939
14940 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14941
14942         * math/auto-libm-test-in: Add tests of fma.
14943         * math/auto-libm-test-out: Regenerated.
14944         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14945         (fma_towardzero_test_data): Likewise.
14946         (fma_downward_test_data): Likewise.
14947         (fma_upward_test_data): Likewise.
14948         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14949         mpc_mode.
14950         (rounding_modes): Add values for new field.
14951         (func_calc_method): Add value mpfr_fff_f.
14952         (func_calc_desc): Add mpfr_fff_f union field.
14953         (test_function): Add field exact_args.
14954         (FUNC): Add macro argument EXACT_ARGS.
14955         (FUNC_mpfr_f_f): Update call to FUNC.
14956         (FUNC_mpfr_f_f): Likewise.
14957         (FUNC_mpfr_ff_f): Likewise.
14958         (FUNC_mpfr_if_f): Likewise.
14959         (FUNC_mpc_c_f): Likewise.
14960         (FUNC_mpc_c_c): Likewise.
14961         (test_functions): Add fma.  Update calls to FUNC.
14962         (handle_input_arg): Add argument exact_args.
14963         (add_test): Update call to handle_input_arg.
14964         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14965         (output_for_one_input_case): Update call to calc_generic_results.
14966         Recalculate exact zero results in each rounding mode.
14967
14968         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14969         non-negative before setting low bit.
14970         * math/auto-libm-test-in: Mark one asin test possibly having
14971         spurious underflow.
14972         * math/auto-libm-test-out: Regenerated.
14973         * sysdeps/i386/fpu/libm-test-ulps: Update.
14974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14975
14976 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14977
14978         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14979         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14980         ports/sysdeps/unix/sysv/linux/microblaze.
14981         * README: Add missing listing for microblaze*-*-linux-gnu.
14982
14983 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14984
14985         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14986         duplicate code
14987
14988 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14989
14990         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14991         * sysdeps/unix/sysv/linux/ia64: Move directory from
14992         ports/sysdeps/unix/sysv/linux/ia64.
14993         * README: Update listing for ia64-*-linux-gnu.
14994
14995 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14996             Joseph Myers  <joseph@codesourcery.com>
14997
14998         * Makeconfig (test-name): New variable.
14999         (evaluate-test): Likewise.
15000         * Makerules (do-test-clean): Remove .test-result files.
15001         (common-mostlyclean): Likewise.
15002         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15003         * scripts/evaluate-test.sh: New file.
15004
15005 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15006
15007         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15008         separate $(objpfx)tst-fopenloc-cmp.out and
15009         $(objpfx)tst-fopenloc-mem.out targets.
15010         (tests): Update dependencies.
15011         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15012         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15013         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15014         (tst-rxspencer-no-utf8-ARGS): New variable.
15015         (tst-rxspencer-no-utf8-ENV): Likewise.
15016         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15017         instead of $(objpfx)tst-rxspencer-mem.
15018         ($(objpfx)tst-rxspencer-mem): Change target to
15019         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15020         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15021         * posix/tst-rxspencer-no-utf8.c: New file.
15022
15023         * elf/Makefile ($(objpfx)order.out): Remove rule.
15024         [$(run-built-tests) = yes] (tests): Depend on
15025         $(objpfx)order-cmp.out.
15026         ($(objpfx)order-cmp.out): New rule.
15027         [$(run-built-tests) = yes] (tests): Depend on
15028         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15029         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15030         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15031         $(objpfx)tst-array5-static-cmp.out.
15032         ($(objpfx)tst-array1.out): Remove rule.
15033         ($(objpfx)tst-array1-cmp.out): New rule.
15034         ($(objpfx)tst-array1-static.out): Remove rule.
15035         ($(objpfx)tst-array1-static-cmp.out): New rule.
15036         ($(objpfx)tst-array2.out): Remove rule.
15037         ($(objpfx)tst-array2-cmp.out): New rule.
15038         ($(objpfx)tst-array3.out): Remove rule.
15039         ($(objpfx)tst-array3-cmp.out): New rule.
15040         ($(objpfx)tst-array4.out): Remove rule.
15041         ($(objpfx)tst-array4-cmp.out): New rule.
15042         ($(objpfx)tst-array5.out): Remove rule.
15043         ($(objpfx)tst-array5-cmp.out): New rule.
15044         ($(objpfx)tst-array5-static.out): Remove rule.
15045         ($(objpfx)tst-array5-static-cmp.out): New rule.
15046         [$(run-built-tests) = yes] (tests): Depend on
15047         $(objpfx)order2-cmp.out.
15048         ($(objpfx)order2.out): Remove rule.
15049         ($(objpfx)order2-cmp.out): New rule.
15050         ($(objpfx)tst-initorder.out): Remove rule.
15051         [$(run-built-tests) = yes] (tests): Depend on
15052         $(objpfx)tst-initorder-cmp.out.
15053         ($(objpfx)tst-initorder-cmp.out): New rule.
15054         ($(objpfx)tst-initorder2.out): Remove rule.
15055         [$(run-built-tests) = yes] (tests): Depend on
15056         $(objpfx)tst-initorder2-cmp.out.
15057         ($(objpfx)tst-initorder2-cmp.out): New rule.
15058         [$(run-built-tests) = yes] (tests): Depend on
15059         $(objpfx)tst-unused-dep-cmp.out.
15060         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15061         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15062         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15063         on $(objpfx)tst-setvbuf1-cmp.out.
15064         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15065         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15066         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15067         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15068         ($(objpfx)tst-svc.out): Remove rule.
15069         ($(objpfx)tst-svc-cmp.out): New rule.
15070
15071 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15072
15073         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15074         * ctype/ctype.h [__USE_MISC]: Likewise.
15075         * dirent/dirent.h [__USE_MISC]: Likewise.
15076         * grp/grp.h [__USE_MISC]: Likewise.
15077         * io/fcntl.h [__USE_MISC]: Likewise.
15078         * io/sys/stat.h [__USE_MISC]: Likewise.
15079         * libio/stdio.h [__USE_MISC]: Likewise.
15080         * posix/unistd.h [__USE_MISC]: Likewise.
15081         * pwd/pwd.h [__USE_MISC]: Likewise.
15082         * stdlib.h [__USE_MISC]: Likewise.
15083         * string/bits/string2.h [__USE_MISC]: Likewise.
15084         * string/string.h [__USE_MISC]: Likewise.
15085         * time/time.h [__USE_MISC]: Likewise.
15086
15087 2014-02-13  Andreas Schwab  <schwab@suse.de>
15088
15089         [BZ #16574]
15090         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15091         second answer buffer if it was separately allocated.
15092
15093 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15094
15095         * sysdeps/mips/math-tests.h: Include <features.h>.
15096         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15097         (ROUNDING_TESTS_long_double): Do not define.
15098         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15099         (EXCEPTION_TESTS_long_double): Likewise.
15100         * sysdeps/mips/mips64/libm-test-ulps: Update.
15101
15102         * include/features.h (__USE_BSD): Remove macro definitions.
15103         (__USE_SVID): Likewise.
15104         (_BSD_SOURCE): Likewise.
15105         (_SVID_SOURCE): Likewise.
15106         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15107         from definition of _DEFAULT_SOURCE.
15108         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15109         [_DEFAULT_SOURCE].
15110         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15111         * bits/mman.h [__USE_BSD]: Likewise.
15112         * bits/termios.h [__USE_BSD]: Likewise.
15113         * bits/waitstatus.h [__USE_BSD]: Likewise.
15114         * ctype/ctype.h [__USE_SVID]: Likewise.
15115         * dirent/dirent.h [__USE_BSD]: Likewise.
15116         * grp/grp.h [__USE_SVID]: Likewise.
15117         [__USE_BSD]: Likewise.
15118         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15119         * io/fcntl.h [__USE_BSD]: Likewise.
15120         * io/ftw.h [__USE_BSD]: Likewise.
15121         * io/sys/stat.h [__USE_BSD]: Likewise.
15122         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15123         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15124         * libio/stdio.h [__USE_SVID]: Likewise.
15125         [__USE_BSD]: Likewise.
15126         * math/math.h [__USE_SVID]: Likewise.
15127         [__USE_BSD]: Likewise.
15128         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15129         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15130         * misc/search.h [__USE_SVID]: Likewise.
15131         * misc/sys/mman.h [__USE_BSD]: Likewise.
15132         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15133         * misc/sys/uio.h [__USE_BSD]: Likewise.
15134         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15135         * posix/glob.h [__USE_BSD]: Likewise.
15136         * posix/regex.h [__USE_BSD]: Likewise.
15137         * posix/sys/types.h [__USE_BSD]: Likewise.
15138         [__USE_SVID]: Likewise.
15139         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15140         * posix/sys/wait.h [__USE_BSD]: Likewise.
15141         [__USE_SVID]: Likewise.
15142         * posix/unistd.h [__USE_BSD]: Likewise.
15143         [__USE_SVID]: Likewise.
15144         * pwd/pwd.h [__USE_SVID]: Likewise.
15145         * resolv/netdb.h [__USE_BSD]: Likewise.
15146         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15147         * signal/signal.h [__USE_BSD]: Likewise.
15148         [__USE_SVID]: Likewise.
15149         * socket/sys/socket.h [__USE_BSD]: Likewise.
15150         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15151         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15152         [__USE_SVID]: Likewise.
15153         * string/bits/string2.h [__USE_BSD]: Likewise.
15154         [__USE_SVID]: Likewise.
15155         * string/bits/string3.h [__USE_BSD]: Likewise.
15156         * string/endian.h [__USE_BSD]: Likewise.
15157         * string/string.h [__USE_SVID]: Likewise.
15158         [__USE_BSD]: Likewise.
15159         * string/strings.h [__USE_BSD]: Likewise.
15160         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15161         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15162         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15163         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15164         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15165         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15166         Likewise.
15167         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15168         Likewise.
15169         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15170         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15171         Likewise.
15172         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15173         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15174         Likewise.
15175         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15176         Likewise.
15177         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15178         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15179         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15180         Likewise.
15181         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15182         Likewise.
15183         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15184         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15185         * termios/termios.h [__USE_BSD]: Likewise.
15186         * time/sys/time.h [__USE_BSD]: Likewise.
15187         * time/time.h [__USE_BSD]: Likewise.
15188         [__USE_SVID]: Likewise.
15189
15190         * Makefile (subdir_targets): Remove subdir_lint.out.
15191
15192         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15193         (do-tst-printf): Likewise.
15194         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15195         $(objpfx)tst-printf.out.
15196
15197         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15198
15199         * Makerules (check-abi-%): Change target to
15200         $(objpfx)check-abi-%.out.
15201         (check-abi target): Update dependencies.
15202         (check-abi-pattern variable): Redirect output of diff to $@.
15203         (check-abi variable): Likewise.
15204         * elf/Makefile (check-abi): Update dependencies.
15205
15206         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15207         unused.
15208         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15209         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15210         subnormal range.
15211         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15212         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15213         value has largest subnormal exponent.
15214         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15215         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15216         * sysdeps/aarch64/soft-fp/sfp-machine.h
15217         (_FP_TININESS_AFTER_ROUNDING): New macro.
15218         * sysdeps/alpha/soft-fp/sfp-machine.h
15219         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15220         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15221         Likewise.
15222         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15223         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15224         * sysdeps/mips/soft-fp/sfp-machine.h
15225         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15226         * sysdeps/powerpc/soft-fp/sfp-machine.h
15227         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15228         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15229         Likewise.
15230         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15231         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15232         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15233         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15234         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15235         Likewise.
15236
15237 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15238
15239         [BZ #16545]
15240         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15241         model 1.
15242
15243 2014-02-12  Richard Henderson  <rth@redhat.com>
15244
15245         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15246         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15247         * sysdeps/unix/sysv/linux/alpha: Move directory from
15248         ports/sysdeps/unix/sysv/linux/alpha.
15249         * README: Update listing for alpha-*-linux-gnu.
15250
15251 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15252
15253         * include/features.h: Update comment documenting feature test
15254         macros.
15255         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15256         _DEFAULT_SOURCE.
15257         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15258         (_SVID_SOURCE): Likewise.
15259         (_DEFAULT_SOURCE): Update description of default features.
15260         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15261         with _GNU_SOURCE.
15262         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15263         (S_ISVTX): Likewise.
15264         * manual/math.texi (Mathematical Constants): Likewise.
15265         * manual/signal.texi (Interrupted Primitives): Likewise.
15266         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15267         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15268         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15269         Don't refer to _SVID_SOURCE in warning text.
15270
15271         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15272
15273         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15274         already defined.
15275         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15276         * sysdeps/mips/dl-lookup.c: Remove.
15277         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15278
15279 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15280
15281         [BZ #16447]
15282         * math/auto-libm-test-in: Add testcase for expl.
15283         * math/auto-libm-test-out: Regenerate.
15284         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15285         calculation of unsafe.
15286         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15287
15288 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15289
15290         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15291         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15292         ports/sysdeps/unix/sysv/linux/aarch64.
15293         * README: Update listing for aarch64*-*-linux-gnu.
15294
15295 2014-02-11  Will Newton  <will.newton@linaro.org>
15296
15297         * manual/probes.texi (Mathematical Function Probes): Use
15298         "triggered" instead of "hit".
15299
15300         * manual/probes.texi (Internal Probes): Add documentation
15301         of setjmp, longjmp and longjmp_target probes.
15302
15303         * include/stap-probe.h: Add comment about probe argument
15304         format.
15305
15306         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15307         definition.  (tr_where, tr_freehook, tr_mallochook,
15308         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15309
15310 2014-02-11  David S. Miller  <davem@davemloft.net>
15311
15312         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15313         processing int_tests.
15314
15315 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15316
15317         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15318         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15319         * sysdeps/unix/sysv/linux/mips: Move directory from
15320         ports/sysdeps/unix/sysv/linux/mips.
15321         * README: Update listing for mips-*-linux-gnu and
15322         mips64-*-linux-gnu.
15323
15324 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15325
15326         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15327         * sysdeps/unix/sysv/linux/m68k: Move directory from
15328         ports/sysdeps/unix/sysv/linux/m68k.
15329         * README: Update listing for m68k-*-linux-gnu.
15330
15331 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15332
15333         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15334         * sysdeps/unix/sysv/linux/generic: Move directory from
15335         ports/sysdeps/unix/sysv/linux/generic.
15336         * sysdeps/unix/sysv/linux/tile: Move directory from
15337         ports/sysdeps/unix/sysv/linux/tile.
15338         * README: Update listing for tile*-*-linux-gnu.
15339
15340 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15341
15342         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15343         __builtin_expect.
15344         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15345         * catgets/open_catalog.c (__open_catalog): Likewise.
15346         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15347         * debug/confstr_chk.c: Likewise.
15348         * debug/fread_chk.c (__fread_chk): Likewise.
15349         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15350         * debug/getgroups_chk.c: Likewise.
15351         * debug/mbsnrtowcs_chk.c: Likewise.
15352         * debug/mbsrtowcs_chk.c: Likewise.
15353         * debug/mbstowcs_chk.c: Likewise.
15354         * debug/memcpy_chk.c: Likewise.
15355         * debug/memmove_chk.c: Likewise.
15356         * debug/mempcpy_chk.c: Likewise.
15357         * debug/memset_chk.c: Likewise.
15358         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15359         * debug/strcat_chk.c (__strcat_chk): Likewise.
15360         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15361         * debug/strncat_chk.c (__strncat_chk): Likewise.
15362         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15363         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15364         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15365         * debug/wcpncpy_chk.c: Likewise.
15366         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15367         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15368         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15369         * debug/wcsncpy_chk.c: Likewise.
15370         * debug/wcsnrtombs_chk.c: Likewise.
15371         * debug/wcsrtombs_chk.c: Likewise.
15372         * debug/wcstombs_chk.c: Likewise.
15373         * debug/wmemcpy_chk.c: Likewise.
15374         * debug/wmemmove_chk.c: Likewise.
15375         * debug/wmempcpy_chk.c: Likewise.
15376         * debug/wmemset_chk.c: Likewise.
15377         * dirent/scandirat.c (SCANDIRAT): Likewise.
15378         * dlfcn/dladdr1.c (dladdr1): Likewise.
15379         * dlfcn/dladdr.c (dladdr): Likewise.
15380         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15381         * dlfcn/dlerror.c (__dlerror): Likewise.
15382         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15383         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15384         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15385         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15386         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15387         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15388         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15389         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15390         Likewise.
15391         * elf/dl-conflict.c: Likewise.
15392         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15393         * elf/dl-dst.h: Likewise.
15394         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15395         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15396         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15397         * elf/dl-init.c (call_init, _dl_init): Likewise.
15398         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15399         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15400         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15401         Likewise.
15402         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15403         Likewise.
15404         * elf/dl-minimal.c (__libc_memalign): Likewise.
15405         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15406         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15407         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15408         * elf/dl-sym.c (do_sym): Likewise.
15409         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15410         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15411         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15412         * elf/dl-writev.h (_dl_writev): Likewise.
15413         * elf/ldconfig.c (search_dir): Likewise.
15414         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15415         (dl_main): Likewise.
15416         * elf/setup-vdso.h (setup_vdso): Likewise.
15417         * grp/compat-initgroups.c (compat_call): Likewise.
15418         * grp/fgetgrent.c (fgetgrent): Likewise.
15419         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15420         * grp/putgrent.c (putgrent): Likewise.
15421         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15422         Likewise.
15423         * hurd/hurdinit.c: Likewise.
15424         * iconvdata/8bit-gap.c (struct): Likewise.
15425         * iconvdata/ansi_x3.110.c : Likewise.
15426         * iconvdata/big5.c : Likewise.
15427         * iconvdata/big5hkscs.c : Likewise.
15428         * iconvdata/cp1255.c: Likewise.
15429         * iconvdata/cp1258.c : Likewise.
15430         * iconvdata/cp932.c : Likewise.
15431         * iconvdata/euc-cn.c: Likewise.
15432         * iconvdata/euc-jisx0213.c : Likewise.
15433         * iconvdata/euc-jp.c: Likewise.
15434         * iconvdata/euc-jp-ms.c : Likewise.
15435         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15436         * iconvdata/gb18030.c : Likewise.
15437         * iconvdata/gbbig5.c (const): Likewise.
15438         * iconvdata/gbgbk.c: Likewise.
15439         * iconvdata/gbk.c : Likewise.
15440         * iconvdata/ibm1364.c : Likewise.
15441         * iconvdata/ibm930.c : Likewise.
15442         * iconvdata/ibm932.c: Likewise.
15443         * iconvdata/ibm933.c : Likewise.
15444         * iconvdata/ibm935.c : Likewise.
15445         * iconvdata/ibm937.c : Likewise.
15446         * iconvdata/ibm939.c : Likewise.
15447         * iconvdata/ibm943.c: Likewise.
15448         * iconvdata/iso_11548-1.c: Likewise.
15449         * iconvdata/iso-2022-cn.c : Likewise.
15450         * iconvdata/iso-2022-cn-ext.c : Likewise.
15451         * iconvdata/iso-2022-jp-3.c: Likewise.
15452         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15453         * iconvdata/iso-2022-kr.c : Likewise.
15454         * iconvdata/iso646.c (gconv_end): Likewise.
15455         * iconvdata/iso_6937-2.c : Likewise.
15456         * iconvdata/iso_6937.c : Likewise.
15457         * iconvdata/iso8859-1.c: Likewise.
15458         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15459         * iconvdata/shift_jisx0213.c : Likewise.
15460         * iconvdata/sjis.c : Likewise.
15461         * iconvdata/t.61.c : Likewise.
15462         * iconvdata/tcvn5712-1.c : Likewise.
15463         * iconvdata/tscii.c: Likewise.
15464         * iconvdata/uhc.c : Likewise.
15465         * iconvdata/unicode.c (gconv_end): Likewise.
15466         * iconvdata/utf-16.c (gconv_end): Likewise.
15467         * iconvdata/utf-32.c (gconv_end): Likewise.
15468         * iconvdata/utf-7.c (base64): Likewise.
15469         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15470         * iconv/gconv_close.c (__gconv_close): Likewise.
15471         * iconv/gconv_open.c (__gconv_open): Likewise.
15472         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15473         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15474         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15475         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15476         (ucs4le_internal_loop_single): Likewise.
15477         * iconv/iconv.c (iconv): Likewise.
15478         * iconv/iconv_close.c: Likewise.
15479         * iconv/loop.c (SINGLE): Likewise.
15480         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15481         * include/atomic.h: Likewise.
15482         * inet/inet6_option.c (option_alloc): Likewise.
15483         * intl/bindtextdom.c (set_binding_values): Likewise.
15484         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15485         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15486         * intl/localealias.c (read_alias_file): Likewise.
15487         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15488         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15489         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15490         * libio/fmemopen.c (fmemopen): Likewise.
15491         * libio/iofgets.c (_IO_fgets): Likewise.
15492         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15493         * libio/iofgetws.c (fgetws): Likewise.
15494         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15495         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15496         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15497         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15498         * locale/findlocale.c (_nl_find_locale): Likewise.
15499         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15500         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15501         Likewise.
15502         * locale/setlocale.c (setlocale): Likewise.
15503         * login/programs/pt_chown.c (main): Likewise.
15504         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15505         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15506         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15507         (mmap, mmap64, mremap, munmap): Likewise.
15508         * math/e_exp2l.c: Likewise.
15509         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15510         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15511         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15512         * math/s_catan.c (__catan): Likewise.
15513         * math/s_catanf.c (__catanf): Likewise.
15514         * math/s_catanh.c (__catanh): Likewise.
15515         * math/s_catanhf.c (__catanhf): Likewise.
15516         * math/s_catanhl.c (__catanhl): Likewise.
15517         * math/s_catanl.c (__catanl): Likewise.
15518         * math/s_ccosh.c (__ccosh): Likewise.
15519         * math/s_ccoshf.c (__ccoshf): Likewise.
15520         * math/s_ccoshl.c (__ccoshl): Likewise.
15521         * math/s_cexp.c (__cexp): Likewise.
15522         * math/s_cexpf.c (__cexpf): Likewise.
15523         * math/s_cexpl.c (__cexpl): Likewise.
15524         * math/s_clog10.c (__clog10): Likewise.
15525         * math/s_clog10f.c (__clog10f): Likewise.
15526         * math/s_clog10l.c (__clog10l): Likewise.
15527         * math/s_clog.c (__clog): Likewise.
15528         * math/s_clogf.c (__clogf): Likewise.
15529         * math/s_clogl.c (__clogl): Likewise.
15530         * math/s_csin.c (__csin): Likewise.
15531         * math/s_csinf.c (__csinf): Likewise.
15532         * math/s_csinh.c (__csinh): Likewise.
15533         * math/s_csinhf.c (__csinhf): Likewise.
15534         * math/s_csinhl.c (__csinhl): Likewise.
15535         * math/s_csinl.c (__csinl): Likewise.
15536         * math/s_csqrt.c (__csqrt): Likewise.
15537         * math/s_csqrtf.c (__csqrtf): Likewise.
15538         * math/s_csqrtl.c (__csqrtl): Likewise.
15539         * math/s_ctan.c (__ctan): Likewise.
15540         * math/s_ctanf.c (__ctanf): Likewise.
15541         * math/s_ctanh.c (__ctanh): Likewise.
15542         * math/s_ctanhf.c (__ctanhf): Likewise.
15543         * math/s_ctanhl.c (__ctanhl): Likewise.
15544         * math/s_ctanl.c (__ctanl): Likewise.
15545         * math/w_pow.c: Likewise.
15546         * math/w_powf.c: Likewise.
15547         * math/w_powl.c: Likewise.
15548         * math/w_scalb.c (sysv_scalb): Likewise.
15549         * math/w_scalbf.c (sysv_scalbf): Likewise.
15550         * math/w_scalbl.c (sysv_scalbl): Likewise.
15551         * misc/error.c (error_tail): Likewise.
15552         * misc/pselect.c (__pselect): Likewise.
15553         * nis/nis_callback.c (__nis_create_callback): Likewise.
15554         * nis/nis_call.c (__nisfind_server): Likewise.
15555         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15556         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15557         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15558         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15559         * nis/nis_lookup.c (nis_lookup): Likewise.
15560         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15561         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15562         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15563         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15564         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15565         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15566         * nis/nss_compat/compat-initgroups.c (add_group)
15567         (internal_getgrent_r): Likewise.
15568         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15569         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15570         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15571         (internal_getspnam_r): Likewise.
15572         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15573         (_nss_nis_getaliasbyname_r): Likewise.
15574         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15575         (_nss_nis_getntohost_r): Likewise.
15576         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15577         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15578         (_nss_nis_getgrgid_r): Likewise.
15579         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15580         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15581         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15582         (_nss_nis_gethostbyname4_r): Likewise.
15583         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15584         (initgroups_netid): Likewise.
15585         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15586         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15587         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15588         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15589         (_nss_nis_getprotobynumber_r): Likewise.
15590         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15591         (_nss_nis_getsecretkey): Likewise.
15592         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15593         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15594         (_nss_nis_getpwuid_r): Likewise.
15595         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15596         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15597         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15598         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15599         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15600         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15601         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15602         Likewise.
15603         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15604         (_nss_nisplus_getntohost_r): Likewise.
15605         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15606         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15607         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15608         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15609         Likewise.
15610         * nis/nss_nisplus/nisplus-initgroups.c
15611         (_nss_nisplus_initgroups_dyn): Likewise.
15612         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15613         (_nss_nisplus_getnetbyaddr_r): Likewise.
15614         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15615         (_nss_nisplus_getprotobynumber_r): Likewise.
15616         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15617         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15618         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15619         Likewise.
15620         * nis/nss_nisplus/nisplus-service.c
15621         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15622         (_nss_nisplus_getservbyport_r): Likewise.
15623         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15624         (_nss_nisplus_getspnam_r): Likewise.
15625         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15626         Likewise.
15627         * nscd/aicache.c (addhstaiX): Likewise.
15628         * nscd/cache.c (cache_search, prune_cache): Likewise.
15629         * nscd/connections.c (register_traced_file, send_ro_fd)
15630         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15631         (main_loop_epoll): Likewise.
15632         * nscd/grpcache.c (addgrbyX): Likewise.
15633         * nscd/hstcache.c (addhstbyX): Likewise.
15634         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15635         * nscd/mem.c (gc, mempool_alloc): Likewise.
15636         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15637         (addinnetgrX): Likewise.
15638         * nscd/nscd-client.h (__nscd_acquire_maplock)
15639         (__nscd_drop_map_ref): Likewise.
15640         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15641         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15642         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15643         Likewise.
15644         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15645         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15646         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15647         (__nscd_get_map_ref): Likewise.
15648         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15649         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15650         Likewise.
15651         * nscd/pwdcache.c (addpwbyX): Likewise.
15652         * nscd/selinux.c (preserve_capabilities): Likewise.
15653         * nscd/servicescache.c (addservbyX): Likewise.
15654         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15655         * posix/fnmatch.c (fnmatch): Likewise.
15656         * posix/getopt.c (_getopt_internal_r): Likewise.
15657         * posix/glob.c (glob, glob_in_dir): Likewise.
15658         * posix/wordexp.c (exec_comm_child): Likewise.
15659         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15660         (getanswer_r, gaih_getanswer_slice): Likewise.
15661         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15662         * resolv/res_init.c: Likewise.
15663         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15664         * resolv/res_query.c (__libc_res_nquery): Likewise.
15665         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15666         Likewise.
15667         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15668         * stdio-common/perror.c (perror): Likewise.
15669         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15670         * stdio-common/tmpnam.c (tmpnam): Likewise.
15671         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15672         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15673         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15674         Likewise.
15675         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15676         * stdlib/putenv.c (putenv): Likewise.
15677         * stdlib/setenv.c (__add_to_environ): Likewise.
15678         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15679         * stdlib/strtol_l.c (INTERNAL): Likewise.
15680         * string/memmem.c (memmem): Likewise.
15681         * string/strerror.c (strerror): Likewise.
15682         * string/strnlen.c (__strnlen): Likewise.
15683         * string/test-memmem.c (simple_memmem): Likewise.
15684         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15685         * sunrpc/pm_getport.c (__get_socket): Likewise.
15686         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15687         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15688         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15689         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15690         Likewise.
15691         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15692         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15693         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15694         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15695         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15696         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15697         Likewise.
15698         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15699         Likewise.
15700         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15701         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15702         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15703         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15704         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15705         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15706         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15707         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15708         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15709         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15710         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15711         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15712         Likewise.
15713         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15714         Likewise.
15715         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15716         Likewise.
15717         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15718         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15719         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15720         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15721         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15722         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15723         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15724         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15725         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15726         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15727         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15728         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15729         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15730         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15731         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15732         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15733         Likewise.
15734         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15735         Likewise.
15736         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15737         Likewise.
15738         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15739         Likewise.
15740         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15741         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15742         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15743         Likewise.
15744         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15745         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15746         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15747         * sysdeps/posix/sleep.c: Likewise.
15748         * sysdeps/posix/tempname.c: Likewise.
15749         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15750         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15751         Likewise.
15752         * sysdeps/powerpc/powerpc32/dl-machine.h
15753         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15754         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15755         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15756         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15757         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15758         Likewise.
15759         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15760         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15761         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15762         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15763         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15764         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15765         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15766         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15767         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15768         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15769         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15770         (elf_machine_lazy_rel): Likewise.
15771         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15772         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15773         (elf_machine_lazy_rel): Likewise.
15774         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15775         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15776         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15777         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15778         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15779         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15780         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15781         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15782         Likewise.
15783         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15784         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15785         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15786         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15787         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15788         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15789         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15790         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15791         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15792         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15793         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15794         Likewise.
15795         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15796         (__posix_fallocate64_l64): Likewise.
15797         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15798         (posix_fallocate): Likewise.
15799         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15800         Likewise.
15801         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15802         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15803         (getifaddrs_internal): Likewise.
15804         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15805         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15806         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15807         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15808         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15809         (__posix_fallocate64_l64): Likewise.
15810         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15811         Likewise.
15812         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15813         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15814         (__get_clockfreq): Likewise.
15815         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15816         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15817         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15818         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15819         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15820         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15821         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15822         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15823         Likewise.
15824         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15825         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15826         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15827         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15828         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15829         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15830         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15831         Likewise.
15832         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15833         (posix_fallocate): Likewise.
15834         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15835         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15836         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15837         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15838         (elf_machine_rela, elf_machine_rela_relative)
15839         (elf_machine_lazy_rel): Likewise.
15840         * time/asctime.c (asctime_internal): Likewise.
15841         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15842         * time/tzset.c (__tzset_parse_tz): Likewise.
15843         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15844         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15845         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15846         * wcsmbs/wcsmbsload.h: Likewise.
15847
15848         [BZ #15894]
15849         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15850
15851         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15852         (arena_get2): Remove THREAD_STATS conditionals.
15853         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15854         (__malloc_stats, int): Likewise.
15855
15856 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15857
15858         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15859         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15860
15861         * manual/setjmp.texi: Fix typos/grammar errors.
15862
15863         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15864         Only return early when n is <= 0.  Delete unused return statement.
15865
15866         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15867         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15868         * debug/tst-longjmp_chk3.c: New file.
15869
15870         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15871         (test_main): Replace code with set_fortify_handler call.
15872         * debug/test-strcpy_chk.c: Likewise.
15873         * debug/tst-chk1.c: Likewise.
15874         * debug/tst-longjmp_chk.c: Likewise.
15875         * test-skeleton.c: Include fcntl.h & paths.h
15876         (set_fortify_handler): Define.
15877
15878         * debug/tst-longjmp_chk.c: Add header comment and include
15879         ../test-skeleton.c.
15880         (do_test): Mark static.
15881         (TEST_FUNCTION): Define.
15882
15883         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15884         (IP_PMTUDISC_INTERFACE): Likewise.
15885         (IP_MULTICAST_IF): Likewise.
15886         (IP_MULTICAST_TTL): Likewise.
15887         (IP_MULTICAST_LOOP): Likewise.
15888         (IP_ADD_MEMBERSHIP): Likewise.
15889         (IP_DROP_MEMBERSHIP): Likewise.
15890         (IP_UNBLOCK_SOURCE): Likewise.
15891         (IP_BLOCK_SOURCE): Likewise.
15892         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15893         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15894         (IP_MSFILTER): Likewise.
15895         (MCAST_JOIN_GROUP): Likewise.
15896         (MCAST_BLOCK_SOURCE): Likewise.
15897         (MCAST_UNBLOCK_SOURCE): Likewise.
15898         (MCAST_LEAVE_GROUP): Likewise.
15899         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15900         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15901         (MCAST_MSFILTER): Likewise.
15902         (IP_MULTICAST_ALL): Likewise.
15903         (IP_UNICAST_IF): Likewise.
15904
15905         * timezone/Makefile: Delete $(have-ksh) check.
15906         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15907         * timezone/tzselect.ksh: Add +x mode bits.
15908
15909         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15910         (ANON_INODE_FS_MAGIC): Likewise.
15911         (BDEVFS_MAGIC): Likewise.
15912         (BINFMTFS_MAGIC): Likewise.
15913         (BTRFS_TEST_MAGIC): Likewise.
15914         (CRAMFS_MAGIC_WEND): Likewise.
15915         (DEBUGFS_MAGIC): Likewise.
15916         (ECRYPTFS_SUPER_MAGIC): Likewise.
15917         (EXT3_SUPER_MAGIC): Likewise.
15918         (EXT4_SUPER_MAGIC): Likewise.
15919         (FUTEXFS_SUPER_MAGIC): Likewise.
15920         (HOSTFS_SUPER_MAGIC): Likewise.
15921         (HUGETLBFS_MAGIC): Likewise.
15922         (MINIX3_SUPER_MAGIC): Likewise.
15923         (MTD_INODE_FS_MAGIC): Likewise.
15924         (NILFS_SUPER_MAGIC): Likewise.
15925         (OPENPROM_SUPER_MAGIC): Likewise.
15926         (PIPEFS_MAGIC): Likewise.
15927         (PSTOREFS_MAGIC): Likewise.
15928         (QNX6_SUPER_MAGIC): Likewise.
15929         (RAMFS_MAGIC): Likewise.
15930         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15931         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15932         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15933         (SECURITYFS_MAGIC): Likewise.
15934         (SELINUX_MAGIC): Likewise.
15935         (SMACK_MAGIC): Likewise.
15936         (SOCKFS_MAGIC): Likewise.
15937         (SQUASHFS_MAGIC): Likewise.
15938         (STACK_END_MAGIC): Likewise.
15939         (TMPFS_MAGIC): Likewise.
15940         (USBDEVICE_SUPER_MAGIC): Likewise.
15941         (V9FS_MAGIC): Likewise.
15942         (XENFS_SUPER_MAGIC): Likewise.
15943         (CRAMFS_MAGIC): Fix typo in comment.
15944         (EXT2_SUPER_MAGIC): Update comment.
15945         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15946
15947 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15948
15949         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15950         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15951         * sysdeps/unix/sysv/linux/arm: Move directory from
15952         ports/sysdeps/unix/sysv/linux/arm.
15953         * README: Update listing for arm-*-linux-gnueabi.
15954
15955         * README: Remove mention of am33.
15956
15957 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15958
15959         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15960         than the comma operator, to avoid "rhs of comma has no effect"
15961         compiler warnings.
15962         (__sigfillset, __sigandset, __sigorset): Likewise.
15963         * include/signal.h (__sigemptyset): Likewise.
15964         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15965
15966 2014-02-07  Allan McRae  <allan@archlinux.org>
15967
15968         * version.h (RELEASE): Set to "development".
15969         (VERSION): Set to "2.19.90"
15970         * NEWS: Add 2.20 section.
15971
15972 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15973
15974         [BZ #16529]
15975         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15976
15977 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15978
15979         * manual/contrib.texi: Update entry for Carlos O'Donell,
15980         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15981
15982 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15983
15984         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15985
15986         * sysdeps/unix/sysv/linux/kernel-features.h
15987         [__LINUX_KERNEL_VERSION >= 0x020621]
15988         (__ASSUME_PROC_PID_TASK_COMM): Define.
15989
15990 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15991
15992         [BZ #16398]
15993         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15994         conversion when destination buffer does not have enough space.
15995         * libio/tst-ftell-partial-wide.c: New test case.
15996         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15997
15998         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15999         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16000         Leonard and Allan McRae.
16001
16002 2014-02-04  David S. Miller  <davem@davemloft.net>
16003
16004         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16005         32-bit.
16006
16007 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16008
16009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16010         New file
16011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16012         New file
16013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16014         New file.
16015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16016         New file.
16017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16018         New file.
16019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16020         New file.
16021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16022         New file.
16023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16024         New file.
16025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16026         New file.
16027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16028         New file.
16029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16030         New file.
16031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16032         New file.
16033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16034         New file.
16035
16036 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16037
16038         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16039         * shlib-versions: Likewise.
16040
16041 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16042             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16043
16044         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16045         (abilist-pattern): New variable, set to %-le.abilist.
16046
16047         * Makerules (abilist-pattern): New variable.
16048         (vpath): Use $(abilist-pattern) in place of %.abilist.
16049         (check-abi-% pattern rule): Likewise.
16050         (check-abi, update-abi): Likewise.
16051
16052 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16053
16054         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16055
16056 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16057
16058         * manual/startup.texi: Add next, previous, and top entries for
16059         the `Program Arguments' and `Environment Variables' nodes.
16060
16061 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16062
16063         * manual/macros.texi: Add comments before MTASC-safety macros.
16064
16065         * manual/users.texi: Document MTASC-safety properties.
16066
16067         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16068         (pthread_getspecific, pthread_setspecific): Format with
16069         @deftypefun, and add @safety note.
16070         * manual/signal.texi: Move comments that analyze the above
16071         functions to their home place.
16072
16073 2014-02-03  Allan McRae  <allan@archlinux.org>
16074
16075         * po/sl.po: Update Slovenian translation from translation project.
16076
16077 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16078
16079         * manual/time.texi (timegm): Add missing blank after @c.
16080         Reported by Joseph Myers <joseph@codesourcery.com>.
16081
16082 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16083
16084         * manual/check-safety.sh: New.
16085         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16086
16087         * manual/terminal.texi: Document MTASC-safety properties.
16088
16089         * manual/filesys.texi: Document MTASC-safety properties.
16090
16091         * manual/errno.texi: Document MTASC-safety properties.
16092
16093         * manual/intro.texi: Document safety identifiers and
16094         conditionals.
16095
16096         * manual/string.texi (wcstok): Fix prototype.
16097         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16098
16099         * manual/time.texi: Document MTASC-safety properties.
16100
16101         * manual/string.texi: Document MTASC-safety properties.
16102
16103         * manual/threads.texi: Document MTASC-safety properties.
16104
16105         * manual/stdio.texi: Document MTASC-safety properties.
16106
16107         * manual/syslog.texi: Document MTASC-safety properties.
16108
16109         * manual/sysinfo.texi: Document MTASC-safety properties.
16110
16111         * manual/startup.texi: Document MTASC-safety properties.
16112
16113         * manual/socket.texi: Document MTASC-safety properties.
16114
16115         * manual/signal.texi: Document MTASC-safety properties.
16116
16117 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16118
16119         * manual/setjmp.texi: Document MTASC-safety properties.
16120
16121         * manual/search.texi: Document MTASC-safety properties.
16122
16123         * manual/resource.texi: Document MTASC-safety properties.
16124
16125         * manual/process.texi: Document MTASC-safety properties.
16126
16127         * manual/platform.texi: Document MTASC-safety properties.
16128
16129         * manual/pipe.texi: Document MTASC-safety properties.
16130
16131         * manual/pattern.texi: Document MTASC-safety properties.
16132
16133         * manual/message.texi: Document MTASC-safety properties.
16134
16135         [BZ #12751]
16136         * manual/memory.texi: Document MTASC-safety properties.
16137
16138         * manual/math.texi: Document MTASC-safety properties.
16139
16140         * manual/locale.texi: Document MTASC-safety properties.
16141
16142         * manual/llio.texi: Document MTASC-safety properties.
16143
16144         * manual/libdl.texi: New.
16145
16146         * manual/lang.texi: Document MTASC-safety properties.
16147
16148         * manual/job.texi: Document MTASC-safety properties.
16149
16150         * manual/getopt.texi: Document MTASC-safety properties.
16151
16152         * manual/ctype.texi: Document MTASC-safety properties.
16153
16154 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16155
16156         [BZ #16046]
16157         * csu/libc-tls.c (static_map): Remove variable.
16158         (__libc_setup_tls): Use main executable's link map for TLS data.
16159         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16160         casing for LM_ID_BASE and GL(dl_nns).
16161         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16162         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16163         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16164         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16165         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16166         member.
16167         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16168         l_phnum members.
16169
16170 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16171
16172         * manual/debug.texi: Document MTASC-safety properties.
16173
16174 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16175
16176         [BZ #16510]
16177         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16178         of __x86_64__ when disabling x87 inline functions.
16179
16180 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16181
16182         * manual/charset.texi: Document MTASC-safety properties.
16183
16184         * manual/crypt.texi: Document MTASC-safety properties.
16185
16186         * manual/conf.texi: Document MTASC-safety properties.
16187
16188         * manual/arith.texi: Document MTASC-safety properties.
16189
16190         * manual/argp.texi: Document MTASC-safety properties.
16191
16192         * manual/macros.texi: Introduce macros to document multi
16193         thread, asynchronous signal and asynchronous cancellation
16194         safety properties.
16195         * manual/intro.texi: Introduce the properties themselves.
16196
16197 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16198
16199         * sysdeps/sh/sh4/Makefile: New file.
16200
16201 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16202
16203         * math/gen-libm-test.pl ($srcdir): New variable.
16204         ($auto_input): Use it.
16205
16206 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16207
16208         [BZ #16506]
16209         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16210         access beyond array bounds when parsing netgroups file.
16211
16212         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16213         the old buffer before realloc.
16214
16215 2014-01-27  Allan McRae  <allan@archlinux.org>
16216
16217         * po/fr.po: Update French translation from translation project.
16218
16219 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16220
16221         * sysdeps/sh/libm-test-ulps: Regenerate.
16222
16223 2014-01-24  David S. Miller  <davem@davemloft.net>
16224
16225         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16226
16227 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16228
16229         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16230         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16231
16232 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16233
16234         [BZ #16474]
16235         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16236         string pointers after reallocation.
16237
16238 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16239
16240         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16241         __SH4A__ instead of __SH_FPU_ANY__.
16242
16243 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16244
16245         * sysdeps/sh/fpu_control.h: New file.
16246         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16247         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16248         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16249         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16250         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16251         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16252         * sysdeps/sh/sys/ucontext.h: Remove.
16253         * sysdeps/sh/sys: Remove directory.
16254
16255 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16256
16257         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16258         s390/sys/ucontext.h.
16259         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16260         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16261
16262 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16263
16264         [BZ #15605]
16265         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16266
16267 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16268
16269         [BZ#16431]
16270         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16271         Adjust the vDSO correctly for internal calls.
16272         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16273
16274 2014-01-20  Allan McRae  <allan@archlinux.org>
16275
16276         * po/ca.po: Update Catalan translation from translation project.
16277
16278 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16279
16280         * sysdeps/s390/sotruss-lib.c: New file.
16281
16282 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16283
16284         [BZ#16430]
16285         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16286         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16287         local calls issues by not having a PLT stub required for IFUNC calls.
16288         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16289
16290 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16291
16292         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16293         * math/test-fpucw-static.c: Likewise.
16294
16295 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16296
16297         [BZ #16453]
16298         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16299
16300 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16301
16302         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16303         implementation for powerpc.
16304
16305 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16306
16307         [BZ #14782]
16308         * sysdeps/posix/system.c (__libc_system): Do not enable
16309         asynchronous cancellation.
16310
16311 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16312
16313         [BZ #16427]
16314         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16315         handling only for numbers special also in the IEEE case.
16316
16317 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16318
16319         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16320
16321 2014-01-11  Allan McRae  <allan@archlinux.org>
16322
16323         * po/bg.po: Update Bulgarian translation from translation project.
16324
16325         * po/de.po: Update German translation from translation project.
16326
16327 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16328
16329         * sysdeps/generic/gcc-compat.h: New file.
16330
16331 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16332
16333         * benchtests/asin-inputs: Correct slow inputs.
16334         * benchtests/acos-inputs: Likewise.
16335
16336 2014-01-10  Allan McRae  <allan@archlinux.org>
16337
16338         * po:sv.po: Update Swedish translation from translation project.
16339
16340         * po/vi.po: Update Vietnamese translation from translation project.
16341
16342         * po/eo.po: Update Esperanto translation from translation project.
16343
16344         * po/cs.po: Update Czech translation from translation project.
16345
16346         * po/nl.po: Update Dutch translation from translation project.
16347
16348         * po/pl.po: Update Polish translation from translation project.
16349
16350         * po/ru.po: Update Russian translation from translation project.
16351
16352         * po/uk.po: Update Ukrainian translation from translation project.
16353
16354 2014-01-08  Brooks Moses  <bmoses@google.com>
16355
16356         * elf/dl-load.c: Fix comment typo.
16357
16358 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16359
16360         * po/header.pot: Rename to...
16361         * po/pot.header: ... this.
16362         * po/Makefile: Use pot.header.
16363
16364 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16365             Maxim Kuvyrkov  <maxim@kugelworks.com>
16366
16367         [BZ #16394]
16368         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16369         SRC and DEST against LEN.
16370
16371 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16372
16373         [BZ #16414]
16374         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16375         implementation.
16376         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16377
16378 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16379
16380         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16381
16382 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16383
16384         [BZ #16408]
16385         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16386         for large positive arguments.
16387
16388 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16389
16390         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16391
16392         * math/auto-libm-test-in: Mark various tests with
16393         xfail-rounding:ldbl-128ibm.
16394         * math/auto-libm-test-out: Regenerated.
16395
16396         [BZ #16407]
16397         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16398         Increase overflow threshold.
16399
16400 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16401
16402         [BZ #14286]
16403         * stdio-common/vfprintf.c: Check for integer overflow.
16404
16405 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16406
16407         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16408         the first argument and return value of __tls_get_addr_internal.
16409
16410 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16411
16412         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16413         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16414
16415 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16416
16417         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16418         * sysdeps/s390/rtld-global-offsets.sym: New file.
16419         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16420         GLIBC_2.19 symbol.
16421         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16422         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16423         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16424         ... this.
16425         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16426         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16427         ... this.
16428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16429         Regenerate.
16430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16431         Regenerate.
16432         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16433         halfs of GPRs for high_gprs contexts.
16434         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16435         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16436         field.
16437         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16438         uc_flags field.
16439         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16440         64 bit versions:
16441         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16442         for high GPRs (uc_high_gprs) and for future extensions
16443         (__reserved).
16444         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16445         for future extensions (__reserved).
16446         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16447         64 bit versions:
16448         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16449         SC_HIGHGPRS offset definition.
16450         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16451         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16452
16453         * Versions.def: Add GLIBC_2.19 for libpthread.
16454         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16455         siglongjmp for libpthread with GLIBC_2.19 symver.
16456         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16457         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16458         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16459         * sysdeps/s390/__longjmp.c: New file.
16460         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16461         * sysdeps/s390/longjmp.c: New file.
16462         * sysdeps/s390/setjmp.S: New file.
16463         * sysdeps/s390/sigjmp.S: New file.
16464         * sysdeps/s390/v1-longjmp.c: New file.
16465         * sysdeps/s390/v1-setjmp.h: New file.
16466         * sysdeps/s390/v1-sigjmp.c: New file.
16467         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16468         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16469         GLIBC_2.19 version.
16470         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16471         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16472         versioned symbols for ____longjmp_chk.
16473         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16474         Likewise.
16475         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16476         Regenerate.
16477         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16478         Regenerate.
16479         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16480         Regenerate.
16481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16482         Regenerate.
16483         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16484         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16485         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16486         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16487         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16488         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16489         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16490         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16491         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16492         * sysdeps/s390/rtld-__longjmp.c: New file.
16493         * sysdeps/s390/rtld-setjmp.S: New file.
16494
16495 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16496
16497         [BZ #16400]
16498         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16499         Return -__logl (x) for small positive arguments without evaluating
16500         a polynomial.
16501
16502 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16503
16504         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16505         Rename to ...
16506         (__ptrace_peeksiginfo_args): ... this.
16507         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16508         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16509         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16510
16511 2014-01-06  Allan McRae  <allan@archlinux.org>
16512
16513         * inet/netinet/in.h: Fix typo in comment.
16514
16515 2014-01-05  Andreas Jaeger  <aj@suse.de>
16516
16517         * sysdeps/i386/fpu/libm-test-ulps: Update.
16518
16519 2014-01-05  Allan McRae  <allan@archlinux.org>
16520
16521         * po/libc.pot: Regenerated.
16522
16523         * malloc/memusagestat.c: Fix gettext call formatting.
16524
16525 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16526
16527         * nscd/nscd.c: Improve usage() output.
16528
16529 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16530
16531         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16532         * sysdeps/unix/sysv/linux/configure: Regenerated.
16533         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16534         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16535
16536 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16537
16538         [BZ #16390]
16539         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16540         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16541
16542 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16543
16544         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16545         extra tokens at end of #undef directive.
16546         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16547         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16548         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16549
16550 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16551
16552         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16553
16554         * math/auto-libm-test-in: Mark various tests with
16555         xfail-rounding:ldbl-128ibm.
16556         * math/auto-libm-test-out: Regenerated.
16557
16558 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16559
16560         [BZ #16386]
16561         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16562         numbers with subnormal high part when calculating exponent.
16563
16564         [BZ #16385]
16565         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16566         fabs.
16567
16568         [BZ #16384]
16569         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16570         M_LN2l.
16571         (__ieee754_acoshl): Use __log1pl not __log1p.
16572
16573 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16574
16575         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16576         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16577         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16578         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16579         (reused_arena, arena_get2): Convert to GNU style.
16580         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16581         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16582         (memalign_check, __malloc_set_state): Likewise.
16583         * malloc/mallocbug.c (main): Likewise.
16584         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16585         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16586         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16587         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16588         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16589         (__posix_memalign, malloc_info): Likewise.
16590         * malloc/malloc.h: Likewise.
16591         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16592         (mallochook, memalignhook, reallochook, mabort): Likewise.
16593         * malloc/mcheck.h: Likewise.
16594         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16595         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16596         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16597         * malloc/morecore.c (__default_morecore): Likewise.
16598         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16599         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16600         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16601         (print_and_abort): Likewise.
16602         * malloc/obstack.h: Likewise.
16603         * malloc/set-freeres.c (__libc_freeres): Likewise.
16604         * malloc/tst-mallocstate.c (main): Likewise.
16605         * malloc/tst-mtrace.c (main): Likewise.
16606         * malloc/tst-realloc.c (do_test): Likewise.
16607
16608 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16609
16610         [BZ #16366]
16611         * nscd/netgroupcache.c (do_notfound): New function.
16612         (addgetnetgrentX): Use it.
16613
16614         [BZ # 16365]
16615         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16616         NSS_STATUS_NOTFOUND.
16617
16618 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16619
16620         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16622
16623 2014-01-01  Allan McRae  <allan@archlinux.org>
16624
16625         * scripts/update-copyrights: Update configure input file suffix.
16626
16627         * NEWS: Update copyright year.
16628         * catgets/gencat.c: Likewise.
16629         * csu/version.c: Likewise.
16630         * debug/catchsegv.sh: Likewise.
16631         * debug/pcprofiledump.c: Likewise.
16632         * debug/xtrace.sh: Likewise.
16633         * elf/ldconfig.c: Likewise.
16634         * elf/ldd.bash.in: Likewise.
16635         * elf/pldd.c: Likewise.
16636         * elf/sotruss.ksh: Likewise.
16637         * elf/sprof.c: Likewise.
16638         * iconv/iconv_prog.c: Likewise.
16639         * iconv/iconvconfig.c: Likewise.
16640         * locale/programs/locale.c: Likewise.
16641         * locale/programs/localedef.c: Likewise.
16642         * login/programs/pt_chown.c: Likewise.
16643         * malloc/memusage.sh: Likewise.
16644         * malloc/memusagestat.c: Likewise.
16645         * malloc/mtrace.pl: Likewise.
16646         * manual/libc.texinfo: Likewise.
16647         * nscd/nscd.c: Likewise.
16648         * nss/getent.c: Likewise.
16649         * nss/makedb.c: Likewise.
16650         * posix/getconf.c: Likewise.
16651         * scripts/test-installation.pl: Likewise.
16652
16653         * All files with FSF copyright notices: Update copyright dates
16654         using scripts/update-copyrights.
16655         * intl/plural.c: Regenerated.
16656         * locale/programs/charmap-kw.h: Likewise.
16657         * locale/programs/locfile-kw.h: Likewise.
16658
16659 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16660
16661         * sysdeps/unix/sysv/linux/configure: Regenerated.
16662         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16663         the linux/fanotify.h header.
16664         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16665         HAVE_LINUX_FANOTIFY_H is defined.
16666
16667 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16668
16669         * benchtests/cos-inputs: New inputs.
16670         * benchtests/sin-inputs: Likewise.
16671
16672         * benchtests/atan-inputs: New inputs. Fix name of multiple
16673         precision fallback inputs.
16674
16675         * benchtests/atanh-inputs: New inputs.
16676         * benchtests/tanh-inputs: Likewise.
16677
16678         * benchtests/acosh-inputs: New inputs.
16679         * benchtests/asinh-inputs: Likewise.
16680
16681         * benchtests/cosh-inputs: New inputs.
16682         * benchtests/sinh-inputs: Likewise.
16683
16684         * benchtests/acos-inputs: Add more inputs.
16685         * benchtests/asin-inputs: Likewise.
16686
16687 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16688
16689         [BZ #16375]
16690         * manual/arith.texi: Fix spelling.
16691         * manual/charset.texi: Likewise.
16692         * manual/errno.texi: Likewise.
16693         * manual/filesys.texi: Likewise.
16694         * manual/lang.texi: Likewise.
16695         * manual/llio.texi: Likewise.
16696         * manual/locale.texi: Likewise.
16697         * manual/message.texi: Likewise.
16698         * manual/resource.texi: Likewise.
16699         * manual/search.texi: Likewise.
16700         * manual/setjmp.texi: Likewise.
16701         * manual/stdio.texi: Likewise.
16702         * manual/string.texi: Likewise.
16703         * manual/sysinfo.texi: Likewise.
16704         * manual/time.texi: Likewise.
16705
16706 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16707
16708         * po/sl.po: New file.
16709
16710 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16711
16712         * .gitignore: Add core/.gdbinit/.gdb_history.
16713
16714 2013-12-27  Allan McRae  <allan@archlinux.org>
16715
16716         [BZ #16369]
16717         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16718         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16719
16720 2013-12-24  Brooks Moses  <bmoses@google.com>
16721
16722         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16723         all compilers that claim C++98 compliance, not just GCC.
16724         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16725         Likewise.
16726
16727 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16728
16729         * NEWS: Restore accidentally deleted bug-fix entries.
16730
16731 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16732             Ondřej Bílka  <neleai@seznam.cz>
16733
16734         [BZ #15073]
16735         * malloc/malloc.c (_int_free): Perform sanity check only if we
16736         have_lock.
16737
16738 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16739
16740         [BZ #12986]
16741         * manual/stdio.texi (String Input Conversions): Clarify that character
16742         classes are not supported.
16743
16744 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16745
16746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16747
16748 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16749
16750         [BZ #16337]
16751         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16752         Calculate results for small negative arguments directly rather
16753         than using reflection formula with special underflow handling.
16754
16755         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16756         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16757         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16758         (fchflags): Likewise.
16759         (revoke): Likewise.
16760         (setlogin): Likewise.
16761         (sigaltstack): Likewise.
16762         (wait4): Likewise.
16763         (sigblock): Remove.
16764         (sigsetmask): Likewise.
16765         (wait3): Likewise.
16766         (waitpid): Likewise.
16767         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16768         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16769         file.
16770         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16771         * sysdeps/unix/bsd/Makefile: ... here.
16772         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16773         * sysdeps/unix/bsd/Versions: ... here.
16774         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16775         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16776         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16777         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16778         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16779         * sysdeps/unix/bsd/sigblock.c: ... here.
16780         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16781         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16782         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16783         * sysdeps/unix/bsd/sigvec.c: ... here.
16784         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16785         * sysdeps/unix/bsd/tcdrain.c: ... here.
16786         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16787         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16788         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16789         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16790         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16791         * sysdeps/unix/bsd/wait.c: ... here.
16792         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16793         * sysdeps/unix/bsd/wait3.c: ... here.
16794         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16795         * sysdeps/unix/bsd/waitpid.c: ... here.
16796
16797 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16798
16799         [BZ #16356]
16800         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16801         round-to-nearest for [!USE_AS_EXPM1L].
16802         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16803         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16804         more tests of exp and exp10.  Expect some exp10 tests to miss
16805         exceptions or fail in directed rounding modes.
16806         * math/auto-libm-test-out: Regenerated.
16807         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16808         (exp10_test_tonearest): New function.
16809         (exp10_towardzero_test_data): New array.
16810         (exp10_test_towardzero): New function.
16811         (exp10_downward_test_data): New array.
16812         (exp10_test_downward): New function.
16813         (exp10_upward_test_data): New array.
16814         (exp10_test_upward): New function.
16815         (main): Call the new functions.
16816         * sysdeps/i386/fpu/libm-test-ulps: Update.
16817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16818
16819 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16820
16821         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16822         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16823         * math/auto-libm-test-out: Regenerated.
16824         * math/libm-test.inc (acosh_test_data): Add more tests.
16825         (atanh_test_data): Likewise.
16826         (ceil_test_data): Likewise.
16827         (copysign_test_data): Likewise.
16828         * sysdeps/i386/fpu/libm-test-ulps: Update.
16829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16830
16831         * timezone/checktab.awk: Update from tzcode 2013i.
16832         * timezone/private.h: Likewise.
16833         * timezone/scheck.c: Likewise.
16834         * timezone/tzfile.h: Likewise.
16835         * timezone/tzselect.ksh: Likewise.
16836         * timezone/zdump.c: Likewise.
16837         * timezone/zic.c: Likewise.
16838
16839         * math/auto-libm-test-in: Add tests of cpow.
16840         * math/auto-libm-test-out: Regenerated.
16841         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16842         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16843         mpc_cc_c.
16844         (func_calc_desc): Add mpc_cc_c union field.
16845         (test_functions): Add cpow.
16846         (special_fill_2pi): New function.
16847         (special_real_inputs): Add 2pi.
16848         (calc_generic_results): Handle mpc_cc_c.
16849         * sysdeps/i386/fpu/libm-test-ulps: Update.
16850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16851
16852         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16853         csqrt, ctan and ctanh.
16854         * math/auto-libm-test-out: Regenerated.
16855         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16856         (TEST_COND_x86): Likewise.
16857         (ccos_test_data): Use AUTO_TESTS_c_c.
16858         (ccosh_test_data): Likewise.
16859         (cexp_test_data): Likewise.
16860         (clog_test_data): Likewise.
16861         (csqrt_test_data): Likewise.
16862         (ctan_test_data): Likewise.
16863         (ctan_tonearest_test_data): Likewise.
16864         (ctan_towardzero_test_data): Likewise.
16865         (ctan_downward_test_data): Likewise.
16866         (ctan_upward_test_data): Likewise.
16867         (ctanh_test_data): Likewise.
16868         (ctanh_tonearest_test_data): Likewise.
16869         (ctanh_towardzero_test_data): Likewise.
16870         (ctanh_downward_test_data): Likewise.
16871         (ctanh_upward_test_data): Likewise.
16872         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16873         mpc_c_c.
16874         (func_calc_desc): Add mpc_c_c union field.
16875         (FUNC_mpc_c_c): New macro.
16876         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16877         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16878         ctanh.
16879         (special_fill_min_subnorm_p120): New function.
16880         (special_real_inputs): Add min_subnorm_p120.
16881         (calc_generic_results): Handle mpc_c_c.
16882         * sysdeps/i386/fpu/libm-test-ulps: Update.
16883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16884
16885 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16886
16887         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16888         (do_sin_slow): New functions.
16889         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16890         (cslow2, csloww1, csloww2): Use the new functions.
16891
16892         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16893         Use M to change sign of result instead of X.  Assume X is
16894         positive.
16895         (csloww1): Likewise.
16896         (__sin): Adjust.
16897         (__cos): Adjust.
16898
16899         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16900         arguments A and DA.
16901         (__sin): Adjust.
16902         (__cos): Likewise.
16903
16904         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16905         (__cos): Likewise.
16906         (sloww1): Don't adjust sign of DX.
16907         (csloww1): Likewise.
16908         (sloww2): Use X directly and don't adjust sign of DX.
16909         (csloww2): Likewise.
16910
16911 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16912
16913         * math/auto-libm-test-in: Add tests of cabs and carg.
16914         * math/auto-libm-test-out: Regenerated.
16915         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16916         (carg_test_data): Likewise.
16917         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16918         mpc_c_f.
16919         (func_calc_desc): Add mpc_c_f union field.
16920         (test_functions): Add cabs and carg.
16921         (calc_generic_results): Handle mpc_c_f.
16922
16923         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16924         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16925         as a macro and a compat symbol.
16926         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16927         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16928         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16929         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16930         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16931         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16932         not use .hidden.
16933         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16934         Likewise.
16935         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16936         Likewise.
16937         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16938         Likewise.
16939         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16940         Likewise.
16941         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16942         Likewise.
16943         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16944         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16945         from GLIBC_2.3.2.
16946
16947 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16948
16949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16950
16951 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16952
16953         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16954         trailing whitespace removed.
16955         * scripts/config.guess: Update to version 2013-11-29.
16956         * scripts/config.sub: Update to version 2013-10-01.
16957
16958         * math/auto-libm-test-in: Add tests of sincos.
16959         * math/auto-libm-test-out: Regenerated.
16960         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16961         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16962         mpfr_f_11.
16963         (func_calc_desc): Add mpfr_f_11 union field.
16964         (test_functions): Add sincos.
16965         (calc_generic_results): Handle mpfr_f_11.
16966         * sysdeps/i386/fpu/libm-test-ulps: Update.
16967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16968
16969 2013-12-19  Andreas Schwab  <schwab@suse.de>
16970
16971         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16972         CALL_MCOUNT.
16973         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16974         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16975         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16976
16977 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16978
16979         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16980         * sysdeps/i386/fpu/libm-test-ulps: Update.
16981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16982
16983         [BZ #16293]
16984         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16985         round-to-nearest mode when using frndint.
16986         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16987         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16988         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16989         Likewise.
16990         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16991         sinh test to fail.
16992         * math/auto-libm-test-out: Regenerated.
16993         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16994         (TEST_COND_x86): Likewise.
16995         (expm1_tonearest_test_data): New array.
16996         (expm1_test_tonearest): New function.
16997         (expm1_towardzero_test_data): New array.
16998         (expm1_test_towardzero): New function.
16999         (expm1_downward_test_data): New array.
17000         (expm1_test_downward): New function.
17001         (expm1_upward_test_data): New array.
17002         (expm1_test_upward): New function.
17003         (main): Run the new test functions.
17004         * sysdeps/i386/fpu/libm-test-ulps: Update.
17005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17006
17007         * include/features.h: Update comment documenting feature test
17008         macros.  Mention _DEFAULT_SOURCE in comment.
17009         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17010         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17011         _BSD_SOURCE and _SVID_SOURCE.
17012         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17013         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17014         !_SVID_SOURCE]: Likewise.
17015         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17016         (__USE_POSIX_IMPLICITLY): Define.
17017         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17018         (_POSIX_SOURCE): Undefine and redefine.
17019         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17020         (_POSIX_C_SOURCE): Likewise.
17021         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17022         (Feature Test Macros): Update documentation of default features.
17023
17024 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17025
17026         * benchtests/Makefile: Add bench-strtok.
17027         * benchtests/bench-strtok.c: New file: strtok benchtest.
17028
17029 2013-12-19  Allan McRae  <allan@archlinux.org>
17030
17031         * manual/install.texi: Suppress menu for plain text output.
17032         * INSTALL: Regenerated.
17033
17034 2013-12-18  Brooks Moses  <bmoses@google.com>
17035
17036         [BZ #15846]
17037         * misc/getauxval.c: Include errno.h.
17038         (__getauxval): Set errno to ENOENT if the requested type is not
17039         found.
17040         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17041         don't declare with __attribute_const__.
17042         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17043         * manual/startup.texi: Document that getauxval sets errno.
17044
17045 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17046
17047         * math/auto-libm-test-in: Add tests of jn and yn.
17048         * math/auto-libm-test-out: Regenerated.
17049         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17050         (yn_test_data): Likewise.
17051         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17052         mpfr_if_f.
17053         (func_calc_desc): Add mpfr_if_f union field.
17054         (FUNC_mpfr_if_f): New macro.
17055         (test_functions): Add jn and yn.
17056         (calc_generic_results): Assert type of second input for
17057         mpfr_ff_f.  Handle mpfr_if_f.
17058         (output_for_one_input_case): Disable all checking for arguments
17059         fitting floating-point types in case of an integer argument.
17060         * sysdeps/i386/fpu/libm-test-ulps: Update.
17061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17062
17063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17064         Don't expect fegetround reference in libm.so.
17065
17066 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17067
17068         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17069         $(config-cflags-nofma).
17070
17071 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17072
17073         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17074         * math/auto-libm-test-out: Regenerated.
17075
17076         [BZ #16338]
17077         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17078         to determine exponent and adjust argument to have exponent of -1.
17079         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17080         log2.
17081         * math/auto-libm-test-out: Regenerated.
17082         * sysdeps/i386/fpu/libm-test-ulps: Update.
17083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17084
17085 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17086
17087         * manual/probes.texi: Remove cases when per-thread arenas are
17088         disabled.
17089
17090 2013-12-18  Andreas Schwab  <schwab@suse.de>
17091
17092         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17093         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17094         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17095         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17096         * sysdeps/i386/i686/multiarch/Makefile: Update.
17097         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17098
17099 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17100
17101         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17102         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17103
17104 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17105
17106         [BZ #15968]
17107         Support TZ transition times < 00:00:00.
17108         This is needed for version-3 tz-format files; it supports time
17109         stamps past 2037 for America/Godthab (the only entry in the tz
17110         database for which this change is relevant).
17111         * manual/time.texi (TZ Variable): Document transition times
17112         from -167:59:59 through -00:00:01.
17113         * time/tzset.c (tz_rule): Time of day is now signed.
17114         (__tzset_parse_tz): Parse negative time of day.
17115
17116         Document TZ transition times >= 25:00:00.
17117         * manual/time.texi (TZ Variable): Document transition times from
17118         25:00:00 through 167:59:59.  These are already supported, and this
17119         support will help with version-3 tz-format files.
17120
17121         * manual/time.texi (TZ Variable): Modernize North America example
17122         to reflect current (i.e., 2007-and-later) daylight saving rules.
17123
17124         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17125
17126 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17127
17128         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17129         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17130         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17131         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17132         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17133         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17134         * sysdeps/unix/bsd/clock.c: Likewise.
17135         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17136         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17137         * sysdeps/unix/bsd/init-posix.c: Likewise.
17138         * sysdeps/unix/bsd/poll.c: Likewise.
17139         * sysdeps/unix/bsd/ptsname.c: Likewise.
17140         * sysdeps/unix/bsd/seekdir.c: Likewise.
17141         * sysdeps/unix/bsd/setegid.c: Likewise.
17142         * sysdeps/unix/bsd/seteuid.c: Likewise.
17143         * sysdeps/unix/bsd/setgid.c: Likewise.
17144         * sysdeps/unix/bsd/setrgid.c: Likewise.
17145         * sysdeps/unix/bsd/setruid.c: Likewise.
17146         * sysdeps/unix/bsd/setsid.c: Likewise.
17147         * sysdeps/unix/bsd/setuid.c: Likewise.
17148         * sysdeps/unix/bsd/sigaction.c: Likewise.
17149         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17150         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17151         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17152         * sysdeps/unix/bsd/telldir.c: Likewise.
17153         * sysdeps/unix/bsd/times.c: Likewise.
17154         * sysdeps/unix/bsd/usleep.c: Likewise.
17155
17156         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17157         ($(objpfx)libbsd-compat.a): Remove rule.
17158
17159         * include/features.h (__FAVOR_BSD): Do not define.
17160         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17161         features conflicting with POSIX.
17162         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17163         (_BSD_SOURCE): Remove description of not being a subset of other
17164         feature test macros.
17165         * manual/job.texi (getpgrp): Do not document BSD version.
17166         (getpgid): Do not document by reference to BSD getpgrp.
17167         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17168         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17169         * signal/signal.h [__FAVOR_BSD]: Likewise.
17170         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17171         instead of making contents conditional on [__FAVOR_BSD].
17172         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17173
17174 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17175
17176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17177
17178 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17179
17180         [BZ #16314]
17181         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17182         values below 2**-450, not 2**-500.
17183         * math/auto-libm-test-in: Don't allow spurious underflow from
17184         hypot.
17185         * math/auto-libm-test-out: Regenerated.
17186
17187         [BZ #16316]
17188         [BZ #16330]
17189         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17190         values of ha and hb and sort them after adjusting subnormal
17191         arguments.
17192         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17193         Likewise.
17194         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17195         values of ea and eb and sort them after adjusting subnormal
17196         arguments.
17197         * math/auto-libm-test-in: Do not expect some hypot tests of
17198         subnormals to fail.  Add more hypot tests.
17199         * math/auto-libm-test-out: Regenerated.
17200
17201 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17202
17203         [BZ #13304]
17204         * sysdeps/sh/s_fma.c: New file.
17205         * sysdeps/sh/s_fmaf.c: New file.
17206         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17207         version.
17208         * sysdeps/sh/Implies: Add sh/soft-fp.
17209
17210 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17211
17212         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17213         level of indirection to members `objname', `errstring', `malloced'.
17214         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17215         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17216         it as the __longjmp argument (just pass 1 instead).
17217         (_dl_catch_error): Initialize C with argument pointers and address of
17218         volatile local ERRCODE rather than copying values out of C at return.
17219
17220 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17221
17222         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17223         * math/auto-libm-test-out: Regenerated.
17224         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17225         (hypot_test_data): Likewise.
17226         (pow_test_data): Likewise.
17227         (pow_tonearest_test_data): Likewise.
17228         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17229         mpfr_ff_f.
17230         (func_calc_desc): Add mpfr_ff_f union field.
17231         (FUNC_mpfr_ff_f): New macro.
17232         (test_functions): Add atan2, hypot and pow.
17233         (special_fill_min): New function.
17234         (special_fill_minus_min): Likewise.
17235         (special_fill_min_subnorm): Likewise.
17236         (special_fill_minus_min_subnorm): Likewise.
17237         (special_real_inputs): Add min, -min, min_subnorm and
17238         -min_subnorm.
17239         (calc_generic_results): Handle mpfr_ff_f.
17240         * sysdeps/i386/fpu/libm-test-ulps: Update.
17241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17242
17243 2013-12-16  Will Newton  <will.newton@linaro.org>
17244
17245         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17246         (Aligned Memory Blocks): Add documentation for aligned_alloc
17247         and suggest it as an alternative to posix_memalign.
17248         (Hooks for Malloc): Document __memalign_hook is also called
17249         for aligned_alloc.  (Summary of Malloc): Add summary for
17250         aligned alloc.  Document __memalign_hook is also called
17251         for aligned_alloc.
17252
17253 2013-12-16  Will Newton  <will.newton@linaro.org>
17254
17255         * manual/memory.texi (Malloc Examples): Clarify default
17256         alignment documentation.  Suggest posix_memalign rather
17257         than memalign or valloc.
17258         (Aligned Memory Blocks): Remove suggestion to use memalign
17259         or valloc.  Remove obsolete comment about BSD.
17260         Document memalign errno values and mark the function obsolete.
17261         Document posix_memalign returned error codes.  Mark valloc
17262         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17263         called for posix_memalign and valloc.
17264         (Summary of Malloc): Add posix_memalign to function summary.
17265         __memalign_hook is also called for posix_memalign and valloc.
17266
17267 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17268
17269         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17270         TAYLOR_SIN.
17271         (__sin): Adjust.
17272         (__cos): Likewise.
17273         (sloww): Use mynumber union.  Expand ternary operator into
17274         if-else statements.
17275         (cslow): use mynumber union.
17276
17277 2013-12-16  Allan McRae  <allan@archlinux.org>
17278
17279         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17280         * configure: Regenerated.
17281
17282         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17283
17284         [BZ #14120]
17285         * configure.ac: Added --enable-maintainer-mode. Check for
17286         autoconf when enabled.
17287         * configure: Regenerated.
17288
17289         * nscd/nscd.service: New file.
17290         * nscd/nscd.tmpfiles: New file.
17291
17292 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17293
17294         [BZ #12100]
17295         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17296         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17297         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17298         (strstr): Add __strstr_sse2_unaligned ifunc.
17299         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17300         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17301         (strcasestr): Remove __strcasestr_sse42 ifunc.
17302         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17303         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17304         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17305
17306 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17307
17308         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17309         * sysdeps/sh/bits/fenv.h: ... here.
17310         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17311
17312 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17313
17314         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17315
17316         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17317         hypotf multiarch implementations.
17318         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17319         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17321         multiarch hypot for PPC64.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17323         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17324         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17325         multiarch hypotf for PPC64.
17326
17327         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17328         modff multiarch implementations.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17332         multiarch modf for PPC64.
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17336         multiarch modff for PPC64.
17337
17338         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17339         and logl multiarch implementations.
17340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17343         multiarch logb for PPC64.
17344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17347         multiarch logb for PPC64.
17348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17351         multiarch logb for PPC64.
17352
17353         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17354         isinff multiarch implementation.
17355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17356         file.
17357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17359         multiarch isinf for PPC64.
17360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17361         file.
17362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17363         multiarch isinff for PPC64.
17364
17365         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17366         finitef multiarch implementation.
17367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17368         file.
17369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17371         multiarch finite for PPC64.
17372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17373         file.
17374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17375         multiarch finitef for PPC64.
17376
17377         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17378         lrint multiarch implementation.
17379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17380         file.
17381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17383         multiarch llrint for PPC64.
17384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17385         multiarch lrint for PPC64.
17386
17387         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17388         copysignf multiarch implementation.
17389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17390         file.
17391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17392         file.
17393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17394         multiarch copysign for PPC64.
17395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17396         multiarch copysignf for PPC64.
17397
17398         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17399         multiarch implementation.
17400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17401         file.
17402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17403         file.
17404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17405         file.
17406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17407         file.
17408         multiarch llround for PPC64.
17409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17410         multiarch trunc for PPC64.
17411         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17412         multiarch truncf for PPC64.
17413
17414         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17415         multiarch implementation.
17416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17417         file.
17418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17419         file.
17420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17421         file.
17422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17423         file.
17424         multiarch llround for PPC64.
17425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17426         multiarch round for PPC64.
17427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17428         multiarch roundf for PPC64.
17429
17430         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17431         multiarch implementation.
17432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17433         file.
17434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17435         file.
17436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17437         file.
17438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17439         file.
17440         multiarch llround for PPC64.
17441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17442         multiarch floor for PPC64.
17443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17444         multiarch floorf for PPC64.
17445
17446         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17447         multiarch implementation.
17448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17449         file.
17450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17451         file.
17452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17453         file.
17454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17455         file.
17456         multiarch llround for PPC64.
17457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17458         multiarch ceil for PPC64.
17459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17460         multiarch ceilf for PPC64.
17461
17462         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17463         multiarch implementation.
17464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17465         file.
17466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17467         file.
17468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17469         file.
17470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17471         multiarch llround for PPC64.
17472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17473         multiarch lround for PPC64.
17474
17475         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17476         multiarch implementation.
17477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17480         file.
17481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17484         multiarch isnan for PPC64.
17485         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17486         multiarch isnanf for PPC64.
17487
17488         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17489         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17490         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17491         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17492         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17494
17495         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17496         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17497         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17498         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17499
17500         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17501         multiarch implementations.
17502         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17503         (__libc_ifunc_impl_list): Likewise.
17504         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17505         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17506         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17507         multiarch stpcpy for PPC64.
17508
17509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17510         multiarch implementations.
17511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17512         (__libc_ifunc_impl_list): Likewise.
17513         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17514         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17515         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17516         multiarch strcpy for PPC64.
17517
17518         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17519         redefine function name.
17520         (_wordcopy_fwd_dest_aligned): Likewise.
17521         (_wordcopy_bwd_aligned): Likewise.
17522         (_wordcopy_bwd_dest_aligned): Likewise.
17523         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17524         multiarch implementations.
17525         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17526         (__libc_ifunc_impl_list): Likewise.
17527         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17528         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17529         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17530         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17531         multiarch wcscpy for PPC64.
17532
17533         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17534         multiarch implementations.
17535         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17536         (__libc_ifunc_impl_list): Likewise.
17537         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17538         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17539         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17540         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17541         multiarch wcscpy for PPC64.
17542
17543         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17544         multiarch implementations.
17545         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17546         (__libc_ifunc_impl_list): Likewise.
17547         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17548         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17549         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17550         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17551         multiarch wcsrchr for PPC64.
17552
17553         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17554         multiarch implementations.
17555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17556         (__libc_ifunc_impl_list): Likewise.
17557         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17558         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17559         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17560         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17561         multiarch wcschr for PPC64.
17562
17563         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17564         multiarch implementations.
17565         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17566         (__libc_ifunc_impl_list): Likewise.
17567         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17568         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17569         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17570         multiarch strchrnul for PPC64.
17571
17572         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17573         implementations.
17574         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17575         (__libc_ifunc_impl_list): Likewise.
17576         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17577         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17578         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17579         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17580         strchr for PPC64.
17581
17582         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17583         implementations.
17584         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17585         (__libc_ifunc_impl_list): Likewise.
17586         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17587         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17588         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17589         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17590         strncmp for PPC64.
17591
17592         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17593         multiarch implementations.
17594         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17595         (__libc_ifunc_impl_list): Likewise.
17596         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17597         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17598         strncasecmp for PPC64.
17599         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17600         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17601         multiarch strncasecmp_l for PPC64.
17602
17603         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17604         multiarch implementations.
17605         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17606         (__libc_ifunc_impl_list): Likewise.
17607         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17608         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17609         multiarch strcasecmp for PPC64.
17610         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17611         file.
17612         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17613         multiarch strcasecmp_l for PPC64.
17614
17615         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17616         implementations.
17617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17618         (__libc_ifunc_impl_list): Likewise.
17619         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17620         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17621         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17622         strnlen for PPC64.
17623
17624         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17625         implementations.
17626         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17627         (__libc_ifunc_impl_list): Likewise.
17628         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17629         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17630         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17631         strlen for PPC64.
17632
17633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17634         implementations.
17635         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17636         (__libc_ifunc_impl_list): Likewise.
17637         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17638         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17639         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17640         rawmemrchr for PPC64.
17641
17642         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17643         implementation.
17644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17645         (__libc_ifunc_impl_list): Likewise.
17646         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17647         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17648         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17649         memrchr for PPC64.
17650
17651         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17652         implementation.
17653         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17654         (__libc_ifunc_impl_list): Likewise.
17655         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17656         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17657         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17658         memchr for PPC64.
17659
17660         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17661         implementation.
17662         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17663         (__libc_ifunc_impl_list): Likewise.
17664         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17665         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17666         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17667         mempcpy for PPC64.
17668
17669         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17670         avoid cretion of __bzero symbol.
17671         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17672         Likewise.
17673         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17674         Likewise.
17675         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17676         Likewise.
17677         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17678         multiarch implementations.
17679         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17680         (__libc_ifunc_impl_list): Likewise.
17681         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17682         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17683         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17684         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17685         bzero for PPC32.
17686         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17687         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17688         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17689         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17690         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17691         memset for PPC64.
17692         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17693
17694         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17695         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17696         implementations.
17697         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17698         (__libc_ifunc_impl_list): Likewise.
17699         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17700         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17701         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17702         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17703         memcmp for PPC64.
17704
17705         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17706         multiarch for POWER/PPC64.
17707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17708         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17709         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17710         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17711         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17712         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17713         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17714         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17715         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17716         memcpy for PPC64.
17717
17718         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17719         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17720         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17721         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17722         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17723         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17724         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17725         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17726         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17727         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17728         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17729         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17730         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17731         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17732         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17740
17741 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17742
17743         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17744
17745 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17746
17747         * benchtests/Makefile (bench): Add exp2 and log2.
17748         (LDLIBS-bench-exp2): Add -lm.
17749         (LDLIBS-bench-log2): Likewise.
17750         * benchtests/exp2-inputs: New inputs file.
17751         * benchtests/log2-inputs: New inputs file.
17752         * benchtests/log-inputs: Add new inputs.
17753         * benchtests/tan-inputs: Likewise.
17754
17755 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17756
17757         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17758         definition...
17759         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17760         (csloww2): ... from here.
17761
17762         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17763         instead of structures.
17764         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17765         (POLYNOMIAL): Likewise.
17766         (TAYLOR_SLOW): Likewise.
17767         (__sin): Likewise.
17768         (__cos): Likewise.
17769         (slow1): Likewise.
17770         (slow2): Likewise.
17771         (sloww): Likewise.
17772         (sloww1); Likewise.
17773         (sloww2): Likewise.
17774         (bsloww1): Likewise.
17775         (bsloww2): Likewise.
17776         (cslow2): Likewise.
17777         (csloww): Likewise.
17778         (csloww1): Likewise.
17779         (csloww2): Likewise.
17780
17781 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17782
17783         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17784         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17785         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17786         * malloc/hooks.c (realloc_check): Likewise.
17787
17788         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17789         * malloc/arena.c: Remove PER_THREAD conditional.
17790         [!PER_THREAD]: Remove code.
17791         (ptmalloc_unlock_all2): Likewise.
17792         (ptmalloc_init): Likewise.
17793         (_int_new_arena): Likewise.
17794         (arena_get2): Likewise.
17795         * malloc/hooks.c (__malloc_get_state): Likewise.
17796         (__malloc_set_state): Likewise.
17797         * malloc/malloc.c: Likewise.
17798         (struct malloc_state): Likewise.
17799         (struct malloc_par): Likewise.
17800         (__libc_realloc): Likewise.
17801         (__libc_mallopt): Likewise.
17802
17803 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17804
17805         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17806
17807 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17808
17809         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17810         macro to a function.  Check for zero perturb_byte.
17811         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17812
17813         * malloc/malloc.c: (force_reg): Remove.
17814         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17815         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17816         force_reg by atomic_forced_read.
17817         * malloc/arena.c (ptmalloc_init): Likewise.
17818         * malloc/hooks.c (top_check): Likewise.
17819
17820 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17821
17822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17823
17824 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17825
17826         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17827
17828 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17829
17830         * math/auto-libm-test-in: Add tests of lgamma.
17831         * math/auto-libm-test-out: Regenerated.
17832         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17833         (M_LOG_2_SQRT_PIl): Likewise.
17834         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17835         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17836         mpfr_f_f1.
17837         (func_calc_desc): Add mpfr_f_f1 union field.
17838         (ARGS1): New macro.
17839         (ARGS2): Likewise.
17840         (ARGS3): Likewise.
17841         (ARGS4): Likewise.
17842         (RET1): Likewise.
17843         (RET2): Likewise.
17844         (CALC): Likewise.
17845         (FUNC): Likewise.
17846         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17847         (test_functions): Add lgamma.
17848         (calc_generic_results): Handle mpfr_f_f1.
17849         * sysdeps/i386/fpu/libm-test-ulps: Update.
17850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17851
17852 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17853
17854         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17855         __mpn_add_n for PowerPC64/POWER7.
17856         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17857         __mpn_sub_n for PowerPC64/POWER7.
17858
17859         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17860         __mpn_addmul_1 for PowerPC64.
17861         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17862         __mpn_submul_1 for PowerPC64.
17863         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17864         for PowerPC64.
17865         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17866         for PowerPC64.
17867
17868 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17869
17870         [BZ #15089]
17871         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17872
17873 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17874
17875         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17876
17877         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17878         add multiarch folders.
17879         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17880         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17881         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17882         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17883         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17884         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17885         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17886         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17887         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17888         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17889         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17896
17897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17898         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17900         New file.
17901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17902         New file.
17903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17904         multiarch __ieee754_hypot for PowerPC32.
17905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17906         New file.
17907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17908         New file.
17909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17910         multiarch __ieee754_hypotf for PowerPC32.
17911
17912         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17913         long_double_symbol only if __logbl is defined.
17914         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17915         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17916         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17917         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17918         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17919         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17920         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17921         path for implementation.
17922         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17923         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17925         logb, and logbl multiarch implementations for PowerPC32.
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17927         file.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17929         file.
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17931         multiarch logb for PowerPC32.
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17933         file.
17934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17935         file.
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17937         multiarch logbf for PowerPC32.
17938         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17942         multiarch logbl implementation for PowerPC32.
17943
17944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17945         and modff multiarch implementations.
17946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17947         New file.
17948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17949         New file.
17950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17951         multiarch modf for PowerPC32.
17952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17953         New file.
17954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17955         New file.
17956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17957         multiarch modff for PowerPC32.
17958
17959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17960         and lrintf multiarch implementations.
17961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17962         New file.
17963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17964         New file.
17965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17966         multiarch lrint for PowerPC32.
17967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17968         file: multiarch lrintf for PowerPC32.
17969
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17971         and lroundf multiarch implementations.
17972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17973         New file.
17974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17975         New file.
17976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17977         New file.
17978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17979         multiarch lround for PowerPC32.
17980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17981         file: multiarch lroundf for PowerPC32.
17982
17983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17984         copysign and copysignf multiarch implementations.
17985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17986         New file.
17987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17988         New file.
17989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17990         file: multiarch copysign for PowerPC32.
17991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17992         file: multiarch copysignf for PowerPC32.
17993
17994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17995         and truncf multiarch implementations.
17996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17997         New file.
17998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17999         file.
18000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18001         multiarch trunc for PowerPC32.
18002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18003         New file.
18004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18005         New file.
18006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18007         multiarch truncf for PowerPC32.
18008
18009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18010         and roundf multiarch implementations.
18011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18012         New file.
18013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18014         file.
18015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18016         multiarch round for PowerPC32.
18017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18018         New file.
18019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18020         New file.
18021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18022         multiarch roundf for PowerPC32.
18023
18024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18025         and floorf multiarch implementations.
18026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18027         New file.
18028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18029         file.
18030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18031         multiarch floor for PowerPC32.
18032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18033         New file.
18034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18035         New file.
18036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18037         multiarch floorf for PowerPC32.
18038
18039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18040         and ceilf multiarch implementations.
18041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18042         New file.
18043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18044         file.
18045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18046         multiarch ceil for PowerPC32.
18047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18048         New file.
18049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18050         file.
18051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18052         multiarch ceilf for PowerPC32.
18053
18054         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18055         is defined.
18056         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18057         FINITEF is defined.
18058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18059         and finitef multiarch implementations.
18060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18061         New file.
18062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18063         file.
18064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18065         multiarch finite for PowerPC32.
18066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18067         New file.
18068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18069         file: multiarch finitef for PowerPC32.
18070
18071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18072         and isinff multiarch implementations.
18073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18074         file.
18075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18076         file.
18077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18078         multiarch isinf for PowerPC32.
18079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18080         New file.
18081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18082         multiarch isinff for PowerPC32.
18083
18084         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18085         alias when __isnan is defined.
18086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18087         and isnanf multiarch implementations.
18088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18089         file.
18090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18091         file.
18092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18093         file.
18094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18095         file.
18096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18097         multiarch isnan for PowerPC32.
18098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18099         New file.
18100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18101         New file.
18102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18103         multiarch isnanf for PowerPC32.
18104
18105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18106         and sqrtf multiarch implementations.
18107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18108         file.
18109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18110         file.
18111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18112         multiarch sqrt for PowerPC32.
18113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18114         file.
18115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18116         file.
18117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18118         multiarch sqrtf for PowerPC32.
18119
18120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18121         and llroundf multiarch implementations.
18122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18123         New file.
18124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18125         New file.
18126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18127         New file.
18128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18129         file: multiarch llround for PowerPC32.
18130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18131         file: multiarch llroundf for PowerPC32.
18132
18133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18134         multiarch PowerPC32 fpu implementations.
18135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18136         New file.
18137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18138         New file.
18139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18140         multiarch llrint for PowerPC32.
18141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18142         New file.
18143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18144         New file.
18145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18146         file.
18147
18148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18149
18150         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18151         file.
18152         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18153         file.
18154         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18155         file.
18156         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18157         multiarch wordcopy for PPC32.
18158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18159         wordcopy objects.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18161         (__libc_ifunc_impl_list): Likewise.
18162         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18163         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18164         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18165         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18166         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18167         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18168
18169         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18170         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18171         file.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18173         file.
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18175         file.
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18177         multiarch wcscpy for PPC32.
18178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18179         multiarch objects.
18180         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18181         (__libc_ifunc_impl_list): Likewise.
18182         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18183         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18184         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18185         sysdeps/powerpc/power6/wcscpy.c.
18186
18187         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18189         file.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18191         file.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18193         file.
18194         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18195         multiarch wcsrchr for PPC32.
18196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18197         multiarch objects.
18198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18199         (__libc_ifunc_impl_list): Likewise.
18200         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18201         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18202         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18203         sysdeps/powerpc/power6/wcsrchr.c.
18204
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18206         file.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18208         file.
18209         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18211         multiarch wcschr for PPc32.
18212         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18213         multiarch objects.
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18215         (__libc_ifunc_impl_list): Likewise.
18216         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18217         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18218         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18219         sysdeps/powerpc/power6/wcschr.c.
18220
18221         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18222         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18223         file.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18225         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18226         file: multiarch strchr for PPC32.
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18228         multiarch objects.
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18230         (__libc_ifunc_impl_list): Likewise.
18231
18232         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18233         name.
18234         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18235         file.
18236         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18237         file.
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18239         multiarch strchrnul for PPC32.
18240         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18241         multiarch objects.
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18243         (__libc_ifunc_impl_list): Likewise.
18244
18245         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18246         file.
18247         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18248         multiarch strncasecmp for PPC32.
18249         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18250         file.
18251         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18252         multiarch strncasecmp_l for PPC32.
18253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18254         strncasecmp multiarch objects.
18255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18256         (__libc_ifunc_impl_list): Likewise.
18257
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18259         file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18261         multiarch strncasecmp for PPC32.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18263         New file.
18264         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18265         multiarch strcasecmp_l for PPC32.
18266         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18267         multiarch objects.
18268         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18269         (__libc_ifunc_impl_list): Likewise.
18270
18271         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18272         file.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18274         file.
18275         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18276         multiarch strncmp for PPC32.
18277         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18278         multiarch objects.
18279         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18280         (__libc_ifunc_impl_list): Likewise.
18281
18282         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18283         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18284         file.
18285         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18286         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18287         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18288         multiarch objects.
18289         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18290         (__libc_ifunc_impl_list): Likewise.
18291
18292         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18293         file.
18294         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18295         file.
18296         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18297         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18298         multiarch objects.
18299         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18300         (__libc_ifunc_impl_list): Likewise.
18301
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18303         file.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18305         file.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18307         multiarch rawmemchr for PPC32.
18308         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18309         multiarch objects.
18310         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18311         (__libc_ifunc_impl_list): Likewise.
18312
18313         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18314         file.
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18316         file.
18317         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18318         file: memrchr multiarch for PPC32.
18319         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18320         multiarch objects.
18321         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18322         (__libc_ifunc_impl_list): Likewise.
18323
18324         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18325         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18326         file.
18327         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18328         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18329         multiarch memchr for PPC32.
18330         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18331         multiarch objects.
18332         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18333         (__libc_ifunc_impl_list): Likewise.
18334
18335         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18336         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18337         file.
18338         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18339         file.
18340         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18341         file: multiarch mempcpy for PPC32.
18342         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18343         multiarch objects.
18344         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18345         (__libc_ifunc_impl_list): Likewise.
18346
18347         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18348         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18349         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18350         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18351         multiarch bzero for PPC32.
18352         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18353         file.
18354         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18355         file.
18356         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18357         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18358         file: multiarch memset for PPC32.
18359         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18360         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18361         memset multiarch objects.
18362         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18363         (__libc_ifunc_impl_list): Likewise.
18364
18365         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18366         file.
18367         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18368         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18369         memcmp for PPC32.
18370         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18371         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18372         multiarch objects.
18373         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18374         (__libc_ifunc_impl_list): Likewise.
18375
18376         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18377         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18378         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18379         file.
18380         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18381         file.
18382         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18383         file.
18384         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18385         multiarch memcpy for PPC32.
18386         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18387         multiarch objects.
18388         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18389         (__libc_ifunc_impl_list): Likewise.
18390
18391         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18392         support multiarch for POWER/PPC32.
18393         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18394         Likewise.
18395         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18397         Implies file to make multiarch folder appers before the fpu and
18398         default folder for power4 configuration.
18399
18400 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18401
18402         * scripts/bench.pl: Append volatile keyword to type.
18403
18404 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18405
18406         * sysdeps/sh/sotruss-lib.c: New file.
18407         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18408
18409 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18410
18411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18412
18413 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18414
18415         [BZ #6810]
18416         * math/w_tgamma.c: Include <errno.h>.
18417         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18418         * math/w_tgammaf.c: Include <errno.h>.
18419         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18420         * math/w_tgammal.c: Include <errno.h>.
18421         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18422         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18423         underflow.  Add more tgamma tests.
18424         * math/auto-libm-test-out: Regenerated.
18425         * sysdeps/i386/fpu/libm-test-ulps: Update.
18426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18427
18428         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18429         sin, sinh, tan, tanh, tgamma, y0 and y1.
18430         * math/auto-libm-test-out: Regenerated.
18431         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18432         (TEST_COND_x86): Likewise.
18433         (M_E2l): Remove macro.
18434         (M_E3l): Likewise.
18435         (M_2_SQRT_PIl): Likewise.
18436         (M_SQRT_PIl): Likewise.
18437         (M_1_DIV_El): Likewise.
18438         (log_test_data): Use AUTO_TESTS_f_f.
18439         (log10_test_data): Likewise.
18440         (log1p_test_data): Likewise.
18441         (log2_test_data): Likewise.
18442         (sin_test_data): Likewise.
18443         (sin_tonearest_test_data): Likewise.
18444         (sin_towardzero_test_data): Likewise.
18445         (sin_downward_test_data): Likewise.
18446         (sin_upward_test_data): Likewise.
18447         (sinh_test_data): Likewise.
18448         (sinh_tonearest_test_data): Likewise.
18449         (sinh_towardzero_test_data): Likewise.
18450         (sinh_downward_test_data): Likewise.
18451         (sinh_upward_test_data): Likewise.
18452         (tan_test_data): Likewise.
18453         (tan_tonearest_test_data): Likewise.
18454         (tan_towardzero_test_data): Likewise.
18455         (tan_downward_test_data): Likewise.
18456         (tan_upward_test_data): Likewise.
18457         (tanh_test_data): Likewise.
18458         (tgamma_test_data): Likewise.
18459         (y0_test_data): Likewise.
18460         (y1_test_data): Likewise.
18461         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18462         (special_real_inputs): Add pi/4.
18463         * sysdeps/i386/fpu/libm-test-ulps: Update.
18464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18465
18466 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18467
18468         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18469         "longjmp_target" static probes.
18470         (__longjmp): Rename to __longjmp_symbol.
18471         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18472         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18473         on which longjmp to generate.
18474         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18475         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18476         probe.
18477         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18478         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18479         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18480         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18481         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18482         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18484         __longjmp_symbol based on which __longjmp to generate.
18485         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18486         probe.
18487         (setjmp): Rename to setjmp_symbol.
18488         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18489         (_setjmp): Rename to _setjmp_symbol.
18490         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18491         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18492         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18493         which setjmp to generate.
18494         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18495         "longjmp_target" static probes.
18496
18497 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18498
18499         * benchtests/README: Add note about output arguments.
18500         * benchtests/bench-sincos.c: Remove file.
18501         * benchtests/sincos-inputs: New file.
18502         * scripts/bench.pl: Identify output arguments and define
18503         static variables for them.
18504
18505         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18506
18507         [BZ #15941]
18508         * Makefile (INSTALL): Add install-plain.texi as the primary
18509         dependency.
18510         * manual/install-plain.texi: New file.
18511         * manual/install.texi: Include node directive only for
18512         non-plaintext output.
18513
18514 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18515
18516         * stdlib/longlong.h: Update from GCC.
18517
18518         [BZ #6807]
18519         [BZ #15901]
18520         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18521         * math/w_j0f.c (y0f): Likewise.
18522         * math/w_j0l.c (__y0l): Likewise.
18523         * math/w_j1.c (y1): Likewise.
18524         * math/w_j1f.c (y1f): Likewise.
18525         * math/w_j1l.c (__y1l): Likewise
18526         * math/w_jn.c (yn): Likewise.
18527         * math/w_jnf.c (ynf): Likewise.
18528         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18529         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18530         value for Bessel function domain errors outside _SVID_ mode.
18531         Adjust sign of return value for yn (negative integer, 0).
18532         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18533         by zero in return for negative x and set sign appropriately for
18534         negative n.
18535         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18536         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18537         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18538         expectations in error cases.
18539         (y1_test_data): Likewise.
18540         (yn_test_data): Likewise.
18541         * sysdeps/i386/fpu/libm-test-ulps: Update.
18542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18543
18544 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18545
18546         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18547         "64" to "64-v1".  Add "64-v2".
18548         (abi-64-options): Rename to ...
18549         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18550         (abi-64-condition): Rename to ...
18551         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18552         (abi-64-ld-soname): Rename to ...
18553         (abi-64-v1-ld-soname): ... this.
18554         (abi-64-v2-options): Define.
18555         (abi-64-v2-condition): Likewise.
18556         (abi-64-v2-ld-soname): Likewise.
18557         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18558         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18562
18563 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18564             Alan Modra  <amodra@gmail.com>
18565
18566         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18567         New versions for use with the ELFv2 ABI.
18568         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18569         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18570         declaration.
18571         (struct La_ppc64v2_retval): Likewise.
18572         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18573         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18574         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18575         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18576         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18577         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18578         Do not save or restore CR.
18579         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18580         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18581         return values for ELFv2 ABI.  Fix location of FPR return registers.
18582         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18583         updated values for _CALL_ELF == 2.
18584         (La_regs, La_retval, int_retval): Likewise.
18585
18586 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18587
18588         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18589         (FRAME_MIN_SIZE_PARM): Likewise.
18590         (FRAME_BACKCHAIN): Likewise.
18591         (FRAME_CR_SAVE): Likewise.
18592         (FRAME_LR_SAVE): Likewise.
18593         (FRAME_TOC_SAVE): Likewise.
18594         (FRAME_PARM_SAVE): Likewise.
18595         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18596         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18597         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18598         (call_mcount_parm_offset): New macro.
18599         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18600         (PROF): Use symbolic stack frame offsets.
18601         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18602         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18603         Redefine in terms of FRAME_MIN_SIZE.
18604         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18605         (_dl_profile_resolve): Likewise.  Update comment.
18606         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18607         symbols stack frame offsets.
18608         (__sigsetjmp): Likewise.
18609         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18610         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18611         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18612         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18613
18614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18615         (FRAME_BACKCHAIN): Remove.
18616         (FRAME_CR_SAVE): Likewise.
18617         (FRAME_LR_SAVE): Likewise.
18618         (FRAME_COMPILER_DW): Likewise.
18619         (FRAME_LINKER_DW): Likewise.
18620         (FRAME_TOC_SAVE): Likewise.
18621         (FRAME_PARM_SAVE): Likewise.
18622         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18623         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18624         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18626         (CHECK_SP): Use symbolic stack frame offsets.
18627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18628         zone" instead of caller's parameter save area for temp storage.
18629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18630         Likewise.  Also, use symbolic stack frame offsets.
18631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18632         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18633         our own stack frame instead of the caller's.
18634         (__socket): Use symbolic stack frame offsets.
18635
18636 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18637             Alan Modra  <amodra@gmail.com>
18638
18639         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18640         Define.
18641         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18642         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18643         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18644         New function.
18645         (elf_machine_fixup_plt): Call it.
18646         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18647         reloc arguments.
18648         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18649         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18650         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18651         r2 before calling target.
18652
18653 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18654             Alan Modra  <amodra@gmail.com>
18655
18656         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18657         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18658         versions of macros to support ELFv2 ABI.
18659         (LOCALENTRY): New macro.
18660         (ENTRY, EALIGN): Use it.
18661         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18662         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18663         fall through into ENTRY entry point.
18664         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18665         Only define if _CALL_ELF != 2.
18666
18667         (elf_machine_matches_host): Verify ABI version matches.
18668         (RTLD_START): Use LOCALENTRY.
18669         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18670         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18671         (PLT_ENTRY_WORDS): New macro.
18672         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18673         (elf_machine_runtime_setup): Support ELFv2 ABI.
18674         (elf_machine_fixup_plt): Likewise.
18675         (elf_machine_plt_conflict): Likewise.
18676         (resolve_ifunc): Likewise.
18677         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18678         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18679         Likewise.
18680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18681         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18683         (makecontext): Support ELFv2 ABI.
18684         * elf/elf.h (EF_PPC64_ABI): Define.
18685
18686 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18687
18688         * sysdeps/powerpc/powerpc64/sysdep.h
18689         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18690         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18691         (ENTRY) [ASSEMBLER]: ... but instead here ...
18692         (EALIGN) [ASSEMBLER]: ... and here.
18693         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18694         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18695         (ENTRY_2) [!ASSEMBLER]: Use it.
18696         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18697         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18698         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18699         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18700         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18702         Use PPC64_LOAD_FUNCPTR.
18703
18704         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18705
18706 2013-12-04  Alan Modra  <amodra@gmail.com>
18707
18708         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18709         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18710         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18711         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18712
18713         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18714         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18715         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18716         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18717         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18718         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18719
18720 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18721
18722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18723         (__makecontext): Fix incorrect CFI when backtracing out of
18724         context created via makecontext.
18725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18726         (__setcontext): Fix incorrect CFI during switch to new context.
18727         (__novec_setcontext): Likewise.
18728
18729 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18730
18731         [BZ #4772]
18732         * time/strptime_l.c (__strptime_internal): Allow modifiers
18733         in strptime.
18734         * time/tst-strptime.c (day_tests): Add testcase.
18735
18736 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18737
18738         * scripts/bench.pl: Skip over blank lines.
18739
18740 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         [BZ #926]
18743         * manual/time.texi (Calendar Time): Clarify what timezone functions
18744         use.
18745
18746 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18747
18748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18749
18750 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18751
18752         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18753         implementation.
18754         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18755         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18756         * debug/memset_chk.c (__memset_chk): Likewise.
18757         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18758         * debug/strncpy_chk.c: Likewise.
18759
18760 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18761
18762         [BZ #15268]
18763         [BZ #15425]
18764         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18765         (__ieee754_exp): For possibly underflowing results, check size of
18766         result and force underflow exception if required.
18767         * math/auto-libm-test-in: Add more tests of exp.
18768         * math/auto-libm-test-out: Regenerated.
18769         * sysdeps/i386/fpu/libm-test-ulps: Update.
18770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18771
18772         [BZ #16283]
18773         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18774         * math/w_exp2f.c (__exp2f): Likewise.
18775         * math/w_exp2l.c (__exp2l): Likewise.
18776         * math/auto-libm-test-in: Do not allow missing errno on exp2
18777         underflow.
18778         * math/auto-libm-test-out: Regenerated.
18779
18780 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18781
18782         [BZ #16274]
18783         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18784         handle filename validation.
18785         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18786         (do_open): Delete.
18787
18788 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18789
18790         [BZ #6786]
18791         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18792         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18793         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18794         <float.h>.
18795         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18796         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18797         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18798         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18799         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18800         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18801         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18802         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18803         Add more erfc tests.
18804         * math/auto-libm-test-out: Regenerated.
18805         * sysdeps/i386/fpu/libm-test-ulps: Update.
18806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18807
18808         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18809         exp2, expm1, j0 and j1.
18810         * math/auto-libm-test-out: Regenerated.
18811         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18812         (erfc_test_data): Likewise.
18813         (exp_test_data): Likewise.
18814         (exp_tonearest_test_data): Likewise.
18815         (exp_towardzero_test_data): Likewise.
18816         (exp_downward_test_data): Likewise.
18817         (exp_upward_test_data): Likewise.
18818         (exp10_test_data): Likewise.
18819         (exp2_test_data): Likewise.
18820         (expm1_test_data): Likewise.
18821         (j0_test_data): Likewise.
18822         (j1_test_data): Likewise.
18823         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18824         (input_flag_type): Add flag_xfail_rounding.
18825         (input_flags): Add xfail-rounding.
18826         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18827         (output_for_one_input_case): Handle flag_xfail_rounding.
18828         * sysdeps/i386/fpu/libm-test-ulps: Update.
18829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18830
18831 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18832
18833         [BZ #16289]
18834         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18835         division by 0.
18836
18837 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18838
18839         [BZ #16195]
18840         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18841         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18842         (STAP_PROBE0): New macro.
18843         (STAP_PROBE1): Likewise.
18844         (STAP_PROBE2): Likewise.
18845         (STAP_PROBE3): Likewise.
18846         (STAP_PROBE4): Likewise.
18847
18848 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18849
18850         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18851
18852 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18853
18854         * benchtests/Makefile (bench): Add sqrt.
18855         (LDLIBS-bench-sqrt): New.
18856         * benchtests/sqrt-input: New.
18857
18858 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18859
18860         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18861         (GAIH_EAI): Likewise.
18862         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18863         (gaih_inet): Likewise.
18864         (getaddrinfo): Don't use GAIH_EAI.
18865
18866         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18867         (struct gaih): Remove definition.
18868
18869 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18870
18871         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18872         Use HERRNOP directly.
18873
18874 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18875
18876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18877
18878 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18879
18880         * math/gen-auto-libm-tests.c (test_functions): Add more
18881         single-argument functions.
18882         (special_fill_pi_2): New function.
18883         (special_fill_minus_pi_2): Likewise.
18884         (special_fill_pi_6): Likewise.
18885         (special_fill_minus_pi_6): Likewise.
18886         (special_fill_pi_3): Likewise.
18887         (special_fill_2pi_3): Likewise.
18888         (special_fill_e): Likewise.
18889         (special_fill_1_e): Likewise.
18890         (special_fill_e_minus_1): Likewise.
18891         (special_real_inputs): Add more special inputs.
18892         (output_for_one_input_case): Do not require ERANGE on underflow to
18893         zero if round-to-nearest result does not underflow to zero, unless
18894         exact results required.
18895         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18896         atan, atanh, cbrt, cos and cosh.
18897         * math/auto-libm-test-out: Regenerated.
18898         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18899         (acos_tonearest_test_data): Likewise.
18900         (acos_towardzero_test_data): Likewise.
18901         (acos_downward_test_data): Likewise.
18902         (acos_upward_test_data): Likewise.
18903         (acosh_test_data): Likewise.
18904         (asin_test_data): Likewise.
18905         (asin_tonearest_test_data): Likewise.
18906         (asin_towardzero_test_data): Likewise.
18907         (asin_upward_test_data): Likewise.
18908         (asinh_test_data): Likewise.
18909         (atan_test_data): Likewise.
18910         (atanh_test_data): Likewise.
18911         (cbrt_test_data): Likewise.
18912         (cos_test_data): Likewise.
18913         (cos_tonearest_test_data): Likewise.
18914         (cos_towardzero_test_data): Likewise.
18915         (cos_downward_test_data): Likewise.
18916         (cos_upward_test_data): Likewise.
18917         (cosh_test_data): Likewise.
18918         (cosh_tonearest_test_data): Likewise.
18919         (cosh_towardzero_test_data): Likewise.
18920         (cosh_downward_test_data): Likewise.
18921         (cosh_upward_test_data): Likewise.
18922         * sysdeps/i386/fpu/libm-test-ulps: Update.
18923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18924
18925 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18926
18927         [BZ #6787]
18928         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18929         * math/w_exp10f.c (__exp10f): Likewise.
18930         * math/w_exp10l.c (__exp10l): Likewise.
18931         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18932         errno settings in existing tests.
18933
18934         [BZ #14032]
18935         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18936         precision control set to double precision.
18937         * sysdeps/i386/fpu/w_sqrt.c: New file.
18938         * math/auto-libm-test-in: Add more tests.
18939         * math/auto-libm-test-out: Update.
18940
18941         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18942         (sqrt_test_tonearest): New function.
18943         (sqrt_towardzero_test_data): New variable.
18944         (sqrt_test_towardzero): New function.
18945         (sqrt_downward_test_data): New variable.
18946         (sqrt_test_downward): New function.
18947         (sqrt_upward_test_data): New variable.
18948         (sqrt_test_upward): New function.
18949         (main): Call the new functions.
18950
18951         * math/gen-auto-libm-tests.c: New file.
18952         * math/auto-libm-test-in: Likewise.
18953         * math/auto-libm-test-out: New generated file.
18954         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18955         variables.
18956         (%beautify): Add generated representations of zero.
18957         (top level): Set $auto_input and call parse_auto_input.
18958         (beautify): Remove trailing "f" from hex float constants.
18959         (parse_args): Handle XFAIL_TEST.
18960         (convert_condition): New function.
18961         (or_value): Likewise.
18962         (or_cond_value): Likewise.
18963         (generate_testfile): Handle AUTO_TESTS_* lines.
18964         (parse_auto_input): New function.
18965         * math/libm-test.inc (XFAIL_TEST): New macro.
18966         (ERRNO_UNCHANGED): Update value.
18967         (ERRNO_EDOM): Likewise.
18968         (ERRNO_ERANGE): Likewise.
18969         (IGNORE_RESULT): Likewise.
18970         (TEST_COND_flt_32): New macro.
18971         (TEST_COND_dbl_64): Likewise.
18972         (TEST_COND_ldbl_96_intel): Likewise.
18973         (TEST_COND_ldbl_96_m68k): Likewise.
18974         (TEST_COND_ldbl_128): Likewise.
18975         (TEST_COND_ldbl_128ibm): Likewise.
18976         (TEST_COND_long32): Likewise.
18977         (TEST_COND_long64): Likewise.
18978         (TEST_COND_before_rounding): Likewise.
18979         (TEST_COND_after_rounding): Likewise.
18980         (enable_test): Handle XFAIL_TEST flag.
18981         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18982         with finite results.
18983         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18984         auto-libm-test-out.
18985
18986 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18987             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18988
18989         [BZ #16214]
18990         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18991         __tls_get_addr_internal instead of __tls_get_offset in order to
18992         avoid GOT pointer dependency.  Make rtld export
18993         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18994         __tls_get_addr since we are a __tls_get_offset platform.
18995         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18996         GOT pointer being set up before.
18997         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18998
18999 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19000
19001         * manual/math.texi (Errors in Math Functions): Document accuracy
19002         goals.
19003
19004         [BZ #15004]
19005         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19006         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19007         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19008         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19009         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19010         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19011         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19012         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19013         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19014         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19015         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19016         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19017         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19018         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19019         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19020         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19021
19022         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19023         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19024         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19025         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19026         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19027         Likewise.
19028         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19029         Likewise.
19030         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19031         Likewise.
19032         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19033         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19034         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19035         atomic-feupdateenv and flt-rounds.
19036         * sysdeps/powerpc/nofpu/Versions (libc): Add
19037         __atomic_feholdexcept, __atomic_feclearexcept,
19038         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19039         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19040         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19041         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19042         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19043         here.
19044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19045         Update.
19046
19047         * manual/arith.texi (FP Exceptions): Document that exceptions may
19048         not be raised when matherr is used.
19049         (Math Error Reporting): Document overflow in directed rounding
19050         modes.  Document that errno may not be set when finite values are
19051         returned on overflow.  Document intent to set errno on underflow
19052         only for underflow to zero.
19053
19054         [BZ #16271]
19055         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19056         round-to-nearest then adjust result for other rounding modes.
19057         * include/fenv.h (fegetround): Use libm_hidden_proto.
19058         * math/fegetround.c (fegetround): Use libm_hidden_def.
19059         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19060         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19061         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19062         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19063         Likewise.
19064         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19065         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19066         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19067         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19068
19069 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19070
19071         [BZ #16077]
19072         * nss/Versions (libnss_files): Add
19073         _nss_files_gethostbyname3_r.
19074         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19075         New function.
19076         (HOST_DB_LOOKUP): Remove macro.
19077         (_nss_files_gethostbyname_r): Implement function without the
19078         HOST_DB_LOOKUP macro.
19079         (_nss_files_gethostbyname2_r): Likewise.
19080
19081 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19082
19083         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19084
19085 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19086
19087         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19088         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19089         warning.
19090
19091 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19092
19093         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19094         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19095         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19096         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19097         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19098         __fe_nomask_env_priv and attribute_hidden.
19099         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19100         (libc_feupdateenv_test_ppc): Likewise.
19101         (libc_feresetround_ppc): Likewise.
19102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19103         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19104         compat_symbol macro.
19105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19106         (__fe_nomask_env): Likewise.
19107         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19108
19109 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19110
19111         * string/Makefile: Remove ifunc tests.
19112         * string/test-string.h: Define TEST_IFUNC.
19113         * string/test-bcopy-ifunc.c: Remove.
19114         * string/test-bzero-ifunc.c: Likewise.
19115         * string/test-memccpy-ifunc.c: Likewise.
19116         * string/test-memchr-ifunc.c: Likewise.
19117         * string/test-memcmp-ifunc.c: Likewise.
19118         * string/test-memcpy-ifunc.c: Likewise.
19119         * string/test-memmem-ifunc.c: Likewise.
19120         * string/test-memmove-ifunc.c: Likewise.
19121         * string/test-mempcpy-ifunc.c: Likewise.
19122         * string/test-memrchr-ifunc.c: Likewise.
19123         * string/test-memset-ifunc.c: Likewise.
19124         * string/test-rawmemchr-ifunc.c: Likewise.
19125         * string/test-stpcpy-ifunc.c: Likewise.
19126         * string/test-stpncpy-ifunc.c: Likewise.
19127         * string/test-strcasecmp-ifunc.c: Likewise.
19128         * string/test-strcasestr-ifunc.c: Likewise.
19129         * string/test-strcat-ifunc.c: Likewise.
19130         * string/test-strchr-ifunc.c: Likewise.
19131         * string/test-strchrnul-ifunc.c: Likewise.
19132         * string/test-strcmp-ifunc.c: Likewise.
19133         * string/test-strcpy-ifunc.c: Likewise.
19134         * string/test-strcspn-ifunc.c: Likewise.
19135         * string/test-strlen-ifunc.c: Likewise.
19136         * string/test-strncasecmp-ifunc.c: Likewise.
19137         * string/test-strncat-ifunc.c: Likewise.
19138         * string/test-strncmp-ifunc.c: Likewise.
19139         * string/test-strncpy-ifunc.c: Likewise.
19140         * string/test-strnlen-ifunc.c: Likewise.
19141         * string/test-strpbrk-ifunc.c: Likewise.
19142         * string/test-strrchr-ifunc.c: Likewise.
19143         * string/test-strspn-ifunc.c: Likewise.
19144         * string/test-strstr-ifunc.c: Likewise.
19145
19146 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19147
19148         * benchtests/Makefile: Remove ifunc tests.
19149         * benchtests/bench-string.h: Define TEST_IFUNC.
19150         * benchtests/bench-bcopy-ifunc.c: Remove.
19151         * benchtests/bench-bzero-ifunc.c: Likewise.
19152         * benchtests/bench-memccpy-ifunc.c: Likewise.
19153         * benchtests/bench-memchr-ifunc.c: Likewise.
19154         * benchtests/bench-memcmp-ifunc.c: Likewise.
19155         * benchtests/bench-memcpy-ifunc.c: Likewise.
19156         * benchtests/bench-memmem-ifunc.c: Likewise.
19157         * benchtests/bench-memmove-ifunc.c: Likewise.
19158         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19159         * benchtests/bench-memrchr-ifunc.c: Likewise.
19160         * benchtests/bench-memset-ifunc.c: Likewise.
19161         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19162         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19163         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19164         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19165         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19166         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19167         * benchtests/bench-strcat-ifunc.c: Likewise.
19168         * benchtests/bench-strchr-ifunc.c: Likewise.
19169         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19170         * benchtests/bench-strcmp-ifunc.c: Likewise.
19171         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19172         * benchtests/bench-strcpy-ifunc.c: Likewise.
19173         * benchtests/bench-strcspn-ifunc.c: Likewise.
19174         * benchtests/bench-strlen-ifunc.c: Likewise.
19175         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19176         * benchtests/bench-strncat-ifunc.c: Likewise.
19177         * benchtests/bench-strncmp-ifunc.c: Likewise.
19178         * benchtests/bench-strncpy-ifunc.c: Likewise.
19179         * benchtests/bench-strnlen-ifunc.c: Likewise.
19180         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19181         * benchtests/bench-strrchr-ifunc.c: Likewise.
19182         * benchtests/bench-strsep-ifunc.c: Likewise.
19183         * benchtests/bench-strspn-ifunc.c: Likewise.
19184         * benchtests/bench-strstr-ifunc.c: Likewise.
19185
19186 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19187
19188         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19189
19190 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19191
19192         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19193         * rt/aio.h: Likewise.
19194         * sysdeps/gnu/bits/utmp.h: Likewise.
19195         * sysdeps/gnu/bits/utmpx.h: Likewise.
19196         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19197         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19198         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19199         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19200         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19201         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19202         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19203         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19204         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19205         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19206         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19207         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19208         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19210         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19211         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19212         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19213         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19214         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19215         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19216         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19217         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19218         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19219         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19220         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19221         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19222         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19223         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19224         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19225         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19226         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19227         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19228         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19229         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19230         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19231         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19232         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19233         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19234         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19235         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19236         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19237         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19238
19239 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19240
19241         [BZ #16245]
19242         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19243         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19244
19245 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19246
19247         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19248         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19249         Likewise.
19250
19251 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19252
19253         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19254         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19255         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19256         (__fesetround): Remove define.
19257         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19258         rounding and exceptions handling.
19259         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19260         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19261         (__fe_nomask_env): Likewise.
19262         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19263         __fegetround instead of fegetround.
19264         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19265         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19266
19267 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19268
19269         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19270         it's there.
19271
19272         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19273
19274 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19275
19276         [BZ #11157]
19277         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19278         (encrypt_r): Likewise.
19279         * malloc/obstack.h (obstack_free): Likewise.
19280         * posix/unistd.h (encrypt): Likewise.
19281
19282 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19283
19284         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19285         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19286         DL_CALL_DT_FINI() that call the functions directly.
19287         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19288         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19289         * elf/dl-fini.c: Likewise.
19290
19291 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19292
19293         * malloc/hooks.c (memalign_check): Add alignment rounding.
19294         * malloc/malloc.c (_mid_memalign): New function.
19295         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19296         Implement by calling _mid_memalign.
19297         * manual/probes.texi (Memory Allocation Probes): Remove
19298         memory_valloc_retry and memory_pvalloc_retry.
19299
19300 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19301
19302         * locale/programs/locarchive.c (open_archive): Add const
19303         qualifier to ARCHIVEFNAME and copy default fname to
19304         DEFAULT_FNAME.
19305
19306         [BZ #15601]
19307         * libio/tst-widetext.input: Rename Oriya to Odia.
19308         * locale/iso-639.def: Likewise.
19309
19310         * manual/probes.texi (Mathematical Function Probes): Add
19311         documentation for sin, cos, asin and acos probes.
19312         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19313         (__sin32): Add slowasin probe.
19314         (__cos32): Add slowacos probe.
19315         (__mpsin): Add slowsin probe.
19316         (__mpcos): Add slowcos probe.
19317
19318 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19319
19320         [BZ #15483]
19321         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19322         thread-local __sim_exceptions_thread and global
19323         __sim_exceptions_global.
19324         (__sim_disabled_exceptions): Change to thread-local
19325         __sim_disabled_exceptions_thread and global
19326         __sim_disabled_exceptions_global.
19327         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19328         and global __sim_round_mode_global.
19329         (__simulate_exceptions): Use thread-local floating-point state and
19330         set global state from it as needed.
19331         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19332         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19333         __sim_round_mode_thread.
19334         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19335         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19336         and global __sim_exceptions_global.
19337         (__sim_disabled_exceptions): Change to thread-local
19338         __sim_disabled_exceptions_thread and global
19339         __sim_disabled_exceptions_global.
19340         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19341         and global __sim_round_mode_global.
19342         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19343         (SIM_SET_GLOBAL): Likewise.
19344         * sysdeps/powerpc/soft-fp/sfp-machine.h
19345         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19346         __sim_round_mode_thread.
19347         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19348         __sim_disabled_exceptions_thread.
19349         (__sim_exceptions): Change to __sim_exceptions_thread.
19350         (__sim_disabled_exceptions): Change to
19351         __sim_disabled_exceptions_thread.
19352         (__sim_round_mode): Change to __sim_round_mode_thread.
19353         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19354         thread-local floating-point state and set global state from it as
19355         needed.
19356         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19357         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19358         (__sim_disabled_exceptions): Remove extern declaration.
19359         (feenableexcept): Use thread-local floating-point state and set
19360         global state from it as needed.
19361         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19362         extern declaration.
19363         (__sim_disabled_exceptions): Likewise.
19364         (__sim_round_mode): Likewise.
19365         (__fegetenv): Use thread-local floating-point state.
19366         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19367         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19368         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19369         floating-point state and set global state from it as needed.
19370         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19371         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19372         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19373         Likewise.
19374         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19375         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19376         Likewise.
19377         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19378         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19379         Use __sim_round_mode_thread.
19380         * math/test-fenv-tls.c: New file.
19381         * math/Makefile (tests): Add test-fenv-tls.
19382         ($(objpfx)test-fenv-tls): Depend on
19383         $(common-objpfx)nptl/libpthread.so.
19384
19385 2013-11-19  Andreas Schwab  <schwab@suse.de>
19386
19387         * locale/programs/locale.c (show_info): Decode wordarray elements.
19388         * locale/categories.def (LC_MONETARY): Add element for
19389         _NL_MONETARY_CRNCYSTR.
19390         * locale/C-monetary.c (conversion_rate): New variable.
19391         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19392         element.
19393
19394 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19395
19396         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19397         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19398
19399 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19400
19401         * elf/Makefile (tst-auxv): New test.
19402         * elf/tst-auxv.c: New
19403         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19404
19405 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19406
19407         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19408         (hidden_proto): Caller changed.
19409         (hidden_tls_proto): New macro.
19410         (libc_hidden_tls_proto): Likewise.
19411         (rtld_hidden_tls_proto): Likewise.
19412         (libm_hidden_tls_proto): Likewise.
19413         (libresolv_hidden_tls_proto): Likewise.
19414         (librt_hidden_tls_proto): Likewise.
19415         (libdl_hidden_tls_proto): Likewise.
19416         (libnss_files_hidden_tls_proto): Likewise.
19417         (libnsl_hidden_tls_proto): Likewise.
19418         (libnss_nisplus_hidden_tls_proto): Likewise.
19419         (libutil_hidden_tls_proto): Likewise.
19420
19421 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19422
19423         [BZ #10253]
19424         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19425         (decompose_rpath): Defer expansion to fillin_rpath.
19426         (_dl_init_paths): Pass linkmap to fillin_rpath.
19427
19428 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19429
19430         * benchtests/Makefile: Add strsep.
19431         * benchtests/bench-strsep.c: New file: strsep benchtest.
19432         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19433
19434 2013-11-18  Andreas Schwab  <schwab@suse.de>
19435
19436         * locale/programs/locale.c (show_info) [case byte]: Check for
19437         '\377' instead of '\177'.
19438         * locale/C-monetary.c (not_available): Always use "\377".
19439         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19440         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19441         detect unavailable sign_posn locale elements.
19442         * locale/localeconv.c (__localeconv): For grouping and
19443         mon_grouping handle "\177" and "\377" like no grouping.
19444         (INT_ELEM): New macro.  Use it to set all numeric members.
19445         * locale/programs/ld-monetary.c (monetary_read)
19446         <tok_mon_grouping>: Normalize single -1 to the empty string.
19447         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19448         Likewise.
19449
19450 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19451
19452         [BZ #16055]
19453         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19454         when we match (nil).
19455         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19456
19457 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19458
19459         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19460         (NO_TEST_INLINE): Update value.
19461         (ERRNO_UNCHANGED): Likewise.
19462         (ERRNO_EDOM): Likewise.
19463         (ERRNO_ERANGE): Likewise.
19464         (IGNORE_RESULT): Likewise.
19465         (check_float_internal): Check signs of NaN results if
19466         TEST_NAN_SIGN used.
19467         (check_complex): Pass TEST_NAN_SIGN flag through to second
19468         check_float_internal call.
19469         (copysign_test_data): Add tests with quiet NaNs as second
19470         argument.  Use TEST_NAN_SIGN.
19471         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19472         TEST_NAN_SIGN.
19473         (signbit_test_data): Add tests of quiet NaN argument.
19474         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19475
19476         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19477         $ignore_result.
19478         (parse_args): Handle function results specified as IGNORE.
19479         * math/libm-test.inc (IGNORE_RESULT): New macro.
19480         (check_float_internal): Do not check numerical result if flag
19481         IGNORE_RESULT set.
19482         (check_complex): Pass through IGNORE_RESULT to second
19483         check_float_internal call.
19484         (check_int): Do not check numerical result if flag IGNORE_RESULT
19485         set.
19486         (check_long): Likewise.
19487         (check_bool): Likewise.
19488         (check_longlong): Likewise.
19489         (lrint_test_data): Add tests of infinite and NaN arguments.
19490         (lrint_tonearest_test_data): Likewise.
19491         (lrint_towardzero_test_data): Likewise.
19492         (lrint_downward_test_data): Likewise.
19493         (lrint_upward_test_data): Likewise.
19494         (llrint_test_data): Likewise.
19495         (llrint_tonearest_test_data): Likewise.
19496         (llrint_towardzero_test_data): Likewise.
19497         (llrint_downward_test_data): Likewise.
19498         (llrint_upward_test_data): Likewise.
19499         (lround_test_data): Likewise.
19500         (llround_test_data): Likewise.
19501
19502         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19503         (ERRNO_UNCHANGED): Update value.
19504         (ERRNO_EDOM): Likewise.
19505         (ERRNO_ERANGE): Likewise.
19506         (NO_TEST_INLINE_FLOAT): New macro.
19507         (NO_TEST_INLINE_DOUBLE): Likewise.
19508         (enable_test): New function.
19509         (RUN_TEST_f_f): Check enable_test before running test.
19510         (RUN_TEST_2_f): Likewise.
19511         (RUN_TEST_fff_f): Likewise.
19512         (RUN_TEST_c_f): Likewise.
19513         (RUN_TEST_f_f1): Likewise.
19514         (RUN_TEST_fF_f1): Likewise.
19515         (RUN_TEST_fI_f1): Likewise.
19516         (RUN_TEST_ffI_f1): Likewise.
19517         (RUN_TEST_c_c): Likewise.
19518         (RUN_TEST_cc_c): Likewise.
19519         (RUN_TEST_f_i): Likewise.
19520         (RUN_TEST_f_i_tg): Likewise.
19521         (RUN_TEST_ff_i_tg): Likewise.
19522         (RUN_TEST_f_b): Likewise.
19523         (RUN_TEST_f_b_tg): Likewise.
19524         (RUN_TEST_f_l): Likewise.
19525         (RUN_TEST_f_L): Likewise.
19526         (RUN_TEST_fFF_11): Likewise.
19527         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19528         conditionals.
19529         (cosh_test_data): Likewise.
19530         (exp_test_data): Likewise.
19531         (expm1_test_data): Likewise.
19532         (hypot_test_data): Likewise.
19533         (pow_test_data): Likewise.
19534         (sinh_test_data): Likewise.
19535         (tanh_test_data): Likewise.
19536         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19537         flags argument.
19538
19539         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19540         tests with quiet NaN input and output.
19541         (acosh_test_data): Likewise.
19542         (asin_test_data): Likewise.
19543         (asinh_test_data): Likewise.
19544         (atan_test_data): Likewise.
19545         (atanh_test_data): Likewise.
19546         (atan2_test_data): Likewise.
19547         (cbrt_test_data): Likewise.
19548         (cos_test_data): Likewise.
19549         (cosh_test_data): Likewise.
19550         (erf_test_data): Likewise.
19551         (erfc_test_data): Likewise.
19552         (exp_test_data): Likewise.
19553         (exp10_test_data): Likewise.
19554         (exp2_test_data): Likewise.
19555         (expm1_test_data): Likewise.
19556         (hypot_test_data): Likewise.
19557         (j0_test_data): Likewise.
19558         (j1_test_data): Likewise.
19559         (jn_test_data): Likewise.
19560         (lgamma_test_data): Likewise.
19561         (log_test_data): Likewise.
19562         (log10_test_data): Likewise.
19563         (log1p_test_data): Likewise.
19564         (log2_test_data): Likewise.
19565         (pow_test_data): Likewise.
19566         (scalb_test_data): Likewise.
19567         (sin_test_data): Likewise.
19568         (sincos_test_data): Likewise.
19569         (sinh_test_data): Likewise.
19570         (tan_test_data): Likewise.
19571         (tanh_test_data): Likewise.
19572         (tgamma_test_data): Likewise.
19573         (y0_test_data): Likewise.
19574         (y1_test_data): Likewise.
19575         (yn_test_data): Likewise.
19576
19577         [BZ #16167]
19578         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19579         argument being NaN and avoid computations with second argument in
19580         that case.
19581         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19582         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19583         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19584
19585 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19586
19587         * locale/iso-639.def: Add Chitwani Tharu (the).
19588
19589 2013-11-14  Andreas Schwab  <schwab@suse.de>
19590
19591         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19592         word instead of empty string.
19593
19594 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19595
19596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19597         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19599         (__fe_nomask_env): Likewise.
19600
19601 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19602
19603         * benchtests/bench-timing.h: Include time.h.
19604
19605 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19606
19607         [BZ #15997]
19608         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19609         to 3.4.0 for x32.
19610         * sysdeps/unix/sysv/linux/configure: Regenerated.
19611
19612 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19613
19614         [BZ #16151]
19615         * stdlib/strtod_l.c (round_and_return): Do not consider
19616         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19617         exponent one less than half the least subnormal exponent.
19618         * stdlib/test-strtod-round-data: Add more tests.
19619         * stdlib/tst-strtod-round.c (tests): Regenerated.
19620
19621 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19622
19623         [BZ #14143]
19624         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19625         (__fe_mask_env): Likewise.
19626         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19627         libm_hidden_proto and add function prototype.
19628         (__fe_mask_env): Add function prototype.
19629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19630         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19632         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19634         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19635
19636 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19637
19638         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19639         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19640
19641 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19642
19643         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19644         of htab_find_slot().
19645
19646 2013-11-11  David S. Miller  <davem@davemloft.net>
19647
19648         [BZ #16150]
19649         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19650         symbol in the non-vis3 case in static builds.
19651         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19652         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19653         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19654         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19655
19656 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19657
19658         [BZ #387]
19659         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19660         it is empty.
19661
19662 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19663
19664         * benchtests/Makefile: Add bench-strtod.
19665         * benchtests/bench-strtod.c: New file: strtod benchtest
19666
19667 2013-11-11  Andreas Schwab  <schwab@suse.de>
19668
19669         [BZ #16153]
19670         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19671         terminating NUL in key length.
19672
19673 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19674
19675         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19676         Add artificial ODP entry for vDSO symbol for PPC64.
19677         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19678         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19679
19680 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19681
19682         [BZ #15374]
19683         * nss/getent.c (services_keys): Recognize services starting with digit.
19684
19685 2013-11-06  David S. Miller  <davem@davemloft.net>
19686
19687         [BZ #15985]
19688         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19689         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19690
19691 2013-11-06  Will Newton  <will.newton@linaro.org>
19692
19693         * manual/memory.texi (Malloc Examples): Remove register
19694         keyword from examples.
19695
19696 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19697
19698         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19699
19700 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19701
19702         [BZ #6981]
19703         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19704         depending on [__GCC_IEC_559 > 0].
19705         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19706         depending on [__GCC_IEC_559_COMPLEX > 0].
19707
19708 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19709
19710         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19711         to iso-639.def.
19712
19713 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19714
19715         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19716
19717 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19718
19719         [BZ #16112]
19720         * malloc/malloc (malloc_info): Do not handle first bin as
19721         special case.
19722
19723 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19724
19725         * locale/iso-639.def: Add Central Nahuatl (nhn).
19726
19727 2013-11-01  Bruno Haible  <bruno@clisp.org>
19728
19729         [BZ #7003]
19730         * manual/math.texi (BSD Random): Specify range upper bound as
19731         in POSIX.
19732
19733 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19734
19735         * locale/iso-639.def: Add Meadow Mari (mhr).
19736
19737 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19738
19739         [BZ #14752], [BZ #15763]
19740         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19741         Validate name.
19742         * rt/tst_shm.c: Add test for escaping directory.
19743
19744 2013-10-31  Andreas Schwab  <schwab@suse.de>
19745
19746         [BZ #15917]
19747         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19748         followed by 'x' as part of digit sequence.
19749         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19750
19751 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19752
19753         [BZ #16037]
19754         * configure.ac: allow GNU Make 4.0 and greater.
19755         * configure: Regenerated.
19756
19757 2013-10-30  Will Newton  <will.newton@linaro.org>
19758
19759         [BZ #16038]
19760         * malloc/hooks.c (memalign_check): Limit alignment to the
19761         maximum representable power of two.
19762         * malloc/malloc.c (__libc_memalign): Likewise.
19763         * malloc/tst-memalign.c (do_test): Add test for very
19764         large alignment values.
19765         * malloc/tst-posix_memalign.c (do_test): Likewise.
19766
19767 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19768
19769         [BZ #11087]
19770         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19771         (munmap_chunk): Likewise.
19772         (mremap_chunk): Likewise.
19773
19774 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19775
19776         [BZ #15799]
19777         * stdlib/div.c (div): Remove obsolete code.
19778         * stdlib/ldiv.c (ldiv): Likewise.
19779         * stdlib/lldiv.c (lldiv): Likewise.
19780
19781 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19782
19783         [BZ #16071]
19784         * nss/nss_files/files-XXX.c (get_contents_ret): New
19785         enumerator.
19786         (get_contents): New function.
19787         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19788
19789 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19790
19791         * configure.in: Moved to ...
19792         * configure.ac: ... here. Change reference to configure.in
19793         to configure.ac.
19794         * sysdeps/arm/preconfigure.ac: ... here.
19795         configure.in to configure.ac.
19796         * sysdeps/gnu/configure.in: Moved to ...
19797         * sysdeps/gnu/configure.ac: ... here.
19798         * sysdeps/i386/configure.in: Moved to ...
19799         * sysdeps/i386/configure.ac: ... here.
19800         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19801         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19802         * sysdeps/mach/configure.in: Moved to ...
19803         * sysdeps/mach/configure.ac: ... here.
19804         * sysdeps/mach/hurd/configure.in: Moved to ...
19805         * sysdeps/mach/hurd/configure.ac: ... here.
19806         * sysdeps/powerpc/configure.in: Moved to ...
19807         * sysdeps/powerpc/configure.ac: ... here.
19808         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19809         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19810         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19811         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19812         * sysdeps/s390/s390-32/configure.in: Moved to ...
19813         * sysdeps/s390/s390-32/configure.ac: ... here.
19814         * sysdeps/s390/s390-64/configure.in: Moved to ...
19815         * sysdeps/s390/s390-64/configure.ac: ... here.
19816         * sysdeps/sh/configure.in: Moved to ...
19817         * sysdeps/sh/configure.ac: ... here.
19818         * sysdeps/sparc/configure.in: Moved to ...
19819         * sysdeps/sparc/configure.ac: ... here.
19820         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19821         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19822         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19823         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19824         * sysdeps/x86_64/configure.in: Moved to ...
19825         * sysdeps/x86_64/configure.ac: ... here.
19826         * sysdeps/x86_64/preconfigure.in: Moved to ...
19827         * sysdeps/x86_64/preconfigure.ac: ... here.
19828         * aclocal.m4: Change reference to configure.in to configure.ac.
19829         * config.h.in: Likewise.
19830         * manual/install.texi: Likewise.
19831         * manual/maint.texi: Likewise.
19832         * Makefile: Likewise.
19833         * malloc/Makefile: Likewise.
19834         * nscd/Makefile: Likewise.
19835         * Makeconfig: Change reference to configure.in and
19836         preconfigure.in to configure.ac and preconfigure.ac
19837         respectively.
19838         * INSTALL: Regenerated.
19839         * configure: Likewise.
19840         * sysdeps/gnu/configure: Likewise.
19841         * sysdeps/i386/configure: Likewise.
19842         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19843         * sysdeps/mach/configure: Likewise.
19844         * sysdeps/mach/hurd/configure: Likewise.
19845         * sysdeps/powerpc/configure: Likewise.
19846         * sysdeps/powerpc/powerpc32/configure: Likewise.
19847         * sysdeps/powerpc/powerpc64/configure: Likewise.
19848         * sysdeps/s390/s390-32/configure: Likewise.
19849         * sysdeps/s390/s390-64/configure: Likewise.
19850         * sysdeps/sh/configure: Likewise.
19851         * sysdeps/sparc/configure: Likewise.
19852         * sysdeps/unix/sysv/linux/configure: Likewise.
19853         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19854         * sysdeps/x86_64/configure: Likewise.
19855         * sysdeps/x86_64/preconfigure: Likewise.
19856
19857 2013-10-29  Andreas Schwab  <schwab@suse.de>
19858
19859         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19860
19861 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19862
19863         * benchtests/pow-inputs: Add new inputs.
19864
19865         * benchtests/exp-inputs: Add new inputs.
19866
19867         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19868         conditional check for return value.
19869         (__cos32): Likewise.
19870
19871 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19872
19873         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19874         to provide a boost for large inputs with word alignment.
19875         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19876         implementation based on optimized PPC64 strcpy.
19877         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19878         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19879         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19880         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19881
19882 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19883
19884         [BZ #2801]
19885         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19886
19887 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19888
19889         [BZ #14876]
19890         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19891         * time/tst-strptime.c (day_tests): Add testcase.
19892
19893 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19894
19895         [BZ #14029]
19896         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19897
19898 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19899
19900         [BZ #16074]
19901         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19902         MAP_FAILED on error.
19903
19904 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19905
19906         [BZ #16072]
19907         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19908         heap for large requests.
19909
19910 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19911
19912         [BZ #9954]
19913         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19914         result if the result has no associated interface.
19915         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19916         interface for all 127.X.Y.Z addresses.
19917
19918 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19919
19920         * locale/iso-639.def: Add Ligurian (lij)
19921
19922 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19923
19924         [BZ #15825]
19925         * sunrpc/rpc_main.c: Document rpcgen -5.
19926
19927 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19928
19929         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19930
19931 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19932
19933         [BZ #10278]
19934         * posix/glob.c: Match only directories when trailing slash is present.
19935         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19936         (main): Add testcase.
19937
19938 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19939
19940         [BZ #15670]
19941         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19942
19943 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19944
19945         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19946         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19947         AUTH_DES and cindex for FIPS 140-2.
19948         (DES Encryption): Add cindex FIPS 46-3.
19949
19950         * locale/locarchive.h (struct locarhandle): Add fname.
19951         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19952         if an optional argument was specified to --list-archive,
19953         otherwise NULL.
19954         * locale/programs/locarchive.c (show_archive_content): Take new
19955         argument fname and pass it via ah.fname to open_archive.
19956         * locale/programs/localedef.h: Update decl.
19957         (open_archive): If AH->fname is non-null, open that file
19958         rather than the default file name, and don't ignore ENOENT.
19959         (create_archive): Set AH.fname to NULL.
19960         (delete_locales_from_archive): Likewise.
19961         (add_locales_to_archive): Likewise.
19962         * locale/programs/locfile.c (write_all_categories): Likewise.
19963
19964 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19965             Aldy Hernandez  <aldyh@redhat.com>
19966
19967         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19968         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19969         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19970         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19971         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19972         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19973         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19974         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19975         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19976         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19977         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19978         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19979         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19980         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19981         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19982         Likewise.
19983         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19984         Likewise.
19985         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19986         Likewise.
19987         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19988         Likewise.
19989         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19990         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19991         Likewise.
19992         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19993         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19994         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19995         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19996         Likewise.
19997         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19998         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19999         * sysdeps/powerpc/preconfigure: Likewise.
20000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20001         Likewise.
20002         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20003         Replace contents of file by #include of <fenv_libc.h>.
20004         * sysdeps/powerpc/soft-fp/sfp-machine.h
20005         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20006         and <sys/prctl.h>.
20007         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20008         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20009         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20010         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20011         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20012         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20013         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20014         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20015         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20016         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20017         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20018         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20020         Allow copysignl PLT reference to be missing.
20021
20022 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20023             Joseph Myers  <joseph@codesourcery.com
20024
20025         [BZ #15948]
20026         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20027         single character.
20028         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20029
20030 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20031
20032         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20033         * elf/tst-tls1.c: Likewise.
20034         * elf/tst-tls10.h: Likewise.
20035         * elf/tst-tls14.c: Likewise.
20036         * elf/tst-tls2.c: Likewise.
20037         * elf/tst-tls3.c: Likewise.
20038         * elf/tst-tls4.c: Likewise.
20039         * elf/tst-tls5.c: Likewise.
20040         * elf/tst-tls6.c: Likewise.
20041         * elf/tst-tls7.c: Likewise.
20042         * elf/tst-tls8.c: Likewise.
20043         * elf/tst-tls9.c: Likewise.
20044         * elf/tst-tlsmod1.c: Likewise.
20045         * elf/tst-tlsmod13.c: Likewise.
20046         * elf/tst-tlsmod13a.c: Likewise.
20047         * elf/tst-tlsmod14a.c: Likewise.
20048         * elf/tst-tlsmod16a.c: Likewise.
20049         * elf/tst-tlsmod16b.c: Likewise.
20050         * elf/tst-tlsmod2.c: Likewise.
20051         * elf/tst-tlsmod3.c: Likewise.
20052         * elf/tst-tlsmod4.c: Likewise.
20053         * elf/tst-tlsmod5.c: Likewise.
20054         * elf/tst-tlsmod6.c: Likewise.
20055
20056 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20057
20058         [BZ #12486]
20059         * malloc/malloc.c: remove checks for statistics.
20060
20061 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20062
20063         [BZ #15277]
20064         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20065         * inet/tst-network.c: Add testcase.
20066
20067 2013-10-17  Andreas Schwab  <schwab@suse.de>
20068
20069         [BZ #15218]
20070         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20071         to determine canonical name.
20072
20073 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20074
20075         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20076         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20077         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20078         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20079         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20080         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20081         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20082         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20083         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20084         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20085         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20086         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20087         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20088         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20089         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20090         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20091         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20092         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20093         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20094         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20095         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20096         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20097         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20098         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20099         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20100         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20101         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20102         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20103         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20104         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20105         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20106         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20107         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20108         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20109         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20110         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20111         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20112         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20113         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20114         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20115         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20116         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20117         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20118         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20119         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20120         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20121         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20122         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20123         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20124         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20125         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20126         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20127         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20128         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20129         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20130         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20131         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20132         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20133
20134 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20135
20136         [BZ #16041]
20137         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20138         make result into a quiet NaN.
20139
20140 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20141
20142         * soft-fp/adddf3.c: Fix horizontal whitespace.
20143         * soft-fp/addsf3.c: Likewise.
20144         * soft-fp/addtf3.c: Likewise.
20145         * soft-fp/divdf3.c: Likewise.
20146         * soft-fp/divsf3.c: Likewise.
20147         * soft-fp/divtf3.c: Likewise.
20148         * soft-fp/double.h: Likewise.
20149         * soft-fp/eqdf2.c: Likewise.
20150         * soft-fp/eqsf2.c: Likewise.
20151         * soft-fp/eqtf2.c: Likewise.
20152         * soft-fp/extenddftf2.c: Likewise.
20153         * soft-fp/extended.h: Likewise.
20154         * soft-fp/extendsfdf2.c: Likewise.
20155         * soft-fp/extendsftf2.c: Likewise.
20156         * soft-fp/extendxftf2.c: Likewise.
20157         * soft-fp/fixdfdi.c: Likewise.
20158         * soft-fp/fixdfsi.c: Likewise.
20159         * soft-fp/fixdfti.c: Likewise.
20160         * soft-fp/fixsfdi.c: Likewise.
20161         * soft-fp/fixsfsi.c: Likewise.
20162         * soft-fp/fixsfti.c: Likewise.
20163         * soft-fp/fixtfdi.c: Likewise.
20164         * soft-fp/fixtfsi.c: Likewise.
20165         * soft-fp/fixtfti.c: Likewise.
20166         * soft-fp/fixunsdfdi.c: Likewise.
20167         * soft-fp/fixunsdfsi.c: Likewise.
20168         * soft-fp/fixunsdfti.c: Likewise.
20169         * soft-fp/fixunssfdi.c: Likewise.
20170         * soft-fp/fixunssfsi.c: Likewise.
20171         * soft-fp/fixunssfti.c: Likewise.
20172         * soft-fp/fixunstfdi.c: Likewise.
20173         * soft-fp/fixunstfsi.c: Likewise.
20174         * soft-fp/fixunstfti.c: Likewise.
20175         * soft-fp/floatdidf.c: Likewise.
20176         * soft-fp/floatdisf.c: Likewise.
20177         * soft-fp/floatditf.c: Likewise.
20178         * soft-fp/floatsidf.c: Likewise.
20179         * soft-fp/floatsisf.c: Likewise.
20180         * soft-fp/floatsitf.c: Likewise.
20181         * soft-fp/floattidf.c: Likewise.
20182         * soft-fp/floattisf.c: Likewise.
20183         * soft-fp/floattitf.c: Likewise.
20184         * soft-fp/floatundidf.c: Likewise.
20185         * soft-fp/floatundisf.c: Likewise.
20186         * soft-fp/floatunditf.c: Likewise.
20187         * soft-fp/floatunsidf.c: Likewise.
20188         * soft-fp/floatunsisf.c: Likewise.
20189         * soft-fp/floatunsitf.c: Likewise.
20190         * soft-fp/floatuntidf.c: Likewise.
20191         * soft-fp/floatuntisf.c: Likewise.
20192         * soft-fp/floatuntitf.c: Likewise.
20193         * soft-fp/fmadf4.c: Likewise.
20194         * soft-fp/fmasf4.c: Likewise.
20195         * soft-fp/fmatf4.c: Likewise.
20196         * soft-fp/gedf2.c: Likewise.
20197         * soft-fp/gesf2.c: Likewise.
20198         * soft-fp/getf2.c: Likewise.
20199         * soft-fp/ledf2.c: Likewise.
20200         * soft-fp/lesf2.c: Likewise.
20201         * soft-fp/letf2.c: Likewise.
20202         * soft-fp/muldf3.c: Likewise.
20203         * soft-fp/mulsf3.c: Likewise.
20204         * soft-fp/multf3.c: Likewise.
20205         * soft-fp/negdf2.c: Likewise.
20206         * soft-fp/negsf2.c: Likewise.
20207         * soft-fp/negtf2.c: Likewise.
20208         * soft-fp/op-1.h: Likewise.
20209         * soft-fp/op-2.h: Likewise.
20210         * soft-fp/op-4.h: Likewise.
20211         * soft-fp/op-8.h: Likewise.
20212         * soft-fp/op-common.h: Likewise.
20213         * soft-fp/quad.h: Likewise.
20214         * soft-fp/single.h: Likewise.
20215         * soft-fp/soft-fp.h: Likewise.
20216         * soft-fp/sqrtdf2.c: Likewise.
20217         * soft-fp/sqrtsf2.c: Likewise.
20218         * soft-fp/sqrttf2.c: Likewise.
20219         * soft-fp/subdf3.c: Likewise.
20220         * soft-fp/subsf3.c: Likewise.
20221         * soft-fp/subtf3.c: Likewise.
20222         * soft-fp/truncdfsf2.c: Likewise.
20223         * soft-fp/trunctfdf2.c: Likewise.
20224         * soft-fp/trunctfsf2.c: Likewise.
20225         * soft-fp/trunctfxf2.c: Likewise.
20226         * soft-fp/unorddf2.c: Likewise.
20227         * soft-fp/unordsf2.c: Likewise.
20228         * soft-fp/unordtf2.c: Likewise.
20229
20230 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20231
20232         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20233         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20234
20235 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20236
20237         * elf/dl-libc.c: Clear initfini list after freeing.
20238
20239 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20240
20241         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20242         * soft-fp/addsf3.c: Likewise.
20243         * soft-fp/addtf3.c: Likewise.
20244         * soft-fp/divdf3.c: Likewise.
20245         * soft-fp/divsf3.c: Likewise.
20246         * soft-fp/divtf3.c: Likewise.
20247         * soft-fp/double.h: Likewise.
20248         * soft-fp/eqdf2.c: Likewise.
20249         * soft-fp/eqsf2.c: Likewise.
20250         * soft-fp/eqtf2.c: Likewise.
20251         * soft-fp/extenddftf2.c: Likewise.
20252         * soft-fp/extended.h: Likewise.
20253         * soft-fp/extendsfdf2.c: Likewise.
20254         * soft-fp/extendsftf2.c: Likewise.
20255         * soft-fp/extendxftf2.c: Likewise.
20256         * soft-fp/fixdfdi.c: Likewise.
20257         * soft-fp/fixdfsi.c: Likewise.
20258         * soft-fp/fixdfti.c: Likewise.
20259         * soft-fp/fixsfdi.c: Likewise.
20260         * soft-fp/fixsfsi.c: Likewise.
20261         * soft-fp/fixsfti.c: Likewise.
20262         * soft-fp/fixtfdi.c: Likewise.
20263         * soft-fp/fixtfsi.c: Likewise.
20264         * soft-fp/fixtfti.c: Likewise.
20265         * soft-fp/fixunsdfdi.c: Likewise.
20266         * soft-fp/fixunsdfsi.c: Likewise.
20267         * soft-fp/fixunsdfti.c: Likewise.
20268         * soft-fp/fixunssfdi.c: Likewise.
20269         * soft-fp/fixunssfsi.c: Likewise.
20270         * soft-fp/fixunssfti.c: Likewise.
20271         * soft-fp/fixunstfdi.c: Likewise.
20272         * soft-fp/fixunstfsi.c: Likewise.
20273         * soft-fp/fixunstfti.c: Likewise.
20274         * soft-fp/floatdidf.c: Likewise.
20275         * soft-fp/floatdisf.c: Likewise.
20276         * soft-fp/floatditf.c: Likewise.
20277         * soft-fp/floatsidf.c: Likewise.
20278         * soft-fp/floatsisf.c: Likewise.
20279         * soft-fp/floatsitf.c: Likewise.
20280         * soft-fp/floattidf.c: Likewise.
20281         * soft-fp/floattisf.c: Likewise.
20282         * soft-fp/floattitf.c: Likewise.
20283         * soft-fp/floatundidf.c: Likewise.
20284         * soft-fp/floatundisf.c: Likewise.
20285         * soft-fp/floatunsidf.c: Likewise.
20286         * soft-fp/floatunsisf.c: Likewise.
20287         * soft-fp/floatuntidf.c: Likewise.
20288         * soft-fp/floatuntisf.c: Likewise.
20289         * soft-fp/floatuntitf.c: Likewise.
20290         * soft-fp/fmadf4.c: Likewise.
20291         * soft-fp/fmasf4.c: Likewise.
20292         * soft-fp/fmatf4.c: Likewise.
20293         * soft-fp/gedf2.c: Likewise.
20294         * soft-fp/gesf2.c: Likewise.
20295         * soft-fp/getf2.c: Likewise.
20296         * soft-fp/ledf2.c: Likewise.
20297         * soft-fp/lesf2.c: Likewise.
20298         * soft-fp/letf2.c: Likewise.
20299         * soft-fp/muldf3.c: Likewise.
20300         * soft-fp/mulsf3.c: Likewise.
20301         * soft-fp/multf3.c: Likewise.
20302         * soft-fp/negdf2.c: Likewise.
20303         * soft-fp/negsf2.c: Likewise.
20304         * soft-fp/negtf2.c: Likewise.
20305         * soft-fp/op-1.h: Likewise.
20306         * soft-fp/op-2.h: Likewise.
20307         * soft-fp/op-4.h: Likewise.
20308         * soft-fp/op-8.h: Likewise.
20309         * soft-fp/op-common.h: Likewise.
20310         * soft-fp/quad.h: Likewise.
20311         * soft-fp/single.h: Likewise.
20312         * soft-fp/soft-fp.h: Likewise.
20313         * soft-fp/sqrtdf2.c: Likewise.
20314         * soft-fp/sqrtsf2.c: Likewise.
20315         * soft-fp/sqrttf2.c: Likewise.
20316         * soft-fp/subdf3.c: Likewise.
20317         * soft-fp/subsf3.c: Likewise.
20318         * soft-fp/subtf3.c: Likewise.
20319         * soft-fp/truncdfsf2.c: Likewise.
20320         * soft-fp/trunctfdf2.c: Likewise.
20321         * soft-fp/trunctfsf2.c: Likewise.
20322         * soft-fp/trunctfxf2.c: Likewise.
20323         * soft-fp/unorddf2.c: Likewise.
20324         * soft-fp/unordsf2.c: Likewise.
20325         * soft-fp/unordtf2.c: Likewise.
20326
20327 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20328
20329         [BZ #15672]
20330         * misc/error.c (error_tail): Fix possible buffer overflow.
20331
20332 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20333
20334         [BZ #13028]
20335         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20336         address.
20337
20338 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20339
20340         [BZ #832]
20341         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20342         testing pipefail option.
20343
20344 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20345
20346         * soft-fp/double.h: Indent preprocessor directives inside #if.
20347         * soft-fp/extended.h: Likewise.
20348         * soft-fp/op-2.h: Likewise.
20349         * soft-fp/op-4.h: Likewise.
20350         * soft-fp/op-common.h: Likewise.
20351         * soft-fp/quad.h: Likewise.
20352         * soft-fp/single.h: Likewise.
20353         * soft-fp/soft-fp.h: Likewise.
20354
20355 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20356
20357         * iconv/iconv_prog.c: Fix typos.
20358         * stdio-common/psiginfo-data.h: Likewise.
20359
20360 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20361
20362         [BZ #15764]
20363         * locale/setlocale.c: Fix typo.
20364
20365 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20366
20367         [BZ #16036]
20368         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20369         signaling NaN arguments.
20370         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20371         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20372
20373         [BZ #14910]
20374         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20375         unordered operands.
20376         * soft-fp/gesf2.c (__gesf2): Likewise.
20377         * soft-fp/getf2.c (__getf2): Likewise.
20378         * soft-fp/ledf2.c (__ledf2): Likewise.
20379         * soft-fp/lesf2.c (__lesf2): Likewise.
20380         * soft-fp/letf2.c (__letf2): Likewise.
20381
20382         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20383         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20384         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20385         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20386         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20387         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20388         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20389         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20390         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20391         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20392         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20393         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20394         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20395         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20396         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20397         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20398         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20399         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20400         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20401         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20402         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20403         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20404         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20405         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20406         * soft-fp/floattidf.c (__floattidf): Likewise.
20407         * soft-fp/floattisf.c (__floattisf): Likewise.
20408         * soft-fp/floattitf.c (__floattitf): Likewise.
20409         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20410         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20411         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20412         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20413         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20414         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20415         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20416         * soft-fp/gesf2.c (__gesf2): Likewise.
20417         * soft-fp/getf2.c (__getf2): Likewise.
20418         * soft-fp/ledf2.c (__ledf2): Likewise.
20419         * soft-fp/lesf2.c (__lesf2): Likewise.
20420         * soft-fp/letf2.c (__letf2): Likewise.
20421
20422         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20423         Undefine and redefine.
20424         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20425         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20426         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20427         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20428         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20429         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20430         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20431         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20432         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20433         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20434         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20435         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20436         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20437         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20438         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20439
20440         [BZ #16032]
20441         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20442         without decrementing exponent if mantissa >= that for the
20443         denominator, not >.
20444         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20445         denominator, not >.  Decrement exponent in < case instead of
20446         incrementing in >= case.
20447         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20448         without decrementing exponent if mantissa >= that for the
20449         denominator, not >.
20450
20451         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20452         computing saturated result for unsigned overflow.
20453
20454 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20455             Jeff Law  <law@redhat.com>
20456
20457         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20458         (atan2Mp): Add systemtap probe marker.
20459         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20460         (__ieee754_log): Add systemtap probe marker.
20461         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20462         (atanMp): Add systemtap probe marker.
20463         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20464         (tanMp): Add systemtap probe marker.
20465         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20466         (__slowexp): Add systemtap probe marker.
20467         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20468         (__slowpow): Add systemtap probe marker.
20469         * manual/probes.texi: Document probes.
20470
20471 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20472
20473         [BZ #15362]
20474         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20475         written.
20476         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20477         written.
20478         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20479         written to buffer but not flushed.
20480         * libio/iofwrite_u.c:  Likewise.
20481         * libio/iopadn.c:  Return bytes returned even if EOF was
20482         encountered.
20483         * libio/iowpadn.c:  Likewise.
20484         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20485         if _IO_padn does not write the whole buffer.
20486         [!COMPILE_WPRINTF] (PAD): Likewise.
20487
20488 2013-10-10  David S. Miller  <davem@davemloft.net>
20489
20490         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20491         directory block.
20492
20493 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20494
20495         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20496         instead of FSF address.
20497         * soft-fp/fixdfti.c: Likewise.
20498         * soft-fp/fixsfti.c: Likewise.
20499         * soft-fp/fixtfti.c: Likewise.
20500         * soft-fp/fixunsdfti.c: Likewise.
20501         * soft-fp/fixunssfti.c: Likewise.
20502         * soft-fp/fixunstfti.c: Likewise.
20503         * soft-fp/floattidf.c: Likewise.
20504         * soft-fp/floattisf.c: Likewise.
20505         * soft-fp/floattitf.c: Likewise.
20506         * soft-fp/floatuntidf.c: Likewise.
20507         * soft-fp/floatuntisf.c: Likewise.
20508         * soft-fp/floatuntitf.c: Likewise.
20509         * soft-fp/trunctfxf2.c: Likewise.
20510
20511         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20512         * soft-fp/fixdfti.c: Likewise.
20513         * soft-fp/fixsfti.c: Likewise.
20514         * soft-fp/fixtfti.c: Likewise.
20515         * soft-fp/fixunsdfti.c: Likewise.
20516         * soft-fp/fixunssfti.c: Likewise.
20517         * soft-fp/fixunstfti.c: Likewise.
20518         * soft-fp/floattidf.c: Likewise.
20519         * soft-fp/floattisf.c: Likewise.
20520         * soft-fp/floattitf.c: Likewise.
20521         * soft-fp/floatuntidf.c: Likewise.
20522         * soft-fp/floatuntisf.c: Likewise.
20523         * soft-fp/floatuntitf.c: Likewise.
20524         * soft-fp/trunctfxf2.c: Likewise.
20525
20526 2013-10-10  David S. Miller  <davem@davemloft.net>
20527
20528         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20529
20530 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20531
20532         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20533         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20534         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20535         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20536         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20537         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20538         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20539
20540         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20541         for NaNs before doing comparisons on argument.
20542         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20543         Likewise.
20544
20545 2013-10-10  Will Newton  <will.newton@linaro.org>
20546
20547         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20548         passed to _int_memalign does not overflow.
20549
20550 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20551
20552         * scripts/bench.pl: Add include-sources directive.
20553         * benchtests/README: Update documentation.
20554
20555 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20556
20557         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20558         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20559         instead of FP_INIT_ROUNDMODE.
20560         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20561         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20562
20563         [BZ #16034]
20564         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20565         copy class of input value.
20566         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20567         not handle exceptions.
20568         * soft-fp/negsf2.c (__negsf2): Likewise.
20569         * soft-fp/negtf2.c (__negtf2): Likewise.
20570         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20571
20572 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20573
20574         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20575         semicolon.  From Linux kernel.
20576
20577 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20578
20579         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20580
20581 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20582
20583         [BZ #156]
20584         * manual/socket.texi: Added statement about buffer
20585         for gethostbyname2_r.
20586
20587 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20588
20589         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20590         Use .p2align directive instead, throughout.
20591         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20592         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20593         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20594         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20595         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20596         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20597         * sysdeps/x86_64/strchr.S: Likewise.
20598         * sysdeps/x86_64/strrchr.S: Likewise.
20599
20600 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20601
20602         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20603
20604         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20605
20606         * sysdeps/generic/math_private.h (__mpsin1): Remove
20607         declaration.
20608         (__mpcos1): Likewise.
20609         (__mpsin): New argument __range_reduce.
20610         (__mpcos): Likewise.
20611         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20612         (slow): Use __mpsin and __mpcos.
20613         (slow1): Likewise.
20614         (slow2): Likewise.
20615         (sloww): Likewise.
20616         (sloww1): Likewise.
20617         (sloww2): Likewise.
20618         (bsloww): Likewise.
20619         (bsloww1): Likewise.
20620         (bsloww2): Likewise.
20621         (cslow2): Likewise.
20622         (csloww): Likewise.
20623         (csloww1): Likewise.
20624         (csloww2): Likewise.
20625         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20626         range_reduce.  Merge in __mpsin1.
20627         (__mpcos): Likewise.
20628         (__mpsin1): Remove.
20629         (__mpcos1): Likewise.
20630
20631 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20632
20633         * locale/loadlocale.c (_nl_intern_locale_data): Use
20634         LOCFILE_ALIGNED_P.
20635         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20636         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20637         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20638         obstack data is appropriately aligned.
20639         (obstack_int32_grow_fast): Likewise.
20640         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20641         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20642         (add_locale_uint32_array): Likewise.
20643
20644 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20645
20646         * benchtests/Makefile: Remove ARGLIST and RET variables.
20647         ($(objpfx)bench-%.c): Pass only function name to the script.
20648         * benchtests/README: Update documentation.
20649         * benchtests/acos-inputs: Add new directives.
20650         * benchtests/acosh-inputs: Likewise.
20651         * benchtests/asin-inputs: Likewise.
20652         * benchtests/asinh-inputs: Likewise.
20653         * benchtests/atan-inputs: Likewise.
20654         * benchtests/atanh-inputs: Likewise.
20655         * benchtests/cos-inputs: Likewise.
20656         * benchtests/cosh-inputs: Likewise.
20657         * benchtests/exp-inputs: Likewise.
20658         * benchtests/log-inputs: Likewise.
20659         * benchtests/pow-inputs: Likewise.
20660         * benchtests/rint-inputs: Likewise.
20661         * benchtests/sin-inputs: Likewise.
20662         * benchtests/sinh-inputs: Likewise.
20663         * benchtests/tan-inputs: Likewise.
20664         * benchtests/tanh-inputs: Likewise.
20665         * scripts/bench.pl: Add support for new directives.
20666
20667 2013-10-07  Alan Modra  <amodra@gmail.com>
20668
20669         * README: Fix careless merge.
20670
20671 2013-10-05  Alan Modra  <amodra@gmail.com>
20672
20673         * NEWS: Mention powerpc64le support and bugs fixed.
20674         * README: Both big-endian and little-endian powerpc64 supported.
20675
20676 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20677
20678         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20679         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20680         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20681         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20682
20683 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20684
20685         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20686         match prototype.
20687
20688 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20689
20690         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20691         Move -mhard-float appending from
20692         ports/sysdeps/powerpc/powerpc32/Makefile.
20693         [$(with-fp) = yes] (ASFLAGS): Likewise.
20694         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20695         * sysdeps/powerpc/nofpu: Move directory from
20696         ports/sysdeps/powerpc/nofpu.
20697         * sysdeps/powerpc/soft-fp: Move directory from
20698         ports/sysdeps/powerpc/soft-fp.
20699         * sysdeps/powerpc/powerpc32/405: Move directory from
20700         ports/sysdeps/powerpc/powerpc32/405.
20701         * sysdeps/powerpc/powerpc32/440: Move directory from
20702         ports/sysdeps/powerpc/powerpc32/440.
20703         * sysdeps/powerpc/powerpc32/464: Move directory from
20704         ports/sysdeps/powerpc/powerpc32/464.
20705         * sysdeps/powerpc/powerpc32/476: Move directory from
20706         ports/sysdeps/powerpc/powerpc32/476.
20707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20708         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20710         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20712         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20714         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20716         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20717         * README: Update for powerpc-*-linux-gnu software floating point
20718         support in libc.
20719
20720         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20721         case to powerpc/powerpc32*.
20722         * sysdeps/unix/sysv/linux/configure: Regenerated.
20723
20724         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20725         (_FPU_MASK_OM): Define as 0x04.
20726         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20727         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20728         0x00c10080.
20729         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20730         0x0000003c.
20731         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20732
20733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20734         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20735         getcontext_e500.
20736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20737         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20738         setcontext_e500.
20739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20740         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20741         and setcontext_e500.
20742
20743 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20744
20745         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20746
20747 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20748
20749         * manual/threads.texi (Default Thread Attributes): Fix typo.
20750
20751 2013-10-04  Will Newton  <will.newton@linaro.org>
20752
20753         * malloc/Makefile: Add tst-memalign.
20754         * malloc/tst-memalign.c: New file.
20755
20756         * malloc/tst-posix_memalign.c: Add comments.
20757         (do_test): Add comments and call free on all potentially
20758         allocated pointers. Add space after cast.
20759
20760         * malloc/tst-pvalloc.c: Add comments.
20761         (do_test): Add comments and call free on all potentially
20762         allocated pointers. Remove duplicate check for NULL pointer.
20763         Add space after cast.
20764
20765         * malloc/tst-valloc.c: Add comments.
20766         (do_test): Add comments and call free on all potentially
20767         allocated pointers. Remove duplicate check for NULL pointer.
20768         Add space after cast.
20769
20770 2013-10-04  Alan Modra  <amodra@gmail.com>
20771
20772         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20773         Use stdint types in rather than __attribute__((mode())).
20774         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20775
20776 2013-10-04  Alan Modra  <amodra@gmail.com>
20777
20778         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20779         Correct handling of unaligned relocs for little-endian.
20780         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20781
20782 2013-10-04  Alan Modra  <amodra@gmail.com>
20783
20784         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20785         * configure: Regenerate.
20786         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20787         * shlib-versions: Likewise.
20788
20789 2013-10-04  Alan Modra  <amodra@gmail.com>
20790
20791         * string/tester.c (test_memrchr): Increment reported test cycle.
20792
20793 2013-10-04  Alan Modra  <amodra@gmail.com>
20794
20795         * string/test-memcpy.c (do_one_test): When reporting errors, print
20796         string address and don't overrun end of string.
20797
20798 2013-10-04  Alan Modra  <amodra@gmail.com>
20799
20800         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20801         insrdi.  Make better use of reg selection to speed exit slightly.
20802         Schedule entry path a little better.  Remove useless "are we done"
20803         checks on entry to main loop.  Handle wrapping around zero address.
20804         Correct main loop count.  Handle single left-over word from main
20805         loop inline rather than by using loop_small.  Remove extra word
20806         case in loop_small caused by wrong loop count.  Add little-endian
20807         support.
20808         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20809         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20810         cache hint.
20811         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20812         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20813         support.  Avoid rlwimi.
20814         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20815
20816 2013-10-04  Alan Modra  <amodra@gmail.com>
20817
20818         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20819         insrdi.  Formatting.
20820         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20821         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20822         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20823         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20824         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20825         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20826
20827 2013-10-04  Alan Modra  <amodra@gmail.com>
20828
20829         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20830         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20831         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20832         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20833         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20834         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20835         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20836         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20837         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20838         use of regs.  Use power7 mtocrf.  Tidy function tails.
20839
20840 2013-10-04  Alan Modra  <amodra@gmail.com>
20841
20842         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20843         Formatting.  Consistently use rXXX register defines or rN defines.
20844         Use early exit labels that avoid restoring unused non-volatile regs.
20845         Make cr field use more consistent with rWORDn compares.  Rename
20846         regs used as shift registers for unaligned loop, using rN defines
20847         for short lifetime/multiple use regs.
20848         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20849         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20850         addi 1,1,64 to pop stack frame.  Simplify return value code.
20851         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20852
20853 2013-10-04  Alan Modra  <amodra@gmail.com>
20854
20855         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20856         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20857         rather than rlwimi.
20858         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20859         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20860         little-endian support.  Correct typos.
20861         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20862         rather than rlwimi.
20863         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20864         in loop and entry code to keep "and." results.
20865         (strchr): Add little-endian support.  Comment.  Move cntlzd
20866         earlier in tail.
20867         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20868
20869 2013-10-04  Alan Modra  <amodra@gmail.com>
20870
20871         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20872         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20873         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20874         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20875
20876 2013-10-04  Alan Modra  <amodra@gmail.com>
20877
20878         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20879         (rTMP): Define as r11.
20880         (strcmp): Add little-endian support.  Optimise tail.
20881         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20882         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20883         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20884         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20885         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20886         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20887         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20888
20889 2013-10-04  Alan Modra  <amodra@gmail.com>
20890
20891         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20892         little-endian support.  Remove unnecessary "are we done" tests.
20893         Handle "s" wrapping around zero and extremely large "size".
20894         Correct main loop count.  Handle single left-over word from main
20895         loop inline rather than by using small_loop.  Correct comments.
20896         Delete "zero" tail, use "end_max" instead.
20897         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20898
20899 2013-10-04  Alan Modra  <amodra@gmail.com>
20900
20901         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20902         support.  Don't branch over align.
20903         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20904         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20905         support.  Rearrange tmp reg use to suit.  Comment.
20906         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20907
20908 2013-10-04  Alan Modra  <amodra@gmail.com>
20909
20910         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20911
20912 2013-10-04  Alan Modra  <amodra@gmail.com>
20913
20914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20915         conditional form of branch and link when obtaining pc.
20916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20917
20918 2013-10-04  Alan Modra  <amodra@gmail.com>
20919
20920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20921         HIWORD/LOWORD.
20922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20924
20925 2013-10-04  Alan Modra  <amodra@gmail.com>
20926
20927         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20928         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20929         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20930         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20931         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20932         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20933         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20934         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20935         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20936         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20937
20938 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20939             Alistair Popple <alistair@ozlabs.au.ibm.com>
20940             Alan Modra <amodra@gmail.com>
20941
20942         [BZ #15723]
20943         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20944         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20945         _dl_hwcap access for little-endian.
20946         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20947         destroy vmx regs when saving unaligned.
20948         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20949         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20950         destroy vmx regs when saving unaligned.
20951
20952 2013-10-04  Alan Modra  <amodra@gmail.com>
20953
20954         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20955         Don't use a union to pack hi/low value.
20956
20957 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20958
20959         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20960         for little-endian.
20961         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20962         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20963         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20964         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20965         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20966
20967 2013-10-04  Alan Modra  <amodra@gmail.com>
20968
20969         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20970         constants to usual value for .cst8 section, and remove redundant
20971         high address load.
20972         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20973         constant for 0x1p52.  Load little-endian words of double from
20974         correct stack offsets.
20975
20976 2013-10-04  Alan Modra  <amodra@gmail.com>
20977
20978         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20979         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20980         words of double from correct stack offsets.
20981         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20982         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20983         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20984         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20985         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20986         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20987         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20988         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20989         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20990         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20991         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20992         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20993         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20994         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20995         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20996         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20997         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20998
20999 2013-10-04  Alan Modra  <amodra@gmail.com>
21000
21001         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21002         64-bit int/double union.
21003         (_FPU_SETCW): Likewise.
21004         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21005         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21006
21007 2013-10-04  Alan Modra  <amodra@gmail.com>
21008
21009         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21010         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21011
21012 2013-10-04  Alan Modra  <amodra@gmail.com>
21013
21014         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21015         use vector int constants.
21016         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21017
21018 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21019
21020         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21021         array with long long.
21022         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21023         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21024         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21025         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21026         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21027         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21028         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21029         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21030         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21031         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21032         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21033         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21034         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21035
21036 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21037
21038         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21039         (__signbit): Likewise.  Correct for little-endian.
21040         (__signbitl): Call __signbit.
21041         (lrint): Correct for little-endian.
21042         (lrintf): Call lrint.
21043
21044 2013-10-04  Alan Modra  <amodra@gmail.com>
21045
21046         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21047         union 32-bit int array member with 64-bit int array.
21048         (t515, tm256): Double rather than long double.
21049         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21050
21051 2013-10-04  Alan Modra  <amodra@gmail.com>
21052
21053         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21054         Delete.
21055         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21056         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21057         version of math_ldbl.h.
21058
21059 2013-10-04  Alan Modra  <amodra@gmail.com>
21060
21061         [BZ #15734], [BZ #15735]
21062         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21063         all uses of ieee875 long double macros and unions.  Simplify test
21064         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21065         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21066         normalize after ldbl_extract_mantissa, and don't add hidden bit
21067         already handled.  Don't treat low word of ieee854 mantissa like
21068         low word of IBM long double and mask off bit when testing for
21069         zero.
21070         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21071         all uses of ieee875 long double macros and unions.  Simplify tests
21072         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21073         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21074         two1022, instead use their values.  Recognise that tests for large
21075         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21076         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21077         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21078         test for 0.0L and nan.  Correct negation.
21079         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21080         ieee875 long double macros and unions.  Correct output for large
21081         magnitude x.  Correct absolute value calculation.
21082         (__erfcl): Likewise.
21083         * math/libm-test.inc: Add tests for errors discovered in IBM long
21084         double versions of fmodl, remainderl, erfl and erfcl.
21085
21086 2013-10-04  Alan Modra  <amodra@gmail.com>
21087
21088         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21089         all uses of ieee854 long double macros and unions.  Simplify tests
21090         for long doubles that are fully specified by the high double.
21091         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21092         Likewise.
21093         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21094         Remove dead code too.
21095         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21096         (__ieee754_ynl): Likewise.
21097         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21098         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21099         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21100         Remove dead code too.
21101         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21102         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21103         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21104         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21105         Simplify.
21106         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21107         Simplify.
21108         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21109         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21110         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21111         Comment on variable precision.
21112         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21113         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21114         Likewise.
21115         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21116         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21117         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21118         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21119         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21120
21121 2013-10-04  Alan Modra  <amodra@gmail.com>
21122
21123         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21124         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21125         all uses of ieee854 long double macros and unions.
21126         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21127         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21128         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21129         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21130         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21131         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21132         Likewise.
21133         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21134         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21135         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21136         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21137         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21138         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21139         Simplify sign and nan test too.
21140         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21141         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21142         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21143         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21144         Likewise.
21145         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21146         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21147         Likewise.
21148         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21149         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21150         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21151         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21152         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21153         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21154
21155 2013-10-04  Alan Modra  <amodra@gmail.com>
21156
21157         * stdio-common/printf_size.c (__printf_size): Don't use
21158         union ieee854_long_double in fpnum union.
21159         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21160         signbit macro to retrieve sign from long double.
21161         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21162         retrieve sign from long double.
21163         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21164         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21165         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21166         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21167         * math/test-misc.c (main): Don't use union ieee854_long_double.
21168
21169 2013-10-04  Alan Modra  <amodra@gmail.com>
21170
21171         [BZ #15680]
21172         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21173         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21174         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21175         calculation.  Remove unnecessary test for denormal exponent.
21176         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21177         Correct handling of denormals.  Avoid undefined shift behaviour.
21178         Correct normalisation of low mantissa when low double is denormal.
21179         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21180         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21181         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21182         Correct normalisation of low mantissa.  Test for overflow of high
21183         mantissa and normalise.
21184         (ldbl_nearbyint): Use more readable constant for two52.
21185         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21186         (__mpn_construct_long_double): Fix test for overflow of high
21187         mantissa and correct normalisation.  Avoid undefined shift.
21188
21189 2013-10-04  Alan Modra  <amodra@gmail.com>
21190
21191         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21192         (union ibm_extended_long_double): Define as an array of ieee754_double.
21193         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21194         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21195         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21196         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21197         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21198         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21199         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21200         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21201         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21202         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21203         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21204
21205 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21206
21207         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21208         page size instead of calling getpagesize.
21209
21210         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21211         (LOCFILE_ALIGN_MASK): Likewise.
21212         (LOCFILE_ALIGN_UP): Likewise.
21213         (LOCFILE_ALIGNED_P): Likewise.
21214         * locale/programs/ld-collate.c (collate_output): Use the new
21215         macros instead of __alignof__ (int32_t).
21216         * locale/weight.h (findidx): Likewise.
21217
21218 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21219
21220         [BZ #431]
21221         * manual/string.texi: Fix strncat and wcsncat.
21222
21223 2013-10-03  Brooks Moses  <bmoses@google.com>
21224
21225         [BZ #15915]
21226         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21227         * Makerules: ...here, and adjust associated comments.
21228
21229 2013-10-02  Will Newton  <will.newton@linaro.org>
21230
21231         * malloc/Makefile: Add tst-pvalloc.
21232         * malloc/tst-pvalloc.c: New file.
21233
21234 2013-10-02  Will Newton  <will.newton@linaro.org>
21235
21236         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21237         improve test coverage.
21238
21239 2013-10-02  Will Newton  <will.newton@linaro.org>
21240
21241         * malloc/Makefile: Add tst-posix_memalign.
21242         * malloc/tst-posix_memalign.c: New file.
21243
21244 2013-10-01  Eric Blake  <eblake@redhat.com>
21245
21246         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21247         Use __THROWNL rather than __THROW on static functions.
21248
21249 2013-09-30  Petr Machata  <pmachata@redhat.com>
21250
21251         * elf/elf.h (R_AARCH64_ABS16): New macro.
21252         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21253         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21254         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21255         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21256         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21257         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21258         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21259         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21260         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21261         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21262         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21263         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21264         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21265         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21266         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21267         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21268         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21269         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21270         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21271         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21272         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21273         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21274         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21275         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21276         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21277         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21278         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21279         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21280         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21281         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21282         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21283         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21284         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21285         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21286         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21287         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21288         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21289         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21290         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21291         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21292         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21293         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21294         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21295         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21296         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21297         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21298         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21299         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21300         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21301         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21302         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21303         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21304         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21305         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21306         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21307         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21308         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21309         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21310         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21311         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21312         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21313         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21314         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21315         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21316         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21317         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21318         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21319         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21320         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21321         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21322         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21323         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21324         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21325         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21326         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21327         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21328         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21329         (R_AARCH64_TLSDESC_LDR): Likewise.
21330         (R_AARCH64_TLSDESC_ADD): Likewise.
21331         (R_AARCH64_TLSDESC_CALL): Likewise.
21332
21333 2013-09-30  Andreas Schwab  <schwab@suse.de>
21334
21335         [BZ #15048]
21336         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21337         the nss database lookup.
21338         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21339         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21340
21341 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21342
21343         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21344
21345 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21346
21347         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21348         ${Bash-specific parameter/pattern/string} parameter expansion.
21349         * sysdeps/unix/make-syscalls.sh: Likewise.
21350
21351 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21352
21353         * sysdeps/sh/stackguard-macros.h: New file.
21354
21355 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21356
21357         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21358         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21359         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21360         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21361         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21362         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21363
21364 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21365
21366         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21367         Fix thread ID register.
21368
21369 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21370
21371         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21372         [POSIX || UNIX98]: Require rather than permitting all symbols from
21373         <time.h>.
21374         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21375         element of struct sched_param.
21376         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21377         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21378         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21379         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21380         constant.
21381
21382 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21383
21384         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21385         argument calculation.
21386
21387 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21388
21389         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21390         Expect macro.
21391         [POSIX] (pthread_attr_t): Do not require type.
21392         [POSIX] (pthread_cond_t): Likewise.
21393         [POSIX] (pthread_condattr_t): Likewise.
21394         [POSIX] (pthread_key_t): Likewise.
21395         [POSIX] (pthread_mutex_t): Likewise.
21396         [POSIX] (pthread_mutexattr_t): Likewise.
21397         [POSIX] (pthread_once_t): Likewise.
21398         [POSIX] (pthread_t): Likewise.
21399         [POSIX-based standards] (pthread_atfork): Expect function.
21400
21401 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21402             Richard Sandiford  <richard@codesourcery.com>
21403
21404         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21405         (swap_endianness_p): New extern variable.
21406         (set_big_endian): New inline function.
21407         (maybe_swap_uint32): Likewise.
21408         (maybe_swap_uint32_array): Likewise.
21409         (maybe_swap_uint32_obstack): Likewise.
21410         * locale/programs/locfile.c: Include <stdbool.h>.
21411         (swap_endianness_p): New variable.
21412         (add_locale_uint32): Call maybe_swap_uint32.
21413         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21414         (write_locale_data): Call maybe_swap_uint32_array.
21415         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21416         maybe_swap_uint32.
21417         (obstack_int32_grow_fast): Likewise.
21418         (output_weightwc): Call maybe_swap_uint32_obstack.
21419         (collate_output): Likewise.
21420         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21421         (OPT_LITTLE_ENDIAN): Likewise.
21422         (options): Add --little-endian and --big-endian options.
21423         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21424         * locale/programs/locarchive.c: Include "locfile.h".
21425         (GET): New macro.
21426         (SET): Likewise.
21427         (INC): Likewise.
21428         (create_archive): Use the new macros to access fields of
21429         structures directly mapped from or written to locale archives.
21430         (oldlocrecentcmp): Likewise.
21431         (enlarge_archive): Likewise.
21432         (insert_name): Likewise.
21433         (add_alias): Likewise.
21434         (add_locale): Likewise.
21435         (delete_locales_from_archive): Likewise.
21436         (show_archive_content): Likewise.
21437         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21438         locale data.
21439
21440 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21441
21442         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21443         http://www.gnu.org/doc/freemanuals.texi.
21444         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21445
21446 2013-09-24  Will Newton  <will.newton@linaro.org>
21447
21448         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21449         macro.
21450
21451 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21452
21453         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21454         unsigned char.
21455
21456 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21457
21458         * manual/threads.texi (POSIX Threads): Fix a typo.
21459
21460 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21461
21462         [BZ #14547]
21463         * string/tst-strcoll-overflow.c: New test case.
21464         * string/Makefile (xtests): Add tst-strcoll-overflow.
21465         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21466         cache if string sizes may cause integer overflow.
21467
21468         [BZ #14547]
21469         * string/strcoll_l.c (coll_seq): New members rule, idx,
21470         save_idx and back_us.
21471         (get_next_seq_nocache): New function.
21472         (do_compare_nocache): New function.
21473         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21474         when malloc fails.
21475
21476 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21477
21478         [BZ #15754]
21479         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21480         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21481         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21482
21483         [BZ #15754]
21484         * elf/Makefile (tests): Add tst-ptrguard1.
21485         (tests-static): Add tst-ptrguard1-static.
21486         (tst-ptrguard1-ARGS): Define.
21487         (tst-ptrguard1-static-ARGS): Define.
21488         * elf/tst-ptrguard1.c: New file.
21489         * elf/tst-ptrguard1-static.c: New file.
21490         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21491         * sysdeps/i386/stackguard-macros.h: Likewise.
21492         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21493         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21494         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21495         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21496         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21497         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21498
21499 2013-09-23  Hector Marco  <hecmargi@upv.es>
21500             Ismael Ripoll  <iripoll@disca.upv.es>
21501             Carlos O'Donell  <carlos@redhat.com>
21502
21503         [BZ #15754]
21504         * sysdeps/generic/stackguard-macros.h: Define
21505         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21506         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21507         Define __pointer_chk_guard_local.
21508         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21509         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21510
21511 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21512
21513         [BZ #15859]
21514         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21515
21516 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21517
21518         * include/string.h (__ffs): Declare as hidden.
21519         * string/ffs.c (__ffs): Define as hidden.
21520         * sysdeps/i386/ffs.c (__ffs): Likewise.
21521         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21522         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21523         * sysdeps/s390/ffs.c (__ffs): Likewise.
21524         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21525
21526 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21527
21528         * NEWS: Mention malloc probes.
21529
21530         * malloc/arena.c (new_heap): New memory_heap_new probe.
21531         (grow_heap): New memory_heap_more probe.
21532         (shrink_heap): New memory_heap_less probe.
21533         (heap_trim): New memory_heap_free probe.
21534         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21535         (systrim): New memory_sbrk_less probe.
21536         * manual/probes.texi: Document them.
21537
21538         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21539         * manual/probes.texi: Document it.
21540
21541         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21542         (__libc_realloc): Add memory_realloc_retry probe.
21543         (__libc_memalign): Add memory_memalign_retry probe.
21544         (__libc_valloc): Add memory_valloc_retry probe.
21545         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21546         (__libc_calloc): Add memory_calloc_retry probe.
21547         * manual/probes.texi: Document them.
21548
21549         * malloc/arena.c (get_free_list): Add probe
21550         memory_arena_reuse_free_list.
21551         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21552         and memory_arena_reuse.
21553         (arena_get2) [!PER_THREAD]: Likewise.
21554         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21555         memory_arena_reuse_realloc.
21556         * manual/probes.texi: Document them.
21557
21558         * malloc/malloc.c (__libc_free): Add
21559         memory_mallopt_free_dyn_thresholds probe.
21560         (__libc_mallopt): Add multiple memory_mallopt probes.
21561         * manual/probes.texi: Document them.
21562
21563         * malloc/malloc.c: Include stap-probe.h.
21564         (__libc_mallopt): Add memory_mallopt probe.
21565         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21566         * manual/probes.texi: New.
21567         * manual/Makefile (chapters): Add probes.
21568         * manual/threads.texi: Set next node.
21569
21570 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21571
21572         [BZ #15963, #13985]
21573         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21574         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21575         Add `Chinese' to `nan' entry name.
21576
21577 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21578
21579         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21580         (POLYNOMIAL): Likewise.
21581         (TAYLOR_SINCOS): Likewise.
21582         (TAYLOR_SLOW): Likewise.
21583         (__sin): Use TAYLOR_SINCOS.
21584         (__cos): Likewise.
21585         (slow): Use TAYLOR_SLOW.
21586         (sloww): Likewise.
21587         (bsloww): Likewise.
21588         (csloww): Likewise.
21589
21590 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21591
21592         * stdlib/strtod_l.c: Fix buffer overrun.
21593
21594 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21595
21596         * benchtests/Makefile (bench): Add sincos.
21597         * benchtests/bench-sincos.c: New file.
21598
21599         * math/libm-test.inc (cos_test_data): New test inputs.
21600         (sin_test_data): Likewise.
21601
21602         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21603         macro.
21604         (__sin): Use it.
21605         (__cos): Likewise.
21606         (slow1): Likewise.
21607         (slow2): Likewise.
21608         (sloww1): Likewise.
21609         (sloww2): Likewise.
21610         (bsloww1): Likewise.
21611         (bsloww2): Likewise.
21612         (cslow2): Likewise.
21613         (csloww1): Likewise.
21614         (csloww2): Likewise.
21615
21616         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21617         function.
21618         (__sin): Use it.
21619         (__cos): Likewise.
21620
21621         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21622         gotos.
21623         (__cos): Likewise.
21624
21625 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21626
21627         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21628         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21629         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21630         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21631         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21632         * elf/cache.c (print_entry): Handle the new cache flags.
21633
21634 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21635             Aldy Hernandez  <aldyh@redhat.com>
21636
21637         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21638         Change condition to [_SOFT_FLOAT].
21639         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21640         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21641         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21642         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21643         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21644         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21645         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21646         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21647         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21648         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21649         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21650         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21651         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21652         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21653         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21654         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21655         declaration.
21656
21657 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21658
21659         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21660         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21661         (__longjmp): Use LOAD_GP to load saved GPRs.
21662         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21663         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21664         (__sigsetjmp): Use SAVE_GP to save GPRs.
21665
21666         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21667         Do not append -msoft-float.
21668         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21669
21670 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21671
21672         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21673
21674 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21675
21676         [BZ #15966]
21677         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21678         (_FPU_GETCW): Use initial "__" on variable and field names but not
21679         on macro parameter name.
21680         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21681         parentheses around reference to macro parameter.
21682
21683 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21684
21685         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21686         prototype.
21687         (ctype_startup): Use uint32_t in cast and sizeof for
21688         ctype->charnames.
21689
21690 2013-09-11  Jia Liu  <proljc@gmail.com>
21691
21692         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21693         __daddr_t_defined.
21694         [__FreeBSD__]: Likewise.
21695
21696 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21697
21698         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21699         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21700         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21701         (strchr): Remove __strchr_sse42 ifunc selection.
21702         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21703         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21704
21705 2013-09-11  Will Newton  <will.newton@linaro.org>
21706
21707         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21708         parameter to RES. Remove hardcoded 1000 value.
21709         * benchtests/bench-skeleton.c (main): Pass RES parameter
21710         to TIMING_INIT and multiply result by 1000.
21711
21712 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21713
21714         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21715
21716 2013-09-11  Andreas Schwab  <schwab@suse.de>
21717
21718         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21719         if not defined.
21720         (O_TMPFILE) [__USE_GNU]: Define.
21721         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21722         Define.
21723
21724 2013-09-11  Will Newton  <will.newton@linaro.org>
21725
21726         [BZ #15857]
21727         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21728         does not overflow.
21729
21730 2013-09-11  Will Newton  <will.newton@linaro.org>
21731
21732         [BZ #15856]
21733         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21734         does not overflow.
21735
21736 2013-09-11  Will Newton  <will.newton@linaro.org>
21737
21738         [BZ #15855]
21739         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21740         does not overflow.
21741
21742 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21743
21744         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21745         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21746         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21747         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21748         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21749
21750 2013-09-10  Allan McRae  <allan@archlinux.org>
21751
21752         [BZ #15748]
21753         * manual/arith.texi (Parsing of Floats): Clarify
21754         cross-reference.
21755
21756         [BZ #15849]
21757         * manual/install.texi (Running make install): Mention
21758         --enable-pt-chown.
21759         * INSTALL: Regenerated.
21760
21761 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21762
21763         * csu/init-first.c (_init): Remove the !SHARED condition around
21764         FPU control word initialization.
21765         * elf/dl-support.c (_dl_fpu_control): New variable.
21766         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21767         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21768         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21769         * math/test-fpucw-static.c: New file.
21770         * math/test-fpucw-ieee.c: New file.
21771         * math/test-fpucw-ieee-static.c: New file.
21772         * math/Makefile (tests): Add `test-fpucw-ieee' and
21773         `$(tests-static)'.
21774         (tests-static): New variable.
21775         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21776         dependency to...
21777         [($(build-shared),yes)]
21778         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21779         ... this.
21780         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21781         New dependency.
21782
21783 2013-09-09  Allan McRae  <allan@archlinux.org>
21784
21785         [BZ #15939]
21786         * manual/string.texi (Collation Functions): Fix typo in
21787         strcoll example.
21788         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21789
21790         [BZ #15893]
21791         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21792
21793         [BZ #15892]
21794         * libio/memstream.c (open_memstream): Fix memory leak.
21795         * libio/wmemstream.c (open_wmemstream): Likewise.
21796
21797         [BZ #15895]
21798         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21799
21800 2013-09-09  Will Newton  <will.newton@linaro.org>
21801
21802         * malloc/Makefile: Add tst-realloc to tests.
21803         * malloc/tst-realloc.c: New file.
21804
21805 2013-09-09  Allan McRae  <allan@archlinux.org>
21806
21807         [BZ #15844]
21808         * COPYING: Update from GNU website to fix FSF address.
21809         * COPYING.LIB: Likewise.
21810
21811 2013-09-06  David S. Miller  <davem@davemloft.net>
21812
21813         * po/zh_TW.po: Update Chinese (traditional) translation from
21814         translation project.
21815
21816 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21817             Joseph Myers  <joseph@codesourcery.com>
21818
21819         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21820         "localeinfo.h".
21821         (obstack_chunk_alloc): New macro.
21822         (obstack_chunk_free): Likewise.
21823         (record_offset): New function.
21824         (init_locale_data): Likewise.
21825         (align_locale_data): Likewise.
21826         (add_locale_empty): Likewise.
21827         (add_locale_raw_data): Likewise.
21828         (add_locale_raw_obstack): Likewise.
21829         (add_locale_string): Likewise.
21830         (add_locale_wstring): Likewise.
21831         (add_locale_uint32): Likewise.
21832         (add_locale_uint32_array): Likewise.
21833         (add_locale_char): Likewise.
21834         (start_locale_structure): Likewise.
21835         (end_locale_structure): Likewise.
21836         (start_locale_prelude): Likewise.
21837         (end_locale_prelude): Likewise.
21838         (write_locale_data): Take locale_file structure rather than an
21839         iovec.
21840         * locale/programs/locfile.h: Include "obstack.h".
21841         (struct locale_file): Change to store locale file contents instead
21842         of header.
21843         (init_locale_data): New prototype.
21844         (align_locale_data): Likewise.
21845         (add_locale_empty): Likewise.
21846         (add_locale_raw_data): Likewise.
21847         (add_locale_raw_obstack): Likewise.
21848         (add_locale_string): Likewise.
21849         (add_locale_wstring): Likewise.
21850         (add_locale_uint32): Likewise.
21851         (add_locale_uint32_array): Likewise.
21852         (add_locale_char): Likewise.
21853         (start_locale_structure): Likewise.
21854         (end_locale_structure): Likewise.
21855         (start_locale_prelude): Likewise.
21856         (end_locale_prelude): Likewise.
21857         (write_locale_data): Update prototype.
21858         * locale/programs/3level.h (struct TABLE): Remove result field.
21859         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21860         Use new locale_file interface.
21861         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21862         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21863         * locale/programs/ld-address.c (address_output): Use new
21864         locale_file interface.
21865         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21866         NO_ADD_LOCALE.
21867         (collate_finish): Don't call collseq_table_finalize.
21868         (collate_output): Use new locale_file interface.
21869         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21870         in file.
21871         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21872         (TABLE): Move defines earlier in file.
21873         (ELEMENT): Likewise.
21874         (DEFAULT): Likewise.
21875         (wctrans_table_add): Move macro and inline function earlier in
21876         file.
21877         (struct wctype_table): Move type earlier in file.
21878         (add_locale_wctype_table): New static prototype.
21879         (struct locale_ctype_t): Use logical types instead of struct iovec
21880         pointers for members.
21881         (ctype_output): Use new locale_file interface.
21882         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21883         new locale_file interface.
21884         (allocate_arrays): Update for use of new locale_file interface.
21885         * locale/programs/ld-identification.c (identification_output): Use
21886         new locale_file interface.
21887         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21888         * locale/programs/ld-messages.c (messages_output): Likewise.
21889         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21890         * locale/programs/ld-name.c (name_output): Likewise.
21891         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21892         * locale/programs/ld-paper.c (paper_output): Likewise.
21893         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21894         * locale/programs/ld-time.c (time_output): Likewise.
21895
21896 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21897
21898         * benchtests/Makefile: Add memrchr benchmark.
21899         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21900         benchmark as memrchr.
21901         * benchtests/bench-memrchr-ifunc.c: New file.
21902         * benchtests/bench-memrchr.c: New file.
21903
21904 2013-09-06   Will Newton  <will.newton@linaro.org>
21905
21906         * benchtests/Makefile (string-bench): Add memcpy.
21907
21908 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21909             Cong Wang  <amwang@redhat.com>
21910
21911         [BZ #15850]
21912         * sysdeps/unix/sysv/linux/bits/in.h
21913         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21914         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21915         before __USE_KERNEL_IPV6_DEFS uses.
21916         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21917         IPPROTO_BEETPH.
21918         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21919         sockaddr_in6, or ipv6_mreq.
21920
21921 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21922
21923         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21924         memory access for final bytes in some large inputs.
21925         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21926
21927 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21928
21929         * string/test-memrchr.c: New file.
21930         * string/test-memrchr-ifunc.c: New file.
21931         * string/Makefile: Add new memrchr testcase.
21932
21933 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21934
21935         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21936         fanotify_init returns EPERM.
21937
21938 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21939
21940         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21941         errors.
21942         (top level): Treat second token from macro or constant entries for
21943         allowed headers as allowed.
21944         * include/complex.h: Condition internal declarations on
21945         [!_ISOMAC].
21946         * include/fenv.h: Condition include of <stdbool.h> and internal
21947         declarations on [!_ISOMAC].
21948
21949 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21950
21951         [BZ #15923]
21952         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21953
21954 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21955
21956         * configure.in (--enable-versioning): Remove configure option.
21957         (libc_cv_asm_symver_directive): Remove configure test.
21958         (libc_cv_ld_version_script_option): Likewise.
21959         (VERSIONING): Remove variable and AC_SUBST.
21960         (DO_VERSIONING): Remove AC_DEFINE.
21961         * configure: Regenerated.
21962         * config.h.in (DO_VERSIONING): Remove macro.
21963         * Makerules [$(versioning) = yes]: Change conditionals to
21964         [$(build-shared) = yes].
21965         * config.make.in (versioning): Remove variable.
21966         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21967         [$(build-shared) = yes].
21968         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21969         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21970         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21971         [$(build-shared) = yes].
21972         * extra-lib.mk [$(versioning) = yes]: Likewise.
21973         * hurd/Makefile [$(versioning) = yes]: Likewise.
21974         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21975         [SHARED].
21976         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21977         [SHARED].
21978         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21979         [SHARED && !NO_HIDDEN].
21980         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21981         [SHARED].
21982         [SHARED && DO_VERSIONING]: Likewise..
21983         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21984         [$(build-shared) = yes].
21985         * manual/install.texi (--disable-versioning): Remove
21986         documentation.
21987         * INSTALL: Regenerated.
21988         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21989         to [SHARED].
21990         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21991         [$(build-shared) = yes].
21992         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21993         * sysdeps/i386/i686/multiarch/strstr-c.c
21994         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21995         [SHARED && !NO_HIDDEN].
21996         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21997         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21998         * sysdeps/powerpc/powerpc32/dl-machine.c
21999         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22000         * sysdeps/powerpc/powerpc32/sysdep.h
22001         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22002         to [SHARED && PIC && !NO_HIDDEN].
22003         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22004         conditional to [SHARED].
22005
22006 2013-09-04   Will Newton  <will.newton@linaro.org>
22007
22008         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22009         * benchtests/bench-string.h: Include bench-timing.h instead
22010         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22011         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22012         call to HP_TIMING_DIFF_INIT.
22013         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22014         instead of hp-timing.h macros.
22015         * benchtests/bench-memchr.c: Likewise.
22016         * benchtests/bench-memcmp.c: Likewise.
22017         * benchtests/bench-memcpy.c: Likewise.
22018         * benchtests/bench-memmem.c: Likewise.
22019         * benchtests/bench-memmove.c: Likewise.
22020         * benchtests/bench-memset.c: Likewise.
22021         * benchtests/bench-rawmemchr.c: Likewise.
22022         * benchtests/bench-strcasecmp.c: Likewise.
22023         * benchtests/bench-strcasestr.c: Likewise.
22024         * benchtests/bench-strcat.c: Likewise.
22025         * benchtests/bench-strchr.c: Likewise.
22026         * benchtests/bench-strcmp.c: Likewise.
22027         * benchtests/bench-strcpy.c: Likewise.
22028         * benchtests/bench-strcpy_chk.c: Likewise.
22029         * benchtests/bench-strlen.c: Likewise.
22030         * benchtests/bench-strncasecmp.c: Likewise.
22031         * benchtests/bench-strncat.c: Likewise.
22032         * benchtests/bench-strncmp.c: Likewise.
22033         * benchtests/bench-strncpy.c: Likewise.
22034         * benchtests/bench-strnlen.c: Likewise.
22035         * benchtests/bench-strpbrk.c: Likewise.
22036         * benchtests/bench-strrchr.c: Likewise.
22037         * benchtests/bench-strspn.c: Likewise.
22038         * benchtests/bench-strstr.c: Likewise.
22039
22040 2013-09-04  Will Newton  <will.newton@linaro.org>
22041
22042         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22043
22044 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22045
22046         [BZ #15427]
22047         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22048         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22049         * math/libm-test.inc (lgamma_test_data): Add more tests.
22050         * sysdeps/i386/fpu/libm-test-ulps: Update.
22051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22052
22053 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22054
22055         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22056         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22057         Add ifunc.
22058         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22059         Add strcmp-sse2-unaligned
22060         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22061
22062 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22063
22064         * Versions.def (libc): Add GLIBC_2.19.
22065
22066 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22067
22068         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22069         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22070
22071 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22072
22073         [BZ #14155]
22074         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22075         intermediate calculations in recurrence.
22076         (__ieee754_ynf): Likewise.
22077         * math/libm-test.inc (jn_test_data): Do not allow spurious
22078         underflow exception.  Add more tests.
22079         (yn_test_data): Add more tests.
22080         * sysdeps/i386/fpu/libm-test-ulps: Update.
22081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22082
22083 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22084
22085         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22086
22087 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22088
22089         * csu/init-first.c: Fix then/than typos.
22090         * locale/programs/ld-collate.c: Likewise.
22091         * locale/programs/linereader.h: Likewise.
22092         * manual/charset.texi: Likewise.
22093         * manual/filesys.texi: Likewise.
22094         * manual/stdio.texi: Likewise.
22095         * manual/string.texi: Likewise.
22096         * stdlib/fmtmsg.c: Likewise.
22097         * sysdeps/i386/stpncpy.S: Likewise.
22098         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22099         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22100         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22101         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22102
22103 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22104
22105         * elf/dl-open.c: Fix typos.
22106         * iconvdata/gbbig5.c: Likewise.
22107         * iconvdata/iso-2022-jp.c: Likewise.
22108         * iconv/gconv_int.h: Likewise.
22109         * iconv/loop.c: Likewise.
22110         * nis/rpcsvc/nis.h: Likewise.
22111         * resolv/ns_name.c: Likewise.
22112         * stdio-common/vfscanf.c: Likewise.
22113         * streams/stropts.h: Likewise.
22114         * sunrpc/rpc_thread.c: Likewise.
22115         * sysdeps/i386/strpbrk.S: Likewise.
22116         * sysdeps/ieee754/k_standard.c: Likewise.
22117         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22118         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22119         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22120         * sysdeps/mach/hurd/profil.c: Likewise.
22121         * sysdeps/s390/dl-procinfo.h: Likewise.
22122         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22123         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22124         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22125         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22126         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22127
22128 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22129
22130         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22131         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22132
22133 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22134
22135         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22136         aix specific files.
22137         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22138         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22139         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22140         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22141         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22142         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22143         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22144         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22145
22146 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22147             Roland McGrath  <roland@hack.frob.com>
22148
22149         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22150         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22151
22152 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22153
22154         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22155         __executable_start symbol instead of _start.
22156
22157 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22158
22159         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22160         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22161         Move macros to...
22162         * sysdeps/gnu/ldsodefs.h: ... this new file.
22163
22164         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22165         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22166         instead of ELFOSABI_LINUX.
22167
22168         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22169         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22170         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22171         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22172         Likewise.
22173         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22174         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22175         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22176         Likewise.
22177         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22178         (ibm_extended_long_double): Add ieee_nan member.
22179         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22180         (do_test): New function.
22181
22182         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22183         TEST_TRUNC.
22184         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22185         functions, renamed from truncdfsf_test, trunctfsf_test,
22186         trunctfdf_test.
22187         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22188         functions.
22189         (do_test): Run all these.
22190
22191 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22192
22193         * argp/argp-help.c: Fix typos.
22194         * argp/argp-parse.c: Likewise.
22195         * debug/backtracesyms.c: Likewise.
22196         * elf/elf.h: Likewise.
22197         * malloc/malloc.c: Likewise.
22198         * nis/nis_print.c: Likewise.
22199         * resolv/res_comp.c: Likewise.
22200         * stdlib/stdlib.h: Likewise.
22201         * sunrpc/clnt_tcp.c: Likewise.
22202         * sunrpc/clnt_udp.c: Likewise.
22203         * sunrpc/clnt_unix.c: Likewise.
22204         * sysdeps/unix/bsd/ptsname.c: Likewise.
22205         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22206         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22208         Likewise.
22209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22210         Likewise.
22211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22212         Likewise.
22213         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22214
22215 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22216
22217         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22218         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22219
22220 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22221
22222         [BZ #15897]
22223         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22224         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22225         ($(objpfx)bug-dl-leaf): New rule.
22226         ($(objpfx)bug-dl-leaf.so): Likewise.
22227         ($(objpfx)bug-dl-leaf.out): Likewise.
22228         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22229         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22230         * dlfcn/bug-dl-leaf.c: New test.
22231         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22232         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22233         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22234         (dlclose): Likewise.
22235         (dlmopen): Likewise.
22236
22237 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22238
22239         * include/netdb.h [!_ISOMAC]:
22240         Don't include <tls.h>.
22241         (h_errno, __libc_h_errno): Move declaration and macros out of
22242         [_LIBC_REENTRANT].
22243
22244         * include/resolv.h [_RESOLV_H_]:
22245         Don't include <tls.h>.
22246         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22247         * resolv/res_libc.c: Don't include <tls.h>.
22248         (_res): Use __attribute__ ((nocommon)) in place of
22249         __attribute__ ((section (".bss"))).
22250
22251         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22252         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22253
22254         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22255
22256         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22257         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22258
22259         * resolv/res_mkquery.c: Include <sys/time.h>.
22260
22261         * inet/ifreq.c: Moved to ...
22262         * sysdeps/unix/ifreq.c: ... here.
22263         * inet/ifreq.c: New file, true stub version.
22264
22265         * socket/sa_len.c: New file.
22266         * socket/Makefile (aux): Add it.
22267         * sysdeps/unix/sysv/linux/Makefile
22268         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22269         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22270         and #include <socket/sa_len.c>.
22271         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22272         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22273
22274         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22275         * bits/socket.h: ... here.
22276
22277         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22278         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22279         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22280
22281 2013-08-27  Andreas Schwab  <schwab@suse.de>
22282
22283         [BZ #15736]
22284         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22285         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22286         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22287         * string/test-strcasecmp.c (test_main): Run tests in several
22288         locales.
22289         * string/test-strncasecmp.c (test_main): Likewise.
22290
22291         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22292         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22293         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22294         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22295         (__strncasecmp_ssse3) [PIC]: Likewise.
22296
22297 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22298
22299         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22300
22301         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22302         instead of explicitly declaring xdecrypt.
22303         * nis/nss_nis/nis-publickey.c: Likewise.
22304
22305 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22306
22307         [BZ #15890]
22308         * nscd/aicache.c: Include res_hconf.h.
22309         (addhstaiX): Initialize res_hconf.
22310
22311 2013-08-26  Andreas Schwab  <schwab@suse.de>
22312
22313         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22314         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22315
22316 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22317
22318         * nscd/aicache.c (addhstaiX): Fix indentation.
22319
22320 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22321
22322         * configure.ac: Quote $build_pt_chown test.
22323         * configure: Regenerated.
22324
22325 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22326
22327         [BZ #15532]
22328         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22329         * math/s_cexpf.c (__cexpf): Likewise.
22330         * math/s_cexpl.c (__cexpl): Likewise.
22331         * math/libm-test.inc (cexp_test_data): Correct expected return
22332         value for NaN + i0.  Add another test.
22333
22334 2013-08-22  David S. Miller  <davem@davemloft.net>
22335
22336         * po/ca.po: Update Catalan translation from translation project.
22337         * po/uk.po: Add Ukrainian translations from translation project.
22338
22339 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22340
22341         [BZ #15797]
22342         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22343         is infinite, not alongside NaN test.
22344         * math/s_fdimf.c (__fdimf): Likewise.
22345         * math/s_fdiml.c (__fdiml): Likewise.
22346         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22347         errno is unchanged.
22348
22349 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22350
22351         * argp/argp-help.c: Fix typos.
22352         * crypt/speeds.c: Likewise.
22353         * csu/check_fds.c: Likewise.
22354         * elf/dl-load.c: Likewise.
22355         * elf/dl-open.c: Likewise.
22356         * elf/reldep3.c: Likewise.
22357         * elf/reldep.c: Likewise.
22358         * elf/sprof.c: Likewise.
22359         * iconv/iconv_charmap.c: Likewise.
22360         * iconv/skeleton.c: Likewise.
22361         * iconv/strtab.c: Likewise.
22362         * io/lockf64.c: Likewise.
22363         * libio/libioP.h: Likewise.
22364         * resolv/gai_notify.c: Likewise.
22365         * resolv/ns_name.c: Likewise.
22366         * resolv/ns_samedomain.c: Likewise.
22367         * resolv/res_send.c: Likewise.
22368         * stdlib/random.c: Likewise.
22369         * sunrpc/rpc/xdr.h: Likewise.
22370         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22371         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22372         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22373         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22374         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22375         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22376         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22377         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22378         * sysdeps/mach/hurd/check_fds.c: Likewise.
22379         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22380         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22381         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22382         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22383         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22384         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22385         * sysdeps/pthread/aio_notify.c: Likewise.
22386         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22387         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22388         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22389         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22390         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22391
22392 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22393
22394         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22395         version if bit_Slow_SSE4_2 is set.
22396         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22397         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22398
22399 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22400
22401         [BZ #15867]
22402         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22403         trampoline stack frame information.
22404         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22405         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22406         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22407         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22408         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22409         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22410         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22411         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22412         sa_flags value.
22413         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22414         interrupting a syscall and set with option SA_SIGINFO.
22415
22416 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22417
22418         [BZ #15531]
22419         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22420         argument is infinite.
22421         * math/s_cprojf.c (__cprojf): Likewise.
22422         * math/s_cprojl.c (__cprojl): Likewise.
22423         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22424         * math/libm-test.inc (cproj_test_data): Add more tests.
22425
22426         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22427
22428         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22429         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22430         size.  Use __ffs to determine corresponding shift.
22431
22432 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22433             Roland McGrath  <roland@hack.frob.com>
22434
22435         * Makefile (INSTALL): Remove trailing blank lines from output of
22436         makeinfo.
22437
22438 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22439
22440         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22441         Align 32 bit compat elf_greg to 8 bytes.
22442
22443 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22444
22445         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22446
22447 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22448
22449         * string/strcoll_l.c (coll_seq): New structure.
22450         (get_next_seq_cached): New function.
22451         (get_next_seq): New function.
22452         (do_compare): New function.
22453         (STRCOLL): Use GNU style definition.  Simplify implementation
22454         by using get_next_seq, get_next_seq_cached and do_compare.
22455
22456 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22457
22458         [BZ #14699]
22459         CVE-2013-4237
22460         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22461         member.
22462         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22463         member.
22464         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22465         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22466         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22467         conditional.
22468         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22469         GETDENTS_64BIT_ALIGNED.
22470         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22471         * manual/filesys.texi (Reading/Closing Directory): Document
22472         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22473         strongly.
22474         * manual/conf.texi (Limits for Files): Add portability note to
22475         NAME_MAX, PATH_MAX.
22476         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22477
22478 2013-08-13  Andreas Schwab  <schwab@suse.de>
22479
22480         [BZ #15749]
22481         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22482         of fabs.
22483         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22484         LDBL_MAX_EXP >= 16384]: Add tests for it.
22485
22486 2013-08-12  David S. Miller  <davem@davemloft.net>
22487
22488         * version.h (RELEASE): Set to "development".
22489         (VERSION): Set to "2.18.90".
22490         * NEWS: Add 2.19 section.
22491
22492 2013-08-03  David S. Miller  <davem@davemloft.net>
22493
22494         * po/ko.po: Update Korean translation from translation project.
22495
22496 2013-08-01  David S. Miller  <davem@davemloft.net>
22497
22498         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22499         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22500         Bilka.
22501
22502 2013-07-30  David S. Miller  <davem@davemloft.net>
22503
22504         * po/fr.po: Update French translation from translation project.
22505
22506 2013-07-28  David S. Miller  <davem@davemloft.net>
22507
22508         * po/cs.po: Update Czech translation from translation project.
22509
22510         * po/sv.po: Update Swedish translation from translation project.
22511
22512 2013-07-27  David S. Miller  <davem@davemloft.net>
22513
22514         * po/eo.po: Update Esperanto translation from translation project.
22515
22516         * po/vi.po: Update Vietnamese translation from translation project.
22517
22518         * po/de.po: Update German translation from translation project.
22519
22520 2013-07-26  David S. Miller  <davem@davemloft.net>
22521
22522         * po/bg.po: Update Bulgarian translation from translation project.
22523
22524         * po/nl.po: Update Dutch translation from translation project.
22525         * po/pl.po: Update Polish translation from translation project.
22526         * po/ru.po: Update Russian translation from translation project.
22527
22528 2013-07-24  David S. Miller  <davem@davemloft.net>
22529
22530         * po/libc.pot: Update.
22531
22532 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22533
22534         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22535         variable page size.
22536         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22537         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22538         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22539
22540 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22541
22542         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22543
22544 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22545             Andreas Schwab  <schwab@suse.de>
22546             Roland McGrath  <roland@hack.frob.com>
22547             Joseph Myers  <joseph@codesourcery.com>
22548             Carlos O'Donell  <carlos@redhat.com>
22549
22550         [BZ #15755]
22551         * config.h.in: Define HAVE_PT_CHOWN.
22552         * config.make.in (build-pt-chown): New variable.
22553         * configure.in (--enable-pt_chown): New configure option.
22554         * configure: Regenerate.
22555         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22556         build-pt-chown is enabled.
22557         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22558         pt_chown to fix pty ownership.
22559         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22560         CLOSE_ALL_FDS.
22561         * manual/install.texi (Configuring and compiling): Mention
22562         --enable-pt_chown. Add @findex for grantpt.
22563         * INSTALL: Regenerate.
22564
22565 2013-07-20  David S. Miller  <davem@davemloft.net>
22566
22567         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22568         difference between 32-bit and 64-bit.
22569
22570 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22571
22572         [BZ #15711]
22573         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22574         Avoid system header dependency with -ffreestanding.
22575         ($(objpfx)bits/syscall%d): Likewise.
22576
22577 2013-07-13  David S. Miller  <davem@davemloft.net>
22578
22579         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22580         underflows from atanl/atan2l due to bug 15319.
22581         (casinh_test_data): Likewise.
22582
22583 2013-07-07  David S. Miller  <davem@davemloft.net>
22584
22585         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22586
22587 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22588
22589         * sysdeps/i386/fpu/libm-test-ulps: Update.
22590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22591
22592 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22593
22594         * configure.in (--enable-lock-elision): Fix message text.
22595         * INSTALL: Regenerate.
22596         * configure: Regenerate.
22597
22598 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22599
22600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22601
22602 2013-07-03  Andreas Jaeger  <aj@suse.de>
22603
22604         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22605         define.
22606         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22607         (ptrace_peeksiginfo_args): Add.
22608         (__ptrace_peeksiginfo_flags): Add.
22609         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22610         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22611         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22612
22613 2013-07-03  Allan McRae  <allan@archlinux.org>
22614
22615         * sysdeps/i386/fpu/libm-test-ulps: Update.
22616
22617 2013-07-02  David S. Miller  <davem@davemloft.net>
22618
22619         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22620
22621 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22622
22623         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22624
22625 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22626
22627         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22629
22630 2013-07-02  Andi Kleen <ak@linux.intel.com>
22631
22632         * config.h.in (ENABLE_LOCK_ELISION): Add.
22633         * configure.in (--enable-lock-elision): Add option.
22634         * manual/install.texi: Document --enable lock elision.
22635         * configure: Regenerate
22636         * INSTALL: Regenerate.
22637
22638 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22639
22640         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22641         SSE4.2 strcasecmp for libc.a.
22642         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22643
22644 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22645
22646         [BZ #13304]
22647         * soft-fp/op-common.h (_FP_FMA): New macro.
22648         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22649         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22650         (_FP_MUL_MEAT_1_imm): ... here.
22651         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22652         (_FP_MUL_MEAT_1_wide): ... here.
22653         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22654         (_FP_MUL_MEAT_1_hard): ... here.
22655         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22656         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22657         (_FP_MUL_MEAT_2_wide): ... here.
22658         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22659         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22660         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22661         (_FP_MUL_MEAT_2_gmp): ... here.
22662         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22663         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22664         (_FP_MUL_MEAT_4_wide): ... here.
22665         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22666         (_FP_MUL_MEAT_4_gmp): ... here.
22667         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22668         (_FP_WFRACBITS_DW_S): Likewise.
22669         (_FP_WFRACXBITS_DW_S): Likewise.
22670         (_FP_HIGHBIT_DW_S): Likewise.
22671         (FP_FMA_S): Likewise.
22672         (_FP_FRAC_HIGH_DW_S): Likewise.
22673         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22674         (_FP_WFRACBITS_DW_D): Likewise.
22675         (_FP_WFRACXBITS_DW_D): Likewise.
22676         (_FP_HIGHBIT_DW_D): Likewise.
22677         (FP_FMA_D): Likewise.
22678         (_FP_FRAC_HIGH_DW_D): Likewise.
22679         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22680         (_FP_WFRACBITS_DW_E): Likewise.
22681         (_FP_WFRACXBITS_DW_E): Likewise.
22682         (_FP_HIGHBIT_DW_E): Likewise.
22683         (FP_FMA_E): Likewise.
22684         (_FP_FRAC_HIGH_DW_E): Likewise.
22685         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22686         (_FP_WFRACBITS_DW_Q): Likewise.
22687         (_FP_WFRACXBITS_DW_Q): Likewise.
22688         (_FP_HIGHBIT_DW_Q): Likewise.
22689         (FP_FMA_Q): Likewise.
22690         (_FP_FRAC_HIGH_DW_Q): Likewise.
22691         * soft-fp/fmasf4.c: New file.
22692         * soft-fp/fmadf4.c: Likewise.
22693         * soft-fp/fmatf4.c: Likewise.
22694
22695 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22696
22697         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22698         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22699         Silvermont.
22700         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22701         macro.
22702         (index_Slow_SSE4_2): Likewise.
22703         (index_Prefer_PMINUB_for_stringop): Likewise.
22704         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22705         bit_Slow_SSE4_2 is set.
22706         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22707         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22708
22709 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22710
22711         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22712         rtld_global._dl_hwcap2.
22713         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22714         POWER8.
22715         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22716         POWER8 feature descriptions defined in _dl_hwcap2.
22717         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22718         string handling for POWER8 feature bits.
22719         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22720         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22721         _dl_powerpc_cap_flags.
22722         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22723         * sysdeps/powerpc/rtld-global-offsets.sym
22724         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22725         _dl_hwcap2 in the rtld_global_ro structure.
22726
22727 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22728
22729         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22730         hardware capabilities in support of AT_HWCAP2.
22731         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22732         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22733         GLRO(dl_hwcap2).
22734         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22735         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22736         explicitly the unknown a_type display mechanism is used.
22737         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22738         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22739         struct member.
22740         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22741         to macro prototype for AT_HWCAP2 support.
22742         * sysdeps/i386/dl-procinfo.h: Likewise.
22743         * sysdeps/s390/dl-procinfo.h: Likewise.
22744         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22745         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22746         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22747         return -1 for unknown a_type display fallback.
22748         * sysdeps/sparc/dl-procinfo.h: Likewise.
22749         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22750         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22751
22752 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22753
22754         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22755         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22756
22757 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22758
22759         [BZ #12492]
22760         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22761         mprotect making __stack_prot writable.
22762
22763 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22764             Joseph Myers  <joseph@codesourcery.com>
22765
22766         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22767         as being properly aligned.
22768
22769 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22770
22771         * dlfcn/modstatic5.c: New file.
22772         * dlfcn/tststatic5.c: New file.
22773         * dlfcn/Makefile (tests): Add tststatic5.
22774         (tests-static): Likewise.
22775         (modules-names): Add modstatic5.
22776         (tststatic5-ENV): New variable.
22777         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22778
22779         [BZ #15022]
22780         * elf/dl-support.c (_dl_main_map): New variable.
22781         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22782         (_dl_nns, _dl_load_adds): Set to 1.
22783         (_dl_initial_searchlist): Refer to _dl_main_map.
22784         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22785         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22786         call to _dl_get_origin.
22787         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22788         around call_map.
22789         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22790         * dlfcn/modstatic3.c: New file.
22791         * dlfcn/tststatic3.c: New file.
22792         * dlfcn/tststatic4.c: New file.
22793         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22794         (tests-static): Likewise.
22795         (modules-names): Add modstatic3.
22796         (tststatic3-ENV, tststatic4-ENV): New variables.
22797         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22798         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22799
22800 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22801
22802         * configure.in (CC): Require GCC version 4.4 or later.
22803         * configure: Regenerated.
22804         * manual/install.texi (Tools for Compilation): Update GCC version
22805         requirement.
22806         * INSTALL: Regenerated.
22807
22808 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22809
22810         [BZ #15674]
22811         * string/test-memcmp.c (check2): New.
22812         (main): Call check2.
22813
22814         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22815
22816 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22817
22818         [BZ #15022]
22819         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22820         over to...
22821         (dl_open_worker) [!SHARED]: ... here.
22822
22823 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22824
22825         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22826
22827 2013-06-25  Richard Henderson  <rth@redhat.com>
22828
22829         * locale/programs/locarchive.c: Include <libc-internal.h>
22830
22831 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22832
22833         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22834         trailing whitespace removed.
22835
22836 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22837
22838         [BZ #10283]
22839         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22840         * locale/programs/locarchive.c: Include libc-mmap.h.
22841         (prepare_address_space): Take two new outputs (the mmap base and len).
22842         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22843         values.
22844         (create_archive): Declare new mmap base and len values for
22845         prepare_address_space, and store the result in ah.
22846         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22847         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22848         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22849         Declare new mmap base and len values for
22850         prepare_address_space, and store the result in new_ah.
22851         (open_archive): Declare new mmap base and len values for
22852         prepare_address_space, and store the result in ah.
22853         (close_archive): If ah->mmap_base is not NULL, use that and
22854         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22855         * sysdeps/generic/libc-mmap.h: New file.
22856
22857 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22858
22859         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22860         (ALIGN_UP): Likewise.
22861         (PTR_ALIGN_DOWN): Likewise.
22862         (PTR_ALIGN_UP): Likewise.
22863
22864 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22865
22866         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22867         entry mapped to PPC_PLATFORM_POWER8.
22868         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22869         POWER8.
22870         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22871         (_dl_string_platform): Add case for exporting platform position for
22872         POWER8.
22873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22874         search path to sysdeps/powerpc/powerpc32/power8 directory.
22875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22876         search path to sysdeps/powerpc/powerpc64/power8 directory.
22877         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22878         power7 directories.
22879         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22880         power7 directories.
22881
22882 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22883
22884         * INSTALL: Regenerate.
22885
22886         * nscd/connections.c (nscd_init): Fix comment.
22887
22888 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22889
22890         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22891
22892         [BZ #15667]
22893         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22894         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22895
22896 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22897
22898         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22899         DL_DST_REQ_STATIC.
22900         (DL_DST_REQ_STATIC): Remove macro.
22901
22902 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22903
22904         [BZ #7006]
22905         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22906         with a shift of 0 bits.
22907
22908 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22909
22910         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22911         $(tststatic-ENV).
22912
22913 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22914
22915         [BZ #15655]
22916         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22917
22918 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22919
22920         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22921         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22922         accepts -fno-tree-loop-distribute-patterns.
22923         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22924         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22925         recursive call.
22926         * string/memset.c (memset): Likewise.
22927         * string/test-memmove.c (simple_memmove): Disable loop transformation
22928         to library calls.
22929         * string/test-memset.c (simple_memset): Likewise.
22930         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22931         * benchtests/bench-memset.c (simple_memset): Likewise.
22932         * configure: Regenerated.
22933
22934 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22935
22936         * math/test-misc.c (main): Ignore fesetround failure when failures
22937         of subsequent rounding tests would be ignored.
22938
22939         [BZ #15654]
22940         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22941         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22942         * math/fegetenv.c (__fegetenv): Return 0.
22943         * math/fegetexcept.c (fegetexcept): Return 0.
22944         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22945         FE_TONEAREST.
22946         * math/feholdexcpt.c (feholdexcept): Return 0.
22947         * math/fesetenv.c (__fesetenv): Return 0.
22948         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22949         argument FE_TONEAREST.
22950         * math/feupdateenv.c (__feupdateenv): Return 0.
22951         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22952
22953 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22954
22955         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22956         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22957         ($(objpfx)rtld-%.os rules): Use them.
22958
22959 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22960
22961         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22962         fields.
22963
22964 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22965
22966         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22967         length of target pattern, then descending length of dependency pattern.
22968         * configure.in (AWK): Require gawk 3.1.2 or newer.
22969         * manual/install.texi (Tools for Compilation): Say that we do.
22970         * configure: Regenerated.
22971
22972         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22973         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22974         * scripts/sysd-rules.awk: ... this new script.
22975         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22976         than a glob-style pattern.
22977
22978 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22979
22980         * math/test-misc.c (main): Do not treat incorrectly rounded
22981         conversions as failure unless ROUNDING_TESTS passes.
22982
22983 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22984
22985         [BZ #15631]
22986         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22987         restore exception state around main square root computation, then
22988         check for inexactness explicitly.
22989
22990         * math/libm-test.inc (fma_test_data): Add another test.
22991
22992 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22993
22994         * manual/threads.texi (Non-POSIX Extensions): New document
22995         node.  Document pthread_getattr_default_np and
22996         pthread_setattr_default_np.
22997
22998         * Versions.def (libpthread): Add GLIBC_2.18.
22999         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23001         Likewise.
23002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23003         Likewise.
23004         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23005         Likewise.
23006         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23007         Likewise.
23008         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23009         Likewise.
23010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23011         Likewise.
23012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23013         Likewise.
23014         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23015         Likewise.
23016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23017         Likewise.
23018
23019 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23020
23021         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23022         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23023
23024 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23025             H.J. Lu  <hjl.tools@gmail.com>
23026
23027         [BZ #15627]
23028         * sysdeps/x86_64/rtld-memset.c: Remove file.
23029         * sysdeps/x86_64/rtld-memset.S: New file.
23030
23031 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23032
23033         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23034         (test_in_one_mode): Take arguments for whether the rounding mode
23035         is supported for each floating-point type.
23036         (do_test): Pass new arguments to test_in_one_mode using
23037         ROUNDING_TESTS.
23038
23039 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23040
23041         * posix/tst-waitid.c (do_test): Distinguish different instances of
23042         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23043         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23044         before entering the kernel for waitpid.
23045
23046 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23047
23048         * NEWS: Fix note on clock function precision.  Text by Roland
23049         McGrath.
23050
23051 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23052
23053         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23054         it into place only when and if the sanity check passes.
23055
23056 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23057
23058         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23059         output for whether conversion result is exact.  Take argument
23060         indicating whether type is IBM long double.
23061         (round_for_all): Change need_exact field to ibm_ld.
23062         * stdlib/tst-strtod-round.c (struct exactness): New type.
23063         (struct test): Change bool ld_ok field to struct exactness exact.
23064         (TEST): Update all definitions for change to field.
23065         (tests): Regenerate array contents.
23066         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23067         field value.  Check for IBM long double here.
23068         (do_test): Update calls to test_in_one_mode.
23069
23070 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23071
23072         [BZ #12515]
23073         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23074         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23075
23076 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23077
23078         [BZ #15605]
23079         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23080         generated by the compiler on loop optimizations.
23081         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23082         general definitions.
23083
23084 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23085
23086         * math/bug-nextafter.c: Include <math-tests.h>.
23087         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23088         the relevant type.
23089         * math/bug-nexttoward.c: Include <math-tests.h>.
23090         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23091         the relevant type.
23092         * math/test-misc.c: Include <math-tests.h>.
23093         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23094         the relevant type.
23095
23096 2013-06-12  Andreas Jaeger  <aj@suse.de>
23097
23098         * po/ia.po: Update Interlingua translation from translation
23099         project.
23100
23101 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23102
23103         * include/fenv.h: Include stdbool.h.
23104         (struct rm_ctx): New structure.
23105         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23106         Define macro.
23107         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23108         (SET_RESTORE_ROUNDF): Likewise.
23109         (SET_RESTORE_ROUNDL): Likewise.
23110         (SET_RESTORE_ROUND_NOEX): Likewise.
23111         (SET_RESTORE_ROUND_NOEXF): Likewise.
23112         (SET_RESTORE_ROUND_NOEXL): Likewise.
23113         (SET_RESTORE_ROUND_53BIT): Likewise.
23114         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23115         (libc_feresetround_noexf_ctx): Likewise.
23116         (libc_feresetround_noexl_ctx): Likewise.
23117         (libc_feholdsetround_53bit_ctx): Likewise.
23118         (libc_feresetround_53bit_ctx): Likewise.
23119         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23120         (libc_feholdexcept_setround_sse_ctx): New function.
23121         (libc_fesetenv_sse_ctx): Likewise.
23122         (libc_feupdateenv_sse_ctx): Likewise.
23123         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23124         (libc_feholdexcept_setround_387_ctx): Likewise.
23125         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23126         (libc_feholdsetround_387_prec_ctx): Likewise.
23127         (libc_feholdsetround_387_ctx): Likewise.
23128         (libc_feholdsetround_387_53bit_ctx): Likewise.
23129         (libc_feholdsetround_sse_ctx): Likewise.
23130         (libc_feresetround_sse_ctx): Likewise.
23131         (libc_feresetround_387_ctx): Likewise.
23132         (libc_feupdateenv_387_ctx): Likewise.
23133         (libc_feholdexcept_setroundf_ctx): Define macro.
23134         (libc_fesetenvf_ctx): Likewise.
23135         (libc_feupdateenvf_ctx): Likewise.
23136         (libc_feholdsetroundf_ctx): Likewise.
23137         (libc_feresetroundf_ctx): Likewise.
23138         (libc_feholdexcept_setround_ctx): Likewise.
23139         (libc_fesetenv_ctx): Likewise.
23140         (libc_feupdateenv_ctx): Likewise.
23141         (libc_feholdsetround_ctx): Likewise.
23142         (libc_feresetround_ctx): Likewise.
23143         (libc_feholdexcept_setroundl_ctx): Likewise.
23144         (libc_feupdateenvl_ctx): Likewise.
23145         (libc_feholdsetroundl_ctx): Likewise.
23146         (libc_feresetroundl_ctx): Likewise.
23147         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23148         (libc_feresetround_53bit_ctx): Likewise.
23149
23150 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23151
23152         * locale/iso-639.def: Convert to UTF-8.
23153
23154 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23155
23156         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23157         (EXCEPTION_TESTS_double): Likewise.
23158         (EXCEPTION_TESTS_long_double): Likewise.
23159         (EXCEPTION_TESTS): Likewise.
23160         * math/libm-test.inc (test_exceptions): Only test exceptions if
23161         EXCEPTION_TESTS (FLOAT).
23162
23163 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23164
23165         * benchtests/Makefile (string-bench): Add strcpy_chk and
23166         stpcpy_chk.
23167         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23168         * benchtests/bench-stpcpy_chk.c: New file.
23169         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23170         * benchtests/bench-strcpy_chk.c: New file.
23171         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23172         code.
23173         (do_test): Likewise.
23174
23175 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23176
23177         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23178         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23179         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23180         with tabs where appropriate.
23181         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23182         dl-procinfo.h.
23183         [PPC_PLATFORM_PPC440]: Likewise.
23184         [PPC_PLATFORM_PPC464]: Likewise.
23185         [PPC_PLATFORM_PPC476]: Likewise.
23186         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23187         ppc464, and ppc476 platform strings merging from ports/
23188         dl-procinfo.h.
23189
23190 2013-06-11  Andreas Schwab  <schwab@suse.de>
23191
23192         [BZ #14991]
23193         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23194         (from_ucs4_idx): Regenerate.
23195         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23196         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23197         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23198         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23199         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23200         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23201         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23202         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23203         from FROM_LOOP and TO_LOOP specific macros.
23204         (BODY): Handle combining characters.
23205         * iconvdata/BIG5HKSCS.irreversible: Update.
23206         * iconvdata/BIG5HKSCS.precomposed: New file.
23207         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23208         characters.
23209         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23210
23211 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23212
23213         * include/sys/time.h: Fix indentation and add copyright header.
23214
23215         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23216         (do_test): Likewise.
23217         * string/test-memchr.c (do_one_test): Likewise.
23218         (do_test): Likewise.
23219         * string/test-memcmp.c (do_one_test): Likewise.
23220         (do_test): Likewise.
23221         * string/test-memcpy.c (do_one_test): Likewise.
23222         (do_test): Likewise.
23223         * string/test-memmem.c (do_one_test): Likewise.
23224         (do_test): Likewise.
23225         (do_random_tests): Likewise.
23226         * string/test-memmove.c (do_one_test): Likewise.
23227         (do_test): Likewise.
23228         * string/test-memset.c (do_one_test): Likewise.
23229         (do_test): Likewise.
23230         * string/test-rawmemchr.c (do_one_test): Likewise.
23231         (do_test): Likewise.
23232         * string/test-strcasecmp.c (do_one_test): Likewise.
23233         (do_test): Likewise.
23234         * string/test-strcasestr.c (do_one_test): Likewise.
23235         (do_test): Likewise.
23236         * string/test-strcat.c (do_one_test): Likewise.
23237         (do_test): Likewise.
23238         * string/test-strchr.c (do_one_test): Likewise.
23239         (do_test): Likewise.
23240         * string/test-strcmp.c (do_one_test): Likewise.
23241         (do_test): Likewise.
23242         * string/test-strcpy.c (do_one_test): Likewise.
23243         (do_test): Likewise.
23244         * string/test-string.h: Likewise.
23245         (test_init): Likewise.
23246         * string/test-strlen.c (do_one_test): Likewise.
23247         (do_test): Likewise.
23248         * string/test-strncasecmp.c (do_one_test): Likewise.
23249         (do_test): Likewise.
23250         * string/test-strncat.c (do_one_test): Likewise.
23251         (do_test): Likewise.
23252         * string/test-strncmp.c (do_one_test): Likewise.
23253         (do_test_limit): Likewise.
23254         (do_test): Likewise.
23255         * string/test-strncpy.c (do_one_test): Likewise.
23256         (do_test): Likewise.
23257         * string/test-strnlen.c (do_one_test): Likewise.
23258         (do_test): Likewise.
23259         * string/test-strpbrk.c (do_one_test): Likewise.
23260         (do_test): Likewise.
23261         * string/test-strrchr.c (do_one_test): Likewise.
23262         (do_test): Likewise.
23263         * string/test-strspn.c (do_one_test): Likewise.
23264         (do_test): Likewise.
23265         * string/test-strstr.c (do_one_test): Likewise.
23266         (do_test): Likewise.
23267
23268         * benchtests/Makefile (string-bench): Add string benchmarks.
23269         * benchtests/bench-bcopy-ifunc.c: New file.
23270         * benchtests/bench-bcopy.c: New file.
23271         * benchtests/bench-bzero-ifunc.c: New file.
23272         * benchtests/bench-bzero.c: New file.
23273         * benchtests/bench-memccpy-ifunc.c: New file.
23274         * benchtests/bench-memccpy.c: New file.
23275         * benchtests/bench-memchr-ifunc.c: New file.
23276         * benchtests/bench-memchr.c: New file.
23277         * benchtests/bench-memcmp-ifunc.c: New file.
23278         * benchtests/bench-memcmp.c: New file.
23279         * benchtests/bench-memmem-ifunc.c: New file.
23280         * benchtests/bench-memmem.c: New file.
23281         * benchtests/bench-memmove-ifunc.c: New file.
23282         * benchtests/bench-memmove.c: New file.
23283         * benchtests/bench-mempcpy-ifunc.c: New file.
23284         * benchtests/bench-mempcpy.c: New file.
23285         * benchtests/bench-memset-ifunc.c: New file.
23286         * benchtests/bench-memset.c: New file.
23287         * benchtests/bench-rawmemchr-ifunc.c: New file.
23288         * benchtests/bench-rawmemchr.c: New file.
23289         * benchtests/bench-stpcpy-ifunc.c: New file.
23290         * benchtests/bench-stpcpy.c: New file.
23291         * benchtests/bench-stpncpy-ifunc.c: New file.
23292         * benchtests/bench-stpncpy.c: New file.
23293         * benchtests/bench-strcasecmp-ifunc.c: New file.
23294         * benchtests/bench-strcasecmp.c: New file.
23295         * benchtests/bench-strcasestr-ifunc.c: New file.
23296         * benchtests/bench-strcasestr.c: New file.
23297         * benchtests/bench-strcat-ifunc.c: New file.
23298         * benchtests/bench-strcat.c: New file.
23299         * benchtests/bench-strchr-ifunc.c: New file.
23300         * benchtests/bench-strchr.c: New file.
23301         * benchtests/bench-strchrnul-ifunc.c: New file.
23302         * benchtests/bench-strchrnul.c: New file.
23303         * benchtests/bench-strcmp-ifunc.c: New file.
23304         * benchtests/bench-strcmp.c: New file.
23305         * benchtests/bench-strcpy-ifunc.c: New file.
23306         * benchtests/bench-strcpy.c: New file.
23307         * benchtests/bench-strcspn-ifunc.c: New file.
23308         * benchtests/bench-strcspn.c: New file.
23309         * benchtests/bench-strlen-ifunc.c: New file.
23310         * benchtests/bench-strlen.c: New file.
23311         * benchtests/bench-strncasecmp-ifunc.c: New file.
23312         * benchtests/bench-strncasecmp.c: New file.
23313         * benchtests/bench-strncat-ifunc.c: New file.
23314         * benchtests/bench-strncat.c: New file.
23315         * benchtests/bench-strncmp-ifunc.c: New file.
23316         * benchtests/bench-strncmp.c: New file.
23317         * benchtests/bench-strncpy-ifunc.c: New file.
23318         * benchtests/bench-strncpy.c: New file.
23319         * benchtests/bench-strnlen-ifunc.c: New file.
23320         * benchtests/bench-strnlen.c: New file.
23321         * benchtests/bench-strpbrk-ifunc.c: New file.
23322         * benchtests/bench-strpbrk.c: New file.
23323         * benchtests/bench-strrchr-ifunc.c: New file.
23324         * benchtests/bench-strrchr.c: New file.
23325         * benchtests/bench-strspn-ifunc.c: New file.
23326         * benchtests/bench-strspn.c: New file.
23327         * benchtests/bench-strstr-ifunc.c: New file.
23328         * benchtests/bench-strstr.c: New file.
23329
23330         * benchtests/Makefile: Disable parallel execution of targets.
23331         (string-bench): Add memcpy.
23332         (benchset): New variable to store a list of benchmark sets.
23333         (bench-func): Renamed from bench.
23334         (bench-set): New target.
23335         (bench): Depend on bench-func and bench-set.
23336         * benchtests/README: Add section on benchmark sets.
23337         * benchtests/bench-memcpy-ifunc.c: New file.
23338         * benchtests/bench-memcpy.c: New file.
23339         * benchtests/bench-string.h: New file.
23340
23341 2013-06-11  Andreas Schwab  <schwab@suse.de>
23342
23343         [BZ #15577]
23344         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23345         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23346         values in the triple.
23347         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23348         terminator in the group key.
23349
23350 2013-06-11  Andreas Jaeger  <aj@suse.de>
23351
23352         * po/zh_TW.po: Update Chinese (traditional) translation from
23353         translation project.
23354
23355 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23356
23357         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23358         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23359         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23360         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23361         (clock_getcpuclockid): Likewise.
23362         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23363         Add weak_alias and libc_hidden_def.
23364         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23365         * rt/clock_gettime.c (clock_gettime): Rename to
23366         __clock_gettime.  Add weak_alias and libc_hidden_def.
23367         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23368         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23369         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23370         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23371         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23372         Likewise.
23373         * rt/clock_settime.c (clock_settime): Rename to
23374         __clock_settime.  Add weak_alias and libc_hidden_def.
23375         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23376
23377 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23378
23379         * mach/err_boot.sub: Remove trailing whitespace.
23380         * mach/err_ipc.sub: Likewise.
23381         * mach/err_mach.sub: Likewise.
23382
23383         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23384         (ROUNDING_TESTS_double): Likewise.
23385         (ROUNDING_TESTS_long_double): Likewise.
23386         (ROUNDING_TESTS): Likewise.
23387         * math/libm-test.inc: Include <math-tests.h>.
23388         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23389         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23390         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23391         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23392
23393 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23394
23395         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23396         of assigning.
23397
23398 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23399
23400         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23401         otherwise empty TRANS lines.
23402         * sysdeps/gnu/errlist.c: Regenerated.
23403
23404         * catgets/gencat.c (error_print): Use (void) in function
23405         definition.
23406         * crypt/crypt_util.c (__init_des): Likewise.
23407         * crypt/speeds.c (Stop): Likewise.
23408         (main): Likewise.
23409         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23410         * inet/ruserpass.c (token): Likewise.
23411         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23412         * intl/localealias.c (extend_alias_table): Likewise.
23413         * intl/plural-exp.c (init_germanic_plural): Likewise.
23414         * libio/fcloseall.c (__fcloseall): Likewise.
23415         * libio/genops.c (_IO_flush_all): Likewise.
23416         (_IO_flush_all_linebuffered): Likewise.
23417         (_IO_cleanup): Likewise.
23418         (_IO_iter_begin): Likewise.
23419         (_IO_iter_end): Likewise.
23420         (_IO_list_lock): Likewise.
23421         (_IO_list_unlock): Likewise.
23422         (_IO_list_resetlock): Likewise.
23423         * libio/getchar.c (getchar): Likewise.
23424         * libio/getchar_u.c (getchar_unlocked): Likewise.
23425         * libio/getwchar.c (getwchar): Likewise.
23426         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23427         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23428         * login/getpt.c (__getpt): Likewise.
23429         * login/tst-utmp.c (main): Likewise.
23430         * malloc/hooks.c (__malloc_check_init): Likewise.
23431         * malloc/malloc.c (__malloc_stats): Likewise.
23432         * malloc/mtrace.c (tr_break): Likewise.
23433         (mtrace): Likewise.
23434         (muntrace): Likewise.
23435         * misc/fstab.c (endfsent): Likewise.
23436         * misc/getclktck.c (__getclktck): Likewise.
23437         * misc/getdtsz.c (__getdtablesize): Likewise.
23438         * misc/gethostid.c (gethostid): Likewise.
23439         * misc/getpagesize.c (__getpagesize): Likewise.
23440         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23441         (__get_nprocs): Likewise.
23442         (__get_phys_pages): Likewise.
23443         (__get_avphys_pages): Likewise.
23444         * misc/getttyent.c (getttyent): Likewise.
23445         (setttyent): Likewise.
23446         (endttyent): Likewise.
23447         * misc/getusershell.c (getusershell): Likewise.
23448         (endusershell): Likewise.
23449         (setusershell): Likewise.
23450         (initshells): Likewise.
23451         * misc/hsearch.c (__hdestroy): Likewise.
23452         * misc/sync.c (sync): Likewise.
23453         * misc/syslog.c (closelog_internal): Likewise.
23454         (closelog): Likewise.
23455         * misc/ttyslot.c (ttyslot): Likewise.
23456         * misc/vhangup.c (vhangup): Likewise.
23457         * posix/fork.c (__fork): Likewise.
23458         * posix/getegid.c (__getegid): Likewise.
23459         * posix/geteuid.c (__geteuid): Likewise.
23460         * posix/getgid.c (__getgid): Likewise.
23461         * posix/getpid.c (__getpid): Likewise.
23462         * posix/getppid.c (__getppid): Likewise.
23463         * posix/getuid.c (__getuid): Likewise.
23464         * posix/pause.c (pause): Likewise.
23465         * posix/setpgrp.c (setpgrp): Likewise.
23466         * posix/setsid.c (__setsid): Likewise.
23467         * posix/test-vfork.c (noop): Likewise.
23468         * resolv/gethnamaddr.c (_endhtent): Likewise.
23469         (_gethtent): Likewise.
23470         (ht_endhostent): Likewise.
23471         (gethostent): Likewise.
23472         (dns_service): Likewise.
23473         * stdlib/drand48.c (drand48): Likewise.
23474         * stdlib/lrand48.c (lrand48): Likewise.
23475         * stdlib/mrand48.c (mrand48): Likewise.
23476         * stdlib/rand.c (rand): Likewise.
23477         * stdlib/random.c (__random): Likewise.
23478         * stdlib/setenv.c (clearenv): Likewise.
23479         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23480         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23481         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23482         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23483         (__get_nprocs): Likewise.
23484         (__get_phys_pages): Likewise.
23485         (__get_avphys_pages): Likewise.
23486         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23487         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23488         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23489         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23490         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23491         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23492         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23493         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23494         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23495         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23496         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23497         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23498         * sysdeps/posix/clock.c (clock): Likewise.
23499         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23500         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23501         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23502         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23503         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23504         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23505         (__get_nprocs_conf): Likewise.
23506         (__get_phys_pages): Likewise.
23507         (__get_avphys_pages): Likewise.
23508         * time/clock.c (clock): Likewise.
23509         * time/tzset.c (__tzname_max): Likewise.
23510
23511 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23512
23513         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23514         (__bswap_32): Do not use "register".
23515         * crypt/crypt.c (_ufc_doit_r): Likewise.
23516         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23517         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23518         * gmon/gmon.c (__monstartup): Likewise.
23519         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23520         * hurd/hurdmalloc.c (more_memory): Likewise.
23521         (malloc): Likewise.
23522         (free): Likewise.
23523         (realloc): Likewise.
23524         (malloc_fork_prepare): Likewise.
23525         (malloc_fork_parent): Likewise.
23526         (malloc_fork_child): Likewise.
23527         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23528         (_svcauth_des): Likewise.
23529         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23530         * inet/inet_net.c (inet_network): Likewise.
23531         * inet/inet_netof.c (inet_netof): Likewise.
23532         * inet/rcmd.c (__validuser2_sa): Likewise.
23533         * io/fts.c (fts_open): Likewise.
23534         (fts_load): Likewise.
23535         (fts_close): Likewise.
23536         (fts_read): Likewise.
23537         (fts_children): Likewise.
23538         (fts_build): Likewise.
23539         (fts_stat): Likewise.
23540         (fts_sort): Likewise.
23541         (fts_alloc): Likewise.
23542         (fts_lfree): Likewise.
23543         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23544         (_IO_file_xsgetn): Likewise.
23545         (_IO_file_xsgetn_mmap): Likewise.
23546         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23547         (_IO_cookie_write): Likewise.
23548         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23549         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23550         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23551         * malloc/obstack.c (_obstack_begin): Likewise.
23552         (_obstack_begin_1): Likewise.
23553         (_obstack_newchunk): Likewise.
23554         (_obstack_allocated_p): Likewise.
23555         (obstack_free): Likewise.
23556         (_obstack_memory_used): Likewise.
23557         * misc/getttyent.c (getttynam): Likewise.
23558         (getttyent): Likewise.
23559         (skip): Likewise.
23560         (value): Likewise.
23561         * misc/getusershell.c (initshells): Likewise.
23562         * misc/syslog.c (__vsyslog_chk): Likewise.
23563         * misc/ttyslot.c (ttyslot): Likewise.
23564         * nis/nis_hash.c (__nis_hash): Likewise.
23565         * posix/fnmatch_loop.c (FCT): Likewise.
23566         * posix/getconf.c (print_all): Likewise.
23567         (main): Likewise.
23568         * posix/getopt.c (exchange): Likewise.
23569         * posix/glob.c (globfree): Likewise.
23570         (prefix_array): Likewise.
23571         (__glob_pattern_type): Likewise.
23572         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23573         (NS_GET32): Likewise.
23574         (NS_PUT16): Likewise.
23575         (NS_PUT32): Likewise.
23576         * resolv/gethnamaddr.c (getanswer): Likewise.
23577         (gethostbyname2): Likewise.
23578         (gethostbyaddr): Likewise.
23579         (_gethtent): Likewise.
23580         (_gethtbyname2): Likewise.
23581         (_gethtbyaddr): Likewise.
23582         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23583         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23584         * resolv/res_init.c (__res_vinit): Likewise.
23585         (net_mask): Likewise.
23586         * resolv/res_mkquery.c (outchar): Likewise.
23587         (PRINT): Likewise.
23588         * stdio-common/printf_fp.c (outchar): Likewise.
23589         (PRINT): Likewise.
23590         * stdio-common/printf_fphex.c (outchar): Likewise.
23591         (PRINT): Likewise.
23592         * stdio-common/printf_size.c (outchar): Likewise.
23593         (PRINT): Likewise.
23594         * stdio-common/test_rdwr.c (main): Likewise.
23595         * stdio-common/tfformat.c (matches): Likewise.
23596         * stdio-common/vfprintf.c (outchar): Likewise.
23597         (printf_unknown): Likewise.
23598         (buffered_vfprintf): Likewise.
23599         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23600         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23601         (ReadFile): Likewise.
23602         * stdlib/qsort.c (SWAP): Likewise.
23603         (_quicksort): Likewise.
23604         * stdlib/setenv.c (__add_to_environ): Likewise.
23605         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23606         * stdlib/strtol_l.c (__strtol_l): Likewise.
23607         * stdlib/tst-strtod.c (main): Likewise.
23608         * stdlib/tst-strtol.c (main): Likewise.
23609         * stdlib/tst-strtoll.c (main): Likewise.
23610         * string/bits/string2.h (__strcmp_cc): Likewise.
23611         (__strcmp_cg): Likewise.
23612         (__strcspn_c1): Likewise.
23613         (__strcspn_c2): Likewise.
23614         (__strcspn_c3): Likewise.
23615         (__strspn_c1): Likewise.
23616         (__strspn_c2): Likewise.
23617         (__strspn_c3): Likewise.
23618         (__strsep_1c): Likewise.
23619         (__strsep_2c): Likewise.
23620         (__strsep_3c): Likewise.
23621         * string/memccpy.c (__memccpy): Likewise.
23622         * string/stpcpy.c (__stpcpy): Likewise.
23623         * string/strcmp.c (strcmp): Likewise.
23624         * string/strrchr.c (strrchr): Likewise.
23625         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23626         Likewise.
23627         * sysdeps/mach/hurd/getcwd.c
23628         (_hurd_canonicalize_directory_name_internal): Likewise.
23629         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23630         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23631         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23632         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23633         Likewise, in both definitions.
23634         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23635         definitions.
23636         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23637         64] (__bswap_64): Likewise.
23638         * time/test_time.c (main): Likewise.
23639         * time/tzfile.c (__tzfile_read): Likewise.
23640         (__tzfile_compute): Likewise.
23641         * time/tzset.c (__tzset_parse_tz): Likewise.
23642         (tzset_internal): Likewise.
23643         (compute_change): Likewise.
23644         * wcsmbs/wcscat.c (__wcscat): Likewise.
23645         * wcsmbs/wcschr.c (wcschr): Likewise.
23646         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23647         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23648         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23649         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23650         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23651         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23652         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23653         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23654         * wcsmbs/wmemset.c (wmemset): Likewise.
23655
23656 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23657
23658         * scripts/config.guess: Update to version 2013-05-16.
23659         * scripts/config.sub: Update to version 2013-04-24.
23660         * scripts/install-sh: Update to version 2011-11-20.07.
23661         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23662         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23663
23664 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23665
23666         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23667         * elf/sln.c: Likewise.
23668         * hurd/hurd/ioctl.h: Likewise.
23669         * hurd/hurdmalloc.c: Likewise.
23670         * hurd/xattr.c: Likewise.
23671         * include/shlib-compat.h: Likewise.
23672         * inet/ruserpass.c: Likewise.
23673         * libio/iofgets_u.c: Likewise.
23674         * libio/iofgetws_u.c: Likewise.
23675         * locale/programs/ld-identification.c: Likewise.
23676         * locale/programs/ld-time.c: Likewise.
23677         * mach/msg-destroy.c: Likewise.
23678         * nss/nss_files/files-netgrp.c: Likewise.
23679         * resolv/res_data.c: Likewise.
23680         * soft-fp/op-1.h: Likewise.
23681         * soft-fp/op-2.h: Likewise.
23682         * soft-fp/op-4.h: Likewise.
23683         * soft-fp/op-common.h: Likewise.
23684         * stdio-common/printf_fphex.c: Likewise.
23685         * stdlib/strtod_l.c: Likewise.
23686         * sunrpc/rpc/clnt.h: Likewise.
23687         * sysdeps/generic/framestate.c: Likewise.
23688         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23689         * sysdeps/i386/bsd-setjmp.S: Likewise.
23690         * sysdeps/i386/__longjmp.S: Likewise.
23691         * sysdeps/i386/setjmp.S: Likewise.
23692         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23693         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23694         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23695         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23696         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23697         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23698         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23699         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23700         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23701         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23702         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23703         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23704         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23705         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23706         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23707         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23708         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23709         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23710         * sysdeps/ieee754/support.c: Likewise.
23711         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23712         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23713         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23714         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23715         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23716         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23717         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23718         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23719         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23720         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23721         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23722         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23723         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23724         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23725         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23726         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23727         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23729
23730 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23731
23732         * posix/transbug.c: Remove executable mode.
23733
23734 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23735
23736         * crypt/speeds.c: Remove trailing whitespace.
23737         * dlfcn/default.c: Likewise.
23738         * elf/ifuncdep2.c: Likewise.
23739         * elf/ifuncmain1.c: Likewise.
23740         * elf/ifuncmain1vis.c: Likewise.
23741         * elf/testobj.h: Likewise.
23742         * elf/tst-stackguard1.c: Likewise.
23743         * gmon/sys/gmon.h: Likewise.
23744         * hurd/hurdmsg.c: Likewise.
23745         * hurd/new-fd.c: Likewise.
23746         * hurd/ports-get.c: Likewise.
23747         * iconvdata/ibm1008_420.c: Likewise.
23748         * inet/tst-getni1.c: Likewise.
23749         * inet/tst-getni2.c: Likewise.
23750         * libio/ioungetc.c: Likewise.
23751         * libio/wfiledoalloc.c: Likewise.
23752         * manual/libm-err-tab.pl: Likewise.
23753         * math/w_dremf.c: Likewise.
23754         * misc/ftruncate.c: Likewise.
23755         * posix/bug-glob2.c: Likewise.
23756         * posix/tst-pcre.c: Likewise.
23757         * posix/wait4.c: Likewise.
23758         * resolv/README: Likewise.
23759         * resolv/res_debug.h: Likewise.
23760         * resolv/tst-inet_ntop.c: Likewise.
23761         * setjmp/bug269-setjmp.c: Likewise.
23762         * soft-fp/extended.h: Likewise.
23763         * soft-fp/op-1.h: Likewise.
23764         * soft-fp/op-2.h: Likewise.
23765         * soft-fp/op-4.h: Likewise.
23766         * soft-fp/op-8.h: Likewise.
23767         * soft-fp/testit.c: Likewise.
23768         * stdio-common/bug16.c: Likewise.
23769         * stdlib/random.c: Likewise.
23770         * sunrpc/rpcsvc/rquota.x: Likewise.
23771         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23772         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23773         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23774         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23775         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23776         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23777         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23778         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23779         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23780         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23781         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23782         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23783         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23784         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23785         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23786         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23787         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23788         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23789         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23790         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23791         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23792         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23793         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23794         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23795         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23796         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23797         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23798         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23799         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23800         * sysdeps/ieee754/s_lib_version.c: Likewise.
23801         * sysdeps/mach/hurd/check_fds.c: Likewise.
23802         * sysdeps/mach/hurd/getsockname.c: Likewise.
23803         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23804         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23805         * sysdeps/powerpc/bits/link.h: Likewise.
23806         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23807         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23808         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23809         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23810         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23811         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23812         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23813         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23814         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23815         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23816         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23817         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23818         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23819         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23820         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23821         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23822         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23823         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23824         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23825         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23826         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23827         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23828         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23829         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23830         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23831         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23832         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23833         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23834         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23835         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23836         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23837         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23838         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23839         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23840         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23841         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23842         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23843         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23844         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23845         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23846         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23847         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23848         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23849         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23850         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23851         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23852         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23853         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23854         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23855         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23856         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23857         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23858         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23859         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23860         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23861         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23862         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23863         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23864         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23865         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23866         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23867         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23868         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23869         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23870         * sysdeps/powerpc/sysdep.h: Likewise.
23871         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23872         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23873         * sysdeps/sh/dl-trampoline.S: Likewise.
23874         * sysdeps/sh/memset.S: Likewise.
23875         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23876         * sysdeps/sh/strlen.S: Likewise.
23877         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23878         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23879         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23880         * sysdeps/sparc/sparc32/rem.S: Likewise.
23881         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23882         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23883         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23884         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23885         * sysdeps/sparc/sparc32/urem.S: Likewise.
23886         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23887         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23888         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23889         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23890         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23891         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23892         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23893         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23894         * sysdeps/unix/bsd/times.c: Likewise.
23895         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23896         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23900         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23901         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23902         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23903         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23904         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23905         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23906         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23907         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23908         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23909         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23910         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23911         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23912         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23913         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23914         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23915         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23916         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23917         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23918         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23919         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23920         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23921         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23922         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23923         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23924         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23925         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23926         * sysdeps/x86_64/strcspn.S: Likewise.
23927
23928 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23929
23930         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23931         generated file.  Regenerate properly from gen-translit.pl.
23932         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23933         locale/C-translit.h.
23934
23935 2013-06-05  Andreas Schwab  <schwab@suse.de>
23936
23937         [BZ #15100]
23938         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23939         week as 6 instead of -1.
23940         * time/tst-strptime.c (day_tests): Add test case.
23941
23942 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23943
23944         * sysdeps/generic/math_private.h
23945         (libc_feholdexcept_setround_53bit): Replace with
23946         libc_feholdsetround_53bit.
23947         (libc_feupdateenv_53bit): Replace with
23948         libc_feresetround_53bit.
23949         (SET_RESTORE_ROUND_53BIT): Adjust.
23950
23951 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23952
23953         * string/test-strchrnul.c: Add copyright header.
23954
23955         * posix/tst-getaddrinfo4.c: Increase test timeout.
23956
23957 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23958
23959         [BZ #15536]
23960         * math/libm-test.inc (MAX_EXP): Remove
23961         (MIN_EXP): Define.
23962         (ulp): Use MIN_EXP - MANT_DIG.
23963         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23964
23965 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23966
23967         * po/be.po: Revert last change.
23968         * po/zh_CN.po: Likewise.
23969         * po/header.pot: Likewise.
23970
23971 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23972
23973         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23974         link-libc-deps to empty as target-specific variable.
23975         * Makerules (link-libc-args): New variable.
23976         (libc-for-link): Likewise.
23977         (link-libc-deps): Likewise.
23978         (lib%.so): Depend on $(link-libc-deps).  Link with
23979         $(link-libc-args).
23980         (build-module): Link with $(link-libc-args).
23981         (build-module-asneeded): Likewise.
23982         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23983         list of objects.
23984         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23985         target-specific variable.
23986         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23987         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23988         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23989         libc.
23990         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23991         libc and ld.so.
23992         ($(objpfx)libpcprofile.so): Likewise.
23993         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23994         libc_nonshared.a.
23995         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23996         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23997         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23998         $(link-libc-deps).
23999         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24000         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24001         * login/Makefile ($(objpfx)libutil.so): Likewise.
24002         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24003         * math/Makefile ($(objpfx)libm.so): Likewise.
24004         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24005         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24006         variable instead of depending directly on libc.
24007         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24008         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24009         $(link-libc-deps).
24010         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24011         libc.
24012         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24013         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24014         ($(objpfx)libanl.so): Likewise.
24015         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24016         ld.so.
24017         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24018         $(link-libc-deps).
24019         * sysdeps/i386/fpu/Makefile: Remove file.
24020         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24021         ($(objpfx)libm.so): Remove dependency on ld.so.
24022
24023 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24024
24025         [BZ # 15553]
24026         * nis/yp_xdr.c (XDRMAXNAME): Define.
24027         (XDRMAXRECORD): Define.
24028         (xdr_domainname): Use XDRMAXNAME.
24029         (xdr_mapname): Likewise.
24030         (xdr_peername): Likewise.
24031         (xdr_keydat): Use XDRMAXRECORD.
24032         (xdr_valdat): Likewise.
24033
24034 2013-05-30  Jeff Law  <law@redhat.com>
24035
24036         [BZ #14256]
24037         * manual/errno.texi (ESTALE): Update to account for more than
24038         just NFS file systems.
24039         * sysdeps/gnu/errlist.c: Regenerated.
24040
24041 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24042
24043         [BZ #15465]
24044         * elf/Makefile (tests): Add tst-null-argv.
24045         (modules-names):  Add tst-null-argv-lib.
24046         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24047         (tst-null-argv-ENV): Set environment for tst-null-argv.
24048         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24049         (RTLD_PROGNAME): New macro.
24050         * elf/tst-null-argv.c: New test case.
24051         * elf/tst-null-argv-lib.c: Library for test case.
24052         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24053         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24054         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24055         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24056         * elf/dl-init.c (call_init): Likewise.
24057         (_dl_init): Likewise.
24058         * elf/dl-load.c (print_search_path): Likewise.
24059         (_dl_map_object): Likewise.
24060         * elf/dl-lookup.c (do_lookup_x): Likewise.
24061         (add_dependency): Likewise.
24062         (_dl_lookup_symbol_x): Likewise.
24063         (_dl_debug_bindings): Likewise.
24064         * elf/dl-open.c (_dl_show_scope): Likewise.
24065         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24066         * elf/dl-version.c (match_symbol): Likewise.
24067         (_dl_check_map_versions): Likewise.
24068         * elf/rtld.c (dl_main): Likewise.
24069         (print_unresolved): Use RTLD_PROGNAME.
24070         (print_missing_version): Likewise.
24071         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24072         (elf_machine_rela): Likewise.
24073         * sysdeps/powerpc/powerpc32/dl-machine.c
24074         (__process_machine_rela): Likewise.
24075         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24076         Likewise.
24077         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24078         Likewise.
24079         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24080         Likewise.
24081         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24082         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24083         Likewise.
24084         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24085         Likewise.
24086         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24087
24088 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24089
24090         * po/be.po: Add descriptive title.
24091         * po/zh_CN.po: Likewise.
24092         * po/header.pot: Likewise.
24093
24094 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24095
24096         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24097         error message.
24098         (enlarge_archive): Likewise.
24099
24100 2013-05-28  Ben North  <ben@redfrontdoor.org>
24101
24102         * manual/arith.texi (frexp): It is the magnitude of the return
24103         value which lies in [0.5, 1), not the return value itself.
24104
24105 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24106
24107         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24108
24109 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24110
24111         * stdio-common/bug26.c (main): Correct fscanf template.
24112
24113         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24114         declare _dl_skip_args.
24115
24116         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24117         Don't declare.
24118
24119         * manual/platform.texi: Add missing @end deftypefun.
24120
24121 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24122
24123         [BZ #15529]
24124         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24125         bit of mantissa of 2^16382.
24126         * math/libm-test.inc (hypot_test_data): Add more tests.
24127
24128         * math/libm-test.inc: Add drem and pow10 to list of tested
24129         functions.
24130         (pow10_test): New function.
24131         (drem_test): Likewise.
24132         (drem_test_tonearest): Likewise.
24133         (drem_test_towardzero): Likewise.
24134         (drem_test_downward): Likewise.
24135         (drem_test_upward): Likewise.
24136         (main): Call the new functions.
24137
24138         * math/libm-test.inc (finite_test_data): Remove.
24139         (finite_test): Run tests from isfinite_test_data.
24140         (gamma_test_data): Remove.
24141         (gamma_test): Run tests from lgamma_test_data.
24142         * sysdeps/i386/fpu/libm-test-ulps: Update.
24143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24144
24145 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24146
24147         * manual/platform.texi: Add PowerPC PPR function set documentation.
24148         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24149         implementation.
24150
24151 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24152
24153         * math/libm-test.inc (MAX_EXP): Define.
24154         (ULPDIFF): Define.
24155         (ulp): New function.
24156         (check_float_internal): Use ULPDIFF.
24157         (cpow_test): Disable failing test.
24158         (check_ulp): Test ulp() implemetnation.
24159         (main): Call check_ulp before starting tests.
24160
24161 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24162
24163         * math/gen-libm-test.pl (generate_testfile): Do not handle
24164         START_DATA and END_DATA.
24165         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24166         END_DATA.
24167         (acos_tonearest_test_data): Likewise.
24168         (acos_towardzero_test_data): Likewise.
24169         (acos_downward_test_data): Likewise.
24170         (acos_upward_test_data): Likewise.
24171         (acosh_test_data): Likewise.
24172         (asin_test_data): Likewise.
24173         (asin_tonearest_test_data): Likewise.
24174         (asin_towardzero_test_data): Likewise.
24175         (asin_downward_test_data): Likewise.
24176         (asin_upward_test_data): Likewise.
24177         (asinh_test_data): Likewise.
24178         (atan_test_data): Likewise.
24179         (atanh_test_data): Likewise.
24180         (atan2_test_data): Likewise.
24181         (cabs_test_data): Likewise.
24182         (cacos_test_data): Likewise.
24183         (cacosh_test_data): Likewise.
24184         (carg_test_data): Likewise.
24185         (casin_test_data): Likewise.
24186         (casinh_test_data): Likewise.
24187         (catan_test_data): Likewise.
24188         (catanh_test_data): Likewise.
24189         (cbrt_test_data): Likewise.
24190         (ccos_test_data): Likewise.
24191         (ccosh_test_data): Likewise.
24192         (ceil_test_data): Likewise.
24193         (cexp_test_data): Likewise.
24194         (cimag_test_data): Likewise.
24195         (clog_test_data): Likewise.
24196         (clog10_test_data): Likewise.
24197         (conj_test_data): Likewise.
24198         (copysign_test_data): Likewise.
24199         (cos_test_data): Likewise.
24200         (cos_tonearest_test_data): Likewise.
24201         (cos_towardzero_test_data): Likewise.
24202         (cos_downward_test_data): Likewise.
24203         (cos_upward_test_data): Likewise.
24204         (cosh_test_data): Likewise.
24205         (cosh_tonearest_test_data): Likewise.
24206         (cosh_towardzero_test_data): Likewise.
24207         (cosh_downward_test_data): Likewise.
24208         (cosh_upward_test_data): Likewise.
24209         (cpow_test_data): Likewise.
24210         (cproj_test_data): Likewise.
24211         (creal_test_data): Likewise.
24212         (csin_test_data): Likewise.
24213         (csinh_test_data): Likewise.
24214         (csqrt_test_data): Likewise.
24215         (ctan_test_data): Likewise.
24216         (ctan_tonearest_test_data): Likewise.
24217         (ctan_towardzero_test_data): Likewise.
24218         (ctan_downward_test_data): Likewise.
24219         (ctan_upward_test_data): Likewise.
24220         (ctanh_test_data): Likewise.
24221         (ctanh_tonearest_test_data): Likewise.
24222         (ctanh_towardzero_test_data): Likewise.
24223         (ctanh_downward_test_data): Likewise.
24224         (ctanh_upward_test_data): Likewise.
24225         (erf_test_data): Likewise.
24226         (erfc_test_data): Likewise.
24227         (exp_test_data): Likewise.
24228         (exp_tonearest_test_data): Likewise.
24229         (exp_towardzero_test_data): Likewise.
24230         (exp_downward_test_data): Likewise.
24231         (exp_upward_test_data): Likewise.
24232         (exp10_test_data): Likewise.
24233         (exp2_test_data): Likewise.
24234         (expm1_test_data): Likewise.
24235         (fabs_test_data): Likewise.
24236         (fdim_test_data): Likewise.
24237         (finite_test_data): Likewise.
24238         (floor_test_data): Likewise.
24239         (fma_test_data): Likewise.
24240         (fma_towardzero_test_data): Likewise.
24241         (fma_downward_test_data): Likewise.
24242         (fma_upward_test_data): Likewise.
24243         (fmax_test_data): Likewise.
24244         (fmin_test_data): Likewise.
24245         (fmod_test_data): Likewise.
24246         (fpclassify_test_data): Likewise.
24247         (frexp_test_data): Likewise.
24248         (gamma_test_data): Likewise.
24249         (hypot_test_data): Likewise.
24250         (ilogb_test_data): Likewise.
24251         (isfinite_test_data): Likewise.
24252         (isgreater_test_data): Likewise.
24253         (isgreaterequal_test_data): Likewise.
24254         (isinf_test_data): Likewise.
24255         (isless_test_data): Likewise.
24256         (islessequal_test_data): Likewise.
24257         (islessgreater_test_data): Likewise.
24258         (isnan_test_data): Likewise.
24259         (isnormal_test_data): Likewise.
24260         (issignaling_test_data): Likewise.
24261         (isunordered_test_data): Likewise.
24262         (j0_test_data): Likewise.
24263         (j1_test_data): Likewise.
24264         (jn_test_data): Likewise.
24265         (ldexp_test_data): Likewise.
24266         (lgamma_test_data): Likewise.
24267         (lrint_test_data): Likewise.
24268         (lrint_tonearest_test_data): Likewise.
24269         (lrint_towardzero_test_data): Likewise.
24270         (lrint_downward_test_data): Likewise.
24271         (lrint_upward_test_data): Likewise.
24272         (llrint_test_data): Likewise.
24273         (llrint_tonearest_test_data): Likewise.
24274         (llrint_towardzero_test_data): Likewise.
24275         (llrint_downward_test_data): Likewise.
24276         (llrint_upward_test_data): Likewise.
24277         (log_test_data): Likewise.
24278         (log10_test_data): Likewise.
24279         (log1p_test_data): Likewise.
24280         (log2_test_data): Likewise.
24281         (logb_test_data): Likewise.
24282         (logb_downward_test_data): Likewise.
24283         (lround_test_data): Likewise.
24284         (llround_test_data): Likewise.
24285         (modf_test_data): Likewise.
24286         (nearbyint_test_data): Likewise.
24287         (nextafter_test_data): Likewise.
24288         (nexttoward_test_data): Likewise.
24289         (pow_test_data): Likewise.
24290         (pow_tonearest_test_data): Likewise.
24291         (pow_towardzero_test_data): Likewise.
24292         (pow_downward_test_data): Likewise.
24293         (pow_upward_test_data): Likewise.
24294         (remainder_test_data): Likewise.
24295         (remainder_tonearest_test_data): Likewise.
24296         (remainder_towardzero_test_data): Likewise.
24297         (remainder_downward_test_data): Likewise.
24298         (remainder_upward_test_data): Likewise.
24299         (remquo_test_data): Likewise.
24300         (rint_test_data): Likewise.
24301         (rint_tonearest_test_data): Likewise.
24302         (rint_towardzero_test_data): Likewise.
24303         (rint_downward_test_data): Likewise.
24304         (rint_upward_test_data): Likewise.
24305         (round_test_data): Likewise.
24306         (scalb_test_data): Likewise.
24307         (scalbn_test_data): Likewise.
24308         (scalbln_test_data): Likewise.
24309         (signbit_test_data): Likewise.
24310         (sin_test_data): Likewise.
24311         (sin_tonearest_test_data): Likewise.
24312         (sin_towardzero_test_data): Likewise.
24313         (sin_downward_test_data): Likewise.
24314         (sin_upward_test_data): Likewise.
24315         (sincos_test_data): Likewise.
24316         (sinh_test_data): Likewise.
24317         (sinh_tonearest_test_data): Likewise.
24318         (sinh_towardzero_test_data): Likewise.
24319         (sinh_downward_test_data): Likewise.
24320         (sinh_upward_test_data): Likewise.
24321         (sqrt_test_data): Likewise.
24322         (tan_test_data): Likewise.
24323         (tan_tonearest_test_data): Likewise.
24324         (tan_towardzero_test_data): Likewise.
24325         (tan_downward_test_data): Likewise.
24326         (tan_upward_test_data): Likewise.
24327         (tanh_test_data): Likewise.
24328         (tgamma_test_data): Likewise.
24329         (trunc_test_data): Likewise.
24330         (y0_test_data): Likewise.
24331         (y1_test_data): Likewise.
24332         (yn_test_data): Likewise.
24333         (significand_test_data): Likewise.
24334
24335         * math/gen-libm-test.pl (@functions): Remove variable.
24336         (generate_testfile): Don't handle START and END lines.
24337         * math/libm-test.inc (START): New macro.
24338         (END): Likewise.
24339         (END_COMPLEX): Likewise.
24340         (acos_test): Use END macro without arguments.
24341         (acos_test_tonearest): Likewise.
24342         (acos_test_towardzero): Likewise.
24343         (acos_test_downward): Likewise.
24344         (acos_test_upward): Likewise.
24345         (acosh_test): Likewise.
24346         (asin_test): Likewise.
24347         (asin_test_tonearest): Likewise.
24348         (asin_test_towardzero): Likewise.
24349         (asin_test_downward): Likewise.
24350         (asin_test_upward): Likewise.
24351         (asinh_test): Likewise.
24352         (atan_test): Likewise.
24353         (atanh_test): Likewise.
24354         (atan2_test): Likewise.
24355         (cabs_test): Likewise.
24356         (cacos_test): Use END_COMPLEX macro without arguments.
24357         (cacosh_test): Likewise.
24358         (carg_test): Use END macro without arguments.
24359         (casin_test): Use END_COMPLEX macro without arguments.
24360         (casinh_test): Likewise.
24361         (catan_test): Likewise.
24362         (catanh_test): Likewise.
24363         (cbrt_test): Use END macro without arguments.
24364         (ccos_test): Use END_COMPLEX macro without arguments.
24365         (ccosh_test): Likewise.
24366         (ceil_test): Use END macro without arguments.
24367         (cexp_test): Use END_COMPLEX macro without arguments.
24368         (cimag_test): Use END macro without arguments.
24369         (clog_test): Use END_COMPLEX macro without arguments.
24370         (clog10_test): Likewise.
24371         (conj_test): Likewise.
24372         (copysign_test): Use END macro without arguments.
24373         (cos_test): Likewise.
24374         (cos_test_tonearest): Likewise.
24375         (cos_test_towardzero): Likewise.
24376         (cos_test_downward): Likewise.
24377         (cos_test_upward): Likewise.
24378         (cosh_test): Likewise.
24379         (cosh_test_tonearest): Likewise.
24380         (cosh_test_towardzero): Likewise.
24381         (cosh_test_downward): Likewise.
24382         (cosh_test_upward): Likewise.
24383         (cpow_test): Use END_COMPLEX macro without arguments.
24384         (cproj_test): Likewise.
24385         (creal_test): Use END macro without arguments.
24386         (csin_test): Use END_COMPLEX macro without arguments.
24387         (csinh_test): Likewise.
24388         (csqrt_test): Likewise.
24389         (ctan_test): Likewise.
24390         (ctan_test_tonearest): Likewise.
24391         (ctan_test_towardzero): Likewise.
24392         (ctan_test_downward): Likewise.
24393         (ctan_test_upward): Likewise.
24394         (ctanh_test): Likewise.
24395         (ctanh_test_tonearest): Likewise.
24396         (ctanh_test_towardzero): Likewise.
24397         (ctanh_test_downward): Likewise.
24398         (ctanh_test_upward): Likewise.
24399         (erf_test): Use END macro without arguments.
24400         (erfc_test): Likewise.
24401         (exp_test): Likewise.
24402         (exp_test_tonearest): Likewise.
24403         (exp_test_towardzero): Likewise.
24404         (exp_test_downward): Likewise.
24405         (exp_test_upward): Likewise.
24406         (exp10_test): Likewise.
24407         (exp2_test): Likewise.
24408         (expm1_test): Likewise.
24409         (fabs_test): Likewise.
24410         (fdim_test): Likewise.
24411         (finite_test): Likewise.
24412         (floor_test): Likewise.
24413         (fma_test): Likewise.
24414         (fma_test_towardzero): Likewise.
24415         (fma_test_downward): Likewise.
24416         (fma_test_upward): Likewise.
24417         (fmax_test): Likewise.
24418         (fmin_test): Likewise.
24419         (fmod_test): Likewise.
24420         (fpclassify_test): Likewise.
24421         (frexp_test): Likewise.
24422         (gamma_test): Likewise.
24423         (hypot_test): Likewise.
24424         (ilogb_test): Likewise.
24425         (isfinite_test): Likewise.
24426         (isgreater_test): Likewise.
24427         (isgreaterequal_test): Likewise.
24428         (isinf_test): Likewise.
24429         (isless_test): Likewise.
24430         (islessequal_test): Likewise.
24431         (islessgreater_test): Likewise.
24432         (isnan_test): Likewise.
24433         (isnormal_test): Likewise.
24434         (issignaling_test): Likewise.
24435         (isunordered_test): Likewise.
24436         (j0_test): Likewise.
24437         (j1_test): Likewise.
24438         (jn_test): Likewise.
24439         (ldexp_test): Likewise.
24440         (lgamma_test): Likewise.
24441         (lrint_test): Likewise.
24442         (lrint_test_tonearest): Likewise.
24443         (lrint_test_towardzero): Likewise.
24444         (lrint_test_downward): Likewise.
24445         (lrint_test_upward): Likewise.
24446         (llrint_test): Likewise.
24447         (llrint_test_tonearest): Likewise.
24448         (llrint_test_towardzero): Likewise.
24449         (llrint_test_downward): Likewise.
24450         (llrint_test_upward): Likewise.
24451         (log_test): Likewise.
24452         (log10_test): Likewise.
24453         (log1p_test): Likewise.
24454         (log2_test): Likewise.
24455         (logb_test): Likewise.
24456         (logb_test_downward): Likewise.
24457         (lround_test): Likewise.
24458         (llround_test): Likewise.
24459         (modf_test): Likewise.
24460         (nearbyint_test): Likewise.
24461         (nextafter_test): Likewise.
24462         (nexttoward_test): Likewise.
24463         (pow_test): Likewise.
24464         (pow_test_tonearest): Likewise.
24465         (pow_test_towardzero): Likewise.
24466         (pow_test_downward): Likewise.
24467         (pow_test_upward): Likewise.
24468         (remainder_test): Likewise.
24469         (remainder_test_tonearest): Likewise.
24470         (remainder_test_towardzero): Likewise.
24471         (remainder_test_downward): Likewise.
24472         (remainder_test_upward): Likewise.
24473         (remquo_test): Likewise.
24474         (rint_test): Likewise.
24475         (rint_test_tonearest): Likewise.
24476         (rint_test_towardzero): Likewise.
24477         (rint_test_downward): Likewise.
24478         (rint_test_upward): Likewise.
24479         (round_test): Likewise.
24480         (scalb_test): Likewise.
24481         (scalbn_test): Likewise.
24482         (scalbln_test): Likewise.
24483         (signbit_test): Likewise.
24484         (sin_test): Likewise.
24485         (sin_test_tonearest): Likewise.
24486         (sin_test_towardzero): Likewise.
24487         (sin_test_downward): Likewise.
24488         (sin_test_upward): Likewise.
24489         (sincos_test): Likewise.
24490         (sinh_test): Likewise.
24491         (sinh_test_tonearest): Likewise.
24492         (sinh_test_towardzero): Likewise.
24493         (sinh_test_downward): Likewise.
24494         (sinh_test_upward): Likewise.
24495         (sqrt_test): Likewise.
24496         (tan_test): Likewise.
24497         (tan_test_tonearest): Likewise.
24498         (tan_test_towardzero): Likewise.
24499         (tan_test_downward): Likewise.
24500         (tan_test_upward): Likewise.
24501         (tanh_test): Likewise.
24502         (tgamma_test): Likewise.
24503         (trunc_test): Likewise.
24504         (y0_test): Likewise.
24505         (y1_test): Likewise.
24506         (yn_test): Likewise.
24507         (significand_test): Likewise.
24508
24509 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24510
24511         [BZ #15381]
24512         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24513
24514 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24515
24516         [BZ #14894]
24517         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24518         __ppc_mdoio and __ppc_mdoom.
24519         * manual/platform.texi: Document new functions __ppc_yield,
24520         __ppc_mdoio and __ppc_mdoom.
24521
24522 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24523
24524         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24525         (main): Mention "tls" pseudo-hwcap is legacy.
24526         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24527
24528 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24529
24530         * math/gen-libm-test.pl (parse_args): Output only string of
24531         arguments as text for test name, not full call or descriptions of
24532         tests for extra outputs.
24533         (generate_testfile): Do not pass function name to parse_args.
24534         Generate this_func variable from START.
24535         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24536         field to arg_str.
24537         (struct test_ff_f_data): Likewise.
24538         (test_ff_f_data_nexttoward): Likewise.
24539         (struct test_fi_f_data): Likewise.
24540         (struct test_fl_f_data): Likewise.
24541         (struct test_if_f_data): Likewise.
24542         (struct test_fff_f_data): Likewise.
24543         (struct test_c_f_data): Likewise.
24544         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24545         (struct test_fF_f1_data): Likewise.
24546         (struct test_ffI_f1_data): Likewise.
24547         (struct test_c_c_data): Rename test_name field to arg_str.
24548         (struct test_cc_c_data): Likewise.
24549         (struct test_f_i_data): Likewise.
24550         (struct test_ff_i_data): Likewise.
24551         (struct test_f_l_data): Likewise.
24552         (struct test_f_L_data): Likewise.
24553         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24554         and extra2_name.
24555         (COMMON_TEST_SETUP): New macro.
24556         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24557         (COMMON_TEST_CLEANUP): Likewise.
24558         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24559         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24560         macros.
24561         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24562         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24563         macros.
24564         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24565         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24566         cleanup macros.
24567         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24568         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24569         macros.
24570         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24571         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24572         macros.
24573         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24574         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24575         cleanup macros.
24576         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24577         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24578         cleanup macros.
24579         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24580         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24581         cleanup macros.
24582         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24583         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24584         macros.
24585         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24586         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24587         macros.
24588         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24589         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24590         macros.
24591         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24592         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24593         cleanup macros.
24594         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24595         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24596         cleanup macros.
24597         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24598         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24599         macros.
24600         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24601         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24602         cleanup macros.
24603         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24604         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24605         macros.
24606         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24607         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24608         macros.
24609         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24610         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24611         cleanup macros.
24612         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24613
24614 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24615
24616         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24617         to _sifields.sigfault.
24618         (si_addr_lsb): Define new macro.
24619         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24620         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24621         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24622
24623 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24624
24625         [BZ #15441]
24626         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24627         returns -1.
24628         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24629         null return -1.
24630         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24631         loading the domain.
24632
24633 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24634
24635         * math/gen-libm-test.pl (parse_args): Do not include expected
24636         result in test name.
24637         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24638         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24639         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24640         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24641         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24643
24644 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24645
24646         * benchtests/Makefile: Sort function entries.
24647
24648         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24649         tanh, asinh, acosh, atanh.
24650         * benchtests/acos-inputs: New file.
24651         * benchtests/acosh-inputs: New file.
24652         * benchtests/asin-inputs: New file.
24653         * benchtests/asinh-inputs: New file.
24654         * benchtests/atanh-inputs: New file.
24655         * benchtests/cosh-inputs: New file.
24656         * benchtests/log-inputs: New file.
24657         * benchtests/sinh-inputs: New file.
24658         * benchtests/tanh-inputs: New file.
24659
24660 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24661
24662         [BZ #15339]
24663         * posix/tst-getaddrinfo4.c: New test.
24664         * posix/Makefile (tests): Add it.
24665
24666 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24667
24668         [BZ #15339]
24669         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24670         when no services were used.
24671         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24672         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24673
24674 2013-05-21  Andreas Schwab  <schwab@suse.de>
24675
24676         [BZ #15014]
24677         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24678         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24679         successful.
24680         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24681         redundant variable declarations and reallocation of buffer when
24682         parsing as IPv6 address.  Always set NSS status when called from
24683         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24684         buffer too small.  Correct computation of needed size.
24685         * nss/Makefile (tests): Add test-digits-dots.
24686         * nss/test-digits-dots.c: New test.
24687
24688 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24689
24690         * benchtests/Makefile: Remove instructions for adding
24691         benchmark tests.
24692         * benchtests/README: New file to explain how to execute and
24693         enhance the benchmark tests.
24694
24695 2013-05-21  Andreas Schwab  <schwab@suse.de>
24696
24697         [BZ #15493]
24698         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24699         * setjmp/tst-sigsetjmp.c: New test.
24700
24701 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24702
24703         * sysdeps/x86_64/memset.S (memset): New implementation.
24704         (__bzero): Likewise.
24705         (__memset_tail): New function.
24706
24707 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24708
24709         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24710         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24711         __memcpy_sse2_unaligned ifunc selection.
24712         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24713         Add memcpy-sse2-unaligned.S.
24714         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24715         Add: __memcpy_sse2_unaligned.
24716
24717 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24718
24719         [BZ #15490]
24720         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24721         math_force_eval before restoring floating-point envrionment.
24722         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24723         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24724         Likewise.
24725         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24726         <math_private.h>.
24727         (__nearbyintl): Use math_force_eval before restoring
24728         floating-point environment.
24729         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24730
24731         * math/gen-libm-test.pl (special_functions): Remove.
24732         (parse_args): Don't handle TEST_extra.  Handle functions with no
24733         return value.
24734         * math/libm-test.inc (struct test_sincos_data): Replace with
24735         struct test_fFF_11_data.
24736         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24737         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24738         (sincos_test_data): Change element type to struct
24739         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24740         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24741         RUN_TEST_LOOP_sincos.
24742         * math/README.libm-test: Don't mention special handling of
24743         individual functions.
24744         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24745         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24746         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24747         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24748         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24750
24751         * math/gen-libm-test.pl (get_variable): Remove function.
24752         (parse_args): Don't show pointer parameters to call in test
24753         names.  Use "extra output N" in test names for extra outputs
24754         rather than naming variables.
24755
24756 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24757
24758         [BZ #15488]
24759         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24760         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24761         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24762         double tests.
24763         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24764         disable.
24765         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24766         check_long_double.
24767
24768         * math/gen-libm-test.pl (@tests): Remove variable.
24769         ($count): Likewise.
24770         (new_test): Remove function.
24771         (show_exceptions): New function.
24772         (special_functions): Use show_exceptions instead of new_test.
24773         (parse_args): Likewise.
24774         (generate_testfile): Pass only function name in generated call to
24775         print_max_error or print_complex_max_error.
24776         (get_ulps): Do not handle complex tests specially.
24777         (output_test): Rename to ...
24778         (get_all_ulps_for_test): ... this.  Return a string rather than
24779         printing to a file.  Require ulps to be present.
24780         (output_ulps): Generate arrays rather than #defines.
24781         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24782         (struct ulp_data): New type.
24783         (BUILD_COMPLEX_ULP): Remove macro.
24784         (compare_ulp_data): New function.
24785         (find_ulps): Likewise.
24786         (find_test_ulps): Likewise.
24787         (find_function_ulps): Likewise.
24788         (find_complex_function_ulps): Likewise.
24789         (print_max_error): Determine allowed ulps using
24790         find_function_ulps.
24791         (print_complex_max_error): Determine allowed ulps using
24792         find_complex_function_ulps.
24793         (check_float_internal): Determine max ulps using find_test_ulps.
24794         (check_float): Do not take max_ulp parameter.  Update call to
24795         check_float_internal.
24796         (check_complex): Likewise.
24797         (check_int): Do not take max_ulp parameter.
24798         (check_long): Likewise.
24799         (check_bool): Likewise.
24800         (check_longlong): Likewise.
24801         (struct test_f_f_data): Remove max_ulp field.
24802         (struct test_ff_f_data): Likewise.
24803         (struct test_ff_f_data_nexttoward): Likewise.
24804         (struct test_fi_f_data): Likewise.
24805         (struct test_fl_f_data): Likewise.
24806         (struct test_if_f_data): Likewise.
24807         (struct test_fff_f_data): Likewise.
24808         (struct test_c_f_data): Likewise.
24809         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24810         (struct test_fF_f1_data): Likewise.
24811         (struct test_ffI_f1_data): Likewise.
24812         (struct test_c_c_data): Remove max_ulp field.
24813         (struct test_cc_c_data): Likewise.
24814         (struct test_f_i_data): Likewise.
24815         (struct test_ff_i_data): Likewise.
24816         (struct test_f_l_data): Likewise.
24817         (struct test_f_L_data): Likewise.
24818         (struct test_sincos_data): Likewise.
24819         (RUN_TEST_f_f): Do not handle ulps.
24820         (RUN_TEST_LOOP_f_f): Likewise.
24821         (RUN_TEST_2_f): Likewise.
24822         (RUN_TEST_LOOP_2_f): Likewise.
24823         (RUN_TEST_fff_f): Likewise.
24824         (RUN_TEST_LOOP_fff_f): Likewise.
24825         (RUN_TEST_c_f): Likewise.
24826         (RUN_TEST_LOOP_c_f): Likewise.
24827         (RUN_TEST_f_f1): Likewise.
24828         (RUN_TEST_LOOP_f_f1): Likewise.
24829         (RUN_TEST_fF_f1): Likewise.
24830         (RUN_TEST_LOOP_fF_f1): Likewise.
24831         (RUN_TEST_fI_f1): Likewise.
24832         (RUN_TEST_LOOP_fI_f1): Likewise.
24833         (RUN_TEST_ffI_f1): Likewise.
24834         (RUN_TEST_LOOP_ffI_f1): Likewise.
24835         (RUN_TEST_c_c): Likewise.
24836         (RUN_TEST_LOOP_c_c): Likewise.
24837         (RUN_TEST_cc_c): Likewise.
24838         (RUN_TEST_LOOP_cc_c): Likewise.
24839         (RUN_TEST_f_i): Likewise.
24840         (RUN_TEST_LOOP_f_i): Likewise.
24841         (RUN_TEST_f_i_tg): Likewise.
24842         (RUN_TEST_LOOP_f_i_tg): Likewise.
24843         (RUN_TEST_ff_i_tg): Likewise.
24844         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24845         (RUN_TEST_f_b): Likewise.
24846         (RUN_TEST_LOOP_f_b): Likewise.
24847         (RUN_TEST_f_b_tg): Likewise.
24848         (RUN_TEST_LOOP_f_b_tg): Likewise.
24849         (RUN_TEST_f_l): Likewise.
24850         (RUN_TEST_LOOP_f_l): Likewise.
24851         (RUN_TEST_f_L): Likewise.
24852         (RUN_TEST_LOOP_f_L): Likewise.
24853         (RUN_TEST_sincos): Likewise.
24854         (RUN_TEST_LOOP_sincos): Likewise.
24855
24856 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24857
24858         [BZ #15480]
24859         [BZ #15485]
24860         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24861         main case of finite arguments, set rounding mode to FE_TONEAREST
24862         and discard exceptions.
24863         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24864         exceptions.
24865         (remainder_tonearest_test_data): New variable.
24866         (remainder_test_tonearest): New function.
24867         (remainder_towardzero_test_data): New variable.
24868         (remainder_test_towardzero): New function.
24869         (remainder_downward_test_data): New variable.
24870         (remainder_test_downward): New function.
24871         (remainder_upward_test_data): New variable.
24872         (remainder_test_upward): New function.
24873         (main): Call the new test functions.
24874
24875         * math/libm-test.inc (struct test_f_f1_data): Remove field
24876         extra_init.
24877         (struct test_fF_f1_data): Likewise.
24878         (struct test_ffI_f1_data): Likewise.
24879         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24880         based on value of EXTRA_EXPECTED.
24881         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24882         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24883         EXTRA_VAR based on value of EXTRA_EXPECTED.
24884         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24885         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24886         EXTRA_VAR based on value of EXTRA_EXPECTED.
24887         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24888         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24889         EXTRA_VAR based on value of EXTRA_EXPECTED.
24890         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24891         * math/gen-libm-test.pl (parse_args): Don't output initializers
24892         for extra output values.
24893
24894         * math/libm-test.inc (check_int): Expect result to be exactly
24895         equal to expected value and do not handle ulps.
24896         (check_long): Likewise.
24897         (check_longlong): Likewise.
24898
24899         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24900         exceptions.
24901         (cimag_test_data): Likewise.
24902         (conj_test_data): Likewise.
24903         (copysign_test_data): Likewise.
24904         (cproj_test_data): Likewise.
24905         (creal_test_data): Likewise.
24906         (fabs_test_data): Likewise.
24907         (fdim_test_data): Likewise.
24908         (finite_test_data): Likewise.
24909         (floor_test_data): Likewise.
24910         (fmax_test_data): Likewise.
24911         (fmin_test_data): Likewise.
24912         (fmod_test_data): Likewise.
24913         (fpclassify_test_data): Likewise.
24914         (frexp_test_data): Likewise.
24915         (ilogb_test_data): Likewise.
24916         (isfinite_test_data): Likewise.
24917         (isgreater_test_data): Likewise.
24918         (isgreaterequal_test_data): Likewise.
24919         (isinf_test_data): Likewise.
24920         (isless_test_data): Likewise.
24921         (islessequal_test_data): Likewise.
24922         (islessgreater_test_data): Likewise.
24923         (isnan_test_data): Likewise.
24924         (isnormal_test_data): Likewise.
24925         (issignaling_test_data): Likewise.
24926         (isunordered_test_data): Likewise.
24927         (ldexp_test_data): Likewise.
24928         (lrint_test_data): Likewise.
24929         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24930         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24931         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24932         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24933         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24934         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24935         test input.
24936         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24937         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24938         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24939         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24940         that test input.
24941         (lrint_downward_test_data): Test for "inexact" exceptions.
24942         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24943         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24944         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24945         test input.
24946         (lrint_upward_test_data): Test for "inexact" exceptions.
24947         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24948         test input.
24949         (llrint_test_data): Test for "inexact" exceptions.
24950         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24951         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24952         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24953         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24954         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24955         (llrint_downward_test_data): Test for "inexact" exceptions.
24956         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24957         (llrint_upward_test_data): Test for "inexact" exceptions.
24958         (logb_test_data): Likewise.
24959         (logb_downward_test_data): Likewise.
24960         (nextafter_test_data): Likewise.
24961         (nexttoward_test_data): Likewise.
24962         (remainder_test_data): Likewise.
24963         (remquo_test_data): Likewise.
24964         (scalbn_test_data): Likewise.
24965         (scalbln_test_data): Likewise.
24966         (signbit_test_data): Likewise.
24967         (sqrt_test_data): Likewise.
24968         (significand_test_data): Likewise.
24969
24970 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24971
24972         [BZ #15424]
24973         * benchtests/bench-modf.c (struct args): Mark arg0 as
24974         volatile.
24975         * scripts/bench.pl: Mark members of struct args as volatile.
24976
24977 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24978
24979         [BZ # 15497]
24980         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24981         negative infinity on POWER6 or lower.
24982         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24983
24984 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24985
24986         [BZ #15442]
24987         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24988         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24989         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24990         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24991         (_FP_SETQNAN): New macro.
24992         (_FP_SETQNAN_SEMIRAW): Likewise.
24993         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24994         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24995         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24996         (FP_EXTEND): Use _FP_FRAC_SNANP.
24997         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24998         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24999         into account.
25000         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25001         New macro.
25002         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25003         Likewise.
25004
25005 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25006
25007         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25008         with DIVIDE_BY_ZERO_EXCEPTION.
25009         (gamma_test_data): Likewise.
25010         (lgamma_test_data): Likewise.
25011         (log_test_data): Likewise.
25012         (log10_test_data): Likewise.
25013         (log2_test_data): Likewise.
25014         (tgamma_test_data): Likewise.
25015
25016         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25017         (acos_test_tonearest): Likewise.
25018         (acos_test_towardzero): Likewise.
25019         (acos_test_downward): Likewise.
25020         (acos_test_upward): Likewise.
25021         (acosh_test): Likewise.
25022         (asin_test): Likewise.
25023         (asin_test_tonearest): Likewise.
25024         (asin_test_towardzero): Likewise.
25025         (asin_test_downward): Likewise.
25026         (asin_test_upward): Likewise.
25027         (asinh_test): Likewise.
25028         (atan_test): Likewise.
25029         (atanh_test): Likewise.
25030         (atan2_test): Likewise.
25031         (cabs_test): Likewise.
25032         (cacos_test): Likewise.
25033         (cacosh_test): Likewise.
25034         (casin_test): Likewise.
25035         (casinh_test): Likewise.
25036         (catan_test): Likewise.
25037         (catanh_test): Likewise.
25038         (cbrt_test): Likewise.
25039         (ccos_test): Likewise.
25040         (ccosh_test): Likewise.
25041         (cexp_test): Likewise.
25042         (clog_test): Likewise.
25043         (clog10_test): Likewise.
25044         (cos_test): Likewise.
25045         (cos_test_tonearest): Likewise.
25046         (cos_test_towardzero): Likewise.
25047         (cos_test_downward): Likewise.
25048         (cos_test_upward): Likewise.
25049         (cosh_test): Likewise.
25050         (cosh_test_tonearest): Likewise.
25051         (cosh_test_towardzero): Likewise.
25052         (cosh_test_downward): Likewise.
25053         (cosh_test_upward): Likewise.
25054         (cpow_test): Likewise.
25055         (csin_test): Likewise.
25056         (csinh_test): Likewise.
25057         (csqrt_test): Likewise.
25058         (ctan_test): Likewise.
25059         (ctan_test_tonearest): Likewise.
25060         (ctan_test_towardzero): Likewise.
25061         (ctan_test_downward): Likewise.
25062         (ctan_test_upward): Likewise.
25063         (ctanh_test): Likewise.
25064         (ctanh_test_tonearest): Likewise.
25065         (ctanh_test_towardzero): Likewise.
25066         (ctanh_test_downward): Likewise.
25067         (ctanh_test_upward): Likewise.
25068         (erf_test): Likewise.
25069         (erfc_test): Likewise.
25070         (exp_test): Likewise.
25071         (exp_test_tonearest): Likewise.
25072         (exp_test_towardzero): Likewise.
25073         (exp_test_downward): Likewise.
25074         (exp_test_upward): Likewise.
25075         (exp10_test): Likewise.
25076         (exp2_test): Likewise.
25077         (expm1_test): Likewise.
25078         (fmod_test): Likewise.
25079         (gamma_test): Likewise.
25080         (hypot_test): Likewise.
25081         (j0_test): Likewise.
25082         (j1_test): Likewise.
25083         (jn_test): Likewise.
25084         (lgamma_test): Likewise.
25085         (log_test): Likewise.
25086         (log10_test): Likewise.
25087         (log1p_test): Likewise.
25088         (log2_test): Likewise.
25089         (logb_test_downward): Likewise.
25090         (pow_test): Likewise.
25091         (pow_test_tonearest): Likewise.
25092         (pow_test_towardzero): Likewise.
25093         (pow_test_downward): Likewise.
25094         (pow_test_upward): Likewise.
25095         (remainder_test): Likewise.
25096         (remquo_test): Likewise.
25097         (sin_test): Likewise.
25098         (sin_test_tonearest): Likewise.
25099         (sin_test_towardzero): Likewise.
25100         (sin_test_downward): Likewise.
25101         (sin_test_upward): Likewise.
25102         (sincos_test): Likewise.
25103         (sinh_test): Likewise.
25104         (sinh_test_tonearest): Likewise.
25105         (sinh_test_towardzero): Likewise.
25106         (sinh_test_downward): Likewise.
25107         (sinh_test_upward): Likewise.
25108         (sqrt_test): Likewise.
25109         (tan_test): Likewise.
25110         (tan_test_tonearest): Likewise.
25111         (tan_test_towardzero): Likewise.
25112         (tan_test_downward): Likewise.
25113         (tan_test_upward): Likewise.
25114         (tanh_test): Likewise.
25115         (tgamma_test): Likewise.
25116         (y0_test): Likewise.
25117         (y1_test): Likewise.
25118         (yn_test): Likewise.
25119
25120         * math/gen-libm-test.pl (adjust_arg): Remove function.
25121         (special_function): Remove argument $in_func.  Only handle
25122         generating output for tables of tests, not inside functions.
25123         (parse_args): Likewise.
25124         (generate_testfile): Remove variable $in_func.  Update call to
25125         parse_args.
25126         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25127         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25128         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25129         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25130         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25131         (MAX_VALUE_INIT): Rename macro to max_value.
25132         (MIN_VALUE_INIT): Rename macro to min_value.
25133         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25134         (plus_zero): Remove variable.
25135         (minus_zero): Likewise.
25136         (plus_infty): Likewise.
25137         (minus_infty): Likewise.
25138         (qnan_value): Likewise.
25139         (max_value): Likewise.
25140         (min_value): Likewise.
25141         (min_subnorm_value): Likewise.
25142
25143 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25144
25145         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25146         uint64_t or uint32_t usage.
25147         * crypt/sha256-block.c: Likewise.
25148         * crypt/sha256-crypt.c: Likewise.
25149         * crypt/sha256.c: Likewise.
25150         * crypt/sha512-block.c: Likewise.
25151         * crypt/sha512-crypt.c: Likewise.
25152         * crypt/sha512.c: Likewise.
25153         * debug/backtrace-tst.c: Likewise.
25154         * debug/pcprofiledump.c: Likewise.
25155         * elf/cache.c: Likewise.
25156         * elf/dl-cache.c: Likewise.
25157         * elf/dl-misc.c: Likewise.
25158         * elf/dl-profile.c: Likewise.
25159         * elf/dl-support.c: Likewise.
25160         * elf/ldconfig.c: Likewise.
25161         * elf/sprof.c: Likewise.
25162         * iconv/dummy-repertoire.c: Likewise.
25163         * iconv/iconv_charmap.c: Likewise.
25164         * iconv/skeleton.c: Likewise.
25165         * iconvdata/8bit-generic.c: Likewise.
25166         * iconvdata/cp737.h: Likewise.
25167         * iconvdata/cp775.h: Likewise.
25168         * iconvdata/ibm1008.h: Likewise.
25169         * iconvdata/ibm1025.h: Likewise.
25170         * iconvdata/ibm1046.h: Likewise.
25171         * iconvdata/ibm1097.h: Likewise.
25172         * iconvdata/ibm1112.h: Likewise.
25173         * iconvdata/ibm1122.h: Likewise.
25174         * iconvdata/ibm1123.h: Likewise.
25175         * iconvdata/ibm1124.h: Likewise.
25176         * iconvdata/ibm1129.h: Likewise.
25177         * iconvdata/ibm1130.h: Likewise.
25178         * iconvdata/ibm1132.h: Likewise.
25179         * iconvdata/ibm1133.h: Likewise.
25180         * iconvdata/ibm1137.h: Likewise.
25181         * iconvdata/ibm1140.h: Likewise.
25182         * iconvdata/ibm1141.h: Likewise.
25183         * iconvdata/ibm1142.h: Likewise.
25184         * iconvdata/ibm1143.h: Likewise.
25185         * iconvdata/ibm1144.h: Likewise.
25186         * iconvdata/ibm1145.h: Likewise.
25187         * iconvdata/ibm1146.h: Likewise.
25188         * iconvdata/ibm1147.h: Likewise.
25189         * iconvdata/ibm1148.h: Likewise.
25190         * iconvdata/ibm1149.h: Likewise.
25191         * iconvdata/ibm1153.h: Likewise.
25192         * iconvdata/ibm1154.h: Likewise.
25193         * iconvdata/ibm1155.h: Likewise.
25194         * iconvdata/ibm1156.h: Likewise.
25195         * iconvdata/ibm1157.h: Likewise.
25196         * iconvdata/ibm1158.h: Likewise.
25197         * iconvdata/ibm1160.h: Likewise.
25198         * iconvdata/ibm1161.h: Likewise.
25199         * iconvdata/ibm1162.h: Likewise.
25200         * iconvdata/ibm1163.h: Likewise.
25201         * iconvdata/ibm1164.h: Likewise.
25202         * iconvdata/ibm1166.h: Likewise.
25203         * iconvdata/ibm1167.h: Likewise.
25204         * iconvdata/ibm12712.h: Likewise.
25205         * iconvdata/ibm1390.h: Likewise.
25206         * iconvdata/ibm1399.h: Likewise.
25207         * iconvdata/ibm16804.h: Likewise.
25208         * iconvdata/ibm4517.h: Likewise.
25209         * iconvdata/ibm4899.h: Likewise.
25210         * iconvdata/ibm4909.h: Likewise.
25211         * iconvdata/ibm4971.h: Likewise.
25212         * iconvdata/ibm5347.h: Likewise.
25213         * iconvdata/ibm803.h: Likewise.
25214         * iconvdata/ibm856.h: Likewise.
25215         * iconvdata/ibm901.h: Likewise.
25216         * iconvdata/ibm902.h: Likewise.
25217         * iconvdata/ibm9030.h: Likewise.
25218         * iconvdata/ibm9066.h: Likewise.
25219         * iconvdata/ibm921.h: Likewise.
25220         * iconvdata/ibm922.h: Likewise.
25221         * iconvdata/ibm9448.h: Likewise.
25222         * iconvdata/isiri-3342.h: Likewise.
25223         * iconvdata/jis0201.h: Likewise.
25224         * include/link.h: Likewise.
25225         * include/netdb.h: Likewise.
25226         * inet/check_native.c: Likewise.
25227         * inet/check_pf.c: Likewise.
25228         * inet/getipv4sourcefilter.c: Likewise.
25229         * inet/getnameinfo.c: Likewise.
25230         * inet/getsourcefilter.c: Likewise.
25231         * inet/htonl.c: Likewise.
25232         * inet/setipv4sourcefilter.c: Likewise.
25233         * inet/setsourcefilter.c: Likewise.
25234         * inet/test-inet6_opt.c: Likewise.
25235         * inet/tst-network.c: Likewise.
25236         * locale/C-collate.c: Likewise.
25237         * locale/C-ctype.c: Likewise.
25238         * locale/C-time.c: Likewise.
25239         * locale/C-translit.h: Likewise.
25240         * locale/loadarchive.c: Likewise.
25241         * locale/programs/3level.h: Likewise.
25242         * locale/programs/charmap.c: Likewise.
25243         * locale/programs/charmap.h: Likewise.
25244         * locale/programs/ld-address.c: Likewise.
25245         * locale/programs/ld-collate.c: Likewise.
25246         * locale/programs/ld-ctype.c: Likewise.
25247         * locale/programs/ld-identification.c: Likewise.
25248         * locale/programs/ld-measurement.c: Likewise.
25249         * locale/programs/ld-messages.c: Likewise.
25250         * locale/programs/ld-monetary.c: Likewise.
25251         * locale/programs/ld-name.c: Likewise.
25252         * locale/programs/ld-numeric.c: Likewise.
25253         * locale/programs/ld-paper.c: Likewise.
25254         * locale/programs/ld-telephone.c: Likewise.
25255         * locale/programs/ld-time.c: Likewise.
25256         * locale/programs/linereader.c: Likewise.
25257         * locale/programs/locale.c: Likewise.
25258         * locale/programs/locarchive.c: Likewise.
25259         * locale/programs/locfile.h: Likewise.
25260         * locale/programs/repertoire.c: Likewise.
25261         * locale/programs/simple-hash.c: Likewise.
25262         * locale/programs/simple-hash.h: Likewise.
25263         * malloc/memusage.c: Likewise.
25264         * malloc/memusagestat.c: Likewise.
25265         * nis/nis_defaults.c: Likewise.
25266         * nis/nis_hash.c: Likewise.
25267         * nis/nis_print.c: Likewise.
25268         * nis/nis_xdr.c: Likewise.
25269         * nscd/connections.c: Likewise.
25270         * nscd/hstcache.c: Likewise.
25271         * nscd/nscd_gethst_r.c: Likewise.
25272         * nscd/nscd_getserv_r.c: Likewise.
25273         * nscd/nscd_helper.c: Likewise.
25274         * nscd/servicescache.c: Likewise.
25275         * nss/makedb.c: Likewise.
25276         * nss/nss_db/db-XXX.c: Likewise.
25277         * nss/nss_db/db-initgroups.c: Likewise.
25278         * nss/nss_db/db-netgrp.c: Likewise.
25279         * nss/nss_files/files-network.c: Likewise.
25280         * nss/nss_files/files-parse.c: Likewise.
25281         * posix/bug-regex5.c: Likewise.
25282         * posix/fnmatch_loop.c: Likewise.
25283         * posix/regcomp.c: Likewise.
25284         * posix/regexec.c: Likewise.
25285         * posix/tst-rfc3484-2.c: Likewise.
25286         * posix/tst-rfc3484-3.c: Likewise.
25287         * posix/tst-rfc3484.c: Likewise.
25288         * resolv/nss_dns/dns-canon.c: Likewise.
25289         * resolv/nss_dns/dns-network.c: Likewise.
25290         * resolv/res_init.c: Likewise.
25291         * resolv/res_mkquery.c: Likewise.
25292         * resolv/tst-aton.c: Likewise.
25293         * stdlib/cxa_atexit.c: Likewise.
25294         * stdlib/cxa_finalize.c: Likewise.
25295         * stdlib/gen-fpioconst.c: Likewise.
25296         * stdlib/strtol_l.c: Likewise.
25297         * string/tst-endian.c: Likewise.
25298         * sunrpc/auth_des.c: Likewise.
25299         * sunrpc/clnt_udp.c: Likewise.
25300         * sunrpc/rtime.c: Likewise.
25301         * sunrpc/svcauth_des.c: Likewise.
25302         * sunrpc/xdr.c: Likewise.
25303         * sunrpc/xdr_intXX_t.c: Likewise.
25304         * sunrpc/xdr_rec.c: Likewise.
25305         * sysdeps/generic/ldconfig.h: Likewise.
25306         * sysdeps/generic/ldsodefs.h: Likewise.
25307         * sysdeps/generic/memusage.h: Likewise.
25308         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25309         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25310         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25311         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25312         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25313         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25314         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25315         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25316         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25317         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25318         * sysdeps/posix/getaddrinfo.c: Likewise.
25319         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25320         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25321         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25322         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25323         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25324         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25325         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25326         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25327         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25328         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25329         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25330         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25331         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25332         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25333         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25334         * sysdeps/x86_64/dl-tls.h: Likewise.
25335         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25336         * time/alt_digit.c: Likewise.
25337         * time/era.c: Likewise.
25338         * wcsmbs/tst-c16c32-1.c: Likewise.
25339
25340 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25341
25342         * math/libm-test.inc (struct test_sincos_data): New type.
25343         (RUN_TEST_LOOP_sincos): New macro.
25344         (sincos_test_data): New variable.
25345         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25346
25347 2013-05-16  Richard Henderson  <rth@redhat.com>
25348
25349         * math/atest-exp2.c (LIMB64): New macro.
25350         (CONSTSZ): New macro.
25351         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25352         (hexdig): Move ...
25353         (print_mpn_fp): ... to function scope.
25354         (read_mpn_hex): Remove.
25355         (get_log2): Remove.
25356         (exp2_mpn): Use mp_log2.
25357         (main): Use mp_exp1.
25358
25359 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25360
25361         * math/libm-test.inc: Remove comment about not testing "inexact"
25362         exceptions.
25363         (INEXACT_EXCEPTION): New macro.
25364         (NO_INEXACT_EXCEPTION): Likewise.
25365         (INVALID_EXCEPTION_OK): Update value.
25366         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25367         (OVERFLOW_EXCEPTION_OK): Likewise.
25368         (UNDERFLOW_EXCEPTION_OK): Likewise.
25369         (IGNORE_ZERO_INF_SIGN): Likewise.
25370         (ERRNO_UNCHANGED): Likewise.
25371         (ERRNO_EDOM): Likewise.
25372         (ERRNO_ERANGE): Likewise.
25373         (test_exceptions): Handle testing "inexact" exceptions.
25374         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25375         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25376         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25377         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25378         INEXACT_EXCEPTION.
25379         (rint_towardzero_test_data): Likewise.
25380         (rint_downward_test_data): Likewise.
25381         (rint_upward_test_data): Likewise.
25382
25383         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25384         with OVERFLOW_EXCEPTION.
25385         (exp10_test_data): Likewise.
25386         (exp2_test_data): Likewise.
25387         (expm1_test_data): Likewise.
25388         (lgamma_test_data): Likewise.
25389         (pow_test_data): Likewise.
25390         (tgamma_test_data): Likewise.
25391         (yn_test_data): Remove duplicate test of overflow.
25392
25393         * math/libm-test.inc (struct test_cc_c_data): New type.
25394         (RUN_TEST_LOOP_cc_c): New macro.
25395         (cpow_test_data): New variable.
25396         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25397
25398         * math/libm-test.inc (struct test_f_L_data): New type.
25399         (RUN_TEST_LOOP_f_L): New macro.
25400         (llrint_test_data): New variable.
25401         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25402         (llrint_tonearest_test_data): New variable.
25403         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25404         (llrint_towardzero_test_data): New variable.
25405         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25406         (llrint_downward_test_data): New variable.
25407         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25408         (llrint_upward_test_data): New variable.
25409         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25410         (llround_test_data): New variable.
25411         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25412
25413 2013-05-13  Peter Collingbourne  <pcc@google.com>
25414
25415         * math/atest-exp2.c (get_log2): Remove const attribute.
25416
25417 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25418
25419         * math/libm-test.inc (struct test_f_l_data): New type.
25420         (RUN_TEST_LOOP_f_l): New macro.
25421         (lrint_test_data): New variable.
25422         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25423         (lrint_tonearest_test_data): New variable.
25424         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25425         (lrint_towardzero_test_data): New variable.
25426         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25427         (lrint_downward_test_data): New variable.
25428         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25429         (lrint_upward_test_data): New variable.
25430         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25431         (lround_test_data): New variable.
25432         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25433
25434 2013-05-15  Peter Collingbourne  <pcc@google.com>
25435
25436         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25437         (EXTRACT_WORDS64) Use where appropriate.
25438         (INSERT_WORDS64) Likewise.
25439
25440         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25441         constraints with x constraints.
25442         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25443
25444         * malloc/obstack.c (_obstack_compat): Add initializer.
25445
25446 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25447
25448         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25449         si_trapno and add si_addr_lsb to _sifields.sigfault.
25450         (si_trapno): Remove macro.
25451         (si_addr_lsb): Define new macro.
25452         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25453
25454 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25455
25456         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25457         instead of TEST_f_l.
25458         (llrint_test_tonearest): Likewise.
25459         (llrint_test_towardzero): Likewise.
25460         (llrint_test_downward): Likewise.
25461         (llrint_test_upward): Likewise.
25462         (llround_test): Likewise.
25463
25464         * math/libm-test.inc (struct test_f_i_data): Add comment.
25465         (RUN_TEST_LOOP_f_b): New macro.
25466         (RUN_TEST_LOOP_f_b_tg): Likewise.
25467         (finite_test_data): New variable.
25468         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25469         (isfinite_test_data): New variable.
25470         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25471         (isinf_test_data): New variable.
25472         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25473         (isnan_test_data): New variable.
25474         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25475         (isnormal_test_data): New variable.
25476         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25477         (issignaling_test_data): New variable.
25478         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25479         (signbit_test_data): New variable.
25480         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25481
25482         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25483         with INVALID_EXCEPTION.
25484         (acosh_test_data): Likewise.
25485         (asin_test_data): Likewise.
25486         (atanh_test_data): Likewise.
25487         (fmod_test_data): Likewise.
25488         (log_test_data): Likewise.
25489         (log10_test_data): Likewise.
25490         (log2_test_data): Likewise.
25491         (pow_test_data): Likewise.
25492         (sqrt_test_data): Likewise.
25493         (y0_test_data): Likewise.
25494         (y1_test_data): Likewise.
25495         (yn_test_data): Likewise.
25496
25497         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25498         function contents.
25499
25500         * math/libm-test.inc (struct test_ff_i_data): New type.
25501         (RUN_TEST_LOOP_ff_i_tg): New macro.
25502         (isgreater_test_data): New variable.
25503         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25504         (isgreaterequal_test_data): New variable.
25505         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25506         (isless_test_data): New variable.
25507         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25508         (islessequal_test_data): New variable.
25509         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25510         (islessgreater_test_data): New variable.
25511         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25512         (isunordered_test_data): New variable.
25513         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25514
25515 2013-05-14  David S. Miller  <davem@davemloft.net>
25516
25517         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25518
25519 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25520
25521         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25522
25523         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25524         extra_test to int.
25525         (struct test_f_i_data): Change type of max_ulp to int.
25526
25527         * math/libm-test.inc (test_ffI_f1_data): New type.
25528         (RUN_TEST_LOOP_ffI_f1): New macro.
25529         (remquo_test_data): New variable.
25530         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25531
25532         * setjmp/tst-setjmp-fp.c: New file.
25533         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25534         (link-libm): New variable.
25535         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25536
25537         * math/libm-test.inc (struct test_f_i_data): New type.
25538         (RUN_TEST_LOOP_f_i): New macro.
25539         (RUN_TEST_LOOP_f_i_tg): Likewise.
25540         (fpclassify_test_data): New variable.
25541         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25542         (ilogb_test_data): New variable.
25543         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25544
25545         * math/libm-test.inc (scalbln_test): Correct function name in END
25546         call.
25547
25548         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25549         (RUN_TEST_LOOP_fI_f1): New macro.
25550         (frexp_test_data): New variable.
25551         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25552
25553         * math/libm-test.inc (struct test_fF_f1_data): New type.
25554         (RUN_TEST_LOOP_fF_f1): New macro.
25555         (modf_test_data): New variable.
25556         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25557
25558         * math/libm-test.inc (struct test_f_f1_data): New type.
25559         (RUN_TEST_LOOP_f_f1): New macro.
25560         (gamma_test_data): New variable.
25561         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25562         (lgamma_test_data): New variable.
25563         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25564
25565 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25566
25567         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25568         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25569         (main): Comment "tls" pseudo-hwcap.
25570
25571 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25572
25573         * math/libm-test.inc (struct test_fl_f_data): New type.
25574         (RUN_TEST_LOOP_fl_f): New variable.
25575         (scalbln_test_data): New variable.
25576         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25577
25578         * math/libm-test.inc (struct test_fi_f_data): New type.
25579         (RUN_TEST_LOOP_fi_f): New macro.
25580         (ldexp_test_data): New variable.
25581         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25582         (scalbn_test_data): New variable.
25583         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25584
25585         * math/libm-test.inc (struct test_c_f_data): New type.
25586         (RUN_TEST_LOOP_c_f): New macro.
25587         (cabs_test_data): New variable.
25588         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25589         (carg_test_data): New variable.
25590         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25591         (cimag_test_data): New variable.
25592         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25593         (creal_test_data): New variable.
25594         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25595
25596         * math/libm-test.inc (struct test_if_f_data): New type.
25597         (RUN_TEST_LOOP_if_f): New macro.
25598         (jn_test_data): New variable.
25599         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25600         (yn_test_data): New variable.
25601         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25602
25603         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25604
25605 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25606
25607         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25608         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25609
25610 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25611
25612         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25613         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25614         (bench-deps): Add bench-timing.h.
25615         * benchtests-bench-skeleton.c: Include bench-timing.h.
25616         (main): Use TIMING_* macros instead of clock_gettime.
25617         * benchtests/bench-timing.h: New file.
25618
25619         [BZ #14582]
25620         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25621         Renamed from _LIB_VERSION.
25622         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25623
25624 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25625
25626         * math/libm-test.inc (struct test_fff_f_data): New type.
25627         (RUN_TEST_LOOP_fff_f): New macro.
25628         (fma_test_data): New variable.
25629         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25630         (fma_towardzero_test_data): New variable.
25631         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25632         (fma_downward_test_data): New variable.
25633         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25634         (fma_upward_test_data): New variable.
25635         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25636
25637         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25638         (struct test_c_c_data): New type.
25639         (RUN_TEST_LOOP_c_c): New macro.
25640         (cacos_test_data): New variable.
25641         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25642         (cacosh_test_data): New variable.
25643         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25644         (casin_test_data): New variable.
25645         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25646         (casinh_test_data): New variable.
25647         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25648         (catan_test_data): New variable.
25649         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25650         (catanh_test_data): New variable.
25651         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25652         (ccos_test_data): New variable.
25653         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25654         (ccosh_test_data): New variable.
25655         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25656         (cexp_test_data): New variable.
25657         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25658         (clog_test_data): New variable.
25659         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25660         (clog10_test_data): New variable.
25661         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25662         (conj_test_data): New variable.
25663         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25664         (cproj_test_data): New variable.
25665         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25666         (csin_test_data): New variable.
25667         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25668         (csinh_test_data): New variable.
25669         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25670         (csqrt_test_data): New variable.
25671         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25672         (ctan_test_data): New variable.
25673         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25674         (ctan_tonearest_test_data): New variable.
25675         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25676         (ctan_towardzero_test_data): New variable.
25677         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25678         (ctan_downward_test_data): New variable.
25679         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25680         (ctan_upward_test_data): New variable.
25681         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25682         (ctanh_test_data): New variable.
25683         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25684         (ctanh_tonearest_test_data): New variable.
25685         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25686         (ctanh_towardzero_test_data): New variable.
25687         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25688         (ctanh_downward_test_data): New variable.
25689         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25690         (ctanh_upward_test_data): New variable.
25691         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25692         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25693         of BUILD_COMPLEX.
25694
25695         * math/libm-test.inc (struct test_ff_f_data): New type.
25696         (struct test_ff_f_data_nexttoward): Likewise.
25697         (RUN_TEST_LOOP_2_f): New macro.
25698         (RUN_TEST_LOOP_ff_f): Likewise.
25699         (atan2_test_data): New variable.
25700         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25701         (copysign_test_data): New variable.
25702         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25703         (fdim_test_data): New variable.
25704         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25705         (fmax_test_data): New variable.
25706         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25707         (fmin_test_data): New variable.
25708         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25709         (fmod_test_data): New variable.
25710         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25711         (hypot_test_data): New variable.
25712         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25713         (nextafter_test_data): New variable.
25714         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25715         (nexttoward_test_data): New variable.
25716         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25717         (pow_test_data): New variable.
25718         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25719         (pow_tonearest_test_data): New variable.
25720         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25721         (pow_towardzero_test_data): New variable.
25722         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25723         (pow_downward_test_data): New variable.
25724         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25725         (pow_upward_test_data): New variable.
25726         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25727         (remainder_test_data): New variable.
25728         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25729         (scalb_test_data): New variable.
25730         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25731         * sysdeps/i386/fpu/libm-test-ulps: Update.
25732
25733 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25734
25735         * math/libm-test.inc (fma_test): Use max_value instead of local
25736         variable fltmax.
25737         (nextafter_test): Likewise.
25738
25739         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25740         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25741         (acos_downward_test_data): New variable.
25742         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25743         (acos_upward_test_data): New variable.
25744         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25745         (acosh_test_data): New variable.
25746         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25747         (asin_test_data): New variable.
25748         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25749         (asin_tonearest_test_data): New variable.
25750         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25751         (asin_towardzero_test_data): New variable.
25752         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25753         (asin_downward_test_data): New variable.
25754         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25755         (asin_upward_test_data): New variable.
25756         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25757         (asinh_test_data): New variable.
25758         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25759         (atan_test_data): New variable.
25760         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25761         (atanh_test_data): New variable.
25762         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25763         (cbrt_test_data): New variable.
25764         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25765         (ceil_test_data): New variable.
25766         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25767         (cos_test_data): New variable.
25768         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25769         (cos_tonearest_test_data): New variable.
25770         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25771         (cos_towardzero_test_data): New variable.
25772         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25773         (cos_downward_test_data): New variable.
25774         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25775         (cos_upward_test_data): New variable.
25776         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25777         (cosh_test_data): New variable.
25778         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25779         (cosh_tonearest_test_data): New variable.
25780         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25781         (cosh_towardzero_test_data): New variable.
25782         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25783         (cosh_downward_test_data): New variable.
25784         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25785         (cosh_upward_test_data): New variable.
25786         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25787         (erf_test_data): New variable.
25788         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25789         (erfc_test_data): New variable.
25790         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25791         (exp_test_data): New variable.
25792         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25793         (exp_tonearest_test_data): New variable.
25794         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25795         (exp_towardzero_test_data): New variable.
25796         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25797         (exp_downward_test_data): New variable.
25798         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25799         (exp_upward_test_data): New variable.
25800         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25801         (exp10_test_data): New variable.
25802         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25803         (exp2_test_data): New variable.
25804         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25805         (expm1_test_data): New variable.
25806         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25807         (fabs_test_data): New variable.
25808         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25809         (floor_test_data): New variable.
25810         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25811         (j0_test_data): New variable.
25812         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25813         (j1_test_data): New variable.
25814         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25815         (log_test_data): New variable.
25816         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25817         (log10_test_data): New variable.
25818         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25819         (log1p_test_data): New variable.
25820         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25821         (log2_test_data): New variable.
25822         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25823         (logb_test_data): New variable.
25824         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25825         (logb_downward_test_data): New variable.
25826         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25827         (nearbyint_test_data): New variable.
25828         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25829         (rint_test_data): New variable.
25830         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25831         (rint_tonearest_test_data): New variable.
25832         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25833         (rint_towardzero_test_data): New variable.
25834         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25835         (rint_downward_test_data): New variable.
25836         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25837         (rint_upward_test_data): New variable.
25838         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25839         (round_test_data): New variable.
25840         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25841         (sin_test_data): New variable.
25842         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25843         (sin_tonearest_test_data): New variable.
25844         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25845         (sin_towardzero_test_data): New variable.
25846         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25847         (sin_downward_test_data): New variable.
25848         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25849         (sin_upward_test_data): New variable.
25850         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25851         (sinh_test_data): New variable.
25852         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25853         (sinh_tonearest_test_data): New variable.
25854         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25855         (sinh_towardzero_test_data): New variable.
25856         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25857         (sinh_downward_test_data): New variable.
25858         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25859         (sinh_upward_test_data): New variable.
25860         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25861         (sqrt_test_data): New variable.
25862         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25863         (tan_test_data): New variable.
25864         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25865         (tan_tonearest_test_data): New variable.
25866         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25867         (tan_towardzero_test_data): New variable.
25868         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25869         (tan_downward_test_data): New variable.
25870         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25871         (tan_upward_test_data): New variable.
25872         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25873         (tanh_test_data): New variable.
25874         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25875         (tgamma_test_data): New variable.
25876         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25877         (trunc_test_data): New variable.
25878         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25879         (y0_test_data): New variable.
25880         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25881         (y1_test_data): New variable.
25882         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25883         (significand_test_data): New variable.
25884         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25885
25886 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25887
25888         [BZ #12387]
25889         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25890
25891 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25892
25893         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25894
25895 2013-05-10  Andreas Jaeger  <aj@suse.de>
25896
25897         [BZ #15448]
25898         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25899         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25900
25901 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25902
25903         * math/gen-libm-test.pl (adjust_arg): New function.
25904         (special_functions): Handle generating output in both functions
25905         and arrays.
25906         (parse_args): Likewise.
25907         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25908         $in_func argument to parse_args.
25909         * math/libm-test.inc (struct test_f_f_data): New type.
25910         (IF_ROUND_INIT_): New macro.
25911         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25912         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25913         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25914         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25915         (ROUND_RESTORE_): Likewise.
25916         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25917         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25918         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25919         (ROUND_RESTORE_FE_UPWARD): Likewise.
25920         (RUN_TEST_LOOP_f_f): New macro.
25921         (acos_test_data): New variable.
25922         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25923         (acos_tonearest_test_data): New variable.
25924         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25925
25926 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25927
25928         * benchtests/bench-skeleton.c (startup): Fix coding style.
25929
25930 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25931
25932         [BZ #6809]
25933         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25934         negative infinity argument.
25935         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25936         negative infinity argument.
25937         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25938         negative infinity argument.
25939         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25940         domain errors.
25941
25942 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25943
25944         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25945         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25946         * iconv/iconv_prog.c (main): Likewise.
25947         * locale/programs/charmap-dir.c (charmap_readdir)
25948         (fopen_uncompressed): Likewise.
25949         * locale/programs/locfile.c (siblings_uncached)
25950         (write_locale_data): Use lstat64 instead of lstat.
25951         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25952         stat.
25953
25954 2013-05-10  Andreas Jaeger  <aj@suse.de>
25955
25956         [BZ #15395]
25957         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25958         localization.
25959         Include <locale.h>.
25960
25961 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25962
25963         * elf/dl-close.c (_dl_close_worker): Add comments.
25964
25965 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25966
25967         [BZ #15359]
25968         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25969         high part of pi/2.
25970         (__ieee754_rem_pio2l): Update comments.
25971
25972         [BZ #15429]
25973         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25974         high part of pi/2.
25975         (__ieee754_rem_pio2l): Update comments.
25976
25977         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25978         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25979
25980         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25981         M_PI_4l.
25982
25983         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25984         (M_PI_34_LOG10El): Likewise.
25985         (M_PI2_LOG10El): Likewise.
25986         (M_PI4_LOG10El): Likewise.
25987         (M_PI_LOG10El): Likewise.
25988
25989 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25990
25991         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25992
25993 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25994
25995         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25996         (MINUS_ZERO_INIT): Likewise.
25997         (PLUS_INFTY_INIT): Likewise.
25998         (MINUS_INFTY_INIT): Likewise.
25999         (QNAN_VALUE_INIT): Likewise.
26000         (MAX_VALUE_INIT): Likewise.
26001         (MIN_VALUE_INIT): Likewise.
26002         (MIN_SUBNORM_VALUE_INIT): Likewise.
26003         (plus_zero): Initialize with PLUS_ZERO_INIT.
26004         (minus_zero): Initialize with MINUS_ZERO_INIT.
26005         (plus_infty): Initialize with PLUS_INFTY_INIT.
26006         (minus_infty): Initialize with MINUS_INFTY_INIT.
26007         (qnan_value): Initialize with QNAN_VALUE_INIT.
26008         (max_value): Initialize with MAX_VALUE_INIT.
26009         (min_value): Initialize with MIN_VALUE_INIT.
26010         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26011
26012         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26013         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26014         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26015         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26016
26017         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26018         (RUN_TEST_2_f): Likewise.
26019         (RUN_TEST_ff_f): Likewise.
26020         (RUN_TEST_fi_f): Likewise.
26021         (RUN_TEST_fl_f): Likewise.
26022         (RUN_TEST_fff_f): Likewise.
26023         (RUN_TEST_c_f): Likewise.
26024         (RUN_TEST_f_f1): Likewise.
26025         (RUN_TEST_fF_f1): Likewise.
26026         (RUN_TEST_fI_f1): Likewise.
26027         (RUN_TEST_ffI_f1): Likewise.
26028         (RUN_TEST_c_c): Likewise.
26029         (RUN_TEST_cc_c): Likewise.
26030         (RUN_TEST_f_i): Likewise.
26031         (RUN_TEST_f_i_tg): Likewise.
26032         (RUN_TEST_ff_i_tg): Likewise.
26033         (RUN_TEST_f_b): Likewise.
26034         (RUN_TEST_f_b_tg): Likewise.
26035         (RUN_TEST_f_l): Likewise.
26036         (RUN_TEST_f_L): Likewise.
26037         (RUN_TEST_sincos): Likewise.
26038         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26039         whether to show exceptions.  Do not include ");\n" in return
26040         value.
26041         (special_functions): Output call to RUN_TEST_sincos instead of
26042         check_float calls.  Update calls to new_test.
26043         (parse_args): Output call to single RUN_TEST_* macro instead of
26044         check_* calls and other assignments.  Update calls to new_test.
26045
26046         [BZ #2546]
26047         [BZ #2560]
26048         [BZ #5159]
26049         [BZ #15426]
26050         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26051         input to result for tgamma overflow.
26052         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26053         (gamma_coeff): New variable.
26054         (NCOEFF): New macro.
26055         (gamma_positive): New function.
26056         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26057         underflow here.  Use gamma_positive instead of exp (lgamma) for
26058         other arguments.
26059         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26060         (gamma_coeff): New variable.
26061         (NCOEFF): New macro.
26062         (gammaf_positive): New function.
26063         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26064         underflow here.  Use gamma_positive instead of exp (lgamma) for
26065         other arguments.
26066         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26067         (gamma_coeff): New variable.
26068         (NCOEFF): New macro.
26069         (gammal_positive): New function.
26070         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26071         underflow here.  Use gamma_positive instead of exp (lgamma) for
26072         other arguments.
26073         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26074         (gamma_coeff): New variable.
26075         (NCOEFF): New macro.
26076         (gammal_positive): New function.
26077         (__ieee754_gammal_r): Handle positive infinity, overflow and
26078         underflow here.  Handle NaN the same as positive infinity.  Remove
26079         check x < 0xffffffff for negative integers.  Use gamma_positive
26080         instead of exp (lgamma) for other arguments.
26081         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26082         (gamma_coeff): New variable.
26083         (NCOEFF): New macro.
26084         (gammal_positive): New function.
26085         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26086         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26087         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26088         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26089         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26090         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26091         * sysdeps/generic/math_private.h (__gamma_productf): New
26092         prototype.
26093         (__gamma_product): Likewise.
26094         (__gamma_productl): Likewise.
26095         * math/Makefile (libm-calls): Add gamma_product.
26096         * math/libm-test.inc (tgamma_test): Add more tests.
26097         * sysdeps/i386/fpu/libm-test-ulps: Update.
26098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26099
26100 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26101
26102         * benchtests/bench-skeleton.c (main): Preheat CPU.
26103
26104 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26105
26106         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26107
26108 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26109
26110         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26111         and _dl_skip_args_internal.
26112
26113 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26114
26115         * manual/message.texi (Message Translation): Talk about users.
26116         Message to key mapping impacts design.
26117
26118 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26119
26120         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26121
26122         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26123
26124         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26125         * sysdeps/wordsize-64/glob64.c: ... here.
26126
26127         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26128         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26129         New macros.
26130
26131         * debug/getlogin_r_chk.c: Moved to ...
26132         * login/getlogin_r_chk.c: ... here.
26133         * debug/Makefile (routines): Move getlogin_r_chk to ...
26134         * login/Makefile (routines): ... here.
26135         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26136         * login/Versions (libc: GLIBC_2.4): ... here.
26137
26138         * io/poll.c (__poll): Renamed from poll.
26139         Add libc_hidden_def.
26140         (poll): Define as weak alias.
26141
26142         * debug/ptsname_r_chk.c: Moved to ...
26143         * login/ptsname_r_chk.c: ... here.
26144         * debug/Makefile (routines): Move ptsname_r_chk to ...
26145         * login/Makefile (routines): ... here.
26146         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26147         * login/Versions (libc: GLIBC_2.4): ... here.
26148
26149         * posix/getlogin.c: Moved to ...
26150         * login/getlogin.c: ... here.
26151         * posix/getlogin_r.c: Moved to ...
26152         * login/getlogin_r.c: ... here.
26153         * posix/getlogin_r.c: Moved to ...
26154         * login/getlogin_r.c: ... here.
26155         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26156         * login/Makefile (routines): ... here.
26157         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26158         * login/Versions (libc: GLIBC_2.0): ... here.
26159
26160         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26161         (setrlimit): Define as weak alias.
26162
26163         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26164         Call __ names for open, ftruncate, and close.
26165         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26166         (truncate): Define as weak alias.
26167
26168 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26169
26170         * math/gen-libm-test.pl (parse_args): Initialize x before each
26171         test of frexp, modf and remquo.
26172
26173         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26174         test signgam value.
26175
26176 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26177
26178         [BZ #15418]
26179         [BZ #15419]
26180         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26181         internal tests.
26182         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26183
26184 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26185
26186         * elf/dl-writev.h: New file.
26187         * elf/dl-misc.c: Include it.
26188         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26189         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26190
26191 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26192
26193         * math/libm-test.inc (noXFails): Remove variable.
26194         (noXPasses): Likewise.
26195         (BUILD_COMPLEX_INT): Remove macro.
26196         (print_screen): Remove xfail argument.
26197         (print_screen_max_error): Likewise.
26198         (update_stats): Likewise.
26199         (print_max_error): Likewise.  Update calls to other affected
26200         functions.
26201         (print_complex_max_error): Likewise.
26202         (test_single_exception): Update calls to print_screen.
26203         (test_single_errno): Likewise.
26204         (check_float_internal): Remove xfail argument.  Update calls to
26205         other affected functions.
26206         (check_float): Likewise.
26207         (check_complex): Likewise.
26208         (check_int): Likewise.
26209         (check_long): Likewise.
26210         (check_bool): Likewise.
26211         (check_longlong): Likewise.
26212         (main): Don't print noXFails and noXPasses.
26213         * math/gen-libm-test.pl (top level): Don't mention expected
26214         failure handling in comment.
26215         (new_test): Don't handle expected failures.
26216         (parse_args): Don't mention expected failure handling in comment.
26217         (generate_testfile): Don't handle expected failures.
26218         (parse_ulps): Likewise.
26219         (print_ulps_file): Likewise.
26220         (get_failure): Remove function.
26221         (output_test): Don't handle expected failures.
26222         * make/README.libm-test: Don't mention expected failure handling.
26223
26224         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26225         (minus_zero): Likewise.
26226         (plus_infty): Likewise.
26227         (minus_infty): Likewise.
26228         (qnan_value): Likewise.
26229         (max_value): Likewise.
26230         (min_value): Likewise.
26231         (min_subnorm_value): Likewise.
26232         (initialize): Do not initialize those variables dynamically.
26233
26234 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26235
26236         * io/open.c (__open_2): Moved to ...
26237         * io/open_2.c: ... this new file.
26238         * io/open64.c (__open64_2): Moved to ...
26239         * io/open64_2.c: ... this new file.
26240         * io/openat.c (__openat_2): Moved to ...
26241         * io/openat_2.c: ... this new file.
26242         * io/openat64.c (__openat64_2): Moved to ...
26243         * io/openat64_2.c: ... this new file.
26244         * io/Makefile (routines): Add them.
26245         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26246         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26247         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26248         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26249         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26250         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26251         (__openat64): Add hidden_ver.
26252         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26253         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26254
26255         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26256         Separately conditionalize setting of GLRO(dl_sysinfo) so
26257         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26258         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26259
26260 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26261
26262         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26263         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26264         definition.
26265         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26266         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26267         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26268         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26269         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26270
26271 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26272
26273         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26274         test signgam value.
26275
26276         * math/libm-test.inc (hypot_test): Do not use
26277         IGNORE_ZERO_INF_SIGN.
26278
26279 2013-05-03  Andreas Jaeger  <aj@suse.de>
26280
26281         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26282         Linux 3.9.
26283         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26284         (PF_MAX): Adjust for VSOCK change.
26285
26286 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26287
26288         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26289
26290 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26291
26292         [BZ #15264]
26293         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26294         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26295         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26296
26297 2013-05-02  David S. Miller  <davem@davemloft.net>
26298
26299         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26300
26301 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26302
26303         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26304
26305 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26306
26307         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26308
26309 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26310
26311         [BZ #14952]
26312         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26313         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26314         Use __attribute__ ((__gnu_inline__)).
26315         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26316         Don't use __attribute__ ((__gnu_inline__)).
26317
26318 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26319
26320         [BZ #15423]
26321         * math/s_catan.c (__catan): Handle small real or imaginary part of
26322         input specially to avoid spurious underflow.
26323         * math/s_catanf.c (__catanf): Likewise.
26324         * math/s_catanh.c (__catanh): Likewise.
26325         * math/s_catanhf.c (__catanhf): Likewise.
26326         * math/s_catanhl.c (__catanhl): Likewise.
26327         * math/s_catanl.c (__catanl): Likewise.
26328         * math/libm-test.inc (catan_test): Add more tests.
26329         (catanh_test): Likewise.
26330         * sysdeps/i386/fpu/libm-test-ulps: Update.
26331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26332
26333 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26334
26335         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26336
26337 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26338
26339         [BZ #15416]
26340         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26341         accurately for denominator in atan2.
26342         * math/s_catanf.c (__catanf): Likewise.
26343         * math/s_catanh.c (__catanh): Likewise.
26344         * math/s_catanhf.c (__catanhf): Likewise.
26345         * math/s_catanhl.c (__catanhl): Likewise.
26346         * math/s_catanl.c (__catanl): Likewise.
26347         * math/libm-test.inc (catan_test): Add more tests.
26348         (catanh_test): Likewise.
26349         * sysdeps/i386/fpu/libm-test-ulps: Update.
26350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26351
26352 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26353
26354         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26355
26356         * benchtests/Makefile (bench): Remove slow benchmarks.
26357         * benchtests/atan-inputs: Add slow benchmark inputs.
26358         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26359         (BENCH_FUNC): Accept variant offset.
26360         (VARIANT): Define.
26361         * benchtests/bench-skeleton.c (main): Run benchmark for each
26362         variant.
26363         * benchtests/cos-inputs: Add slow benchmark inputs.
26364         * benchtests/exp-inputs: Likewise.
26365         * benchtests/pow-inputs: Likewise.
26366         * benchtests/sin-inputs: Likewise.
26367         * benchtests/slowatan-inputs: Remove.
26368         * benchtests/slowatan.c: Remove.
26369         * benchtests/slowcos-inputs: Remove.
26370         * benchtests/slowcos.c: Remove.
26371         * benchtests/slowexp-inputs: Remove.
26372         * benchtests/slowexp.c: Remove.
26373         * benchtests/slowpow-inputs: Remove.
26374         * benchtests/slowpow.c: Remove.
26375         * benchtests/slowsin-inputs: Remove.
26376         * benchtests/slowsin.c: Remove.
26377         * benchtests/slowtan-inputs: Remove.
26378         * benchtests/slowtan.c: Remove.
26379         * benchtests/tan-inputs: Add slow benchmark inputs.
26380         * scripts/bench.pl: Parse comments and directives.
26381
26382         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26383         in CPPFLAGS.
26384         ($(objpfx)bench-%.c): Remove *-ITER.
26385         * benchtests/bench-modf.c: Remove definition of ITER.
26386         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26387         (main): Loop for DURATION seconds instead of fixed number of
26388         iterations.
26389         * scripts/bench.pl: Don't expect iterations in parameters.
26390
26391 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26392
26393         * io/fchdir.c (__fchdir): Renamed from fchdir.
26394         (fchdir): Define as weak alias.
26395
26396 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26397
26398         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26399         (ERRNO_EDOM): Likewise.
26400         (ERRNO_ERANGE): Likewise.
26401         (noErrnoTests): New variable.
26402         (init_max_error): Set errno to 0.
26403         (test_single_errno): New function.
26404         (test_errno): Likewise.
26405         (check_float_internal): Call test_errno.  Set errno to 0.
26406         (check_complex): Refer to errno tests in comment.
26407         (check_int): Call test_errno.  Set errno to 0.
26408         (check_long): Likewise.
26409         (check_bool): Likewise.
26410         (check_longlong): Likewise.
26411         (cos_test): Use ERRNO_* flags for errno tests instead of
26412         check_int.
26413         (expm1_test): Likewise.
26414         (fmod_test): Likewise.
26415         (ilogb_test): Likewise.
26416         (lgamma_test): Likewise.
26417         (pow_test): Likewise.
26418         (remainder_test): Likewise.
26419         (sin_test): Likewise.
26420         (tan_test): Likewise.
26421         (yn_test): Likewise.
26422         (initialize): Set errno to 0.
26423         (main): Print number of errno tests.
26424         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26425
26426 2013-04-29  Andreas Jaeger  <aj@suse.de>
26427
26428         [BZ #15084]
26429         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26430         and RES_USEVC.
26431
26432         [BZ #15085]
26433         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26434         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26435         unimplemented.
26436
26437         [BZ #15380]
26438         * stdlib/random.c (__initstate): Return NULL if
26439         __initstate fails.
26440
26441         [BZ #15086]
26442         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26443         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26444         RES_SNGLKUPREOP.
26445
26446 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26447
26448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26449
26450 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26451
26452         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26453         of individual tests.
26454         (casin_test): Likewise.
26455         (casinh_test): Likewise.
26456
26457 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26458
26459         [BZ #15409]
26460         * math/s_catan.c (__catan): Handle arguments with large real or
26461         imaginary part separately without squaring.
26462         * math/s_catanf.c (__catanf): Likewise.
26463         * math/s_catanh.c (__catanh): Likewise.
26464         * math/s_catanhf.c (__catanhf): Likewise.
26465         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26466         and redefine.
26467         (__catanhl): Handle arguments with large real or imaginary part
26468         separately without squaring.
26469         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26470         and redefine.
26471         (__catanl): Handle arguments with large real or imaginary part
26472         separately without squaring.
26473         * math/libm-test.inc (catan_test): Add more tests.
26474         (catanh_test): Likewise.
26475         * sysdeps/i386/fpu/libm-test-ulps: Update.
26476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26477
26478 2013-04-27  Andreas Jaeger  <aj@suse.de>
26479
26480         [BZ #15007]
26481         * stdlib/stdlib.h: Update guards for qecvt.
26482         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26483         <stdlib.h>.
26484
26485 2013-04-27  Allan McRae  <allan@archlinux.org>
26486
26487         * sysdeps/i386/fpu/libm-test-ulps: Update.
26488
26489 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26490
26491         [BZ #15406]
26492         * math/s_catan.c: Include <float.h>.
26493         (__catan): Ensure underflow exception occurs for underflowed
26494         result.
26495         * math/s_catanf.c: Include <float.h>.
26496         (__catanf): Ensure underflow exception occurs for underflowed
26497         result.
26498         * math/s_catanh.c: Include <float.h>.
26499         (__catanh): Ensure underflow exception occurs for underflowed
26500         result.
26501         * math/s_catanhf.c: Include <float.h>.
26502         (__catanhf): Ensure underflow exception occurs for underflowed
26503         result.
26504         * math/s_catanhl.c: Include <float.h>.
26505         (__catanhl): Ensure underflow exception occurs for underflowed
26506         result.
26507         * math/s_catanl.c: Include <float.h>.
26508         (__catanl): Ensure underflow exception occurs for underflowed
26509         result.
26510         * math/libm-test.inc (catan_test): Add more tests.
26511         (catanh_test): Likewise.
26512
26513         [BZ #15405]
26514         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26515         underflowed result.
26516         * math/s_ccoshf.c (__ccoshf): Likewise.
26517         * math/s_ccoshl.c (__ccoshl): Likewise.
26518         * math/s_csin.c (__csin): Likewise.
26519         * math/s_csinf.c (__csinf): Likewise.
26520         * math/s_csinh.c (__csinh): Likewise.
26521         * math/s_csinhf.c (__csinhf): Likewise.
26522         * math/s_csinhl.c (__csinhl): Likewise.
26523         * math/s_csinl.c (__csinl): Likewise.
26524         * math/libm-test.inc (ccos_test): Add more tests.
26525         (ccosh_test): Likewise.
26526         (csin_test): Likewise.
26527         (csinh_test): Likewise.
26528
26529 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26530
26531         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26532         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26533         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26534         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26535         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26536         powerpc/power5+/fpu folders.
26537         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26538
26539
26540 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26541
26542         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26543
26544 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26545
26546         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26547         additions to variable.
26548         [$(config-machine) = x86_64] (modules-names): Likewise.
26549         ($(objpfx)tst-audit3): Remove dependency.
26550         ($(objpfx)tst-audit3.out): Likewise.
26551         ($(objpfx)tst-audit4): Likewise.
26552         ($(objpfx)tst-audit4.out): Likewise.
26553         ($(objpfx)tst-audit5): Likewise.
26554         ($(objpfx)tst-audit5.out): Likewise.
26555         ($(objpfx)tst-audit6): Likewise.
26556         ($(objpfx)tst-audit6.out): Likewise.
26557         ($(objpfx)tst-audit7): Likewise.
26558         ($(objpfx)tst-audit7.out): Likewise.
26559         (tst-audit3-ENV): Remove variable.
26560         (tst-audit4-ENV): Likewise.
26561         (tst-audit5-ENV): Likewise.
26562         (tst-audit6-ENV): Likewise.
26563         (tst-audit7-ENV): Likewise.
26564         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26565         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26566         addition to variable.
26567         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26568         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26569         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26570         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26571         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26572         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26573         tst-audit3, tst-audit4 and tst-audit5.
26574         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26575         tst-audit6 and tst-audit7.
26576         [$(subdir) = elf] (modules-names): Add audit modules for those
26577         tests.
26578         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26579         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26580         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26581         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26582         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26583         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26584         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26585         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26586         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26587         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26588         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26589         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26590         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26591         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26592         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26593         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26594         Likewise.
26595         [$(subdir) = elf && $(config-cflags-avx) = yes]
26596         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26597         [$(subdir) = elf && $(config-cflags-avx) = yes]
26598         (CFLAGS-tst-auditmod4a.c): Likewise.
26599         [$(subdir) = elf && $(config-cflags-avx) = yes]
26600         (CFLAGS-tst-auditmod4b.c): Likewise.
26601         [$(subdir) = elf && $(config-cflags-avx) = yes]
26602         (CFLAGS-tst-auditmod6b.c): Likewise.
26603         [$(subdir) = elf && $(config-cflags-avx) = yes]
26604         (CFLAGS-tst-auditmod6c.c): Likewise.
26605         [$(subdir) = elf && $(config-cflags-avx) = yes]
26606         (CFLAGS-tst-auditmod7b.c): Likewise.
26607         * elf/tst-audit3.c: Move to ...
26608         * sysdeps/x86_64/tst-audit3.c: ... here.
26609         * elf/tst-audit4.c: Move to ...
26610         * sysdeps/x86_64/tst-audit4.c: ... here.
26611         * elf/tst-audit5.c: Move to ...
26612         * sysdeps/x86_64/tst-audit5.c: ... here.
26613         * elf/tst-audit6.c: Move to ...
26614         * sysdeps/x86_64/tst-audit6.c: ... here.
26615         * elf/tst-audit7.c: Move to ...
26616         * sysdeps/x86_64/tst-audit7.c: ... here.
26617         * elf/tst-auditmod3a.c: Move to ...
26618         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26619         * elf/tst-auditmod3b.c: Move to ...
26620         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26621         * elf/tst-auditmod4a.c: Move to ...
26622         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26623         * elf/tst-auditmod4b.c: Move to ...
26624         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26625         * elf/tst-auditmod5a.c: Move to ...
26626         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26627         * elf/tst-auditmod5b.c: Move to ...
26628         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26629         * elf/tst-auditmod6a.c: Move to ...
26630         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26631         * elf/tst-auditmod6b.c: Move to ...
26632         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26633         * elf/tst-auditmod6c.c: Move to ...
26634         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26635         * elf/tst-auditmod7a.c: Move to ...
26636         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26637         * elf/tst-auditmod7b.c: Move to ...
26638         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26639
26640 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26641
26642         [BZ #15366]
26643         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26644         define unconditionally.
26645         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26646         define unconditionally.
26647         (INT8_C, INT16_C, etc.): Likewise.
26648
26649 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26650
26651         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26652         __ehdr_start with hidden visibility.
26653
26654         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26655
26656 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26657
26658         * math/libm-test.inc (cos_test): Use accurate hex constants.
26659         (sincost_test): Likewise.
26660
26661 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26662
26663         * math/libm-test.inc (catan_test): Add more tests.
26664         (catanh_test): Likewise.
26665
26666         * math/s_catanf.c (__catanf): Use suffixed floating-point
26667         constants.
26668         * math/s_catanhf.c (__catanhf): Likewise.
26669         * math/s_catanhl.c (__catanhl): Likewise.
26670         * math/s_catanl.c (__catanl): Likewise.
26671
26672         [BZ #15394]
26673         * math/s_catan.c (__catan): Calculate imaginary part of result
26674         with log1p not log unless computing log of number close to 0.
26675         * math/s_catanf.c (__catanf): Likewise.
26676         * math/s_catanl.c (__catanl): Likewise.
26677         * math/s_catanh.c (__catanh): Calculate real part of result with
26678         log1p not log unless computing log of number close to 0.
26679         * math/s_catanhf.c (__catanhf): Likewise.
26680         * math/s_catanhl.c (__catanhl): Likewise.
26681         * math/libm-test.inc (catan_test): Add more tests.
26682         (catanh_test): Likewise.
26683         * sysdeps/i386/fpu/libm-test-ulps: Update.
26684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26685
26686 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26687
26688         * benchtests/Makefile: Mention files in which fast and slow
26689         paths of math functions are implemented.
26690
26691 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26692
26693         * sysdeps/posix/timespec_get.c: New file.
26694
26695 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26696
26697         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26698         POWER.
26699         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26700         for POWER.
26701         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26702         powerpc/power5/fpu folders.
26703         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26704         * benchtests/Makefile: Add modf testcase.
26705         * benchtests/bench-modf.c: New file: Benchmark test for mo
26706
26707 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26708
26709         [BZ #14888]
26710         * time/Makefile (tests): Add tst-strptime-whitespace.
26711         * time/strptime_l.c (get_number): Use ISSPACE.
26712         (__strptime_internal): Likewise.
26713         * time/tst-strptime-whitespace.c: New test case.
26714
26715 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26716
26717         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26718         member.
26719         (_nss_files_init): Set it here.
26720
26721 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26722
26723         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26724         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26725         unsigned.
26726
26727 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26728
26729         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26730
26731 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26732
26733         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26734         size just once.
26735
26736 2013-04-21  David S. Miller  <davem@davemloft.net>
26737
26738         * po/ru.po: Update Russion translation from translation project.
26739
26740 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26741
26742         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26743         and setfsgid.
26744
26745 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26746
26747         * configure.in: Remove i386 configure warning. Remove i386 case.
26748         * configure: Regenerate.
26749         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26750         Add example to error message.
26751         * sysdeps/i386/configure: Regenerate.
26752
26753 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26754
26755         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26756         slowtan.
26757         * benchtests/cos-inputs: New file.
26758         * benchtests/slowcos-inputs: New file.
26759         * benchtests/slowcos.c: New file.
26760         * benchtests/slowtan-inputs: New file.
26761         * benchtests/slowtan.c: New file.
26762         * benchtests/tan-inputs: New file.
26763
26764 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26765
26766         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26767         considered kosher.
26768
26769 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26770
26771         * benchtests/Makefile: Include cppflags-iterator.mk to add
26772         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26773
26774         * Makefile.in (bench-clean): New target.
26775         * benchtests/Makefile (bench-clean): Likewise.
26776
26777 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26778
26779         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26780
26781 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26782
26783         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26784
26785 2013-04-15  Andreas Schwab  <schwab@suse.de>
26786
26787         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26788         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26789         * nscd/pwdcache.c (cache_addpw): Likewise.
26790         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26791         more than recsize.
26792
26793 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26794
26795         * benchtests/Makefile (bench): Write all output to
26796         bench-out.tmp together.
26797
26798 2013-04-15  Andreas Schwab  <schwab@suse.de>
26799
26800         * nscd/nscd.c (main): Don't fork again after closing files.
26801
26802 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26803
26804         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26805
26806         * benchtests/Rules (bench-deps): Collect dependencies into a
26807         single variable.  Add Makefile to dependencies.
26808         ($(objpfx)bench-%.c): Depend on bench-deps.
26809
26810 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26811             Xavier Roche  <roche+kml2@exalead.com>
26812
26813         [BZ #15361]
26814         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26815         just that it's a file descriptor.
26816         * manual/llio.texi (Synchronizing AIO Operations): Update description
26817         for EBADF error from aio_fsync.
26818
26819 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26820
26821         * Rules (bench): Move target definition...
26822         * benchtests/Makefile: ... here.
26823
26824 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26825
26826         * math/libm-test.inc (cos_test): Fix PI/2 test.
26827         (sincos_test): Likewise.
26828         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26829         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26830
26831 2013-04-11  Andreas Schwab  <schwab@suse.de>
26832
26833         [BZ #13988]
26834         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26835         accept exponent character only when digits were seen.
26836         * stdio-common/Makefile (tests): Add bug26.
26837         * stdio-common/bug26.c: New file.
26838
26839         [BZ #14293]
26840         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26841         non-freeable.
26842
26843 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26844
26845         * Makeconfig (rtld-prefix): Define built linker prefix.
26846         * Rules (run-bench): Use it.
26847         * math/Makefile (run-regen-ulps): Likewise.
26848
26849         * Rules (bench): Remove eval.
26850
26851 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26852             Roland McGrath  <roland@hack.frob.com>
26853             Ondrej Bilka  <neleai@seznam.cz>
26854
26855         [BZ #15346]
26856         * time/getdate.c: Include ctype.h and alloca.h.
26857         (__getdate_r): Trim leading and trailing spaces of input.
26858         * time/tst-getdate.c (tests): Add tests with leading and
26859         trailing spaces.
26860
26861 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26862
26863         [BZ #14280]
26864         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26865         when computing value.
26866
26867 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26868
26869         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26870         Use testrun.sh to run libm tests.
26871
26872         [BZ #15309]
26873         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26874
26875 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26876
26877         [BZ #15264]
26878         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26879
26880 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26881
26882         * Makefile.in (regen-ulps): New target.
26883         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26884         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26885         [ifneq (no,$(PERL)] (regen-ulps): New target.
26886         [ifeq (no,$(PERL)] (regen-ulps): New target.
26887         * math/libm-test.inc (ulps_file_name): Define.
26888         (output_dir): New variable.
26889         (options): Add "output-dir" option.
26890         (parse_opt): Handle 'o' case.
26891         (main): If output_dir is non-NULL use it as a prefix
26892         otherwise use "".
26893         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26894
26895 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26896
26897         [BZ #10060, #10062]
26898         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26899         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26900         fail configure if __sync_val_compare_and_swap is not inlined.
26901         * sysdeps/i386/configure: Regenerate.
26902         * configure.in: Build for i686 when configured for i386.
26903         * configure: Regenerate.
26904         * README: Remove i386 reference.
26905
26906 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26907
26908         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26909         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26910
26911 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26912
26913         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26914         (lmsnanval): New variables.
26915         (F): Add conversion tests.
26916         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26917         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26918
26919         * stdio-common/tstdiomisc.c (F): Properly collect individual
26920         tests' results.
26921
26922         [BZ #14686, #15336]
26923         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26924         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26925         Instead, use input NaN values or generate a qNaN by arithmetic
26926         operation.  Also fix bugs to comply with the standard.
26927         * math/libm-test.inc (remainder_test): Add more tests.
26928
26929         [BZ #15335, #15342]
26930         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26931         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26932         input NaN values or generate a qNaN by arithmetic operation.
26933
26934         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26935         unreachable code.
26936
26937         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26938         definitions.
26939
26940 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26941
26942         [BZ #14478]
26943         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26944         underflowed result.
26945         * math/s_cexpf.c (__cexpf): Likewise.
26946         * math/s_cexpl.c (__cexpl): Likewise.
26947         * math/libm-test.inc (cexp_test): Add more tests.
26948
26949 2013-04-03  Andreas Schwab  <schwab@suse.de>
26950
26951         [BZ #15330]
26952         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26953         order arrays from heap if bigger than alloca cutoff.
26954
26955 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26956
26957         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26958         (SNAN_TESTS_double): Refer to GCC PR56831.
26959         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26960         GCC PR56828.
26961
26962 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26963
26964         * Rules (bench): Move bench.out after the run is complete.
26965
26966         * Rules (bench): Echo currently running benchmark.
26967
26968         * benchtests/Makefile (bench): Add atan and slowatan.
26969         * benchtests/atan-inputs: New file.
26970         * benchtests/slowatan-inputs: New file.
26971         * benchtests/slowatan.c: New file.
26972
26973         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26974         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26975         its value.
26976
26977         [BZ #15305]
26978         * sysdeps/unix/sysv/linux/kernel-features.h
26979         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26980         __ASSUME_XFS_RESTRICTED_CHOWN.
26981         * sysdeps/unix/sysv/linux/pathconf.c
26982         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26983         Save and restore errno.
26984
26985 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26986
26987         [BZ #15327]
26988         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26989         arguments using __kernel_casinh.
26990         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26991         arguments using __kernel_casinhf.
26992         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26993         arguments using __kernel_casinhl.
26994         * math/libm-test.inc (cacosh_test): Add more tests.
26995         * sysdeps/i386/fpu/libm-test-ulps: Update.
26996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26997
26998 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26999
27000         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27001         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27002
27003         * bench/Makefile (bench): Add sin and slowsin.
27004         * benchtests/sin-inputs: New file.
27005         * benchtests/slowsin-inputs: New file.
27006         * benchtests/slowsin.c: New file.
27007
27008         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27009         (bench): Add slowexp and slowpow.
27010         (exp-ITER): Increase iterations.
27011         (pow-ITER): Likewise.
27012         * benchtests/exp-inputs: Change input.
27013         * benchtests/pow-inputs: Likewise.
27014         * benchtests/slowexp-inputs: New file.
27015         * benchtests/slowexp.c: New file.
27016         * benchtests/slowpow-inputs: New file.
27017         * benchtests/slowpow.c: New file.
27018
27019 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27020
27021         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27022         instructions.
27023         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27024         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27025         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27026         * benchtests/Makefile: Add rint benchtest.
27027         * benchtests/rint-inputs: Input for rint benchtest.
27028
27029 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27030
27031         * Versions.def (libm): Add GLIBC_2.18.
27032         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27033         hidden libm prototypes.
27034         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27035         * math/Makefile (libm-calls): Add s_issignaling.
27036         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27037         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27038         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27039         declaration.
27040         * math/math.h [__USE_GNU] (issignaling): New macro.
27041         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27042         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27043         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27044         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27045         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27046         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27047         * manual/arith.texi (issignaling): New section.
27048         * manual/libm-err-tab.pl (@all_functions): Update comment.
27049         * math/gen-libm-test.pl (parse_args): Apply special handling for
27050         issignaling.
27051         * math/libm-test.inc (print_float, issignaling_test): New
27052         functions.
27053         (check_float_internal): Add issignaling checks.
27054         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27055         default definition.
27056         * sysdeps/powerpc/math-tests.h: New file.
27057         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27058         tests.
27059         * math/test-snan.c (TEST_FUNC): Likewise.
27060
27061 2013-03-30  David S. Miller  <davem@davemloft.net>
27062
27063         * po/de.po: Update from translation team.
27064
27065 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27066
27067         [BZ #10357]
27068         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27069         imaginary part less than 1.0 and real part less than 0.5
27070         specially.
27071         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27072         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27073         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27074         (cacos_test): Add more tests.
27075         (casin_test): Likewise.
27076         (casinh_test): Likewise.
27077         * sysdeps/i386/fpu/libm-test-ulps: Update.
27078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27079
27080 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27081
27082         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27083         ONE with its value.
27084
27085         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27086         (__pow_mp): Replace ONE and MONE with their values.
27087         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27088         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27089         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27090         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27091         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27092         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27093
27094         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27095
27096         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27097         (__pow_mp): Replace ZERO and MZERO with their values.
27098         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27099         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27100         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27101         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27102         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27103         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27104         (__sqr): Likewise.
27105
27106         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27107
27108         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27109
27110 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27111
27112         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27113         Declare with __attribute__ ((weak)).
27114         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27115         Call __call_tls_dtors only if it's not NULL.
27116
27117 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27118
27119         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27120         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27121         magic __ehdr_start linker symbol if it's defined.
27122         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27123         them up here if it was already done.
27124
27125         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27126         (_dl_aux_init): Use const in cast when setting it.
27127         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27128         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27129         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27130
27131         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27132         Declare them here.
27133         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27134         * csu/libc-tls.c: Nor here.
27135         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27136
27137         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27138         (__libc_message): Never call vsyslog.
27139
27140 2013-03-28  Alan Modra  <amodra@gmail.com>
27141
27142         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27143         Define as empty.
27144         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27145         Likewise.
27146
27147 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27148
27149         [BZ #15214]
27150         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27151         underflow.
27152         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27153
27154 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27155
27156         [BZ #15304]
27157         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27158         Don't add gid passed as argument.
27159
27160         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27161
27162 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27163
27164         [BZ #15307]
27165         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27166         imaginary part between 1.0 and 1.5 and real part less than 0.5
27167         specially.
27168         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27169         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27170         * math/libm-test.inc (cacos_test): Add more tests.
27171         (casin_test): Likewise.
27172         (casinh_test): Likewise.
27173         * sysdeps/i386/fpu/libm-test-ulps: Update.
27174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27175
27176 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27177
27178         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27179         constants.
27180         (norm): Likewise.
27181         (denorm): Likewise.
27182         (__dbl_mp): Likewise.
27183         (add_magnitudes): Likewise.
27184         (sub_magnitudes): Likewise.
27185         (__add): Likewise.
27186         (__sub): Likewise.
27187         (__mul): Likewise.
27188         (__sqr): Likewise.
27189         (__inv): Likewise.
27190         (__dvd): Likewise.
27191
27192         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27193         commented code.
27194         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27195         (__dubcos): Likewise.
27196         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27197         (__ieee754_acos): Likewise.
27198         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27199         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27200         (__exp1): Likewise.
27201         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27202         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27203         (log1): Likewise.
27204         (my_log2): Likewise.
27205         (checkint): Likewise.
27206         * sysdeps/ieee754/dbl-64/e_remainder.c
27207         (__ieee754_remainder): Likewise.
27208         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27209         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27210         (bsloww): Likewise.
27211         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27212
27213         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27214         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27215         MANTISSA_STORE_T to store computations on mantissa.  Use
27216         macros for rounding and division.
27217         (denorm): Likewise.
27218         (__dbl_mp): Likewise.
27219         (add_magnitudes): Likewise.
27220         (sub_magnitudes): Likewise.
27221         (__mul): Likewise.
27222         (__sqr): Likewise.
27223         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27224         powers of two in terms of TWOPOW macro.
27225         (mp_no): Make type of mantissa as MANTISSA_T.
27226         [!RADIXI]: Define RADIXI.
27227         [!TWO52]: Define TWO52.
27228         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27229
27230 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27231
27232         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27233         llroundl symbol when building for PPC32.
27234
27235 2013-03-24  Mark H Weaver  <mhw@netris.org>
27236
27237         * manual/arith.texi (Normalization Functions): Fix prototypes for
27238         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27239
27240 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27241
27242         [BZ #13889]
27243         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27244         high value to check if expl overflow.
27245         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27246         to check for underflow and overflow.
27247         * math/libm-test.inc: Add exp test.
27248
27249 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27250
27251         [BZ #11120]
27252         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27253         with NOT_IN_libc.
27254
27255 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27256
27257         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27258         symbol.
27259
27260 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27261
27262         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27263         wrap blocks consisting of several statements.
27264
27265         * sysdeps/generic/math-tests.h: New file.
27266         * sysdeps/i386/fpu/math-tests.h: Likewise.
27267         * math/test-snan.c: Include it.
27268         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27269
27270 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27271
27272         [BZ #15285]
27273         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27274         (__ieee754_j0l): Do not improve calculations using cos of twice
27275         input for inputs above LDBL_MAX / 2.0L.
27276         (__ieee754_y0l): Likewise.
27277         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27278         (__ieee754_j1l): Do not improve calculations using cos of twice
27279         input for inputs above LDBL_MAX / 2.0L.
27280         (__ieee754_y1l): Likewise.
27281         * math/libm-test.inc (j0_test): Add another test.
27282         (j1_test): Likewise.
27283         (y0_test): Likewise.
27284         (y1_test): Likewise.
27285         * sysdeps/i386/fpu/libm-test-ulps: Update.
27286
27287 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27288
27289         * Rules ($(objpfx)bench-%.c): Include code from a C source
27290         file.
27291
27292 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27293
27294         [BZ #15287]
27295         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27296         imaginary part 1.0 and real part less than 0.5 specially.
27297         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27298         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27299         * math/libm-test.inc (cacos_test): Add more tests.
27300         (casin_test): Likewise.
27301         (casinh_test): Likewise.
27302         * sysdeps/i386/fpu/libm-test-ulps: Update.
27303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27304
27305 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27306
27307         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27308         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27309
27310 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27311
27312         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27313         * config.make.in (config-cflags-sse4): Remove variable.
27314         (config-cflags-avx): Likewise.
27315         (config-cflags-sse2avx): Likewise.
27316         (config-cflags-novzeroupper): Likewise.
27317         (config-asflags-i686): Likewise.
27318         (have-mfma4): Likewise.
27319         (have-as-vis3): Likewise.
27320         (MIG): Likewise.
27321         * configure.in (MIG): Do not AC_SUBST.
27322         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27323         (libc_cv_cc_sse4): Do not AC_SUBST.
27324         (libc_cv_cc_avx): Likewise.
27325         (libc_cv_cc_sse2avx): Likewise.
27326         (libc_cv_cc_novzeroupper): Likewise.
27327         (libc_cv_cc_fma4): Likewise.
27328         (libc_cv_as_i686): Likewise.
27329         (libc_cv_sparc_as_vis3): Likewise.
27330         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27331         LIBC_CONFIG_VAR.
27332         (config-asflags-i686): Likewise.
27333         (config-cflags-avx): Likewise.
27334         (config-cflags-sse2avx): Likewise.
27335         (have-mfma4): Likewise.
27336         (config-cflags-novzeroupper): Likewise.
27337         * sysdeps/mach/configure.in (MIG): Likewise.
27338         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27339         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27340         LIBC_CONFIG_VAR.
27341         (config-cflags-avx): Likewise.
27342         (config-cflags-sse2avx): Likewise.
27343         (have-mfma4): Likewise.
27344         (config-cflags-novzeroupper): Likewise.
27345         * configure: Regenerated.
27346         * sysdeps/i386/configure: Likewise.
27347         * sysdeps/mach/configure: Likewise.
27348         * sysdeps/sparc/configure: Likewise.
27349         * sysdeps/x86_64/configure: Likewise.
27350
27351 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27352
27353         [BZ #14812]
27354         * locale/programs/localedef.c (options): Put N_ translation marker
27355         on argument names, not just descriptions.
27356
27357 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27358
27359         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27360
27361 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27362
27363         [BZ #14176]
27364         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27365
27366 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27367
27368         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27369         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27370         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27371         [!BEFORE_ABORT] (before_abort): New function.
27372         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27373         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27374         (writev_for_fatal): New function.
27375         (WRITEV_FOR_FATAL): New macro; call that.
27376         (backtrace_and_maps): New function.
27377         (BEFORE_ABORT): New macro; call that.
27378         (struct str_list): Type removed.
27379         (__libc_message, __libc_fatal): Functions removed.
27380         Include <sysdeps/posix/libc_fatal.c> instead.
27381
27382 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27383
27384         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27385         constants.
27386         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27387         double constants.
27388
27389 2013-03-19  Andreas Schwab  <schwab@suse.de>
27390
27391         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27392         * sysdeps/gnu/configure: Regenerate.
27393
27394         * configure.in: Substitute libc_cv_rtlddir.
27395         * configure: Regenerate.
27396         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27397         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27398         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27399         * elf/Makefile (install-others, CFLAGS-interp.c)
27400         (ldso_install, common-ldd-rewrite): Likewise.
27401         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27402         $(inst_slibdir)/$(rtld-installed-name).
27403         * scripts/rellns-sh: Add -p option.
27404         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27405         for source.
27406
27407 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27408
27409         * manual/nptl.texi: Renamed to ...
27410         * manual/threads.texi: ... this.
27411         * manual/Makefile (chapters): Update.
27412
27413 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27414
27415         [BZ #14812]
27416         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27417         on argument names, not just descriptions.
27418         * malloc/memusagestat.c (options): Likewise.
27419         * nss/getent.c (options): Likewise.
27420
27421 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27422
27423         [BZ #14812]
27424         * iconv/iconv_prog.c (options): Put N_ translation marker
27425         on argument names, not just descriptions.
27426         * iconv/iconvconfig.c (options): Likewise.
27427
27428 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27429
27430         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27431         implementation which is faster on all x86_64 architectures.
27432         Tested on AMD, Intel Nehalem, SNB, IVB.
27433         * sysdeps/x86_64/strnlen.S: Likewise.
27434
27435         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27436         Remove all multiarch strlen and strnlen versions.
27437         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27438         Remove strlen and strnlen related parts.
27439
27440         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27441         Inline strlen part.
27442         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27443
27444         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27445         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27446         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27447         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27448         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27449         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27450
27451 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27452
27453         * manual/memory.texi (Malloc Tunable Parameters):
27454         Sort parameters alphabetically. Add comments for missing entries.
27455
27456 2013-03-17  David S. Miller  <davem@davemloft.net>
27457
27458         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27459
27460 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27461
27462         [BZ #15283]
27463         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27464         for arguments at most half maximum finite value.
27465         * math/libm-test.inc (j0_test): Add more tests.
27466         (j1_test): Likewise.
27467         (y0_test): Likewise.
27468         (y1_test): Likewise.
27469         * sysdeps/i386/fpu/libm-test-ulps: Update.
27470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27471
27472         [BZ #14155]
27473         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27474         1 / x and functions P and Q for arguments above 0x1p256L.
27475         (__ieee754_y0l): Likewise.
27476         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27477         (__ieee754_y1l): Likewise.
27478         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27479         (j1_test): Likewise.
27480         (y0_test): Likewise.
27481         (y1_test): Likewise.
27482
27483 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27484
27485         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27486         variable.
27487
27488 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27489
27490         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27491         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27492         zero since it's initialized to EXEC_PAGESIZE.
27493
27494         * sysdeps/unix/sysv/linux/ldsodefs.h
27495         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27496         * sysdeps/generic/ldsodefs.h: ... here.
27497
27498 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27499
27500         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27501
27502         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27503         math/test-snan.c.
27504         * math/test-snan.c: Renamed from
27505         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27506         * math/Makefile (tests): Add test-snan.
27507         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27508         test-powerpc-snan.
27509
27510         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27511         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27512         functions.
27513         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27514         __builtin_nan family of functions.
27515         * math/libm-test.inc (initialize): Initialize qnan_value with
27516         __builtin_nan family of functions.
27517         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27518         Remove variables.
27519         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27520         Remove functions.
27521         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27522         storage class.  Initialize qNaN_var and sNaN_var with
27523         __builtin_nan and __builtin_nans families of functions,
27524         respectively.
27525
27526         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27527         (sqrt_test): Remove duplicate test with qNaN input.
27528         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27529         (round_test, signbit_test, significand_test): Note missing +/-Inf
27530         as well as qNaN tests.
27531
27532         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27533         qNaN_var.  Fix a few strings, too.
27534         * math/libm-test.inc (nan_value): Rename to qnan_value.
27535         * math/gen-libm-test.pl (%beautify): Adjust to that.
27536         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27537         * math/test-misc.c (main): Likewise.
27538         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27539         to __qnan_bytes, and __qnan_union, respectively.
27540         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27541         Likewise.
27542         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27543         and lqnanval, respectively.
27544         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27545         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27546         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27547         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27548
27549         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27550         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27551         doubles.
27552
27553         * math/test-misc.c (main): Fix copy'n'pastos.
27554         * misc/tst-efgcvt.c (special): Likewise.
27555
27556         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27557         Remove declarations.
27558
27559 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27560
27561         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27562         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27563         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27564         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27565
27566 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27567
27568         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27569         macro to return vdso values correctly in IFUNC implementations.
27570         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27571         Optimization by using IFUNC.
27572
27573 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27574             Richard Henderson  <rth@redhat.com>
27575             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27576
27577         * Makefile.in (bench): New target.
27578         * NEWS: Mention the benchmark framework.
27579         * Rules (bench): Likewise.
27580         (binaries-bench): Generate binaries for functions to
27581         benchmark.
27582         * benchtests/Makefile: New makefile for benchmark tests.
27583         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27584         programs.
27585         * benchtests/exp-inputs: New input file for EXP function.
27586         * benchtests/pow-inputs: New input file for POW function.
27587         * scripts/bench.pl: New script to generate source files for
27588         benchmark programs.
27589
27590 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27591
27592         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27593         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27594         computations on mantissa.  Use macros for rounding and
27595         division.
27596         (denorm): Likewise.
27597         (__dbl_mp): Likewise.
27598         (add_magnitudes): Likewise.
27599         (sub_magnitudes): Likewise.
27600         (__mul): Likewise.
27601         (__sqr): Likewise.
27602         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27603         powers of two in terms of TWOPOW macro.
27604         (mp_no): Make type of mantissa as MANTISSA_T.
27605         [!RADIXI]: Define RADIXI.
27606         [!TWO52]: Define TWO52.
27607         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27608
27609         * manual/nptl.texi (cindex): Modify threads to pthreads.
27610
27611 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27612
27613         * sysdeps/x86_64/preconfigure: Regenerated.
27614
27615 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27616
27617         [BZ #14155]
27618         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27619         0x1p28 and above.
27620         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27621         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27622         0x1p28 and above.
27623         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27624         * math/libm-test.inc (j0_test): Do not allow one spurious
27625         underflow exception.
27626         (y1_test): Likewise.
27627
27628 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27629
27630         * manual/Makefile (chapters): Add nptl.
27631         * manual/debug.texi (Debugging Support): Add link to Threads
27632         chapter.
27633         * manual/nptl.texi: New file.
27634
27635         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27636
27637 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27638
27639         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27640         for non-NULL pointer before the memory validity test. Pointed
27641         out by Holger Brunck <holger.brunck@keymile.com>.
27642
27643 2013-03-13  Andreas Schwab  <schwab@suse.de>
27644
27645         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27646         instead of .os.
27647
27648 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27649
27650         * timezone/zic.c: Update from tzcode 2013b.
27651
27652 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27653
27654         * manual/install.texi (Configuring and compiling):
27655         Mention i686 and i586.
27656         * INSTALL: Regenerate.
27657
27658 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27659
27660         * sysdeps/init_array/elf-init.c: New file.
27661         * csu/elf-init.c
27662         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27663         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27664
27665         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27666         __gmon_start__ as global, but as static with a .preinit_array pointer.
27667         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27668         * sysdeps/init_array/crti.S: New file, empty except for comments.
27669         * sysdeps/init_array/crtn.S: Likewise.
27670
27671 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27672
27673         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27674         definining bcopy.
27675         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27676         Remove Prefer_SSE_for_memop.
27677         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27678         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27679         HAS_PREFER_SSE_FOR_MEMOP.
27680         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27681         memset-x86-64.
27682         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27683         Remove bzero, memset ifunc support.
27684         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27685         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27686         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27687         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27688
27689 2013-03-11  Andreas Schwab  <schwab@suse.de>
27690
27691         [BZ #15234]
27692         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27693         by SHLIB_COMPAT.
27694         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27695         (GLIBC_2.16): Remove pthread_atfork.
27696
27697 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27698
27699         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27700         (ptestcases.h): Likewise.
27701
27702 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27703
27704         * Makeconfig ($(common-objpfx)config.status): Depend on
27705         sysdeps/*/preconfigure{,.in} too.
27706
27707 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27708
27709         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27710         (__free_hook): Use void * instead of __malloc_ptr_t.
27711         (__malloc_hook): Likewise.
27712         (__realloc_hook): Likewise.
27713         (__memalign_hook): Likewise.
27714         (__after_morecore_hook): Likewise.
27715         * malloc/arena.c (save_malloc_hook): Likewise.
27716         (save_free_hook): Likewise.
27717         * malloc/hooks.c (malloc_hook_ini): Likewise.
27718         (realloc_hook_ini): Likewise.
27719         (memalign_hook_ini): Likewise.
27720         * malloc/malloc.c (malloc_hook_ini): Likewise.
27721         (realloc_hook_ini): Likewise.
27722         (memalign_hook_ini): Likewise.
27723         (__free_hook): Likewise.
27724         (__malloc_hook): Likewise.
27725         (__realloc_hook): Likewise.
27726         (__memalign_hook): Likewise.
27727         (__libc_malloc): Likewise.
27728         (__libc_free): Likewise.
27729         (__libc_realloc): Likewise.
27730         (__libc_memalign): Likewise.
27731         (__libc_valloc): Likewise.
27732         (__libc_pvalloc): Likewise.
27733         (__libc_calloc): Likewise.
27734         (__posix_memalign): Likewise.
27735         * malloc/morecore.c (__sbrk): Likewise.
27736         (__default_morecore): Likewise.
27737
27738         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27739
27740         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27741         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27742         __malloc_ptrdiff_t.
27743
27744         * malloc/malloc.h (__malloc_size_t): Remove macro.
27745         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27746         __malloc_size_t.
27747         (old_memalign_hook): Likewise.
27748         (old_realloc_hook): Likewise.
27749         (struct hdr): Likewise.
27750         (flood): Likewise.
27751         (mallochook): Likewise.
27752         (memalignhook): Likewise.
27753         (reallochook): Likewise.
27754         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27755         (tr_old_realloc_hook): Likewise.
27756         (tr_old_memalign_hook): Likewise.
27757         (tr_mallochook): Likewise.
27758         (tr_reallochook): Likewise.
27759         (tr_memalignhook): Likewise.
27760
27761 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27762
27763         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27764         default_ldbl_pack and using as default implementation.
27765         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27766         implementation.
27767         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27768         redundant definition.
27769         (ldbl_insert_mantissa): Likewise.
27770         (ldbl_canonicalize): Likewise.
27771         (ldbl_nearbyint): Likewise.
27772         (ldbl_pack): Rename to ldbl_pack_ppc.
27773         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27774         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27775         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27776
27777 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27778
27779         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27780         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27781         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27782         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27783         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27784         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27785         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27786         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27787
27788 2013-03-07  Andreas Jaeger  <aj@suse.de>
27789
27790         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27791         bits/mman-linux.h.
27792
27793 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27794
27795         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27796         Include mpa.h and declare __MPEXP.
27797         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27798         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27799         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27800         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27801         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27802         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27803         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27804
27805         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27806         (__slowpow): Use long double EXPL and LOGL functions to
27807         compute POW.
27808         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27809         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27810         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27811         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27812         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27813         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27814
27815         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27816         intermediate variable to calculate exponent.
27817         (__sqr): Likewise.
27818         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27819         Likewise.
27820         (__sqr): Likewise.
27821
27822         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27823         [!NO__SQR]: Define __sqr.
27824         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27825         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27826         sysdeps/ieee754/dbl-64/mpa.c.
27827         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27828
27829         [BZ #12723]
27830         * posix/Makefile (tests): Add tst-pathconf.
27831         * posix/tst-pathconf.c: New test case.
27832         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27833         _PC_PIPE_BUF.
27834         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27835
27836 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27837
27838         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27839
27840 2013-03-06  Andreas Jaeger  <aj@suse.de>
27841
27842         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27843         definition via __MAP_ANONYMOUS.
27844
27845         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27846         it's not part of Linux headers.
27847
27848         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27849         (MAP_HUGE_MASK): Define.
27850
27851         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27852         Define.
27853         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27854         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27855         Define.
27856         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27857         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27858         Define.
27859         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27860         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27861         Define.
27862         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27863
27864         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27865         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27866         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27867         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27868         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27869         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27870
27871         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27872         Handle f2fs.
27873
27874         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27875         Handle f2fs and efivarfs.
27876
27877         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27878         f2fs.
27879
27880         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27881         (EFIVARFS_MAGIC): Add.
27882         (F2FS_LINK_MAX): Add.
27883
27884 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27885
27886         * stdio-common/vfprintf.c: Replace __builtin_expect with
27887         __glibc_unlikely.
27888
27889 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27890
27891         [BZ #13550]
27892         * sysdeps/generic/bp-sym.h: Remove file.
27893         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27894         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27895         <bp-sym.h> and <bp-asm.h>.
27896         (__longjmp): Don't use BP_SYM.
27897         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27898         and <bp-asm.h>.
27899         (memcpy): Don't use BP_SYM.
27900         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27901         <bp-sym.h> and <bp-asm.h>.
27902         (memcpy): Don't use BP_SYM.
27903         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27904         <bp-asm.h>.
27905         (memcpy): Don't use BP_SYM.
27906         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27907         <bp-asm.h>.
27908         (memset): Don't use BP_SYM.
27909         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27910         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27911         (__bzero): Don't use BP_SYM.
27912         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27913         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27914         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27915         <bp-sym.h> and <bp-asm.h>.
27916         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27917         pointers.
27918         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27919         <bp-sym.h> and <bp-asm.h>.
27920         (memcpy): Don't use BP_SYM.
27921         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27922         <bp-sym.h> and <bp-asm.h>.
27923         (memset): Don't use BP_SYM.
27924         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27925         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27926         (__bzero): Don't use BP_SYM.
27927         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27928         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27929         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27930         <bp-sym.h> and <bp-asm.h>.
27931         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27932         pointers.
27933         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27934         <bp-sym.h> and <bp-asm.h>.
27935         (memcpy): Don't use BP_SYM.
27936         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27937         <bp-sym.h> and <bp-asm.h>.
27938         (memset): Don't use BP_SYM.
27939         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27940         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27941         (__bzero): Don't use BP_SYM.
27942         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27943         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27944         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27945         <bp-sym.h> and <bp-asm.h>.
27946         (__memchr): Don't use BP_SYM.
27947         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27948         <bp-sym.h> and <bp-asm.h>.
27949         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27950         pointers.
27951         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27952         <bp-sym.h> and <bp-asm.h>.
27953         (memcpy): Don't use BP_SYM.
27954         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27955         <bp-sym.h> and <bp-asm.h>.
27956         (__mempcpy): Don't use BP_SYM.
27957         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27958         <bp-sym.h> and <bp-asm.h>.
27959         (__memrchr): Don't use BP_SYM.
27960         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27961         <bp-sym.h> and <bp-asm.h>.
27962         (memset): Don't use BP_SYM.
27963         (__bzero): Likewise.
27964         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27965         <bp-sym.h> and <bp-asm.h>.
27966         (__rawmemchr): Don't use BP_SYM.
27967         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27968         <bp-sym.h> and <bp-asm.h>.
27969         (__STRCMP): Don't use BP_SYM.
27970         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27971         <bp-sym.h> and <bp-asm.h>.
27972         (strchr): Don't use BP_SYM.
27973         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27974         <bp-sym.h> and <bp-asm.h>.
27975         (__strchrnul): Don't use BP_SYM.
27976         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27977         <bp-sym.h> and <bp-asm.h>.
27978         (strlen): Don't use BP_SYM.
27979         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27980         <bp-sym.h> and <bp-asm.h>.
27981         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27982         pointers.
27983         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27984         <bp-sym.h> and <bp-asm.h>.
27985         (__strnlen): Don't use BP_SYM.
27986         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27987         <bp-sym.h> and <bp-asm.h>.
27988         (__GI__setjmp): Don't use BP_SYM.
27989         (_setjmp): Likewise.
27990         (__sigsetjmp): Likewise.
27991         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27992         (L(start_addresses)): Don't use BP_SYM.
27993         (_start): Likewise.
27994         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27995         <bp-asm.h>.
27996         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27997         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27998         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27999         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28000         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28001         <bp-asm.h>.
28002         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28003         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28004         about bounded pointers.
28005         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28006         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28007         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28008         <bp-asm.h>.
28009         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28010         about bounded pointers.  Remove GKM FIXME comments.
28011         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28012         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28013         <bp-asm.h>.
28014         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28015         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28016         Remove GKM FIXME comments.
28017         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28018         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28019         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28020         <bp-asm.h>.
28021         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28022         about bounded pointers.  Remove GKM FIXME comment.
28023         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28024         and <bp-asm.h>.
28025         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28026         pointers.
28027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28028         <bp-sym.h> and <bp-asm.h>.
28029         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28031         <bp-sym.h> and <bp-asm.h>.
28032         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28033         comment.
28034
28035 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28036
28037         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28038         call free(NULL).
28039
28040 2013-03-05  David S. Miller  <davem@davemloft.net>
28041
28042         * po/es.po: Update from translation team.
28043
28044 2013-03-05  Andreas Jaeger  <aj@suse.de>
28045
28046         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28047         <bits/mman-linux.h>.
28048         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28049         is fine.
28050         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28051         <bits/mman-linux.h> to end of file.
28052         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28053         is fine.
28054         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28055         <bits/mman-linux.h> to end of file.
28056         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28057         is fine.
28058         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28059         <bits/mman-linux.h> to end of file.
28060
28061         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28062         (MCL_CURRENT, MCL_FUTURE): Define here.
28063
28064 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28065
28066         [BZ #15232]
28067         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28068         attribute_hidden.
28069         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28070
28071 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28072
28073         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28074         fourth parameter needed for rt_sigprocmask syscall.
28075         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28076         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28077         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28078         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28079         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28080         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28081
28082 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28083
28084         [BZ #13550]
28085         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28086         comment about bounded pointers.
28087         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28088         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28089
28090 2013-03-04  Andreas Jaeger  <aj@suse.de>
28091
28092         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28093         common definitions.
28094
28095         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28096         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28097         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28098         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28099         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28100         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28101
28102 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28103
28104         [BZ #15055]
28105         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28106         __ieee754_sqrl instead of __sqrl.
28107
28108 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28109
28110         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28111         * sysdeps/powerpc/fpu_control.h: ... here.
28112         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28113         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28114         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28115         * sysdeps/powerpc/bits/mathinline.h: ... here.
28116
28117 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28118
28119         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28120         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28121         to just [NEED_DL_SYSINFO_DSO].
28122         * elf/dl-support.c: Likewise.
28123         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28124         * elf/rtld.c (dl_main): Likewise.
28125         * elf/setup-vdso.h (setup_vdso): Likewise.
28126         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28127         * sysdeps/unix/sysv/linux/dl-sysdep.c
28128         (_dl_discover_osversion): Likewise.
28129
28130 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28131
28132         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28133         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28134
28135 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28136
28137         * NEWS: Mention libm performance improvements and non-x86 PI
28138         futex support.
28139
28140         * csu/libc-start.c (__pthread_initialize_minimal): Change
28141         function arguments.
28142         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28143
28144 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28145
28146         [BZ #13550]
28147         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28148         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28149         <bp-sym.h> and <bp-asm.h>.
28150         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28151         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28152         and <bp-asm.h>.
28153         (memcpy): Don't use BP_SYM.
28154         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28155         <bp-asm.h>.
28156         (__mpn_add_n): Don't use BP_SYM.
28157         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28158         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28159         and <bp-asm.h>.
28160         (__mpn_addmul_1): Don't use BP_SYM.
28161         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28162         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28163         <bp-sym.h>.
28164         (_setjmp): Don't use BP_SYM.
28165         (__novmx_setjmp): Likewise.
28166         (__GI__setjmp): Likewise.
28167         (__vmx_setjmp): Likewise.
28168         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28169         <bp-sym.h>.
28170         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28171         (__bzero): Don't use BP_SYM.
28172         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28173         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28174         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28175         <bp-sym.h> and <bp-asm.h>.
28176         (memcpy): Don't use BP_SYM.
28177         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28178         <bp-sym.h> and <bp-asm.h>.
28179         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28180         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28181         <bp-sym.h> and <bp-asm.h>.
28182         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28183         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28184         <bp-asm.h>.
28185         (__mpn_lshift): Don't use BP_SYM.
28186         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28187         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28188         <bp-asm.h>.
28189         (memset): Don't use BP_SYM.
28190         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28191         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28192         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28193         <bp-asm.h>.
28194         (__mpn_mul_1): Don't use BP_SYM.
28195         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28196         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28197         <bp-sym.h> and <bp-asm.h>.
28198         (memcmp): Don't use BP_SYM.
28199         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28200         <bp-sym.h> and <bp-asm.h>.
28201         (memcpy): Don't use BP_SYM.
28202         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28203         <bp-sym.h> and <bp-asm.h>.
28204         (memset): Don't use BP_SYM.
28205         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28206         <bp-sym.h> and <bp-asm.h>.
28207         (strncmp): Don't use BP_SYM.
28208         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28209         <bp-sym.h> and <bp-asm.h>.
28210         (memcpy): Don't use BP_SYM.
28211         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28212         <bp-sym.h> and <bp-asm.h>.
28213         (memset): Don't use BP_SYM.
28214         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28215         <bp-sym.h> and <bp-asm.h>.
28216         (__memchr): Don't use BP_SYM.
28217         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28218         <bp-sym.h> and <bp-asm.h>.
28219         (memcmp): Don't use BP_SYM.
28220         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28221         <bp-sym.h> and <bp-asm.h>.
28222         (memcpy): Don't use BP_SYM.
28223         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28224         <bp-sym.h> and <bp-asm.h>.
28225         (__mempcpy): Don't use BP_SYM.
28226         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28227         <bp-sym.h> and <bp-asm.h>.
28228         (__memrchr): Don't use BP_SYM.
28229         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28230         <bp-sym.h> and <bp-asm.h>.
28231         (memset): Don't use BP_SYM.
28232         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28233         <bp-sym.h> and <bp-asm.h>.
28234         (__rawmemchr): Don't use BP_SYM.
28235         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28236         <bp-sym.h> and <bp-asm.h>.
28237         (__STRCMP): Don't use BP_SYM.
28238         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28239         <bp-sym.h> and <bp-asm.h>.
28240         (strchr): Don't use BP_SYM.
28241         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28242         <bp-sym.h> and <bp-asm.h>.
28243         (__strchrnul): Don't use BP_SYM.
28244         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28245         <bp-sym.h> and <bp-asm.h>.
28246         (strlen): Don't use BP_SYM.
28247         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28248         <bp-sym.h> and <bp-asm.h>.
28249         (strncmp): Don't use BP_SYM.
28250         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28251         <bp-sym.h> and <bp-asm.h>.
28252         (__strnlen): Don't use BP_SYM.
28253         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28254         <bp-asm.h>.
28255         (__mpn_rshift): Don't use BP_SYM.
28256         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28257         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28258         <bp-sym.h> and <bp-asm.h>.
28259         (__sigsetjmp): Don't use BP_SYM.
28260         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28261         (L(start_addresses)): Don't use BP_SYM.
28262         (_start): Likewise.
28263         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28264         <bp-asm.h>.
28265         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28266         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28267         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28268         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28269         <bp-asm.h>.
28270         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28271         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28272         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28273         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28274         <bp-asm.h>.
28275         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28276         comments.
28277         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28278         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28279         <bp-asm.h>.
28280         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28281         FIXME comments.
28282         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28283         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28284         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28285         <bp-asm.h>.
28286         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28287         comment.
28288         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28289         and <bp-asm.h>.
28290         (strncmp): Don't use BP_SYM,
28291         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28292         <bp-asm.h>.
28293         (__mpn_sub_n): Don't use BP_SYM.
28294         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28295         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28296         and <bp-asm.h>.
28297         (__mpn_submul_1): Don't use BP_SYM.
28298         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28300         <bp-sym.h> and <bp-asm.h>.
28301         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28303         <bp-sym.h> and <bp-asm.h>.
28304         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28305         comment.
28306
28307 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28308
28309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28310         Use ZK to minimize writes to Z.
28311         (sub_magnitudes): Simplify code a bit.
28312         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28313         Use ZK to minimize writes to Z.
28314         (sub_magnitudes): Simplify code a bit.
28315
28316 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28317
28318         * csu/gmon-start.c: Add special exception to license text.
28319
28320 2013-02-27  Richard Henderson  <rth@redhat.com>
28321
28322         * scripts/config.guess: Update from config.git.
28323         * scripts/config.sub: Likewise.
28324
28325 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28326
28327         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28328
28329         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28330
28331         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28332
28333         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28334
28335         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28336
28337 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28338
28339         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28340         [$(build-shared = yes].
28341
28342 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28343
28344         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28345         (__mul): Reduce iterations for calculating mantissa.
28346
28347         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28348         MPTWO.
28349         (__mpranred): Likewise.
28350
28351         [BZ #15160]
28352         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28353         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28354
28355 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28356
28357         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28358         Define __attribute__.
28359
28360 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28361
28362         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28363         unused.
28364         * posix/regex_internal.h (__attribute): Remove.
28365         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28366         (re_string_context_at): Likewise.
28367         (bitset_not): Use __attribute__ and mark function as possibly
28368         unused.
28369         (bitset_merge): Likewise.
28370         (bitset_mask): Likewise.
28371         (re_string_char_size_at): Likewise.
28372         (re_string_wchar_at): Likewise.
28373         (re_string_elem_size_at): Likewise.
28374
28375 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28376
28377         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28378         code.
28379         (cc32): Likewise.
28380
28381         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28382         (__acr): Likewise.
28383         (__cpy): Likewise.
28384         (norm): Likewise.
28385         (denorm): Likewise.
28386         (__dbl_mp): Likewise.
28387         (add_magnitudes): Likewise.
28388         (sub_magnitudes): Likewise.
28389         (__mul): Likewise.
28390         (__inv): Likewise.
28391
28392         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28393         style.
28394
28395         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28396         style.
28397
28398         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28399         code.
28400
28401         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28402         up changes with default code.
28403         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28404         Likewise.
28405
28406 2013-02-24  Allan McRae  <allan@archlinux.org>
28407
28408         * manual/socket.texi (The Internet Namespace): Order menu items
28409         to match that in the file.
28410
28411         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28412         node listing of the info page menu.
28413
28414 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28415
28416         [BZ #13550]
28417         * sysdeps/i386/bp-asm.h: Remove file.
28418         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28419         (PARMS): Do not use macros from bp-asm.h.
28420         (S1): Likewise.
28421         (S2): Likewise.
28422         (SIZE): Likewise.
28423         (__mpn_add_n): Do not use BP_SYM
28424         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28425         "bp-asm.h".
28426         (PARMS): Do not use macros from bp-asm.h.
28427         (S1): Likewise.
28428         (SIZE): Likewise.
28429         (__mpn_addmul_1): Do not use BP_SYM
28430         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28431         "bp-asm.h".
28432         (PARMS): Do not use macros from bp-asm.h.
28433         (SIGMSK): Likewise.
28434         (_setjmp): Likewise.  Do not use BP_SYM.
28435         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28436         "bp-asm.h".
28437         (PARMS): Do not use macros from bp-asm.h.
28438         (SIGMSK): Likewise.
28439         (setjmp): Likewise.  Do not use BP_SYM.
28440         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28441         "bp-asm.h".
28442         (PARMS): Do not use macros from bp-asm.h.
28443         (__frexp): Do not use BP_SYM.
28444         (frexp): Likewise.
28445         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28446         "bp-asm.h".
28447         (PARMS): Do not use macros from bp-asm.h.
28448         (__frexpf): Do not use BP_SYM.
28449         (frexpf): Likewise.
28450         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28451         "bp-asm.h".
28452         (PARMS): Do not use macros from bp-asm.h.
28453         (__frexpl): Do not use BP_SYM.
28454         (frexpl): Likewise.
28455         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28456         "bp-asm.h".
28457         (PARMS): Do not use macros from bp-asm.h.
28458         (__remquo): Do not use BP_SYM.
28459         (remquo): Likewise.
28460         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28461         "bp-asm.h".
28462         (PARMS): Do not use macros from bp-asm.h.
28463         (__remquof): Do not use BP_SYM.
28464         (remquof): Likewise.
28465         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28466         "bp-asm.h".
28467         (PARMS): Do not use macros from bp-asm.h.
28468         (__remquol): Do not use BP_SYM.
28469         (remquol): Likewise.
28470         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28471         "bp-asm.h".
28472         (PARMS): Do not use macros from bp-asm.h.
28473         (DEST): Likewise.
28474         (SRC): Likewise.
28475         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28476         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28477         "bp-asm.h".
28478         (PARMS): Do not use macros from bp-asm.h.
28479         (strlen): Do not use BP_SYM.
28480         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28481         "bp-asm.h".
28482         (PARMS): Do not use macros from bp-asm.h.
28483         (S1): Likewise.
28484         (S2): Likewise.
28485         (SIZE): Likewise.
28486         (__mpn_add_n): Do not use BP_SYM.
28487         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28488         "bp-asm.h".
28489         (PARMS): Do not use macros from bp-asm.h.
28490         (S1): Likewise.
28491         (SIZE): Likewise.
28492         (__mpn_addmul_1): Do not use BP_SYM.
28493         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28494         weak_alias.
28495         (bzero): Likewise.
28496         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28497         "bp-asm.h".
28498         (PARMS): Do not use macros from bp-asm.h.
28499         (S): Likewise.
28500         (SIZE): Likewise.
28501         (__mpn_lshift): Do not use BP_SYM.
28502         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28503         "bp-asm.h".
28504         (PARMS): Do not use macros from bp-asm.h.
28505         (DEST): Likewise.
28506         (SRC): Likewise.
28507         (LEN): Likewise.
28508         (memcpy): Likewise.  Do not use BP_SYM.
28509         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28510         libc_hidden_def and weak_alias.
28511         (mempcpy): Do not use BP_SYM in weak_alias.
28512         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28513         "bp-asm.h".
28514         (PARMS): Do not use macros from bp-asm.h.
28515         (DEST): Likewise.
28516         (LEN): Likewise.
28517         [!BZERO_P] (CHR): Likewise.
28518         (memset): Likewise.  Do not use BP_SYM.
28519         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28520         "bp-asm.h".
28521         (PARMS): Do not use macros from bp-asm.h.
28522         (S1): Likewise.
28523         (SIZE): Likewise.
28524         (__mpn_mul_1): Do not use BP_SYM.
28525         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28526         "bp-asm.h".
28527         (PARMS): Do not use macros from bp-asm.h.
28528         (S): Likewise.
28529         (SIZE): Likewise.
28530         (__mpn_rshift): Do not use BP_SYM.
28531         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28532         "bp-asm.h".
28533         (PARMS): Do not use macros from bp-asm.h.
28534         (STR): Likewise.
28535         (CHR): Likewise.
28536         (strchr): Likewise.  Do not use BP_SYM.
28537         (index): Do not use BP_SYM in weak_alias.
28538         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28539         "bp-asm.h".
28540         (PARMS): Do not use macros from bp-asm.h.
28541         (DEST): Likewise.
28542         (SRC): Likewise.
28543         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28544         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28545         "bp-asm.h".
28546         (PARMS): Do not use macros from bp-asm.h.
28547         (strlen): Do not use BP_SYM.
28548         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28549         "bp-asm.h".
28550         (PARMS): Do not use macros from bp-asm.h.
28551         (S1): Likewise.
28552         (S2): Likewise.
28553         (SIZE): Likewise.
28554         (__mpn_sub_n): Do not use BP_SYM.
28555         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28556         "bp-asm.h".
28557         (PARMS): Do not use macros from bp-asm.h.
28558         (S1): Likewise.
28559         (SIZE): Likewise.
28560         (__mpn_submul_1): Do not use BP_SYM.
28561         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28562         "bp-asm.h".
28563         (PARMS): Do not use macros from bp-asm.h.
28564         (S1): Likewise.
28565         (S2): Likewise.
28566         (SIZE): Likewise.
28567         (__mpn_add_n): Do not use BP_SYM.
28568         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28569         weak_alias.
28570         (bzero): Likewise.
28571         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28572         "bp-asm.h".
28573         (PARMS): Do not use macros from bp-asm.h.
28574         (BLK2): Likewise.
28575         (LEN): Likewise.
28576         (memcmp): Do not use BP_SYM.
28577         (bcmp): Do not use BP_SYM in weak_alias.
28578         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28579         "bp-asm.h".
28580         (PARMS): Do not use macros from bp-asm.h.
28581         (DEST): Likewise.
28582         (SRC): Likewise.
28583         (LEN): Likewise.
28584         (memcpy): Likewise.  Do not use BP_SYM.
28585         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28586         "bp-asm.h".
28587         (PARMS): Do not use macros from bp-asm.h.
28588         (DEST): Likewise.
28589         (SRC): Likewise.
28590         (LEN): Likewise.
28591         (memmove): Likewise.  Do not use BP_SYM.
28592         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28593         "bp-asm.h".
28594         (PARMS): Do not use macros from bp-asm.h.
28595         (DEST): Likewise.
28596         (SRC): Likewise.
28597         (LEN): Likewise.
28598         (__mempcpy): Likewise.  Do not use BP_SYM.
28599         (mempcpy): Do not use BP_SYM in weak_alias.
28600         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28601         "bp-asm.h".
28602         (PARMS): Do not use macros from bp-asm.h.
28603         (DEST): Likewise.
28604         (LEN): Likewise.
28605         [!BZERO_P] (CHR): Likewise.
28606         (memset): Likewise.  Do not use BP_SYM.
28607         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28608         "bp-asm.h".
28609         (PARMS): Do not use macros from bp-asm.h.
28610         (STR2): Likewise.
28611         (strcmp): Do not use BP_SYM.
28612         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28613         "bp-asm.h".
28614         (PARMS): Do not use macros from bp-asm.h.
28615         (STR): Likewise.
28616         (DELIM): Likewise.
28617         [USE_AS_STRTOK_R] (SAVE): Likewise.
28618         (FUNCTION): Likewise.  Do not use BP_SYM.
28619         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28620         aliases.
28621         (strtok_r): Likewise.
28622         (__GI___strtok_r): Likewise.
28623         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28624         (PARMS): Do not use macros from bp-asm.h.
28625         (S): Likewise.
28626         (SIZE): Likewise.
28627         (__mpn_lshift): Do not use BP_SYM.
28628         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28629         (PARMS): Do not use macros from bp-asm.h.
28630         (STR): Likewise.
28631         (CHR): Likewise.
28632         (__memchr): Do not use BP_SYM.
28633         (memchr): Do not use BP_SYM in weak_alias.
28634         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28635         (PARMS): Do not use macros from bp-asm.h.
28636         (BLK2): Likewise.
28637         (LEN): Likewise.
28638         (memcmp): Do not use BP_SYM.
28639         (bcmp): Do not use BP_SYM in weak_alias.
28640         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28641         (PARMS): Do not use macros from bp-asm.h.
28642         (S1): Likewise.
28643         (SIZE): Likewise.
28644         (__mpn_mul_1): Do not use BP_SYM.
28645         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28646         "bp-asm.h".
28647         (PARMS): Do not use macros from bp-asm.h.
28648         (STR): Likewise.
28649         (CHR): Likewise.
28650         (__rawmemchr): Do not use BP_SYM.
28651         (rawmemchr): Do not use BP_SYM in weak_alias.
28652         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28653         (PARMS): Do not use macros from bp-asm.h.
28654         (S): Likewise.
28655         (SIZE): Likewise.
28656         (__mpn_rshift): Do not use BP_SYM.
28657         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28658         (PARMS): Do not use macros from bp-asm.h.
28659         (SIGMSK): Likewise.
28660         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28661         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28662         (_start): Do not use BP_SYM.
28663         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28664         (PARMS): Do not use macros from bp-asm.h.
28665         (DEST): Likewise.
28666         (SRC): Likewise.
28667         (__stpcpy): Likewise.  Do not use BP_SYM.
28668         (stpcpy): Do not use BP_SYM in weak_alias.
28669         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28670         "bp-asm.h".
28671         (PARMS): Do not use macros from bp-asm.h.
28672         (DEST): Likewise.
28673         (SRC): Likewise.
28674         (LEN): Likewise.
28675         (__stpncpy): Likewise.  Do not use BP_SYM.
28676         (stpncpy): Do not use BP_SYM in weak_alias.
28677         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28678         (PARMS): Do not use macros from bp-asm.h.
28679         (STR): Likewise.
28680         (CHR): Likewise.
28681         (strchr): Likewise.  Do not use BP_SYM.
28682         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28683         "bp-asm.h".
28684         (PARMS): Do not use macros from bp-asm.h.
28685         (STR): Likewise.
28686         (CHR): Likewise.
28687         (__strchrnul): Likewise.  Do not use BP_SYM.
28688         (strchrnul): Do not use BP_SYM in weak_alias.
28689         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28690         "bp-asm.h".
28691         (PARMS): Do not use macros from bp-asm.h.
28692         (STOP): Likewise.
28693         (strcspn): Do not use BP_SYM.
28694         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28695         "bp-asm.h".
28696         (PARMS): Do not use macros from bp-asm.h.
28697         (STR): Likewise.
28698         (STOP): Likewise.
28699         (strpbrk): Likewise.  Do not use BP_SYM.
28700         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28701         "bp-asm.h".
28702         (PARMS): Do not use macros from bp-asm.h.
28703         (STR): Likewise.
28704         (CHR): Likewise.
28705         (strrchr): Likewise.  Do not use BP_SYM.
28706         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28707         (PARMS): Do not use macros from bp-asm.h.
28708         (SKIP): Likewise.
28709         (strspn): Do not use BP_SYM.
28710         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28711         (PARMS): Do not use macros from bp-asm.h.
28712         (STR): Likewise.
28713         (DELIM): Likewise.
28714         (SAVE): Likewise.
28715         (FUNCTION): Likewise.  Do not use BP_SYM.
28716         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28717         aliases.
28718         (strtok_r): Likewise.
28719         (__GI___strtok_r): Likewise.
28720         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28721         (PARMS): Do not use macros from bp-asm.h.
28722         (S1): Likewise.
28723         (S2): Likewise.
28724         (SIZE): Likewise.
28725         (__mpn_sub_n): Do not use BP_SYM.
28726         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28727         "bp-asm.h".
28728         (PARMS): Do not use macros from bp-asm.h.
28729         (S1): Likewise.
28730         (SIZE): Likewise.
28731         (__mpn_submul_1): Do not use BP_SYM.
28732         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28733         <bp-sym.h>.
28734         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28735         and <bp-asm.h>.
28736         (PARMS): Do not use macros from bp-asm.h.
28737         (FLAGS): Likewise.
28738         (PTID): Likewise.
28739         (TLS): Likewise.
28740         (CTID): Likewise.
28741         (__clone): Do not use BP_SYM.
28742         (clone): Do not use BP_SYM in weak_alias.
28743         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28744         and <bp-asm.h>.
28745         (PARMS): Do not use macros from bp-asm.h.
28746         (LEN): Likewise.
28747         (__mmap64): Do not use BP_SYM.
28748         (mmap64): Do not use BP_SYM in weak_alias.
28749         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28750         <bp-sym.h> and <bp-asm.h>.
28751         (PARMS): Do not use macros from bp-asm.h.
28752         (__posix_fadvise64_l64): Do not use BP_SYM.
28753         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28754         (PARMS): Do not use macros from bp-asm.h.
28755         (NSOPS): Likewise.
28756         (semtimedop): Do not use BP_SYM.
28757         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28758         and <bp-asm.h>.
28759
28760 2013-02-21  Allan McRae  <allan@archlinux.org>
28761
28762         * manual/message.texi (Charset conversion in gettext):
28763         Move @end statement to beginning of line.
28764
28765 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28766
28767         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28768         static.
28769         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28770         Likewise.
28771
28772         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28773         (denorm): Likewise.
28774         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28775         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28776
28777 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28778
28779         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28780         tail-call to the resolved function if pltexit isn't needed.
28781
28782 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28783
28784         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28785         or Y being zero as being unlikely.
28786         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28787         Likewise.
28788
28789 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28790
28791         * manual/nss.texi (System Databases and Name Service Switch):
28792         Remove frobnicate @pxref.
28793
28794 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28795
28796         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28797         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28798
28799 2013-02-20  Petr Machata  <pmachata@redhat.com>
28800
28801         * elf/elf.h (R_ARM_TARGET1): New macro.
28802         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28803         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28804         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28805         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28806         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28807         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28808         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28809         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28810         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28811         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28812         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28813         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28814         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28815         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28816         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28817         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28818         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28819         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28820         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28821         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28822         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28823         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28824         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28825         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28826         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28827         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28828         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28829         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28830         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28831         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28832         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28833         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28834         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28835         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28836         (R_ARM_THM_GOT_BREL12): Likewise.
28837         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28838         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28839         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28840         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28841         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28842         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28843         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28844         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28845         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28846
28847 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28848
28849         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28850         __attribute_used__ to __attribute__ ((unused)).
28851
28852 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28853
28854         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28855         powerpc mpa.c.
28856         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28857         comment formatting.
28858         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28859
28860 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28861
28862         [BZ #13550]
28863         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28864         Remove macro.
28865         (ENTER): Remove both macro definitions.
28866         (LEAVE): Likewise.
28867         (CHECK_BOUNDS_LOW): Likewise.
28868         (CHECK_BOUNDS_HIGH): Likewise.
28869         (CHECK_BOUNDS_BOTH): Likewise.
28870         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28871         (RETURN_BOUNDED_POINTER): Likewise.
28872         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28873         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28874         (POP_ERRNO_LOCATION_RETURN): Likewise.
28875         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28876         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28877         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28878         macros.
28879         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28880         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28881         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28882         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28883         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28884         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28885         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28886         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28887         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28888         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28889         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28890         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28891         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28892         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28893         removed macros.
28894         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28895         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28896         macros.
28897         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28898         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28899         * sysdeps/i386/i586/memset.S (memset): Likewise.
28900         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28901         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28902         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28903         macros.
28904         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28905         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28906         Change uses of L(2) to L(out).
28907         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28908         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28909         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28910         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28911         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28912         removed macros.
28913         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28914         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28915         macros.
28916         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28917         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28918         (RETURN): Do not use macro LEAVE.
28919         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28920         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28921         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28922         * sysdeps/i386/i686/memset.S (memset): Likewise.
28923         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28924         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28925         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28926         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28927         Likewise.
28928         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28929         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28930         L(1_2) and L(1_3) into L(1).
28931         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28932         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28933         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28934         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28935         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28936         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28937         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28938         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28939         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28940         macros.
28941         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28942         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28943         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28944         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28945         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28946         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28947         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28948         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28949         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28950         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28951         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28952         * sysdeps/i386/strspn.S (strspn): Likewise.
28953         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28954         conditional code.
28955         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28956         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28957         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28958         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28959         L(1_3) into L(1_1).
28960         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28961         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28962         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28963         macros.
28964         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28965
28966 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28967
28968         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28969         macro.
28970
28971 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28972
28973         * math/atest-exp.c (exp_mpn): Remove ROUND.
28974         * math/atest-exp2.c (exp_mpn): Likewise.
28975         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28976
28977         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28978         * stdlib/tst-tls-atexit-lib.c: Likewise.
28979         * stdlib/tst-tls-atexit.c: Likewise.
28980
28981 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28982
28983         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28984         and __attribute_alloc_size__.
28985
28986 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28987
28988         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28989         __attribute_alloc_size__.
28990         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28991         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28992
28993 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28994
28995         * include/programs/xmalloc.h: New file.
28996         * catgets/gencat.c: Include it.
28997         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28998         * elf/pldd.c: Likewise.
28999         * iconv/iconv_charmap.c: Likewise.
29000         * iconv/iconvconfig.c: Likewise.
29001         * iconv/strtab.c: Likewise.
29002         * locale/programs/locale.c: Likewise.
29003         * locale/programs/localedef.h: Likewise.
29004         * locale/programs/simple-hash.c: Likewise.
29005         * nscd/nscd.h: Likewise.
29006         * nss/makedb.c: Likewise.
29007         * sysdeps/generic/ldconfig.h: Likewise.
29008
29009 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29010
29011         * Versions.def: Add GLIBC_2.18.
29012         * include/link.h (struct link_map): New member l_tls_dtor_count.
29013         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29014         (__call_tls_dtors): Likewise.
29015         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29016         __cxa_thread_atexit_impl.
29017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29018         Likewise.
29019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29020         Likewise.
29021         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29022         Likewise.
29023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29024         Likewise.
29025         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29027         Likewise.
29028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29029         Likewise.
29030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29031         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29032         Likewise.
29033         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29034         (tests): Add test case tst-tls-atexit.
29035         (modules-names): Add shared library for tst-tls-atexit.
29036         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29037         (GLIBC_PRIVATE): Add __call_tls_dtors.
29038         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29039         for libstdc++.
29040         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29041         * stdlib/tst-tls-atexit.c: New test case.
29042         * stdlib/tst-tls-atexit-lib.c: New test case.
29043
29044         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29045
29046         * elf/Versions (ld): Add _dl_find_dso_for_object.
29047         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29048         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29049         (dl_open_worker): Use _dl_find_dso_for_object.
29050         * elf/dl-sym.c (do_sym): Likewise.
29051         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29052
29053 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29054
29055         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29056         Syntactic changes only.
29057         (_dl_runtime_profile): Do a tail-call to the resolved function.
29058
29059 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29060
29061         [BZ #13550]
29062         * sysdeps/x86_64/bp-asm.h: Remove file.
29063         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29064         <bp-sym.h> and <bp-asm.h>.
29065         (__clone): Do not use BP_SYM.
29066         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29067         <bp-sym.h> and <bp-asm.h>.
29068         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29069         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29070         "bp-asm.h".
29071         (_setjmp): Do not use BP_SYM.
29072         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29073         "bp-asm.h".
29074         (setjmp): Do not use BP_SYM.
29075         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29076         libc_hidden_def.
29077         (mempcpy): Do not use BP_SYM in weak_alias.
29078         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29079         "bp-asm.h".
29080         (strchr): Do not use BP_SYM.
29081         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29082         "bp-asm.h".
29083         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29084         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29085         (_start): Do not use BP_SYM.
29086         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29087         "bp-asm.h".
29088         (strcat): Do not use BP_SYM.
29089         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29090         "bp-asm.h".
29091         (STRCMP): Do not use BP_SYM.
29092         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29093         "bp-asm.h".
29094         (STRCPY): Do not use BP_SYM.
29095         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29096         "bp-asm.h".
29097         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29098         "bp-asm.h".
29099         (FUNCTION): Do not use BP_SYM.
29100         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29101         weak_alias.
29102         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29103
29104 2013-02-17  Andreas Jaeger  <aj@suse.de>
29105
29106         * time/Versions: Sort entries.
29107         * string/Versions: Likewise.
29108         * resolv/Versions: Likewise.
29109         * posix/Versions: Likewise.
29110         * iconv/Versions: Likewise.
29111         * elf/Versions: Likewise.
29112         * wcsmbs/Versions: Likewise.
29113
29114 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29115
29116         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29117         loop termination condition.
29118
29119         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29120         variable to calculate EZ.
29121         (__sqr): Likewise.
29122
29123         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29124         the lower precision input.
29125
29126 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29127
29128         [BZ #13550]
29129         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29130         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29131         (run-via-rtld-prefix): Do not handle %-bp tests.
29132         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29133         (all-object-suffixes): Remove .ob.
29134         (bppfx): Remove variable.
29135         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29136         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29137         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29138         [$(build-bounded) = yes] (libtype.ob): Likewise.
29139         * Makerules (elide-routines.ob): Remove variable.
29140         (do-tests-clean): Do not handle *-bp.out.
29141         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29142         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29143         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29144         (tests): Do not include $(tests-bp.out).
29145         (xtests): Do not include $(xtests-bp.out).
29146         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29147         [$(build-bounded) = yes] ($(addprefix
29148         $(objpfx),$(binaries-bounded))): Remove rule.
29149         ($(objpfx)%-bp.out): Remove rule.
29150         * config.make.in (build-bounded): Remove variable.
29151         * crypt/Makefile [$(build-bounded) = yes]
29152         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29153         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29154         append to variable.
29155         [$(build-bounded) = yes] (install-lib): Likewise.
29156         [$(build-bounded) = yes] (generated): Likewise.
29157         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29158         Remove rule.
29159         * intl/Makefile [$(build-bounded) = yes]
29160         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29161         * math/Makefile [$(build-bounded) = yes]
29162         ($(tests:%=$(objpfx)%-bp): Likewise.
29163         * misc/Makefile [$(build-bounded) = yes]
29164         ($(objpfx)tst-tsearch-bp): Likewise.
29165         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29166         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29167         Remove dependency.
29168         * string/Makefile (o-objects.ob): Remove variable.
29169         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29170         (CFLAGS-.ob): Remove variable.
29171         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29172         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29173         both definitions of variable.
29174         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29175         (ASFLAGS-.ob): Remove variable.
29176
29177 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29178
29179         [BZ #13550]
29180         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29181         Remove __BOUNDED_POINTERS__ from condition.
29182         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29183         * string/bits/string2.h [!__NO_STRING_INLINES &&
29184         !__BOUNDED_POINTERS__]: Likewise.
29185         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29186         Likewise.
29187         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29188         Remove conditional code.
29189         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29190         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29191         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29192         condition.
29193
29194         [BZ #13550]
29195         * csu/libc-start.c: Do not include <bp-sym.h>.
29196         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29197         * elf/dl-open.c: Do not include <bp-sym.h>.
29198         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29199         * math/fegetenv.c: Do not include <bp-sym.h>.
29200         (fegetenv): Do not use BP_SYM in versioned symbols.
29201         * nptl/sysdeps/pthread/bits/libc-lockP.h
29202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29203         <bp-sym.h>.
29204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29205         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29206         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29207         (__pthread_mutex_destroy): Likewise.
29208         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29209         (__pthread_mutex_lock): Likewise.
29210         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29211         (__pthread_mutex_trylock): Likewise.
29212         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29213         (__pthread_mutex_unlock): Likewise.
29214         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29215         (__pthread_mutexattr_init): Likewise.
29216         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29217         (__pthread_mutexattr_destroy): Likewise.
29218         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29219         (__pthread_mutexattr_settype): Likewise.
29220         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29221         (__pthread_rwlock_init): Likewise.
29222         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29223         (__pthread_rwlock_destroy): Likewise.
29224         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29225         (__pthread_rwlock_rdlock): Likewise.
29226         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29227         (__pthread_rwlock_tryrdlock): Likewise.
29228         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29229         (__pthread_rwlock_wrlock): Likewise.
29230         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29231         (__pthread_rwlock_trywrlock): Likewise.
29232         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29233         (__pthread_rwlock_unlock): Likewise.
29234         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29235         (__pthread_key_create): Likewise.
29236         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29237         (__pthread_setspecific): Likewise.
29238         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29239         (__pthread_getspecific): Likewise.
29240         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29241         Likewise.
29242         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29243         (_pthread_cleanup_push_defer): Likewise.
29244         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29245         (_pthread_cleanup_pop_restore): Likewise.
29246         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29247         (pthread_setcancelstate): Likewise.
29248         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29249         <bp-sym.h>.
29250         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29251         (memchr): Do not use BP_SYM in weak_alias.
29252         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29253         (fegetenv): Do not use BP_SYM in versioned symbols.
29254         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29255         (fesetenv): Do not use BP_SYM in versioned symbols.
29256         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29257         (feupdateenv): Do not use BP_SYM in versioned symbols.
29258         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29259         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29260         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29261         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29262         (open64): Do not use BP_SYM in weak_alias.
29263         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29264         (fegetenv): Do not use BP_SYM in versioned symbols.
29265         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29266         (fesetenv): Do not use BP_SYM in versioned symbols.
29267         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29268         (feupdateenv): Do not use BP_SYM in versioned symbols.
29269         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29270         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29271         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29272         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29273         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29274         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29275         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29276         <bp-sym.h>.
29277         (__libc_start_main): Do not use BP_SYM.
29278
29279 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29280
29281         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29282         redundant return line.
29283         (norm): Likewise.
29284         (denorm): Likewise.
29285         (dbl_mp): Likewise.
29286         (sub_magnitudes): Likewise.
29287         (__add): Likewise.
29288         (__sub): Likewise.
29289         (__mul): Likewise.
29290         (__inv): Likewise.
29291         (__dvd): Likewise.
29292         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29293         (norm): Likewise.
29294         (denorm): Likewise.
29295         (dbl_mp): Likewise.
29296         (sub_magnitudes): Likewise.
29297         (__add): Likewise.
29298         (__sub): Likewise.
29299         (__mul): Likewise.
29300         (__inv): Likewise.
29301         (__dvd): Likewise.
29302
29303         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29304         instead of __mul.
29305         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29306         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29307         (cc32): Likewise.
29308
29309         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29310         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29311         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29312         of __mul for squares.
29313         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29314         function
29315         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29316         Likewise.
29317         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29318         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29319
29320 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29321
29322         [BZ #13550]
29323         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29324         code.
29325         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29326         prototype or function definition.  Rename ubp_* variables and
29327         parameters.  Remove argv definitions conditional on
29328         [__BOUNDED_POINTERS__].
29329         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29330         * elf/dl-runtime.c (_dl_fixup): Likewise.
29331         * include/set-hooks.h (RUN_HOOK): Likewise.
29332         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29333         definition.
29334         * string/strcpy.c (strcpy): Do not use __unbounded.
29335         * sysdeps/generic/frame.h (struct layout): Likewise.
29336         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29337         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29338         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29339         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29340         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29341         (__backtrace): Likewise.
29342         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29343         use __ptrvalue.
29344         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29345         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29346         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29347         Likewise.
29348         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29349         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29350         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29351         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29352         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29353         Do not use __unbounded.
29354         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29355         Rename __unboundedrlimits parameter to rlimits in prototype.
29356         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29357         Do not use __unbounded.
29358         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29359         not use __ptrvalue.
29360         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29361         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29362         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29363         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29364         __ptrvalue or __unbounded.
29365         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29366         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29367         use __unbounded.
29368         (__new_msgctl): Do not use __ptrvalue.
29369         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29370         __unbounded.
29371         (__libc_msgrcv): Do not use __ptrvalue.
29372         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29373         startup_info): Do not use __unbounded.
29374         (__libc_start_main): Likewise.  Rename ubp_* variables and
29375         parameters.  Remove argv definitions conditional on
29376         [__BOUNDED_POINTERS__].
29377         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29378         __ptrvalue.
29379         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29380         use __unbounded.
29381         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29382         or __ptrvalue.
29383         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29384         use __unbounded.
29385         (__new_shmctl): Do not use __ptrvalue.
29386         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29387         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29388         Likewise.
29389         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29390         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29391         (__libc_sigaction): Likewise.
29392         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29393         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29394         Likewise.
29395         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29396
29397 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29398
29399         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29400
29401         * string/mempcpy.c: Implement by calling memcpy.
29402
29403 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29404
29405         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29406
29407         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29408         evaluation.
29409
29410         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29411         values in the mantissa.
29412
29413         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29414         minimize writes to Z.
29415         (sub_magnitudes): Simplify code a bit.
29416
29417 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29418
29419         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29420         from the message.  The linker prefixes all warnings with that already.
29421
29422 2013-02-12  Andreas Schwab  <schwab@suse.de>
29423
29424         [BZ #15078]
29425         * posix/regexec.c (extend_buffers): Add parameter min_len.
29426         (check_matching): Pass minimum needed length.
29427         (clean_state_log_if_needed): Likewise.
29428         (get_subexp): Likewise.
29429         * posix/Makefile (tests): Add bug-regex34.
29430         (bug-regex34-ENV): Define.
29431         * posix/bug-regex34.c: New file.
29432
29433         [BZ #11561]
29434         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29435         elements compare against the byte sequence of it, not its name.
29436         * posix/Makefile (tests): Add bug-regex35.
29437         (bug-regex35-ENV): Define.
29438         * posix/bug-regex35.c: New file.
29439
29440 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29441
29442         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29443         comment.
29444         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29445         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29446         (CHECK_EOL): Add undef.
29447
29448 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29449
29450         * bits/stdlib-bsearch.h: New file.
29451         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29452         * stdlib/stdlib.h: Likewise.
29453
29454 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29455
29456         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29457         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29458         declaration.
29459         * manual/search.texi (Array Search Function): Add missing const in
29460         lfind prototype.
29461         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29462         declaration to use rlim_t.
29463         (Basic Scheduling Functions): Remove erroneous const from
29464         sched_getparam prototype.  Remove erroneous * from
29465         sched_get_priority_max and sched_get_priority_min prototypes.
29466         (Resource Usage): Fix summary @comment on vtimes to refer to
29467         sys/vtimes.h rather than vtimes.h.
29468         Add missing *s in vtimes prototype.
29469         (Limits on Resources): Fix ulimit prototype to return long int.
29470         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29471         prototypes to use long int rather than double.
29472         (BSD Random): Fix initstate and setstate to use char *, not void *.
29473         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29474         prototype to make second argument 'struct aiocb64 *const[]'.
29475         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29476         (Status of AIO Operations): Remove erroneous const in aio_return and
29477         aio_return64 prototypes.
29478         (Synchronizing I/O): Fix sync prototype to return void.
29479         * manual/startup.texi (Suboptions): Remove an erroneous const in
29480         getsubopt prototype.
29481         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29482         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29483         use size_t rather than int.
29484         (Scanning All Users): Likewise for getpwent_r.
29485         (Setting Groups): Add missing const to setgroups prototype.
29486         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29487         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29488         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29489         'const void *' rather than 'const char *'.
29490         (Host Address Functions): Likewise for inet_ntop.
29491         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29492         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29493         ssize_t for return value.
29494         (Sending Data): Likewise for send, sendto, sendmsg.
29495         (Socket Option Functions): Add a missing const in setsockopt prototype.
29496         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29497         use wchar_t for the argument.
29498         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29499         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29500         take no arguments.
29501         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29502         double/float/long double for second argument.
29503         Fix return types of significand, significandf, significandl.
29504         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29505         argument in fchmod prototype.
29506         (File Owner): Use uid_t and gid_t in fchown prototype.
29507         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29508         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29509         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29510         use 'const struct dirent **' as argument types to CMP function pointer
29511         argument.
29512         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29513         (File Times): Fix summary magic @comment for struct utimbuf and utime
29514         to refer to utime.h, not time.h.
29515         * manual/string.texi (Argz Functions): Add missing const in
29516         argz_extract and argz_next prototypes.
29517         (Finding Tokens in a String): Likewise for basename.
29518         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29519         (Copying and Concatenation): Fix typo in wmemmove prototype.
29520         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29521         (Signal Stack): Remove erroneous const in sigstack prototype.
29522         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29523         prototype.
29524         (Simple Calendar Time): Likewise for stime.
29525         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29526         prototype.
29527         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29528         say sys/sysctl.h instead.
29529         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29530         and vsyslog prototypes.
29531
29532 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29533
29534         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29535         Remove.
29536
29537 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29538
29539         * misc/sys/mman.h: Fix typo in mremap comment.
29540
29541 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29542
29543         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29544         the '\0' terminator.
29545
29546 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29547
29548         [BZ #13550]
29549         * debug/segfault.c: Don't include <bp-checks.h>.
29550         * sysdeps/generic/bp-checks.h: Remove file.
29551         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29552         (__GETDENTS): Don't use CHECK_N.
29553         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29554         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29555         (__getgroups): Don't use CHECK_N.
29556         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29557         (setgroups): Don't use CHECK_N.
29558         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29559         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29560         (__libc_msgrcv): Don't use CHECK_N.
29561         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29562         (__libc_msgsnd): Don't use CHECK_N.
29563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29564         <bp-checks.h>.
29565         (__libc_pread): Don't use CHECK_N.
29566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29567         include <bp-checks.h>.
29568         (__libc_pread64): Don't use CHECK_N.
29569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29570         include <bp-checks.h>.
29571         (__libc_pwrite): Don't use CHECK_N.
29572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29573         include <bp-checks.h>.
29574         (__libc_pwrite64): Don't use CHECK_N.
29575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29576         <bp-checks.h>.
29577         (__libc_pread): Don't use CHECK_N.
29578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29579         include <bp-checks.h>.
29580         (__libc_pread64): Don't use CHECK_N.
29581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29582         include <bp-checks.h>.
29583         (__libc_pwrite): Don't use CHECK_N.
29584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29585         include <bp-checks.h>.
29586         (__libc_pwrite64): Don't use CHECK_N.
29587         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29588         (do_pread): Don't use CHECK_N.
29589         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29590         (do_pread64): Don't use CHECK_N.
29591         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29592         (do_pwrite): Don't use CHECK_N.
29593         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29594         (do_pwrite64): Don't use CHECK_N.
29595         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29596         (__libc_readv): Don't use CHECK_N.
29597         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29598         (semop): Don't use CHECK_N.
29599         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29600         <bp-checks.h>.
29601         (semtimedop): Don't use CHECK_N.
29602         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29603         (__libc_pread): Don't use CHECK_N.
29604         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29605         <bp-checks.h>.
29606         (__libc_pread64): Don't use CHECK_N.
29607         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29608         <bp-checks.h>.
29609         (__libc_pwrite): Don't use CHECK_N.
29610         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29611         <bp-checks.h>.
29612         (__libc_pwrite64): Don't use CHECK_N.
29613         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29614         <bp-checks.h>.
29615         (__libc_msgrcv): Don't use CHECK_N.
29616         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29617         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29618         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29619         (__libc_writev): Don't use CHECK_N.
29620
29621 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29622
29623         * string/strcpy.c: Removed unused variable.
29624
29625         * Makeconfig (+sysdep-includes): Define with := rather than =.
29626         Use an existing include/ subdir of each sysdeps dir before it.
29627
29628 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29629
29630         * nscd/connection.c (register_traced_file): Comment function.
29631         [HAVE_INOTIFY] (union __inev): Define.
29632         [HAVE_INOTIFY] (inotify_check_files): New function.
29633         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29634         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29635         clear_db_cache.
29636         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29637
29638 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29639
29640         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29641         loaded if not already and that a failure is permanent.
29642
29643 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29644
29645         [BZ #15006]
29646         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29647         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29648
29649 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29650
29651         [BZ #13550]
29652         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29653         (CHECK_1_NULL_OK): Likewise.
29654         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29655         (__fxstat): Do not use CHECK_1.
29656         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29657         <bp-checks.h>.
29658         (___fxstat64): Do not use CHECK_1.
29659         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29660         <bp-checks.h>.
29661         (__fxstatat): Do not use CHECK_1.
29662         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29663         <bp-checks.h>.
29664         (__fxstatat64): Do not use CHECK_1.
29665         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29666         <bp-checks.h>.
29667         (__fxstat): Do not use CHECK_1.
29668         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29669         <bp-checks.h>.
29670         (__fxstatat): Do not use CHECK_1.
29671         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29672         <bp-checks.h>.
29673         (__getresgid): Do not use CHECK_1.
29674         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29675         <bp-checks.h>.
29676         (__getresuid): Do not use CHECK_1.
29677         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29678         <bp-checks.h>.
29679         (__lxstat): Do not use CHECK_1.
29680         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29681         <bp-checks.h>.
29682         (__old_msgctl): Do not use CHECK_1.
29683         (__new_msgctl): Likewise.
29684         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29685         <bp-checks.h>.
29686         (__new_setrlimit): Do not use CHECK_1.
29687         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29688         <bp-checks.h>.
29689         (__old_shmctl): Do not use CHECK_1.
29690         (__new_shmctl): Likewise.
29691         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29692         <bp-checks.h>.
29693         (__xstat): Do not use CHECK_1.
29694         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29695         (__lxstat): Do not use CHECK_1.
29696         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29697         <bp-checks.h>.
29698         (___lxstat64): Do not use CHECK_1.
29699         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29700         (__old_msgctl): Do not use CHECK_1.
29701         (__new_msgctl): Likewise.
29702         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29703         <bp-checks.h>.
29704         (__gettimeofday): Do not use CHECK_1.
29705         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29706         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29707         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29708         <bp-checks.h>.
29709         (__gettimeofday): Do not use CHECK_1.
29710         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29711         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29712         (__new_shmctl): Do not use CHECK_1.
29713         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29714         <bp-checks.h>.
29715         (do_sigtimedwait): Do not use CHECK_1.
29716         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29717         <bp-checks.h>.
29718         (do_sigwaitinfo): Do not use CHECK_1.
29719         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29720         <bp-checks.h>.
29721         (msgctl): Do not use CHECK_1.
29722         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29723         <bp-checks.h>.
29724         (shmctl): Do not use CHECK_1.
29725         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29726         (ustat): Do not use CHECK_1.
29727         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29728         <bp-checks.h>.
29729         (__fxstat): Do not use CHECK_1.
29730         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29731         <bp-checks.h>.
29732         (__fxstatat): Do not use CHECK_1.
29733         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29734         <bp-checks.h>.
29735         (__lxstat): Do not use CHECK_1.
29736         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29737         <bp-checks.h>.
29738         (__xstat): Do not use CHECK_1.
29739         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29740         (__xstat): Do not use CHECK_1.
29741         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29742         (___xstat64): Do not use CHECK_1.
29743
29744         [BZ #13550]
29745         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29746         definitions.
29747         (CHECK_BOUNDS_HIGH): Likewise.
29748         * string/strcpy.c: Do not include <bp-checks.h>.
29749         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29750
29751 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29752
29753         * nscd/nscd-client.h (__nscd_drop_map_ref):
29754         Add __attribute__ ((unused)).
29755         * nis/nss-nisplus.h (niserr2nss): Likewise.
29756
29757         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29758         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29759
29760         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29761         Remove inline keyword.
29762         * include/rounding-mode.h (round_away): Likewise.
29763         * libio/wfileops.c (adjust_wide_data): Likewise.
29764         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29765         (__m128i_strloadu_tolower): Likewise.
29766         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29767         (__m128i_strloadu_tolower): Likewise.
29768         * time/mktime.c (ydhms_diff): Likewise.
29769         * locale/elem-hash.h (elem_hash): Likewise.
29770         * locale/setlocale.c (setdata): Likewise.
29771         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29772         (re_string_wchar_at): Likewise.
29773         (bitset_not, bitset_merge, bitset_mask): Likewise.
29774         [!(__GNUC__ > 3)] (inline): Remove macro.
29775         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29776         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29777         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29778         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29779         * string/memcmp.c (memcmp_bytes): Likewise.
29780         * locale/programs/locarchive.c (compute_hashval): Likewise.
29781         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29782         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29783         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29784         * nss/getent.c (print_rpc, print_protocols): Likewise.
29785         (print_passwd, print_group, print_aliases): Likewise.
29786         * nis/nss-nisplus.h (niserr2nss): Likewise.
29787         * nscd/connections.c (restart_p): Likewise.
29788         Change return type to bool.
29789
29790 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29791
29792         * Makeconfig (all-Depend-files): Add existing
29793         $(sorted-subdirs:=/Depend) files.
29794         (all-subdirs): Remove nss.
29795         * sysdeps/unix/inet/Subdirs: Add it here instead.
29796         * hesiod/Depend: New file.
29797
29798         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29799         instead of calling alloca.
29800
29801         * io/lseek.c (__lseek): Rename to __libc_lseek.
29802         Define __lseek as an alias.
29803
29804         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29805
29806 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29807
29808         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29809         else clause and remove check for non-standard endianness.
29810
29811 2013-02-04  David S. Miller  <davem@davemloft.net>
29812
29813         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29814
29815 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29816
29817         [BZ #13550]
29818         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29819         (__ubp_memchr): Remove prototype.
29820         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29821         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29822         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29823         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29824         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29825         Remove alias.
29826         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29827         (__ubp_memchr): Likewise.
29828         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29829         (__ubp_memchr): Likewise.
29830         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29831         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29832         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29833         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29834         CHECK_STRING.
29835         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29836         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29837         (__getcwd): Do not use CHECK_STRING.
29838         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29839         <bp-checks.h>.
29840         (__real_chown): Do not use CHECK_STRING.
29841         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29842         <bp-checks.h>.
29843         (fchownat): Do not use CHECK_STRING.
29844         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29845         CHECK_STRING.
29846         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29847         <bp-checks.h>.
29848         (__lchown): Do not use CHECK_STRING.
29849         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29850         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29851         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29852         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29854         include <bp-checks.h>.
29855         (truncate64): Do not use CHECK_STRING.
29856         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29857         <bp-checks.h>.
29858         (__real_chown): Do not use CHECK_STRING.
29859         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29860         <bp-checks.h>.
29861         (__lchown): Do not use CHECK_STRING.
29862         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29863         <bp-checks.h>.
29864         (__chown): Do not use CHECK_STRING.
29865         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29866         <bp-checks.h>.
29867         (truncate64): Do not use CHECK_STRING.
29868         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29869         Likewise.
29870         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29871         (__xmknod): Do not use CHECK_STRING.
29872         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29873         <bp-checks.h>.
29874         (__xmknodat): Do not use CHECK_STRING.
29875         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29876         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29877
29878 2013-02-04  Andreas Schwab  <schwab@suse.de>
29879
29880         [BZ #14142]
29881         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29882         * include/netdb.h: Likewise for h_errno.
29883         * elf/tst-stackguard1.c: Include <tls.h>.
29884
29885 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29886
29887         * elf/link.h (struct link_map): Extend the l_addr comment.
29888         * include/link.h (struct link_map): Likewise.
29889
29890 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29891
29892         [BZ #13550]
29893         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29894         (BOUNDED_1): Remove macro.
29895         * debug/backtrace.c: Don't include <bp-checks.h>.
29896         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29897         (__backtrace): Likewise.
29898         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29899         <bp-checks.h>.
29900         (__backtrace): Don't use BOUNDED_1.
29901         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29902         <bp-checks.h>.
29903         (__backtrace): Don't use BOUNDED_1.
29904         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29905         (__backtrace): Don't use BOUNDED_1.
29906         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29907         (shmat): Don't use BOUNDED_N.
29908
29909 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29910
29911         [BZ #13550]
29912         * sysdeps/generic/bp-start.h: Remove file.
29913         * csu/libc-start.c: Don't include <bp-start.h>.
29914         (LIBC_START_MAIN): Set up __environ directly instead of using
29915         INIT_ARGV_and_ENVIRON.
29916         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29917         <bp-start.h>.
29918
29919         [BZ #13550]
29920         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29921         definitions.
29922         (CHECK_FCNTL): Likewise.
29923         (CHECK_N_PAGES): Likewise.
29924
29925         [BZ #13550]
29926         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29927         definitions.
29928         (CHECK_SIGSET_NULL_OK): Likewise.
29929         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29930         <bp-checks.h>.
29931         (sigpending): Don't use CHECK_SIGSET.
29932         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29933         <bp-checks.h>.
29934         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29935         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29936         <bp-checks.h>.
29937         (do_sigsuspend): Don't use CHECK_SIGSET.
29938         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29939         use CHECK_SIGSET.
29940         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29941         (do_sigwait): Don't use CHECK_SIGSET.
29942         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29943         use CHECK_SIGSET.
29944         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29945         include <bp-checks.h>.
29946         (sigpending): Don't use CHECK_SIGSET.
29947         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29948         include <bp-checks.h>.
29949         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29950         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29951         <bp-checks.h>.
29952         (sigpending): Don't use CHECK_SIGSET.
29953         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29954         <bp-checks.h>.
29955         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29956
29957         [BZ #13550]
29958         * sysdeps/generic/bp-semctl.h: Remove file.
29959         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29960         <bp-checks.h> and <bp-semctl.h>.
29961         (__old_semctl): Don't use CHECK_SEMCTL.
29962         (__new_semctl): Likewise.
29963         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29964         and <bp-semctl.h>.
29965         (__old_semctl): Don't use CHECK_SEMCTL.
29966         (__new_semctl): Likewise.
29967         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29968         <bp-checks.h> and <bp-semctl.h>.
29969         (__old_semctl): Don't use CHECK_SEMCTL.
29970         (__new_semctl): Likewise.
29971         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29972         <bp-checks.h> and <bp-semctl.h>.
29973         (semctl): Don't use CHECK_SEMCTL.
29974
29975         [BZ #13550]
29976         * Makerules (elide-bp-thunks): Remove variable.
29977         (elide-routines.oS): Don't use $(elide-bp-thunks).
29978         (elide-routines.os): Likewise.
29979         (elide-routines.o): Likewise.
29980         (elide-routines.op): Likewise.
29981         (elide-routines.og): Likewise.
29982         (objects): Don't use $(bp-thunks).
29983         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29984         include.
29985         (common-generated): Do not add s-proto-bp.d.
29986         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29987         (int): Likewise.
29988         (typ): Likewise.
29989         Do not generate makefile rules for bounded-pointer thunks.
29990         * sysdeps/generic/bp-thunks.h: Remove file.
29991         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29992         * sysdeps/unix/s-proto-bp.S: Likewise.
29993
29994         [BZ #15062]
29995         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29996         parts of result separately when argument is not close to line from
29997         -i to i and one part of argument is small.
29998         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29999         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30000         * math/libm-test.inc (cacos_test): Add more tests.
30001         (casin_test): Likewise.
30002         (casinh_test): Likewise.
30003         * sysdeps/i386/fpu/libm-test-ulps: Update.
30004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30005
30006 2013-01-31  David S. Miller  <davem@davemloft.net>
30007
30008         * po/de.po: Update from translation team.
30009
30010 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30011
30012         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30013
30014 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30015
30016         * configure.in (_AC_PROG_CC_C89): New definition.
30017         * configure: Regenerate.
30018
30019         * configure.in (AC_PROG_CPP): New definition.
30020         * configure: Regenerate.
30021
30022 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30023
30024         * debug/tst-backtrace.h: New file.
30025         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30026         (ret): Remove variable.
30027         (x): Likewise.
30028         (FAIL): Remove macro.
30029         (NO_INLINE): Likewise.
30030         (fn1): Use match function instead of strstr.
30031         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30032         (ret): Remove variable.
30033         (x): Likewise.
30034         (FAIL): Remove macro.
30035         (NO_INLINE): Likewise.
30036         (fn): Use match function instead of strstr.
30037         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30038         (ret): Remove variable.
30039         (x): Likewise.
30040         (FAIL): Remove macro.
30041         (NO_INLINE): Likewise.
30042         (handle_signal): Use match function instead of strstr.
30043         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30044         (ret): Remove variable.
30045         (x): Likewise.
30046         (FAIL): Remove macro.
30047         (NO_INLINE): Likewise.
30048         (handle_signal): Use match function instead of strstr.
30049
30050 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30051
30052         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30053
30054 2013-01-23  David S. Miller  <davem@davemloft.net>
30055
30056         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30057         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30058         argument of CAS if possible.
30059         * sysdeps/sparc/sparc64/bits/atomic.h
30060         (__arch_compare_and_exchange_val_32_acq): Likewise.
30061         (__arch_compare_and_exchange_val_64_acq): Likewise.
30062
30063 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30064
30065         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30066         * sysdeps/posix/ulimit.c: ... this.
30067         Include <limits.h>.
30068         * sysdeps/unix/bsd/ulimit.c: Remove file.
30069
30070 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30071
30072         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30073         (LDFLAGS-tst-array5): Likewise.
30074
30075 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30076
30077         [BZ #15036]
30078         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30079         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30080         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30081         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30082
30083 2013-01-21  David S. Miller  <davem@davemloft.net>
30084
30085         * sysdeps/sparc/backtrace.c: New file.
30086         * sysdeps/sparc/sparc32/backtrace.h: New file.
30087         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30088         * sysdeps/sparc/sparc64/backtrace.h: New file.
30089         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30090         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30091         -funwind-tables.
30092
30093 2013-01-21  Andreas Schwab  <schwab@suse.de>
30094
30095         [BZ #15020]
30096         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30097         closed its stdout.
30098
30099 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30100
30101         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30102         "mpa2.h".
30103         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30104
30105 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30106             Mark Mitchell  <mark@codesourcery.com>
30107             Tom de Vries  <tom@codesourcery.com>
30108             Paul Pluzhnikov  <ppluzhnikov@google.com>
30109
30110         * debug/tst-backtrace2.c: New file.
30111         * debug/tst-backtrace3.c: Likewise.
30112         * debug/tst-backtrace4.c: Likewise.
30113         * debug/tst-backtrace5.c: Likewise.
30114         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30115         (CFLAGS-tst-backtrace3.c): Likewise.
30116         (CFLAGS-tst-backtrace4.c): Likewise.
30117         (CFLAGS-tst-backtrace5.c): Likewise.
30118         (LDFLAGS-tst-backtrace2): Likewise.
30119         (LDFLAGS-tst-backtrace3): Likewise.
30120         (LDFLAGS-tst-backtrace4): Likewise.
30121         (LDFLAGS-tst-backtrace5): Likewise.
30122         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30123         tst-backtrace4 and tst-backtrace5.
30124
30125 2013-01-18  Anton Blanchard  <anton@samba.org>
30126             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30127
30128         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30129         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30130         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30131         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30133         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30134         "+r" and remove output regs list as redundant.  Add explicit inline
30135         asm to specify register of return val to work around compiler codegen
30136         bug.  Remove (int) cast on return value.  Add return type parameter to
30137         use in macro so that this macro does not truncate return value for
30138         64-bit values.
30139         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30140         pass to INTERNAL_VSYSCALL_NCS.
30141         (INLINE_VSYSCALL): Add 'long int' as return type to
30142         INTERNAL_VSYSCALL_NCS macro invocation.
30143         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30144         INTERNAL_VSYSCALL_NCS macro invocation.
30145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30146
30147 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30148
30149         [BZ #14496]
30150         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30151         Fix application of SIMD FP exception mask.
30152
30153         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30154         mp_no from a power of two.
30155         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30156         __mpexp_twomm1.  Use __pow_mp.
30157
30158         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30159         multiplication.
30160
30161 2013-01-17  David S. Miller  <davem@davemloft.net>
30162
30163         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30164
30165 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30166
30167         [BZ #15023]
30168         * include/complex.h: Condition contents on [!_COMPLEX_H].
30169         (__kernel_casinhf): New prototype.
30170         (__kernel_casinh): Likewise.
30171         (__kernel_casinhl): Likewise.
30172         * math/Makefile (libm_calls): Add k_casinh.
30173         * math/k_casinh.c: New file.
30174         * math/k_casinhf.c: Likewise.
30175         * math/k_casinhl.c: Likewise.
30176         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30177         finite nonzero arguments.
30178         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30179         finite nonzero arguments.
30180         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30181         finite nonzero arguments.
30182         * math/s_casinh.c: Do not include <float.h>.
30183         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30184         * math/s_casinhf.c: Do not include <float.h>.
30185         (__casinhf): Move code for finite nonzero arguments to
30186         k_casinhf.c.
30187         * math/s_casinhl.c: Do not include <float.h>.
30188         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30189         redefine.
30190         (__casinhl): Move code for finite nonzero arguments to
30191         k_casinhl.c.
30192         * math/libm-test.inc (cacos_test): Add more tests.
30193         * sysdeps/i386/fpu/libm-test-ulps: Update.
30194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30195
30196 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30197
30198         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30199         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30200         [!HAVE_MREMAP]: Remove [defined linux] case.
30201         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30202
30203 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30204
30205         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30206
30207 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30208
30209         * elf/elf.h (R_386_SIZE32): New relocation.
30210         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30211         R_386_SIZE32.
30212         (elf_machine_rela): Likewise.
30213         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30214         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30215
30216 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30217
30218         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30219         (FP_FAST_FMA): Do not define.
30220         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30221         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30222         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30223         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30224         !_SOFT_FLOAT]: Likewise.
30225         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30226         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30227         value.
30228         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30229         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30230         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30231         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30232         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30233         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30234         file.
30235
30236 2013-01-16  Andreas Schwab  <schwab@suse.de>
30237
30238         [BZ #14327]
30239         * include/stdlib.h (__mktemp): Add declaration.
30240         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30241         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30242
30243 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30244
30245         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30246         definitions.
30247         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30248         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30249         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30250         definitions here.
30251         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30252         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30253         definitions.
30254         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30255         and ONE.
30256         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30257         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30258         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30259         definitions.
30260         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30261         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30262         definitions.
30263         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30264
30265         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30266
30267 2013-01-15  David S. Miller  <davem@davemloft.net>
30268
30269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30270         trunc{,f} to libm-sysdep_routes.
30271         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30273         file.
30274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30276         file.
30277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30278         file.
30279         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30281         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30282         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30283         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30284         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30285         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30286         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30287
30288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30289         nearbyint{,f} to libm-sysdep_routes.
30290         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30292         New file.
30293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30294         file.
30295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30296         New file.
30297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30298         file.
30299         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30300         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30301         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30302         file.
30303         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30304         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30305         file.
30306         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30307         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30308         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30309
30310         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30311         libc_feholdexcept and libc_fesetenv.
30312
30313 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30314
30315         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30316
30317 2013-01-14  David S. Miller  <davem@davemloft.net>
30318
30319         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30320         (SPARC_ASM_VIS2_IFUNC): Likewise.
30321         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30323         use of 'siam' instruction.
30324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30325         Likewise.
30326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30327         Likewise.
30328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30329         Likewise.
30330         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30331         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30332         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30333         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30335         file.
30336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30337         file.
30338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30339         file.
30340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30341         file.
30342         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30343         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30344         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30345         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30347         new VIS2 routines.
30348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30351         Likewise.
30352         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30353         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30354         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30355         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30357         routines to libm-sysdep_routines.
30358         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30359
30360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30361         fdim/fdimf to libm-sysdep_routines.
30362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30363         file.
30364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30366         file.
30367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30368         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30370         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30371         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30372         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30373         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30374
30375 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30376
30377         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30378         to optimize copies.
30379
30380         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30381         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30382         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30383
30384         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30385         local variable MPTWO.
30386         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30387         Likewise.
30388
30389 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30390
30391         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30392         GLOB_NOESCAPE.
30393
30394 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30395
30396         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30397
30398 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30399
30400         * manual/pattern.texi (glob_t): Document gl_flags.
30401         (glob64_t): Likewise.
30402
30403 2013-01-11  David S. Miller  <davem@davemloft.net>
30404
30405         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30406         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30407         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30408         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30409         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30410         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30411         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30412         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30413         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30414         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30415         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30416         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30417         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30418
30419         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30420         sparc V9 rather than using V8 code.
30421         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30422         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30423
30424         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30425         Move to...
30426         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30427         Here.
30428
30429 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30430
30431         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30432         not in the main loop.
30433         * configure: Regenerated.
30434
30435 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30436
30437         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30438         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30439         to just #else.
30440         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30441         [!__GLIBC_HAVE_LONG_LONG] case.
30442         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30443         condition to just #else.
30444         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30445         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30446         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30447         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30448         unconditional.
30449         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30450         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30451         #elif condition to just #else.
30452         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30453         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30454         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30455         #elif condition to just #else.
30456
30457 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30458
30459         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30460         (EF_MIPS_ARCH_64): Fix value.
30461         (EF_MIPS_ARCH_32R2): New.
30462         (EF_MIPS_ARCH_64R2): New.
30463
30464 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30465
30466         * Makeconfig (+link-pie-before-libc): New.
30467         (+link-pie-after-libc): Likewise.
30468         (+link-pie-tests): Likewise.
30469         (+link-pie): Rewritten.
30470         (link-before-libc): Remove $(config-LDFLAGS).
30471         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30472         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30473         (config-LDFLAGS): Renamed to ...
30474         (rtld-LDFLAGS): This.
30475         (rtld-tests-LDFLAGS): New macro.
30476         (link-libc-rpath-link): Likewise.
30477         (link-libc-tests-rpath-link): Likewise.
30478         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30479         (link-libc): Prepand $(link-libc-rpath-link).
30480         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30481         (test-program-prefix): New macro.
30482         (test-via-rtld-prefix): Likewise.
30483         (test-program-cmd): Likewise.
30484         (host-test-program-cmd): Likewise.
30485         * Makefile ($(common-objpfx)testrun.sh): Replace
30486         $(run-program-prefix) with $(test-program-prefix).
30487         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30488         $(rtld-LDFLAGS).
30489         ($(common-objpfx)shlib.lds): Likewise.
30490         (build-module-helper): Likewise.
30491         ($(common-objpfx)format.lds): Likewise.
30492         * Rules (binaries-pie-tests): New.
30493         (binaries-pie-notests): Likewise.
30494         (binaries-pie): Rewritten.
30495         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30496         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30497         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30498         (make-test-out): Replace $(host-built-program-cmd) with
30499         $(host-test-program-cmd).
30500         * config.make.in (build-hardcoded-path-in-tests): New variable.
30501         * configure.in (--enable-hardcoded-path-in-tests): New configure
30502         option.
30503         (hardcoded_path_in_tests): New AC_SUBST.
30504         * configure: Regenerated.
30505         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30506         $(built-program-cmd) with $(test-program-cmd).
30507         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30508         (test_program_cmd): This.
30509         * elf/Makefile ($(objpfx)order.out): Run test with
30510         $(test-program-prefix).
30511         ($(objpfx)order2.out): Likewise.
30512         ($(objpfx)tst-initorder.out): Likewise.
30513         ($(objpfx)tst-initorder2.out): Likewise.
30514         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30515         $(test-program-cmd).
30516         ($(objpfx)tst-array1-static.out): Likewise.
30517         ($(objpfx)tst-array2.out): Likewise.
30518         ($(objpfx)tst-array3.out): Likewise.
30519         ($(objpfx)tst-array4.out): Likewise.
30520         ($(objpfx)tst-array5.out): Likewise.
30521         ($(objpfx)tst-array5-static.out): Likewise.
30522         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30523         $(test-program-cmd).
30524         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30525         $(run-program-prefix) with $(test-program-prefix).
30526         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30527         (test_program_prefix): This.
30528         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30529         $(run-program-prefix) with $(test-program-prefix).
30530         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30531         (test_program_prefix): This.
30532         * iconvdata/tst-tables.sh: Likewise.
30533         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30534         $(run-program-prefix) with $(test-program-prefix).
30535         ($(objpfx)tst-translit.out): Likewise.
30536         ($(objpfx)tst-gettext2.out): Likewise.
30537         ($(objpfx)tst-gettext4.out): Likewise.
30538         ($(objpfx)tst-gettext6.out): Likewise.
30539         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30540         (test_program_prefix): This.
30541         * intl/tst-gettext2.sh: Likewise.
30542         * intl/tst-gettext4.sh  Likewise.
30543         * intl/tst-gettext6.sh: Likewise.
30544         * intl/tst-translit.sh: Likewise.
30545         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30546         with $(test-program-cmd).
30547         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30548         $(run-program-prefix) with $(test-program-prefix).
30549         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30550         (test_program_prefix): This.
30551         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30552         $(run-program-prefix) with $(test-program-prefix).
30553         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30554         (test_program_prefix): This.
30555         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30556         * posix/Makefile ($(objpfx)globtest.out): Replace
30557         $(run-via-rtld-prefix) and $(test-wrapper) with
30558         $(test-program-prefix) and $(test-via-rtld-prefix).
30559         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30560         $(test-program-prefix).
30561         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30562         $(host-test-program-cmd).
30563         (tst-spawn-ARGS): Likewise.
30564         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30565         $(test-program-prefix).
30566         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30567         (test_via_rtld_prefix): This.
30568         (test_wrapper): Renamed to ...
30569         (test_program_prefix): This.
30570         (run_program_prefix): Replaced by test_program_prefix.
30571         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30572         (test_program_prefix): This.
30573         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30574         with $(host-test-program-cmd).
30575         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30576         $(run-program-prefix) with $(test-program-prefix).
30577         ($(objpfx)tst-printf.out): Likewise.
30578         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30579         $(test-program-cmd).
30580         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30581         (test_program_prefix): This.
30582         * stdio-common/tst-unbputc.sh: Likewise.
30583         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30584         $(run-program-prefix) with $(test-program-prefix).
30585         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30586         (test_program_prefix): This.
30587         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30588         $(built-program-cmd) with $(test-program-cmd).
30589
30590 2013-01-11  Andreas Jaeger  <aj@suse.de>
30591
30592         [BZ #15003]
30593         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30594         value. Sync with Linux 3.7.
30595
30596 2013-01-10  David S. Miller  <davem@davemloft.net>
30597
30598         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30599         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30600         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30601
30602 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30603
30604         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30605         never set.
30606         * configure: Regenerated.
30607
30608 2013-01-10  David S. Miller  <davem@davemloft.net>
30609
30610         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30611         sparc V9 rather than using V8 code.
30612         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30613         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30614
30615 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30616
30617         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30618         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30619         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30620         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30621         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30622         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30623         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30624         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30625         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30626         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30627         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30628         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30629         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30630         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30631         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30632         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30633         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30634         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30635         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30636         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30637         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30638         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30639         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30640         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30641         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30642         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30643         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30644
30645 2013-01-10  David S. Miller  <davem@davemloft.net>
30646
30647         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30648
30649 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30650
30651         * posix/Makefile (tests-static): New variable.
30652         (tests): Add $(tests-static).
30653         (tst-exec-static-ARGS): New variable.
30654         (tst-spawn-static-ARGS): Likewise.
30655         * posix/tst-exec-static.c: New file.
30656         * posix/tst-spawn-static.c: Likewise.
30657         * posix/tst-exec.c: Support run directly.
30658         * posix/tst-spawn.c: Likewise.
30659
30660 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30661
30662         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30663         long.
30664         * math/bits/mathcalls.h (llrint): Likewise.
30665         (llround): Likewise.
30666         * stdlib/stdlib.h (struct drand48_data): Likewise.
30667         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30668         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30669         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30670         Likewise.
30671         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30672         Likewise.
30673         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30674         (elf_greg_t): Likewise.
30675         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30676         (__jmp_buf): Likewise.
30677         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30678         definitions.
30679         (llrint): Likewise, for all definitions.
30680         (llrintl): Likewise.
30681
30682         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30683         Remove [__GNUC__] condition.
30684         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30685         condition to just [__USE_ISOC99].
30686         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30687
30688 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30689
30690         [BZ #14200]
30691         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30692         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30693         defined.
30694         (_POSIX_V6_ILP32_OFF32): Likewise.
30695         (_XBS5_ILP32_OFF32): Likewise.
30696         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30697         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30698
30699 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30700
30701         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30702
30703         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30704         doubles __mpexp_twomm1.  Adjust usage.
30705         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30706         Remove.
30707
30708 2013-01-10  Andreas Schwab  <schwab@suse.de>
30709
30710         [BZ #14964]
30711         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30712         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30713
30714 2013-01-09  David S. Miller  <davem@davemloft.net>
30715
30716         [BZ #15003]
30717         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30718         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30719         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30720         (TCP_FASTOPEN): Define.
30721         (tcp_repair_opt): New structure.
30722         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30723         enum values.
30724         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30725         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30726         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30727         (tcp_cookie_transactions): New structure.
30728
30729 2013-01-09  Anton Blanchard  <anton@samba.org>
30730
30731         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30732         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30733         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30734         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30735
30736 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30737
30738         * include/features.h (__USE_ANSI): Remove.
30739
30740 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30741
30742         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30743
30744         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30745
30746 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30747
30748         * sysdeps/s390/fpu/libm-test-ulps: Update.
30749
30750         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30751
30752         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30753         (__acr): Likewise.
30754         (__cpy): Likewise.
30755         (norm): Likewise.
30756         (denorm): Likewise.
30757         (__mp_dbl): Likewise.
30758         (__dbl_mp): Likewise.
30759         (add_magnitudes): Likewise.
30760         (sub_magnitudes): Likewise.
30761         (__add): Likewise.
30762         (__sub): Likewise.
30763         (__mul): Likewise.
30764         (__inv): Likewise.
30765         (__dvd): Likewise.
30766         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30767         (__acr): Likewise.
30768         (__cpy): Likewise.
30769         (norm): Likewise.
30770         (denorm): Likewise.
30771         (__mp_dbl): Likewise.
30772         (__dbl_mp): Likewise.
30773         (add_magnitudes): Likewise.
30774         (sub_magnitudes): Likewise.
30775         (__add): Likewise.
30776         (__sub): Likewise.
30777         (__mul): Likewise.
30778         (__inv): Likewise.
30779         (__dvd): Likewise.
30780         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30781         (__acr): Likewise.
30782         (__cpy): Likewise.
30783         (norm): Likewise.
30784         (denorm): Likewise.
30785         (__mp_dbl): Likewise.
30786         (__dbl_mp): Likewise.
30787         (add_magnitudes): Likewise.
30788         (sub_magnitudes): Likewise.
30789         (__add): Likewise.
30790         (__sub): Likewise.
30791         (__mul): Likewise.
30792         (__inv): Likewise.
30793         (__dvd): Likewise.
30794
30795 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30796
30797         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30798         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30799         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30800         2 && __USE_EXTERN_INLINES]: Likewise.
30801
30802 2013-01-08  Andreas Jaeger  <aj@suse.de>
30803
30804         [BZ# 14985]
30805         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30806         Remove.
30807         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30808         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30809
30810 2013-01-07  Anton Blanchard  <anton@samba.org>
30811
30812         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30813         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30814         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30815         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30816         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30817         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30818         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30819         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30820         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30821         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30822         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30823         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30824         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30825         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30826         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30827         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30828         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30829         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30830         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30831         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30832         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30833         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30834         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30835         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30836         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30837         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30838         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30839         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30840         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30841         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30842         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30843         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30844         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30845         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30846         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30847         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30848         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30849         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30850         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30851         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30852         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30853         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30854         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30855
30856 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30857
30858         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30859         (__MALLOC_PMT): Likewise.
30860         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30861         [__GNUC__], only on [_LIBC].
30862         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30863         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30864         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30865         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30866         forward declaration.
30867         (realloc_hook_ini): Likewise.
30868         (memalign_hook_ini): Likewise.
30869         (__libc_memalign): Do not use __MALLOC_PMT in variable
30870         declaration.
30871         (__libc_valloc): Likewise.
30872         (__libc_pvalloc): Likewise.
30873         (__libc_calloc): Likewise.
30874         (__posix_memalign): Likewise.
30875
30876         [BZ #14996]
30877         * math/s_casinh.c: Include <float.h>.
30878         (__casinh): Do not do computation with squaring and square root
30879         for large arguments.
30880         * math/s_casinhf.c: Include <float.h>.
30881         (__casinhf): Do not do computation with squaring and square root
30882         for large arguments.
30883         * math/s_casinhl.c: Include <float.h>.
30884         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30885         (__casinhl): Do not do computation with squaring and square root
30886         for large arguments.
30887         * math/libm-test.inc (casin_test): Add more tests.
30888         (casinh_test): Likewise.
30889         * sysdeps/i386/fpu/libm-test-ulps: Update.
30890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30891
30892 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30893
30894         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30895         (__x86_64_raw_data_cache_size): Likewise.
30896         (__x86_64_data_cache_size_half): Likewise.
30897         (__x86_64_raw_data_cache_size_half): Likewise.
30898         (__x86_64_shared_cache_size): Likewise.
30899         (__x86_64_raw_shared_cache_size): Likewise.
30900         (__x86_64_shared_cache_size_half): Likewise.
30901         (__x86_64_raw_shared_cache_size_half): Likewise.
30902         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30903         to ...
30904         (__x86_data_cache_size): This.
30905         (__x86_64_raw_data_cache_size): Renamed to ...
30906         (__x86_raw_data_cache_size): This.
30907         (__x86_64_data_cache_size_half): Renamed to ...
30908         (__x86_data_cache_size_half): This.
30909         (__x86_64_raw_data_cache_size_half): Renamed to ...
30910         (__x86_raw_data_cache_size_half): This.
30911         (__x86_64_shared_cache_size): Renamed to ...
30912         (__x86_shared_cache_size): This.
30913         (__x86_64_raw_shared_cache_size): Renamed to ...
30914         (__x86_raw_shared_cache_size): This.
30915         (__x86_64_shared_cache_size_half): Renamed to ...
30916         (__x86_shared_cache_size_half): This.
30917         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30918         (__x86_raw_shared_cache_size_half): This.
30919         * sysdeps/x86_64/memcpy.S: Updated.
30920         * sysdeps/x86_64/memset.S: Likewise.
30921         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30922         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30923         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30924
30925 2013-01-04  David S. Miller  <davem@davemloft.net>
30926
30927         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30928
30929 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30930
30931         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30932         1 to avoid redefinition warning.
30933         (__USE_GNU): Don't define.
30934         (init_signaling_nan): Protoize.
30935
30936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30937
30938 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30939
30940         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30941         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30942         (__cpymn): Likewise.
30943         (norm): Remove commented code.
30944         (denorm): Likewise.
30945         (__mp_dbl): Likewise.
30946         (__inv): Likewise.
30947         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30948         (__cpymn): Likewise.
30949         (norm): Remove commented code.
30950         (denorm): Likewise.
30951         (__mp_dbl): Likewise.
30952         (__inv): Likewise.
30953
30954         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30955         mp_no value for 1.0 and 2.0.
30956         (norm): Use RADIXI instead of radixi.d.
30957         (denorm): Likewise.
30958         (__mul): Use 0.0 instead of zero.d.
30959         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30960         mp_no value for 1.0 and 2.0.
30961         (norm): Use RADIXI instead of radixi.d.
30962         (denorm): Likewise.
30963         (__mul): Use 0.0 instead of zero.d.
30964
30965 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30966
30967         [BZ #14994]
30968         * math/s_casinh.c (__casinh): Reduce finite argument to first
30969         quadrant then set signs of results at the end.
30970         * math/s_casinhf.c (__casinhf): Likewise.
30971         * math/s_casinhl.c (__casinhl): Likewise.
30972         * math/libm-test.inc (casin_test): Add more tests.
30973         (casinh_test): Likewise.
30974         * sysdeps/i386/fpu/libm-test-ulps: Update.
30975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30976
30977 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30978
30979         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30980
30981         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30982
30983         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30984         declarations.
30985         (denorm): Likewise.
30986         (__mp_dbl): Likewise.
30987         (__inv): Likewise.
30988
30989         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30990         and adjust the header comment.
30991
30992         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30993         variable name from declaration.
30994
30995 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30996
30997         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30998         Initialize COMMON_CPUID_INDEX_7 element.
30999         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31000         (CPUID_RTM): Likewise.
31001         (HAS_RTM): Likewise.
31002         (COMMON_CPUID_INDEX_7): New enum.
31003
31004 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31005
31006         [BZ #14981]
31007         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31008         size is zero, record memory as freed.
31009
31010 2013-01-03  Andreas Jaeger  <aj@suse.de>
31011
31012         * po/ia.po: Add new Interlingua translation.
31013
31014 2012-01-03  Allan McRae  <allan@archlinux.org>
31015
31016         * locale/programs/localedef.c: Fix description of '--posix' flag.
31017
31018 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31019
31020         * NEWS: Update dates in second copyright notice.
31021         * README: Update copyright dates in example.
31022         * manual/libc.texinfo: Update copyright dates.
31023         * scripts/test-installation.pl: Update copyright date in --version
31024         output.
31025
31026         * hurd/ctty-input.c: Fix copyright notice formatting.
31027         * hurd/ctty-output.c: Likewise.
31028         * hurd/dtable.c: Likewise.
31029         * hurd/hurd-raise.c: Likewise.
31030         * hurd/hurdprio.c: Likewise.
31031         * hurd/msgportdemux.c: Likewise.
31032         * misc/sys/file.h: Likewise.
31033         * misc/sys/ioctl.h: Likewise.
31034         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31035         * sysdeps/mach/hurd/chdir.c: Likewise.
31036         * sysdeps/mach/hurd/fchdir.c: Likewise.
31037         * sysdeps/mach/hurd/rename.c: Likewise.
31038         * sysdeps/mach/hurd/rmdir.c: Likewise.
31039         * sysdeps/mach/hurd/seekdir.c: Likewise.
31040         * sysdeps/mach/hurd/setsid.c: Likewise.
31041         * sysdeps/posix/wait3.c: Likewise.
31042
31043         * All files with FSF copyright notices: Update copyright dates
31044         using scripts/update-copyrights.
31045         * intl/plural.c: Regenerated.
31046         * locale/programs/charmap-kw.h: Likewise.
31047         * locale/programs/locfile-kw.h: Likewise.
31048
31049 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31050
31051         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31052         four values.
31053
31054         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31055         calculation loop and add branch prediction.
31056
31057         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31058         check access beyond bounds of m1np.
31059
31060         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31061         MPTWO.
31062         (__inv): Remove local variable MPTWO to use the global
31063         constant.
31064         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31065         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31066         variable MPTWO.
31067         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31068         MP3HALFS static const.
31069
31070 2013-01-01  David S. Miller  <davem@davemloft.net>
31071
31072         * po/ca.po: Update from translation team.
31073
31074 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31075
31076         * scripts/update-copyrights: New file.
31077         * Makeconfig: Reformat copyright notice.
31078         * ctype/ctype.h: Likewise.
31079         * debug/swprintf_chk.c: Likewise.
31080         * elf/dl-cache.c: Likewise.
31081         * elf/dl-debug.c: Likewise.
31082         * elf/dl-object.c: Likewise.
31083         * grp/initgroups.c: Likewise.
31084         * hurd/Makefile: Likewise.
31085         * hurd/hurd/signal.h: Likewise.
31086         * hurd/hurdfault.c: Likewise.
31087         * hurd/hurdioctl.c: Likewise.
31088         * hurd/hurdlookup.c: Likewise.
31089         * hurd/intr-msg.c: Likewise.
31090         * iconv/gconv_open.c: Likewise.
31091         * libio/swprintf.c: Likewise.
31092         * locale/lc-ctype.c: Likewise.
31093         * locale/nl_langinfo.c: Likewise.
31094         * mach/Machrules: Likewise.
31095         * mach/Makefile: Likewise.
31096         * malloc/obstack.h: Likewise.
31097         * manual/Makefile: Likewise.
31098         * manual/tsort.awk: Likewise.
31099         * misc/bits/stab.def: Likewise.
31100         * nis/nis_print_group_entry.c: Likewise.
31101         * nis/nis_table.c: Likewise.
31102         * nis/nss_compat/compat-pwd.c: Likewise.
31103         * nis/nss_compat/compat-spwd.c: Likewise.
31104         * po/Makefile: Likewise.
31105         * posix/fnmatch.c: Likewise.
31106         * posix/regex.h: Likewise.
31107         * resolv/Makefile: Likewise.
31108         * resolv/nss_dns/dns-network.c: Likewise.
31109         * resolv/res_hconf.c: Likewise.
31110         * scripts/gen-sorted.awk: Likewise.
31111         * soft-fp/soft-fp.h: Likewise.
31112         * stdio-common/printf.h: Likewise.
31113         * stdlib/monetary.h: Likewise.
31114         * stdlib/random.c: Likewise.
31115         * stdlib/random_r.c: Likewise.
31116         * sysdeps/generic/Makefile: Likewise.
31117         * sysdeps/gnu/Makefile: Likewise.
31118         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31119         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31120         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31121         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31122         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31123         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31124         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31125         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31126         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31127         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31128         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31129         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31130         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31131         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31132         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31133         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31134         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31135         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31136         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31137         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31138         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31139         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31140         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31141         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31142         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31143         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31144         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31145         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31146         * sysdeps/mach/hurd/errnos.awk: Likewise.
31147         * sysdeps/mach/hurd/fork.c: Likewise.
31148         * sysdeps/mach/hurd/getcwd.c: Likewise.
31149         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31150         * sysdeps/mach/hurd/mmap.c: Likewise.
31151         * sysdeps/mach/hurd/utimes.c: Likewise.
31152         * sysdeps/mach/hurd/xmknod.c: Likewise.
31153         * sysdeps/posix/profil.c: Likewise.
31154         * sysdeps/posix/readdir_r.c: Likewise.
31155         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31156         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31157         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31158         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31159         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31160         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31161         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31162         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31163         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31164         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31165         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31166         * sysdeps/pthread/lio_listio.c: Likewise.
31167         * sysdeps/sparc/dl-procinfo.h: Likewise.
31168         * sysdeps/unix/i386/sysdep.S: Likewise.
31169         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31170         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31171         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31172         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31174         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31175         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31176         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31177         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31178         * sysdeps/wordsize-32/divdi3.c: Likewise.
31179         * time/sys/time.h: Likewise.
31180         * wcsmbs/Makefile: Likewise.
31181
31182 2013-01-01  David S. Miller  <davem@davemloft.net>
31183
31184         * po/fr.po: Update from translation team.
31185
31186         * catgets/gencat.c: Update copyright year.
31187         * csu/version.c: Likewise.
31188         * debug/catchsegv.sh: Likewise.
31189         * debug/pcprofiledump.c: Likewise.
31190         * debug/xtrace.sh: Likewise.
31191         * elf/ldconfig.c: Likewise.
31192         * elf/ldd.bash.in: Likewise.
31193         * elf/pldd.c: Likewise.
31194         * elf/sotruss.ksh: Likewise.
31195         * elf/sprof.c: Likewise.
31196         * iconv/iconv_prog.c: Likewise.
31197         * iconv/iconvconfig.c: Likewise.
31198         * locale/programs/locale.c: Likewise.
31199         * locale/programs/localedef.c: Likewise.
31200         * login/programs/pt_chown.c: Likewise.
31201         * malloc/memusage.sh: Likewise.
31202         * malloc/memusagestat.c: Likewise.
31203         * malloc/mtrace.pl: Likewise.
31204         * nscd/nscd.c: Likewise.
31205         * nss/getent.c: Likewise.
31206         * nss/makedb.c: Likewise.
31207         * posix/getconf.c: Likewise.
31208
31209 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31210
31211         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31212         numbers.
31213
31214 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31215
31216         * math/bits/mathcalls.h (modf): Use __nonnull.
31217
31218 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31219
31220         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31221         (split): Use macro CN instead of the bare value.
31222         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31223         could be used.
31224         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31225         instead of the bare value.
31226         (power1): Likewise.
31227
31228 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31229
31230         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31231         __ATAN_TWOM.
31232         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31233
31234         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31235         their values.
31236         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31237         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31238         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31239         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31240
31241 2012-12-28  Andreas Jaeger  <aj@suse.de>
31242
31243         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31244         values are from Linux 3.7.
31245
31246         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31247         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31248
31249 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31250
31251         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31252         TRUE case.
31253
31254         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31255         (norm): Likewise.
31256         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31257         variables with preprocessor constants.
31258         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31259         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31260         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31261
31262 2012-12-27  Bruno Haible  <bruno@clisp.org>
31263
31264         [BZ #14317]
31265         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31266         only if needed.
31267
31268 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31269
31270         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31271         and use variable directly.
31272         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31273
31274         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31275         MPONE.
31276         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31277         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31278         variable MPONE.
31279         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31280         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31281         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31282         include directive.  Remove local variable MPONE.
31283         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31284         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31285         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31286
31287 2012-12-25  David S. Miller  <davem@davemloft.net>
31288
31289         * version.h (RELEASE): Set to "development".
31290         (VERSION): Set to "2.17.90".
31291         * NEWS: Add 2.18 section.
31292
31293 2012-12-21  David S. Miller  <davem@davemloft.net>
31294
31295         * po/hr.po: Update from translation team.
31296
31297 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31298
31299         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31300
31301 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31302
31303         * NEWS:  Mention new memcpy for MIPS.
31304
31305 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31306
31307         * manual/contrib.texi (Contributors): Spelling correction.
31308
31309 2012-12-15  David S. Miller  <davem@davemloft.net>
31310
31311         * po/ru.po: Update from translation team.
31312
31313 2012-12-13  David S. Miller  <davem@davemloft.net>
31314
31315         * NEWS: Mention IFUNC testsuite enhancements.
31316
31317         * po/pl.po: Update from translation team.
31318         * po/bg.po: Likewise.
31319
31320         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31321         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31322
31323 2012-12-11  David S. Miller  <davem@davemloft.net>
31324
31325         * po/sv.po: Update from translation team.
31326
31327         * po/vi.po: Update from translation team.
31328
31329         * po/cs.po: Update from translation team.
31330
31331         * po/de.po: Update from translation team.
31332         * po/eo.po: Likewise.
31333         * po/nl.po: Likewise.
31334
31335 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31336
31337         [BZ #14246]
31338         * manual/argp.texi (Argp Helper Functions): Move node to follow
31339         Argp Parsing State.
31340
31341         [BZ #14872]
31342         * manual/conf.texi (Limits on File System Capacity): Mention if
31343         terminating null is included in the max size.
31344
31345 2012-12-10  Andreas Jaeger  <aj@suse.de>
31346
31347         * po/cs.po: Update from translation team.
31348
31349 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31350
31351         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31352         void pointer and cast to uintptr_t.
31353         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31354         path.
31355         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31356         * sysdeps/s390/s390-64/memset.S: Likewise.
31357
31358 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31359
31360         [BZ #14833]
31361         * menual/message.texi (Message Translation): Fix typos.
31362         (Helper programs for gettext): Likewise.
31363
31364 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31365
31366         [BZ #14898]
31367         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31368         Change to -1.
31369
31370 2012-12-07  David S. Miller  <davem@davemloft.net>
31371
31372         * po/libc.pot: Update.
31373
31374 2012-12-07  Richard Henderson  <rth@redhat.com>
31375
31376         [BZ #10114]
31377         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31378         normal/normal case to before the switch.
31379         (_FP_DIV): Likewise.
31380
31381 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31382             Mike Frysinger  <vapier@gentoo.org>
31383
31384         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31385         check for __NR_fadvise64_64.
31386
31387 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31388
31389         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31390         0, not just to plain "0" as a statement.
31391         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31392         with cw.
31393
31394 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31395
31396         * NEWS: Use sourceware.org in Bugzilla URL.
31397
31398 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31399
31400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31401         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31402
31403         * stdio-common/tst-put-error.c (do_test): Add newline to the
31404         padded test to ensure flush.
31405
31406 2012-12-05  Jeff Law  <law@redhat.com>
31407
31408         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31409
31410 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31411
31412         * README: Don't refer to ports add-on as distributed separately.
31413         Mention AArch64 in list of systems supported in the ports add-on.
31414
31415         * LICENSES: Add more non-FSF copyright and license notices.
31416
31417         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31418         ((unused)).
31419
31420         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31421
31422         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31423         10000 as width of padded output.
31424
31425 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31426
31427         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31428
31429         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31430         variable LX with __attribute__ ((unused)).
31431         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31432         Likewise.
31433         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31434         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31435         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31436         with __attribute__ ((unused)).
31437
31438 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31439
31440         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31441
31442 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31443
31444         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31445         (CFLAGS-nldbl-acos.c): New variable.
31446         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31474         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31475         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31476         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31477         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31478         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31479         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31480         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31481         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31482         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31483         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31484         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31485         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31486         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31487         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31488         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31489         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31490         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31491         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31492         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31493         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31494         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31495         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31496         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31497         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31498         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31499         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31500         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31501         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31502         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31503         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31504         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31505         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31506         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31507         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31508         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31509         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31510         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31511         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31512         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31513         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31514         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31515         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31516         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31517         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31518         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31519         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31520         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31521         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31522         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31523         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31524         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31525         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31526         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31527         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31528         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31529         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31530         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31531         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31532         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31533         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31534         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31535         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31536         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31537         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31538         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31539         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31540         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31541         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31542         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31543
31544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31545         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31546
31547         [BZ #14914]
31548         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31549         whole low double instead of just low 47 bits when splitting values
31550         into two parts.
31551
31552 2012-12-03  Allan McRae  <allan@archlinux.org>
31553
31554         * manual/stdio.texi (Predefined Printf Handlers): Remove
31555         @hsep and @vsep usage.
31556
31557 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31558
31559         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31560         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31561
31562 2012-12-03  Jeff Law  <law@redhat.com>
31563
31564         * time/sys/time.h (settimeofday): Do not mark TV argument
31565         as __nonnull.
31566
31567 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31568
31569         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31570         when currently writing and seek to current position when not.
31571         * libio/Makefile (tests): Remove bug-fclose1.
31572         * libio/bug-fclose1.c: Delete.
31573
31574 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31575
31576         * manual/arith.texi (feenableexcept): Fix typo.
31577         (fedisableexcept): Likewise.
31578
31579 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31580
31581         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31582         second, differently-typed declaration, rather than a cast.
31583
31584 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31585
31586         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31587         * include/rpc/svc.h: ... here.
31588
31589 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31590
31591         [BZ #13013]
31592         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31593         depending n and resplen2 to catch cases where answer
31594         equals answerp2.
31595
31596 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31597
31598         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31599         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31600
31601 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31602
31603         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31604
31605 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31606
31607         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31608
31609 2012-11-28  Jeff Law  <law@redhat.com>
31610
31611         [BZ #13761]
31612         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31613         dataset_temporary.  Track alloca usage into alloca_used.
31614         If dataset is large allocate and release it via malloc/free.
31615
31616 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31617
31618         [BZ #14197]
31619         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31620
31621 2012-11-28  David S. Miller  <davem@davemloft.net>
31622
31623         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31624
31625 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31626
31627         [BZ #14803]
31628         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31629         of pi/2 rounded to nearest to 64 bits.
31630         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31631         nearest to 64 bits.
31632         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31633         bits.
31634
31635 2012-11-28  Jeff Law <law@redhat.com>
31636             Martin Osvald <mosvald@redhat.com>
31637
31638         [BZ #14889]
31639         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31640         * sunrpc/svc.c: Include time.h.
31641         (__svc_accept_failed): New function.
31642         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31643         any reason other than EINTR, call __svc_accept_failed.
31644         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31645         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31646
31647 2012-11-28  Andreas Schwab  <schwab@suse.de>
31648
31649         * scripts/abilist.awk: Also handle indirect functions in .opd
31650         section.
31651
31652 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31653
31654         [BZ #13881]
31655         * sysdeps/x86/fpu/powl_helper.c: New file.
31656         * sysdeps/x86/fpu/Makefile: Likewise.
31657         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31658         (p3): New object.
31659         (__ieee754_powl): Use __powl_helper for finite arguments except
31660         integer exponents below 8.
31661         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31662         (p3): New object.
31663         (__ieee754_powl): Use __powl_helper for finite arguments except
31664         integer exponents below 8.
31665         * math/libm-test.inc (pow_test): Add more tests and enable some
31666         previously disabled tests.
31667         * sysdeps/i386/fpu/libm-test-ulps: Update.
31668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31669
31670 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31671             Carlos O'Donell  <carlos_odonell@mentor.com>
31672
31673         * nss/makedb.c (is_prime): Assert that input is odd and greater
31674         than 4.  Note that fact in a comment too.
31675         (next_prime): Add 4 to input.
31676
31677 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31678
31679         [BZ #11741]
31680         * libio/Makefile (tests): Add test case tst-fwrite-error.
31681         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31682         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31683         * libio/tst-fwrite-error.c: New test case.
31684
31685 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31686
31687         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31688         before casting to void *.
31689         * include/libc-internal.h (__pointer_type): New macro.
31690         (__integer_if_pointer_type_sub): Likewise.
31691         (__integer_if_pointer_type): Likewise.
31692         (cast_to_integer): Likewise.
31693         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31694         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31695         before casting to atomic64_t.
31696         (atomic_exchange_acq): Likewise.
31697         (__arch_exchange_and_add_body): Likewise.
31698         (__arch_add_body): Likewise.
31699         (atomic_add_negative): Likewise.
31700         (atomic_add_zero): Likewise.
31701
31702 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31703
31704         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31705         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31706         (add_fdes): Likewise.
31707         (linear_search_fdes): Likewise.
31708         (binary_search_unencoded_fdes): Likewise.
31709
31710 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31711
31712         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31713
31714 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31715
31716         * configure.in: Autodetect C++ header directories.
31717         * configure: Regenerated.
31718
31719 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31720
31721         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31722
31723 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31724
31725         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31726
31727 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31728
31729         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31730         LDBL_MANT_DIG == 106]: Disable some tests.
31731         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31732         Likewise.
31733         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31734         Likewise.
31735
31736         [BZ #14871]
31737         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31738         input for small inputs.  Return +/- pi/2 for large inputs.
31739         * math/libm-test.inc (atan_test): Add more tests.
31740
31741         * sysdeps/generic/unwind-dw2-fde-glibc.c
31742         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31743         __attribute__ ((unused)).
31744
31745         [BZ #14645]
31746         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31747         x * y if x and y are nonzero and z is zero.
31748
31749         [BZ #14811]
31750         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31751         nonzero exponents with absolute value below 0x1p-117 to +/-
31752         0x1p-117.
31753
31754         [BZ #14869]
31755         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31756         up arguments below 2**-450, not just those below 2**-500.
31757         * math/libm-test.inc (hypot_test): Add another test.
31758
31759         [BZ #14868]
31760         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31761         Return a+b for ratio over 2**120, not 2**60.
31762         * math/libm-test.inc (hypot_test): Add another test.
31763
31764         * math/libm-test.inc (clog_test): Use
31765         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31766         (clog10_test): Likewise.
31767
31768         [BZ #6778]
31769         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31770
31771 2012-11-22  Andreas Schwab  <schwab@suse.de>
31772
31773         * sysdeps/i386/fpu/libm-test-ulps: Update.
31774
31775 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31776
31777         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31778         printf output with newline.
31779
31780 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31781
31782         [BZ #14865]
31783         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31784         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31785         -z nodlopen, -z initfirst and -z execstack support.
31786         * configure: Regenerated.
31787
31788         * elf/elf.h (DF_1_NODIRECT): New macro.
31789         (DF_1_IGNMULDEF): Likewise.
31790         (DF_1_NOKSYMS): Likewise.
31791         (DF_1_NOHDR): Likewise.
31792         (DF_1_EDITED): Likewise.
31793         (DF_1_NORELOC): Likewise.
31794         (DF_1_SYMINTPOSE): Likewise.
31795         (DF_1_GLOBAUDIT): Likewise.
31796         (DF_1_SINGLETON): Likewise.
31797         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31798         DT_1_SUPPORTED_MASK bits.
31799         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31800
31801 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31802
31803         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31804
31805 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31806
31807         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31808         macro.
31809
31810         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31811         (sendmmsg): Move declarations...
31812         * socket/sys/socket.h: ... here.
31813         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31814         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31815         include it from...
31816         * socket/recvmmsg.c: ... this new file.
31817         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31818         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31819         definition of __sendmmsg hidden.
31820         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31821         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31822         Move ENOSYS stub into and include it from...
31823         * socket/sendmmsg.c: ... this new file.
31824         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31825         (sysdep_routines): Move recvmmsg and sendmmsg...
31826         * socket/Makefile (routines): ... here.
31827         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31828         (GLIBC_PRIVATE): Add __sendmmsg.
31829         * include/sys/socket.h (__sendmmsg): Add declarations.
31830         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31831         sendmmsg.
31832
31833 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31834
31835         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31836         variable I1 with __attribute__ ((unused)).
31837         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31838
31839 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31840
31841         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31842         DUMMY variables with __attribute__ ((unused)).
31843
31844         * bits/byteswap.h: Include <bits/types.h>.
31845         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31846
31847 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31848
31849         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31850         string_t.  Do not manually set errno.
31851         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31852         length with __strnlen.  Make sure to both set errno and return it on
31853         failure.
31854
31855 2012-11-19  David S. Miller  <davem@davemloft.net>
31856
31857         With help from Joseph Myers.
31858         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31859         very large arguments properly.
31860         * math/libm-test.inc (atan_test): New tests.
31861         (atan2_test): New tests.
31862         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31863         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31864
31865 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31866
31867         [BZ #14856]
31868         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31869         Define to 3.
31870
31871         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31872         [POSIX] (EADDRNOTAVAIL): Likewise.
31873         [POSIX] (EAFNOSUPPORT): Likewise.
31874         [POSIX] (EALREADY): Likewise.
31875         [POSIX] (ECONNABORTED): Likewise.
31876         [POSIX] (ECONNREFUSED): Likewise.
31877         [POSIX] (ECONNRESET): Likewise.
31878         [POSIX] (EDESTADDRREQ): Likewise.
31879         [POSIX] (EDQUOT): Likewise.
31880         [POSIX] (EHOSTUNREACH): Likewise.
31881         [POSIX] (EIDRM): Likewise.
31882         [POSIX] (EISCONN): Likewise.
31883         [POSIX] (ELOOP): Likewise.
31884         [POSIX] (EMULTIHOP): Likewise.
31885         [POSIX] (ENETDOWN): Likewise.
31886         [POSIX] (ENETUNREACH): Likewise.
31887         [POSIX] (ENOBUFS): Likewise.
31888         [POSIX] (ENODATA): Likewise.
31889         [POSIX] (ENOLINK): Likewise.
31890         [POSIX] (ENOMSG): Likewise.
31891         [POSIX] (ENOPROTOOPT): Likewise.
31892         [POSIX] (ENOSR): Likewise.
31893         [POSIX] (ENOSTR): Likewise.
31894         [POSIX] (ENOTCONN): Likewise.
31895         [POSIX] (ENOTSOCK): Likewise.
31896         [POSIX] (EOPNOTSUPP): Likewise.
31897         [POSIX] (EOVERFLOW): Likewise.
31898         [POSIX] (EPROTO): Likewise.
31899         [POSIX] (EPROTONOSUPPORT): Likewise.
31900         [POSIX] (EPROTOTYPE): Likewise.
31901         [POSIX] (ESTALE): Likewise.
31902         [POSIX] (ETIME): Likewise.
31903         [POSIX] (ETXTBSY): Likewise.
31904         [POSIX] (EWOULDBLOCK): Likewise.
31905         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31906         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31907         [POSIX] (SEEK_CUR): Likewise.
31908         [POSIX] (SEEK_END): Likewise.
31909         [POSIX || UNIX98] (mode_t): Do not require.
31910         [POSIX] (off_t): Likewise.
31911         [POSIX] (pid_t): Likewise.
31912         [POSIX] (sys/stat.h): Do not allow header.
31913         [POSIX] (unistd.h): Likewise.
31914         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31915         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31916         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31917         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31918         require.
31919         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31920         sigevent): Specify elements.
31921         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31922         entry.
31923         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31924         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31925
31926         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31927         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31928         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31929         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31930         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31931         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31932         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31933         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31934         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31935         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31936         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31937         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31938         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31939         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31940         Likewise.
31941         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31942         Likewise.
31943         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31944         Likewise.
31945         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31946         Likewise.
31947         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31948         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31949         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31950         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31951         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31952         Specify lower bound on value.
31953         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31954         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31955         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31956         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31957         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31958         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31959         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31960         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31961         value.
31962         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31963         as optional.
31964         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31965         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31966         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31967         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31968         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31969         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31970         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31971         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31972         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31973         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31974         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31975         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31976         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31977         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31978         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31979         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31980         entry.
31981         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31982         optional.
31983         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31984         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31985         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31986         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31987         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31988         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31989         Likewise.
31990         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31991         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31992         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31993         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31994         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31995         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31996         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31997         as optional.
31998         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31999         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32000         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32001         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32002         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32003         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32004         specify as optional.
32005         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32006         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32007         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32008         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32009         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32010         [XPG3] (NL_LANGMAX): Likewise.
32011         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32012         [POSIX || XPG3] (NL_NMAX): Likewise.
32013         [POSIX || XPG3] (NL_SETMAX): Likewise.
32014         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32015         [XPG3] (NZERO): Likewise.
32016         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32017         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32018         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32019         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32020         (REG_ERANGE): Expect.
32021         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32022         optional-constant.
32023         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32024         Use (void) in prototype.
32025         [POSIX] (*_t): Allow.
32026         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32027         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32028         (WRDE_BADVAL): Expect.
32029
32030         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32031         expect.
32032         [XPG3 || XPG4] (O_RSYNC): Likewise.
32033         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32034         Likewise.
32035         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32036         [XPG3 || XPG4] (sigqueue): Likewise.
32037         [XPG3 || XPG4] (sigtimedwait): Likewise.
32038         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32039         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32040         [XPG3 || XPG4] (vsnprintf): Likewise.
32041         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32042         Likewise.
32043         [XPG3 || XPG4] (blksize_t): Likewise.
32044         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32045         Likewise.
32046         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32047         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32048         [XPG3 || XPG4] (struct itimerspec): Likewise.
32049         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32050         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32051         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32052         [XPG3 || XPG4] (clockid_t): Likewise.
32053         [XPG3 || XPG4] (timer_t): Likewise.
32054         [XPG3 || XPG4] (clock_getres): Likewise.
32055         [XPG3 || XPG4] (clock_gettime): Likewise.
32056         [XPG3 || XPG4] (clock_settime): Likewise.
32057         [XPG3 || XPG4] (nanosleep): Likewise.
32058         [XPG3 || XPG4] (timer_create): Likewise.
32059         [XPG3 || XPG4] (timer_delete): Likewise.
32060         [XPG3 || XPG4] (timer_gettime): Likewise.
32061         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32062         [XPG3 || XPG4] (timer_settime): Likewise.
32063         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32064         [XPG3 || XPG4] (getlogin_r): Likewise.
32065         [XPG3 || XPG4] (pread): Likewise.
32066         [XPG3 || XPG4] (pthread_atfork): Likewise.
32067         [XPG3 || XPG4] (pwrite): Likewise.
32068
32069         [BZ #14835]
32070         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32071         <bits/siginfo.h>.
32072
32073 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32074
32075         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32076         finalizing MALLSTREAM.
32077
32078         * sysdeps/mach/hurd/syncfs.c: New file.
32079
32080 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32081
32082         [BZ #14719]
32083         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32084         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32085         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32086         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32087         (_nss_dns_gethostbyname4_r): Likewise.
32088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32089         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32090
32091 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32092
32093         [BZ #13763]
32094         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32095
32096 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32097
32098         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32099         * elf/cache.c (print_entry): Print ",AArch64" for
32100         FLAG_AARCH64_LIB64
32101
32102         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32103         * elf/cache.c (print_entry): Print ",hard-float" for
32104         FLAG_ARM_LIBHF.
32105
32106 2012-11-18  David S. Miller  <davem@davemloft.net>
32107
32108         With help from Joseph Myers.
32109         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32110         cutoff to 2**-13.
32111         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32112         cutoff to 2**-25.
32113         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32114         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32115         small.
32116         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32117         * math/libm-test.inc (y0_test): New tests.
32118         (y1_test): New tests.
32119         * sysdeps/i386/fpu/libm-test-ulps: Update.
32120         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32121         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32122
32123 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32124
32125         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32126         64-bit targets.
32127         * configure: Regenerated.
32128
32129 2012-11-17  David S. Miller  <davem@davemloft.net>
32130
32131         [BZ #14811]
32132         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32133         nonzero exponents with absolute value below 0x1p-128 to +/-
32134         0x1p-128.
32135
32136 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32137
32138         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32139
32140         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32141
32142         * posix/getconf-speclist.c: New file.
32143         * posix/posix-envs.def: Likewise.
32144         * posix/confstr.c (START_ENV_GROUP): New macro.
32145         (END_ENV_GROUP): Likewise.
32146         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32147         (KNOWN_PRESENT_ENV_STRING): Likewise.
32148         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32149         (UNKNOWN_ENVIRONMENT): Likewise.
32150         (confstr): Include posix-envs.def instead of handling
32151         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32152         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32153         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32154         (END_ENV_GROUP): Likewise.
32155         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32156         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32157         (UNKNOWN_ENVIRONMENT): Likewise.
32158         (__sysconf): Include posix-envs.def instead of handling associated
32159         cases directly here.
32160         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32161         preprocessing getconf-speclist.c rather than running getconf or
32162         generating empty file.
32163
32164 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32165
32166         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32167
32168 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32169
32170         [BZ #14672]
32171         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32172
32173 2012-11-16  David S. Miller  <davem@davemloft.net>
32174
32175         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32176         smaller than LDBL_EPSILON/2.0L, just return xm1.
32177
32178 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32179
32180         * elf/tst-array1.c (init): Set constructor priority to 1000.
32181         (fini): Set destructor priority to 1000.
32182         * elf/tst-array2dep.c: Likewise.
32183
32184 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32185
32186         [BZ #11741]
32187         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32188         (_IO_new_file_xsputn): Also return EOF if none of the input
32189         data was written when overflow failed.
32190         * libio/iopadn.c (_IO_padn): Likewise.
32191         * libio/iowpadn.c (_IO_wpadn): Likewise.
32192         * stdio-common/tst-put-error.c: Add copyright notice.
32193         (do_test): Add case for printing padded string.
32194         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32195         _IO_padn returned error.
32196         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32197         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32198         return EOF.
32199
32200 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32201
32202         * libio/libioP.h: Add comment note that the references to C++
32203         bits are now obsolete.
32204
32205 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32206
32207         * math/libm-test.inc (check_complex): Use asprintf.
32208
32209 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32210
32211         * debug/pcprofiledump.c (print_version): Update copyright year.
32212         * malloc/memusagestat.c (print_version): Likewise.
32213
32214 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32215
32216         [BZ #14831]
32217         * elf/Makefile (tests): Add tst-audit8.
32218         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32219         ($(objpfx)tst-audit8.out): New target.
32220         (tst-audit8-ENV): New variable.
32221         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32222         audit if l_reloc_result is NULL.
32223         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32224         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32225         * elf/tst-audit8.c: New file.
32226
32227 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32228
32229         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32230         * misc/Makefile (CFLAGS-select.c): Define.
32231         * posix/Makefile (CFLAGS-pause.c): Define.
32232
32233 2012-11-13  David S. Miller  <davem@davemloft.net>
32234
32235         * crypt/Makefile: Move test targets after toplevel Rules
32236         inclusion.  Grab any necessary sysdep routines when linking.
32237         * crypt/md5.c (md5_process_block): Remove define, we will always
32238         name it __md5_process_block.
32239         (md5_finish_ctx): Update md5_process_block call.
32240         (md5_stream): Likewise.
32241         (md5_process_bytes): Likewise.
32242         (md5_process_block): Rename to __md5_process_block and move to ...
32243         * crypt/md5-block.c: ... here.
32244         * crypt/sha256.c (sha256_process_block): Move to ...
32245         * crypt/sha256-block.c: ... here.
32246         * crypt/sha512.c (sha512_process_block): Move to ...
32247         * crypt/sha512-block.c: ... here.
32248         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32249         path.
32250         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32251         * sysdeps/sparc/sparc64/multiarch/Makefile
32252         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32253         crypt subdir.
32254         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32255         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32256         multiarch changes.
32257         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32258         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32259         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32260         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32261         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32262         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32263         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32264         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32265         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32266         file.
32267         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32268         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32269         file.
32270         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32271
32272 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32273
32274         * timezone/tzselect.ksh: Update from tzcode git revision
32275         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32276         * timezone/zdump.c: Likewise.
32277         * timezone/zic.c: Likewise.
32278         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32279         in TZVERSION setting, not $(PKGVERSION).
32280         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32281         REPORT_BUGS_TO settings.
32282
32283         [BZ #14838]
32284         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32285         macro.
32286
32287 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32288
32289         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32290         detection to immediately after _FP_ROUND().
32291         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32292         bits are 0.
32293
32294 2012-11-11  David S. Miller  <davem@davemloft.net>
32295
32296         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32297         inttypes.h
32298         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32299         __close rather than their public counterparts.
32300
32301 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32302
32303         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32304         file.
32305         [UNIX98] (sem_timedwait): Do not expect.
32306         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32307         [XPG4 || UNIX98] (sockatmark): Do not expect.
32308         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32309         (clock_getcpuclockid): Do not expect.
32310         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32311         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32312         Do not expect.
32313         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32314         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32315         [UNIX98] (vwscanf): Likewise.
32316         [UNIX98] (vswscanf): Likewise.
32317
32318 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32319
32320         * timezone/version.h: Remove file.
32321         * timezone/README: Do not refer to version.h.
32322         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32323         $(objpfx)version.h.
32324         ($(objpfx)zdump.o): Likewise.
32325         ($(objpfx)version.h): New target.
32326
32327         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32328         2012i.
32329         * timezone/README: Don't mention modification to tzselect.ksh.
32330         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32331         work on unmodified tzselect.ksh.  Substitute version numbers in
32332         tzselect.ksh.
32333
32334         * Makefile (format-me): Remove.
32335         (INSTALL): Adjust indentation.  Use commands directly instead of
32336         using $(format-me).
32337
32338         * aclocal.m4 (ACX_PKGVERSION): New macro.
32339         (ACX_BUGURL): Likewise.
32340         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32341         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32342         (REPORT_BUGS_TO): Likewise.
32343         * configure: Regenerated.
32344         * config.h.in (PKGVERSION): New macro.
32345         (REPORT_BUGS_TO): Likewise.
32346         * config.make.in (PKGVERSION): New variable.
32347         (PKGVERSION_TEXI): Likewise.
32348         (REPORT_BUGS_TO): Likewise.
32349         (REPORT_BUGS_TEXI): Likewise.
32350         * Makefile (format-me): Use -I$(common-objpfx)manual.
32351         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32352         ($(common-objpfx)manual/%): New target.
32353         (manual/%): Remove target.
32354         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32355         (print_version): Use PKGVERSION.
32356         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32357         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32358         and REPORT_BUGS_TO.
32359         ($(objpfx)xtrace): Likewise.
32360         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32361         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32362         (print_version): Use PKGVERSION.
32363         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32364         (do_version): Use PKGVERSION.
32365         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32366         REPORT_BUGS_TO.
32367         (common-ldd-rewrite): Likewise.
32368         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32369         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32370         (print_version): Use PKGVERSION.
32371         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32372         * elf/pldd.c (argp_program_bug_address): Remove variable.
32373         (more_help): New function.
32374         (argp): Use more_help.
32375         (print_version): Use PKGVERSION.
32376         * elf/sln.c (main): Use PKGVERSION.
32377         (usage): Use REPORT_BUGS_TO.
32378         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32379         (top level): Use PKGVERSION.
32380         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32381         (print_version): Use PKGVERSION.
32382         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32383         (print_version): Use PKGVERSION.
32384         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32385         (print_version): Use PKGVERSION.
32386         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32387         (print_version): Use PKGVERSION.
32388         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32389         (print_version): Use PKGVERSION.
32390         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32391         (print_version): Use PKGVERSION.
32392         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32393         and BUGURL.
32394         ($(objpfx)memusage): Likewise.
32395         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32396         (do_version): Use PKGVERSION.
32397         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32398         (print_version): Use PKGVERSION.
32399         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32400         ($PKGVERSION): New variable.
32401         ($REPORT_BUGS_TO): Likewise.
32402         (usage): Use $REPORT_BUGS_TO.
32403         (top level): Use $PKGVERSION.
32404         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32405         ($(objpfx)pkgvers.texi): New rule.
32406         ($(objpfx)stamp-pkgvers): Likewise.
32407         * manual/install.texi: Include pkgvers.texi.
32408         (--with-pkgversion): Document new configure option.
32409         (--with-bugurl): Likewise.
32410         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32411         than necessarily for this particular distribution.  Use
32412         REPORT_BUGS_TO for where to report bugs.
32413         * INSTALL: Regenerated.
32414         * manual/libc.texinfo: Include pkgvers.texi.
32415         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32416         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32417         (print_version): Use PKGVERSION.
32418         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32419         (print_version): Use PKGVERSION.
32420         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32421         (print_version): Use PKGVERSION.
32422         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32423         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32424         macro.
32425         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32426         (print_version): Use PKGVERSION.
32427         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32428         (print_version): Use PKGVERSION.
32429         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32430         and PKGVERSION.
32431
32432         * timezone/checktab.awk: Update from tzcode 2012i.
32433         * timezone/ialloc.c: Likewise.
32434         * timezone/private.h: Likewise.
32435         * timezone/scheck.c: Likewise.
32436         * timezone/tzfile.h: Likewise.
32437         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32438         (TZVERSION): Hardcode tzcode version number.
32439         * timezone/zdump.c: Update from tzcode 2012i.
32440         * timezone/zic.c: Likewise.
32441         * timezone/version.h: New file.
32442         * timezone/README: Describe version.h.  Update upstream location.
32443
32444         [BZ #14824]
32445         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32446         (mktemp): Enable declaration.
32447         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32448         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32449         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32450         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32451         Likewise.
32452         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32453         Likewise.
32454         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32455         Likewise.
32456         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32457         Likewise.
32458         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32459         Likewise.
32460         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32461         Likewise.
32462
32463         [BZ #14821]
32464         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32465         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32466         for copies of such integer values.
32467         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32468         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32469
32470 2012-11-09  Andreas Jaeger  <aj@suse.de>
32471
32472         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32473         definitions and declarations that are provided by
32474         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32475
32476 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32477
32478         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32479         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32480         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32481         definition.
32482
32483 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32484
32485         * elf/elf.h: Update comment before AArch64 relocations.
32486
32487 2012-11-07  David S. Miller  <davem@davemloft.net>
32488
32489         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32490         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32491         (__start_context): Declare.
32492         (__makecontext_ret): Delete.
32493         (__makecontext): Hook up __start_context instead of
32494         __makecontext_ret.
32495         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32496         (sysdep_routines): Add __start_context when in stdlib.
32497
32498 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32499
32500         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32501         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32502         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32503         hardcoded "nm".
32504         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32505         (READELF): New variable.  Use it instead of hardcoded "readelf".
32506
32507 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32508
32509         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32510         * sysdeps/x86/Makefile: Here.
32511         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32512         * sysdeps/x86/tst-xmmymm.sh: This.
32513
32514 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32515
32516         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32517         expectations.
32518         [UNIX98] (pthread_barrier_t): Do not expect.
32519         [UNIX98] (pthread_barrierattr_t): Likewise.
32520         [UNIX98] (pthread_spinlock_t): Likewise.
32521         [UNIX98] (pthread_barrier_destroy): Likewise.
32522         [UNIX98] (pthread_barrier_init): Likewise.
32523         [UNIX98] (pthread_barrier_wait): Likewise.
32524         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32525         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32526         [UNIX98] (pthread_barrierattr_init): Likewise.
32527         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32528         [UNIX98] (pthread_getcpuclockid): Likewise.
32529         [UNIX98] (pthread_mutex_timedlock): Likewise.
32530         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32531         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32532         [UNIX98] (pthread_sigmask): Likewise.
32533         [UNIX98] (pthread_spin_destroy): Likewise.
32534         [UNIX98] (pthread_spin_init): Likewise.
32535         [UNIX98] (pthread_spin_lock): Likewise.
32536         [UNIX98] (pthread_spin_trylock): Likewise.
32537         [UNIX98] (pthread_spin_unlock): Likewise.
32538         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32539         Do not expect.
32540         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32541         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32542         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32543         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32544         [XPG3 || XPG4] (pthread_key_t): Likewise.
32545         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32546         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32547         [XPG3 || XPG4] (pthread_once_t): Likewise.
32548         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32549         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32550         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32551         [XPG3 || XPG4] (pthread_t): Likewise.
32552
32553         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32554         not expect.
32555         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32556
32557         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32558         Change function return type to int.
32559
32560         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32561         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32562         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32563         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32564         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32565         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32566         [!POSIX] (posix_madvise): Likewise.
32567         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32568         && !UNIX98].
32569         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32570         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32571         (mode_t): Likewise.
32572         (posix_mem_offset): Likewise.
32573         (posix_typed_mem_get_info): Likewise.
32574         (posix_typed_mem_open): Likewise.
32575
32576         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32577         Change condition to [XOPEN2K8].
32578
32579         * conform/conformtest.pl: Preprocess allow-header data with -x c
32580         instead of from stdin.
32581         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32582         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32583         [C99-based standards] (cerfc): Likewise.
32584         [C99-based standards] (cexp2): Likewise.
32585         [C99-based standards] (cexpm1): Likewise.
32586         [C99-based standards] (clog10): Likewise.
32587         [C99-based standards] (clog1p): Likewise.
32588         [C99-based standards] (clog2): Likewise.
32589         [C99-based standards] (clgamma): Likewise.
32590         [C99-based standards] (ctgamma): Likewise.
32591         [C99-based standards] (cerff): Likewise.
32592         [C99-based standards] (cerfcf): Likewise.
32593         [C99-based standards] (cexp2f): Likewise.
32594         [C99-based standards] (cexpm1f): Likewise.
32595         [C99-based standards] (clog10f): Likewise.
32596         [C99-based standards] (clog1pf): Likewise.
32597         [C99-based standards] (clog2f): Likewise.
32598         [C99-based standards] (clgammaf): Likewise.
32599         [C99-based standards] (ctgammaf): Likewise.
32600         [C99-based standards] (cerfl): Likewise.
32601         [C99-based standards] (cerfcl): Likewise.
32602         [C99-based standards] (cexp2l): Likewise.
32603         [C99-based standards] (cexpm1l): Likewise.
32604         [C99-based standards] (clog10l): Likewise.
32605         [C99-based standards] (clog1pl): Likewise.
32606         [C99-based standards] (clog2l): Likewise.
32607         [C99-based standards] (clgammal): Likewise.
32608         [C99-based standards] (ctgammal): Likewise.
32609         * conform/data/inttypes.h-data [C99-based standards]: Include
32610         stdint.h-data.  Remove all expectations for stdint.h contents.
32611         [C99-based standards] (PRI*): Do not allow.
32612         [C99-based standards] (SCN*): Likewise.
32613         [C99-based standards] (*_t): Likewise.
32614         [C99-based-standards] (PRId8): Expect macro.
32615         [C99-based-standards] (PRIi8): Likewise.
32616         [C99-based-standards] (PRIo8): Likewise.
32617         [C99-based-standards] (PRIu8): Likewise.
32618         [C99-based-standards] (PRIx8): Likewise.
32619         [C99-based-standards] (PRIX8): Likewise.
32620         [C99-based-standards] (SCNd8): Likewise.
32621         [C99-based-standards] (SCNi8): Likewise.
32622         [C99-based-standards] (SCNo8): Likewise.
32623         [C99-based-standards] (SCNu8): Likewise.
32624         [C99-based-standards] (SCNx8): Likewise.
32625         [C99-based-standards] (PRIdLEAST8): Likewise.
32626         [C99-based-standards] (PRIiLEAST8): Likewise.
32627         [C99-based-standards] (PRIoLEAST8): Likewise.
32628         [C99-based-standards] (PRIuLEAST8): Likewise.
32629         [C99-based-standards] (PRIxLEAST8): Likewise.
32630         [C99-based-standards] (PRIXLEAST8): Likewise.
32631         [C99-based-standards] (SCNdLEAST8): Likewise.
32632         [C99-based-standards] (SCNiLEAST8): Likewise.
32633         [C99-based-standards] (SCNoLEAST8): Likewise.
32634         [C99-based-standards] (SCNuLEAST8): Likewise.
32635         [C99-based-standards] (SCNxLEAST8): Likewise.
32636         [C99-based-standards] (PRIdFAST8): Likewise.
32637         [C99-based-standards] (PRIiFAST8): Likewise.
32638         [C99-based-standards] (PRIoFAST8): Likewise.
32639         [C99-based-standards] (PRIuFAST8): Likewise.
32640         [C99-based-standards] (PRIxFAST8): Likewise.
32641         [C99-based-standards] (PRIXFAST8): Likewise.
32642         [C99-based-standards] (SCNdFAST8): Likewise.
32643         [C99-based-standards] (SCNiFAST8): Likewise.
32644         [C99-based-standards] (SCNoFAST8): Likewise.
32645         [C99-based-standards] (SCNuFAST8): Likewise.
32646         [C99-based-standards] (SCNxFAST8): Likewise.
32647         [C99-based-standards] (PRId16): Likewise.
32648         [C99-based-standards] (PRIi16): Likewise.
32649         [C99-based-standards] (PRIo16): Likewise.
32650         [C99-based-standards] (PRIu16): Likewise.
32651         [C99-based-standards] (PRIx16): Likewise.
32652         [C99-based-standards] (PRIX16): Likewise.
32653         [C99-based-standards] (SCNd16): Likewise.
32654         [C99-based-standards] (SCNi16): Likewise.
32655         [C99-based-standards] (SCNo16): Likewise.
32656         [C99-based-standards] (SCNu16): Likewise.
32657         [C99-based-standards] (SCNx16): Likewise.
32658         [C99-based-standards] (PRIdLEAST16): Likewise.
32659         [C99-based-standards] (PRIiLEAST16): Likewise.
32660         [C99-based-standards] (PRIoLEAST16): Likewise.
32661         [C99-based-standards] (PRIuLEAST16): Likewise.
32662         [C99-based-standards] (PRIxLEAST16): Likewise.
32663         [C99-based-standards] (PRIXLEAST16): Likewise.
32664         [C99-based-standards] (SCNdLEAST16): Likewise.
32665         [C99-based-standards] (SCNiLEAST16): Likewise.
32666         [C99-based-standards] (SCNoLEAST16): Likewise.
32667         [C99-based-standards] (SCNuLEAST16): Likewise.
32668         [C99-based-standards] (SCNxLEAST16): Likewise.
32669         [C99-based-standards] (PRIdFAST16): Likewise.
32670         [C99-based-standards] (PRIiFAST16): Likewise.
32671         [C99-based-standards] (PRIoFAST16): Likewise.
32672         [C99-based-standards] (PRIuFAST16): Likewise.
32673         [C99-based-standards] (PRIxFAST16): Likewise.
32674         [C99-based-standards] (PRIXFAST16): Likewise.
32675         [C99-based-standards] (SCNdFAST16): Likewise.
32676         [C99-based-standards] (SCNiFAST16): Likewise.
32677         [C99-based-standards] (SCNoFAST16): Likewise.
32678         [C99-based-standards] (SCNuFAST16): Likewise.
32679         [C99-based-standards] (SCNxFAST16): Likewise.
32680         [C99-based-standards] (PRId32): Likewise.
32681         [C99-based-standards] (PRIi32): Likewise.
32682         [C99-based-standards] (PRIo32): Likewise.
32683         [C99-based-standards] (PRIu32): Likewise.
32684         [C99-based-standards] (PRIx32): Likewise.
32685         [C99-based-standards] (PRIX32): Likewise.
32686         [C99-based-standards] (SCNd32): Likewise.
32687         [C99-based-standards] (SCNi32): Likewise.
32688         [C99-based-standards] (SCNo32): Likewise.
32689         [C99-based-standards] (SCNu32): Likewise.
32690         [C99-based-standards] (SCNx32): Likewise.
32691         [C99-based-standards] (PRIdLEAST32): Likewise.
32692         [C99-based-standards] (PRIiLEAST32): Likewise.
32693         [C99-based-standards] (PRIoLEAST32): Likewise.
32694         [C99-based-standards] (PRIuLEAST32): Likewise.
32695         [C99-based-standards] (PRIxLEAST32): Likewise.
32696         [C99-based-standards] (PRIXLEAST32): Likewise.
32697         [C99-based-standards] (SCNdLEAST32): Likewise.
32698         [C99-based-standards] (SCNiLEAST32): Likewise.
32699         [C99-based-standards] (SCNoLEAST32): Likewise.
32700         [C99-based-standards] (SCNuLEAST32): Likewise.
32701         [C99-based-standards] (SCNxLEAST32): Likewise.
32702         [C99-based-standards] (PRIdFAST32): Likewise.
32703         [C99-based-standards] (PRIiFAST32): Likewise.
32704         [C99-based-standards] (PRIoFAST32): Likewise.
32705         [C99-based-standards] (PRIuFAST32): Likewise.
32706         [C99-based-standards] (PRIxFAST32): Likewise.
32707         [C99-based-standards] (PRIXFAST32): Likewise.
32708         [C99-based-standards] (SCNdFAST32): Likewise.
32709         [C99-based-standards] (SCNiFAST32): Likewise.
32710         [C99-based-standards] (SCNoFAST32): Likewise.
32711         [C99-based-standards] (SCNuFAST32): Likewise.
32712         [C99-based-standards] (SCNxFAST32): Likewise.
32713         [C99-based-standards] (PRId64): Likewise.
32714         [C99-based-standards] (PRIi64): Likewise.
32715         [C99-based-standards] (PRIo64): Likewise.
32716         [C99-based-standards] (PRIu64): Likewise.
32717         [C99-based-standards] (PRIx64): Likewise.
32718         [C99-based-standards] (PRIX64): Likewise.
32719         [C99-based-standards] (SCNd64): Likewise.
32720         [C99-based-standards] (SCNi64): Likewise.
32721         [C99-based-standards] (SCNo64): Likewise.
32722         [C99-based-standards] (SCNu64): Likewise.
32723         [C99-based-standards] (SCNx64): Likewise.
32724         [C99-based-standards] (PRIdLEAST64): Likewise.
32725         [C99-based-standards] (PRIiLEAST64): Likewise.
32726         [C99-based-standards] (PRIoLEAST64): Likewise.
32727         [C99-based-standards] (PRIuLEAST64): Likewise.
32728         [C99-based-standards] (PRIxLEAST64): Likewise.
32729         [C99-based-standards] (PRIXLEAST64): Likewise.
32730         [C99-based-standards] (SCNdLEAST64): Likewise.
32731         [C99-based-standards] (SCNiLEAST64): Likewise.
32732         [C99-based-standards] (SCNoLEAST64): Likewise.
32733         [C99-based-standards] (SCNuLEAST64): Likewise.
32734         [C99-based-standards] (SCNxLEAST64): Likewise.
32735         [C99-based-standards] (PRIdFAST64): Likewise.
32736         [C99-based-standards] (PRIiFAST64): Likewise.
32737         [C99-based-standards] (PRIoFAST64): Likewise.
32738         [C99-based-standards] (PRIuFAST64): Likewise.
32739         [C99-based-standards] (PRIxFAST64): Likewise.
32740         [C99-based-standards] (PRIXFAST64): Likewise.
32741         [C99-based-standards] (SCNdFAST64): Likewise.
32742         [C99-based-standards] (SCNiFAST64): Likewise.
32743         [C99-based-standards] (SCNoFAST64): Likewise.
32744         [C99-based-standards] (SCNuFAST64): Likewise.
32745         [C99-based-standards] (SCNxFAST64): Likewise.
32746         [C99-based-standards] (PRIdMAX): Likewise.
32747         [C99-based-standards] (PRIiMAX): Likewise.
32748         [C99-based-standards] (PRIoMAX): Likewise.
32749         [C99-based-standards] (PRIuMAX): Likewise.
32750         [C99-based-standards] (PRIxMAX): Likewise.
32751         [C99-based-standards] (PRIXMAX): Likewise.
32752         [C99-based-standards] (SCNdMAX): Likewise.
32753         [C99-based-standards] (SCNiMAX): Likewise.
32754         [C99-based-standards] (SCNoMAX): Likewise.
32755         [C99-based-standards] (SCNuMAX): Likewise.
32756         [C99-based-standards] (SCNxMAX): Likewise.
32757         [C99-based-standards] (PRIdPTR): Likewise.
32758         [C99-based-standards] (PRIiPTR): Likewise.
32759         [C99-based-standards] (PRIoPTR): Likewise.
32760         [C99-based-standards] (PRIuPTR): Likewise.
32761         [C99-based-standards] (PRIxPTR): Likewise.
32762         [C99-based-standards] (PRIXPTR): Likewise.
32763         [C99-based-standards] (SCNdPTR): Likewise.
32764         [C99-based-standards] (SCNiPTR): Likewise.
32765         [C99-based-standards] (SCNoPTR): Likewise.
32766         [C99-based-standards] (SCNuPTR): Likewise.
32767         [C99-based-standards] (SCNxPTR): Likewise.
32768         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32769         allow.
32770         * conform/data/stdint.h-data: Update comments to clarify
32771         requirements.
32772         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32773         type.
32774         [C99-based standards] (INT8_MAX): Likewise.
32775         [C99-based standards] (INT16_MIN): Likewise.
32776         [C99-based standards] (INT16_MAX): Likewise.
32777         [C99-based standards] (INT32_MIN): Likewise.
32778         [C99-based standards] (INT32_MAX): Likewise.
32779         [C99-based standards] (INT64_MIN): Likewise.
32780         [C99-based standards] (INT64_MAX): Likewise.
32781         [C99-based standards] (UINT8_MAX): Likewise.
32782         [C99-based standards] (UINT16_MAX): Likewise.
32783         [C99-based standards] (UINT32_MAX): Likewise.
32784         [C99-based standards] (UINT64_MAX): Likewise.
32785         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32786         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32787         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32788         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32789         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32790         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32791         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32792         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32793         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32794         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32795         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32796         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32797         [C99-based standards] (INT_FAST8_MIN): Likewise.
32798         [C99-based standards] (INT_FAST8_MAX): Likewise.
32799         [C99-based standards] (INT_FAST16_MIN): Likewise.
32800         [C99-based standards] (INT_FAST16_MAX): Likewise.
32801         [C99-based standards] (INT_FAST32_MIN): Likewise.
32802         [C99-based standards] (INT_FAST32_MAX): Likewise.
32803         [C99-based standards] (INT_FAST64_MIN): Likewise.
32804         [C99-based standards] (INT_FAST64_MAX): Likewise.
32805         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32806         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32807         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32808         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32809         [C99-based standards] (INTPTR_MIN): Likewise.
32810         [C99-based standards] (INTPTR_MAX): Likewise.
32811         [C99-based standards] (UINTPTR_MAX): Likewise.
32812         [C99-based standards] (INTMAX_MIN): Likewise.
32813         [C99-based standards] (INTMAX_MAX): Likewise.
32814         [C99-based standards] (UINTMAX_MAX): Likewise.
32815         [C99-based standards] (PTRDIFF_MIN): Likewise.
32816         [C99-based standards] (PTRDIFF_MAX): Likewise.
32817         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32818         [C99-based standards] (SIZE_MAX): Likewise.
32819         [C99-based standards] (WCHAR_MAX): Likewise.
32820         [C99-based standards] (WINT_MAX): Likewise.
32821         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32822         constraint on value.
32823         [C99-based standards] (WCHAR_MIN): Likewise.
32824         [C99-based standards] (WINT_MIN): Likewise.
32825         [C99-based standards] (*_t): Allow.
32826         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32827         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32828         Include math.h-data and complex.h-data.  Remove all expectations
32829         of math.h and complex.h contents.
32830         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32831         at end of line.
32832         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32833         (struct tm): Expect tag.
32834         [C99-based-standards] (wcstof): Expect function.
32835         [C99-based-standards] (wcstold): Likewise.
32836         [C99-based-standards] (wcstoll): Likewise.
32837         [C99-based-standards] (wcstoull): Likewise.
32838         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32839         macro-int-constant.  Specify type.
32840         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32841         constraint on value.
32842         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32843         Specify type.
32844         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32845         Specify value.
32846         [ISO C standards]: Do not allow headers.
32847         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32848         wcs[abcdefghijklmnopqrstuvwxyz]*.
32849         [ISO C standards] (*_t): Do not allow.
32850         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32851         Expect function.
32852         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32853         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32854         Specify type.
32855         [ISO C standards]: Do not allow headers.
32856         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32857         is[abcdefghijklmnopqrstuvwxyz]*.
32858         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32859         to[abcdefghijklmnopqrstuvwxyz]*.
32860         [ISO C standards] (*_t): Do not allow.
32861         * conform/data/stdalign.h-data: New file.
32862         * conform/data/stdbool.h-data: Likewise.
32863         * conform/data/stdnoreturn.h-data: Likewise.
32864
32865 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32866
32867         [BZ #14815]
32868         * manual/filesys.texi (Directory Entries): Typo fix.
32869         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32870
32871 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32872
32873         * elf/elf.h (EM_AARCH64): New macro.
32874         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32875         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32876         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32877         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32878         (R_AARCH64_TLSDESC): Likewise.
32879         (NT_ARM_TLS): Likewise.
32880         (NT_ARM_HW_BREAK): Likewise.
32881         (NT_ARM_HW_WATCH): Likewise.
32882
32883 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32884
32885         [BZ #14811]
32886         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32887         (__ieee754_powl): Saturate nonzero exponents with absolute value
32888         below 0x1p-79 to +/- 0x1p-79.
32889         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32890         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32891         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32892         nonzero exponents with absolute value below 0x1p-32 to +/-
32893         0x1p-32.
32894         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32895         (__ieee754_powl): Saturate nonzero exponents with absolute value
32896         below 0x1p-79 to +/- 0x1p-79.
32897         * math/libm-test.inc (pow_test): Add more tests.
32898
32899 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32900
32901         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32902         _dl_s390_cap_flags with kernel. Increase string length.
32903         (_dl_s390_platforms): Add z196 and zEC12.
32904
32905 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32906
32907         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32908         Change XOPEN21K to XOPEN2K.
32909
32910 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32911
32912         * string/memmove.c: Use memcpy when possible.
32913
32914 2012-11-06  Andreas Jaeger  <aj@suse.de>
32915
32916         * po/eo.po: Update from translation team.
32917
32918 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32919
32920         [BZ #14793]
32921         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32922         exponent and small x and y exponents, scale x or y up.  Increase
32923         by 2 the exponent used in scaling up.
32924         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32925         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32926         * math/libm-test.inc (fma_test): Add more tests.
32927         (fma_test_towardzero): Likewise.
32928         (fma_test_downward): Likewise.
32929         (fma_test_upward): Likewise.
32930
32931 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32932
32933         [BZ #14805]
32934         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32935         fenv_t *.
32936
32937         [BZ #14801]
32938         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32939         namespace for names of struct fields.
32940         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32941         fenv_t fields.
32942         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32943         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32944
32945 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32946
32947         [BZ #3665]
32948         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32949
32950 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32951
32952         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32953         PTR_DEMANGLE.
32954
32955         [BZ #5246]
32956         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32957         PTR_DEMANGLE.
32958
32959 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32960
32961         [BZ #14797]
32962         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32963         definitely overflow as x * y not x * y + z.
32964         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32965         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32966         * math/libm-test.inc (fma_test): Add more tests.
32967         (fma_test_towardzero): Likewise.
32968         (fma_test_downward): Likewise.
32969         (fma_test_upward): Likewise.
32970
32971 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32972
32973         [BZ #157]
32974
32975         * include/stub-tag.h: Remove file.
32976         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32977         '#include' of it.
32978         * manual/maint.texi (Porting): Don't reference it.
32979         * Makerules ($(objpfx)stubs): Likewise.
32980         * dirent/closedir.c: Don't include <stub-tag.h>.
32981         * dirent/dirfd.c: Likewise.
32982         * dirent/fdopendir.c: Likewise.
32983         * dirent/getdents.c: Likewise.
32984         * dirent/getdents64.c: Likewise.
32985         * dirent/opendir.c: Likewise.
32986         * dirent/readdir.c: Likewise.
32987         * dirent/readdir64.c: Likewise.
32988         * dirent/readdir64_r.c: Likewise.
32989         * dirent/readdir_r.c: Likewise.
32990         * dirent/rewinddir.c: Likewise.
32991         * dirent/seekdir.c: Likewise.
32992         * dirent/telldir.c: Likewise.
32993         * gmon/profil.c: Likewise.
32994         * grp/setgroups.c: Likewise.
32995         * inet/if_index.c: Likewise.
32996         * io/access.c: Likewise.
32997         * io/chdir.c: Likewise.
32998         * io/chmod.c: Likewise.
32999         * io/chown.c: Likewise.
33000         * io/close.c: Likewise.
33001         * io/dup.c: Likewise.
33002         * io/dup2.c: Likewise.
33003         * io/dup3.c: Likewise.
33004         * io/euidaccess.c: Likewise.
33005         * io/faccessat.c: Likewise.
33006         * io/fchdir.c: Likewise.
33007         * io/fchmod.c: Likewise.
33008         * io/fchmodat.c: Likewise.
33009         * io/fchown.c: Likewise.
33010         * io/fchownat.c: Likewise.
33011         * io/fcntl.c: Likewise.
33012         * io/flock.c: Likewise.
33013         * io/fstatfs.c: Likewise.
33014         * io/fstatfs64.c: Likewise.
33015         * io/fstatvfs.c: Likewise.
33016         * io/fstatvfs64.c: Likewise.
33017         * io/futimens.c: Likewise.
33018         * io/fxstat.c: Likewise.
33019         * io/fxstat64.c: Likewise.
33020         * io/fxstatat.c: Likewise.
33021         * io/fxstatat64.c: Likewise.
33022         * io/getcwd.c: Likewise.
33023         * io/isatty.c: Likewise.
33024         * io/lchmod.c: Likewise.
33025         * io/lchown.c: Likewise.
33026         * io/link.c: Likewise.
33027         * io/linkat.c: Likewise.
33028         * io/lseek.c: Likewise.
33029         * io/lseek64.c: Likewise.
33030         * io/lxstat64.c: Likewise.
33031         * io/mkdir.c: Likewise.
33032         * io/mkdirat.c: Likewise.
33033         * io/mkfifo.c: Likewise.
33034         * io/mkfifoat.c: Likewise.
33035         * io/open.c: Likewise.
33036         * io/open64.c: Likewise.
33037         * io/openat.c: Likewise.
33038         * io/openat64.c: Likewise.
33039         * io/pipe.c: Likewise.
33040         * io/pipe2.c: Likewise.
33041         * io/poll.c: Likewise.
33042         * io/posix_fadvise.c: Likewise.
33043         * io/posix_fadvise64.c: Likewise.
33044         * io/posix_fallocate.c: Likewise.
33045         * io/posix_fallocate64.c: Likewise.
33046         * io/read.c: Likewise.
33047         * io/readlink.c: Likewise.
33048         * io/readlinkat.c: Likewise.
33049         * io/rmdir.c: Likewise.
33050         * io/sendfile.c: Likewise.
33051         * io/sendfile64.c: Likewise.
33052         * io/statfs.c: Likewise.
33053         * io/statfs64.c: Likewise.
33054         * io/statvfs.c: Likewise.
33055         * io/statvfs64.c: Likewise.
33056         * io/symlink.c: Likewise.
33057         * io/symlinkat.c: Likewise.
33058         * io/ttyname.c: Likewise.
33059         * io/ttyname_r.c: Likewise.
33060         * io/umask.c: Likewise.
33061         * io/unlink.c: Likewise.
33062         * io/unlinkat.c: Likewise.
33063         * io/utime.c: Likewise.
33064         * io/utimensat.c: Likewise.
33065         * io/write.c: Likewise.
33066         * io/xmknod.c: Likewise.
33067         * io/xmknodat.c: Likewise.
33068         * io/xstat.c: Likewise.
33069         * io/xstat64.c: Likewise.
33070         * login/getpt.c: Likewise.
33071         * login/grantpt.c: Likewise.
33072         * login/unlockpt.c: Likewise.
33073         * math/e_acoshl.c: Likewise.
33074         * math/e_acosl.c: Likewise.
33075         * math/e_asinl.c: Likewise.
33076         * math/e_atan2l.c: Likewise.
33077         * math/e_atanhl.c: Likewise.
33078         * math/e_coshl.c: Likewise.
33079         * math/e_expl.c: Likewise.
33080         * math/e_fmodl.c: Likewise.
33081         * math/e_gammal_r.c: Likewise.
33082         * math/e_hypotl.c: Likewise.
33083         * math/e_j0l.c: Likewise.
33084         * math/e_j1l.c: Likewise.
33085         * math/e_jnl.c: Likewise.
33086         * math/e_lgammal_r.c: Likewise.
33087         * math/e_log10l.c: Likewise.
33088         * math/e_log2l.c: Likewise.
33089         * math/e_logl.c: Likewise.
33090         * math/e_powl.c: Likewise.
33091         * math/e_rem_pio2l.c: Likewise.
33092         * math/e_sinhl.c: Likewise.
33093         * math/e_sqrtl.c: Likewise.
33094         * math/fclrexcpt.c: Likewise.
33095         * math/fedisblxcpt.c: Likewise.
33096         * math/feenablxcpt.c: Likewise.
33097         * math/fegetenv.c: Likewise.
33098         * math/fegetexcept.c: Likewise.
33099         * math/fegetround.c: Likewise.
33100         * math/feholdexcpt.c: Likewise.
33101         * math/fesetenv.c: Likewise.
33102         * math/fesetround.c: Likewise.
33103         * math/feupdateenv.c: Likewise.
33104         * math/fgetexcptflg.c: Likewise.
33105         * math/fraiseexcpt.c: Likewise.
33106         * math/fsetexcptflg.c: Likewise.
33107         * math/ftestexcept.c: Likewise.
33108         * math/k_cosl.c: Likewise.
33109         * math/k_rem_pio2l.c: Likewise.
33110         * math/k_sinl.c: Likewise.
33111         * math/k_tanl.c: Likewise.
33112         * math/s_asinhl.c: Likewise.
33113         * math/s_atanl.c: Likewise.
33114         * math/s_cbrtl.c: Likewise.
33115         * math/s_erfl.c: Likewise.
33116         * math/s_expm1l.c: Likewise.
33117         * math/s_log1pl.c: Likewise.
33118         * math/s_tanhl.c: Likewise.
33119         * misc/acct.c: Likewise.
33120         * misc/brk.c: Likewise.
33121         * misc/chflags.c: Likewise.
33122         * misc/chroot.c: Likewise.
33123         * misc/fchflags.c: Likewise.
33124         * misc/fgetxattr.c: Likewise.
33125         * misc/flistxattr.c: Likewise.
33126         * misc/fremovexattr.c: Likewise.
33127         * misc/fsetxattr.c: Likewise.
33128         * misc/fsync.c: Likewise.
33129         * misc/ftruncate.c: Likewise.
33130         * misc/futimes.c: Likewise.
33131         * misc/futimesat.c: Likewise.
33132         * misc/getdomain.c: Likewise.
33133         * misc/getdtsz.c: Likewise.
33134         * misc/gethostid.c: Likewise.
33135         * misc/gethostname.c: Likewise.
33136         * misc/getloadavg.c: Likewise.
33137         * misc/getpagesize.c: Likewise.
33138         * misc/getsysstats.c: Likewise.
33139         * misc/getxattr.c: Likewise.
33140         * misc/gtty.c: Likewise.
33141         * misc/ioctl.c: Likewise.
33142         * misc/lgetxattr.c: Likewise.
33143         * misc/listxattr.c: Likewise.
33144         * misc/llistxattr.c: Likewise.
33145         * misc/lremovexattr.c: Likewise.
33146         * misc/lsetxattr.c: Likewise.
33147         * misc/lutimes.c: Likewise.
33148         * misc/madvise.c: Likewise.
33149         * misc/mincore.c: Likewise.
33150         * misc/mlock.c: Likewise.
33151         * misc/mlockall.c: Likewise.
33152         * misc/mmap.c: Likewise.
33153         * misc/mprotect.c: Likewise.
33154         * misc/msync.c: Likewise.
33155         * misc/munlock.c: Likewise.
33156         * misc/munlockall.c: Likewise.
33157         * misc/munmap.c: Likewise.
33158         * misc/preadv.c: Likewise.
33159         * misc/preadv64.c: Likewise.
33160         * misc/ptrace.c: Likewise.
33161         * misc/pwritev.c: Likewise.
33162         * misc/pwritev64.c: Likewise.
33163         * misc/readv.c: Likewise.
33164         * misc/reboot.c: Likewise.
33165         * misc/remap_file_pages.c: Likewise.
33166         * misc/removexattr.c: Likewise.
33167         * misc/revoke.c: Likewise.
33168         * misc/select.c: Likewise.
33169         * misc/setdomain.c: Likewise.
33170         * misc/setegid.c: Likewise.
33171         * misc/seteuid.c: Likewise.
33172         * misc/sethostid.c: Likewise.
33173         * misc/sethostname.c: Likewise.
33174         * misc/setregid.c: Likewise.
33175         * misc/setreuid.c: Likewise.
33176         * misc/setxattr.c: Likewise.
33177         * misc/sstk.c: Likewise.
33178         * misc/stty.c: Likewise.
33179         * misc/swapoff.c: Likewise.
33180         * misc/swapon.c: Likewise.
33181         * misc/sync.c: Likewise.
33182         * misc/syncfs.c: Likewise.
33183         * misc/syscall.c: Likewise.
33184         * misc/truncate.c: Likewise.
33185         * misc/ualarm.c: Likewise.
33186         * misc/usleep.c: Likewise.
33187         * misc/ustat.c: Likewise.
33188         * misc/utimes.c: Likewise.
33189         * misc/vhangup.c: Likewise.
33190         * misc/writev.c: Likewise.
33191         * posix/_exit.c: Likewise.
33192         * posix/alarm.c: Likewise.
33193         * posix/execve.c: Likewise.
33194         * posix/fexecve.c: Likewise.
33195         * posix/fork.c: Likewise.
33196         * posix/fpathconf.c: Likewise.
33197         * posix/getaddrinfo.c: Likewise.
33198         * posix/getegid.c: Likewise.
33199         * posix/geteuid.c: Likewise.
33200         * posix/getgid.c: Likewise.
33201         * posix/getgroups.c: Likewise.
33202         * posix/getlogin.c: Likewise.
33203         * posix/getlogin_r.c: Likewise.
33204         * posix/getpgid.c: Likewise.
33205         * posix/getpid.c: Likewise.
33206         * posix/getppid.c: Likewise.
33207         * posix/getresgid.c: Likewise.
33208         * posix/getresuid.c: Likewise.
33209         * posix/getsid.c: Likewise.
33210         * posix/getuid.c: Likewise.
33211         * posix/glob64.c: Likewise.
33212         * posix/nanosleep.c: Likewise.
33213         * posix/pathconf.c: Likewise.
33214         * posix/pause.c: Likewise.
33215         * posix/posix_madvise.c: Likewise.
33216         * posix/pread.c: Likewise.
33217         * posix/pread64.c: Likewise.
33218         * posix/pwrite.c: Likewise.
33219         * posix/pwrite64.c: Likewise.
33220         * posix/sched_getaffinity.c: Likewise.
33221         * posix/sched_getp.c: Likewise.
33222         * posix/sched_gets.c: Likewise.
33223         * posix/sched_primax.c: Likewise.
33224         * posix/sched_primin.c: Likewise.
33225         * posix/sched_rr_gi.c: Likewise.
33226         * posix/sched_setaffinity.c: Likewise.
33227         * posix/sched_setp.c: Likewise.
33228         * posix/sched_sets.c: Likewise.
33229         * posix/sched_yield.c: Likewise.
33230         * posix/setgid.c: Likewise.
33231         * posix/setlogin.c: Likewise.
33232         * posix/setpgid.c: Likewise.
33233         * posix/setresgid.c: Likewise.
33234         * posix/setresuid.c: Likewise.
33235         * posix/setsid.c: Likewise.
33236         * posix/setuid.c: Likewise.
33237         * posix/sleep.c: Likewise.
33238         * posix/spawni.c: Likewise.
33239         * posix/sysconf.c: Likewise.
33240         * posix/times.c: Likewise.
33241         * posix/wait.c: Likewise.
33242         * posix/wait3.c: Likewise.
33243         * posix/wait4.c: Likewise.
33244         * posix/waitpid.c: Likewise.
33245         * resolv/gai_sigqueue.c: Likewise.
33246         * resource/getpriority.c: Likewise.
33247         * resource/getrlimit.c: Likewise.
33248         * resource/getrusage.c: Likewise.
33249         * resource/nice.c: Likewise.
33250         * resource/setpriority.c: Likewise.
33251         * resource/setrlimit.c: Likewise.
33252         * resource/ulimit.c: Likewise.
33253         * rt/aio_cancel.c: Likewise.
33254         * rt/aio_fsync.c: Likewise.
33255         * rt/aio_read.c: Likewise.
33256         * rt/aio_sigqueue.c: Likewise.
33257         * rt/aio_suspend.c: Likewise.
33258         * rt/aio_write.c: Likewise.
33259         * rt/clock_getres.c: Likewise.
33260         * rt/clock_gettime.c: Likewise.
33261         * rt/clock_nanosleep.c: Likewise.
33262         * rt/clock_settime.c: Likewise.
33263         * rt/lio_listio.c: Likewise.
33264         * rt/mq_close.c: Likewise.
33265         * rt/mq_getattr.c: Likewise.
33266         * rt/mq_notify.c: Likewise.
33267         * rt/mq_open.c: Likewise.
33268         * rt/mq_receive.c: Likewise.
33269         * rt/mq_send.c: Likewise.
33270         * rt/mq_setattr.c: Likewise.
33271         * rt/mq_timedreceive.c: Likewise.
33272         * rt/mq_timedsend.c: Likewise.
33273         * rt/mq_unlink.c: Likewise.
33274         * rt/shm_open.c: Likewise.
33275         * rt/shm_unlink.c: Likewise.
33276         * rt/timer_create.c: Likewise.
33277         * rt/timer_delete.c: Likewise.
33278         * rt/timer_getoverr.c: Likewise.
33279         * rt/timer_gettime.c: Likewise.
33280         * rt/timer_settime.c: Likewise.
33281         * setjmp/__longjmp.c: Likewise.
33282         * setjmp/setjmp.c: Likewise.
33283         * signal/kill.c: Likewise.
33284         * signal/killpg.c: Likewise.
33285         * signal/raise.c: Likewise.
33286         * signal/sigaction.c: Likewise.
33287         * signal/sigaltstack.c: Likewise.
33288         * signal/sigblock.c: Likewise.
33289         * signal/sigignore.c: Likewise.
33290         * signal/sigintr.c: Likewise.
33291         * signal/signal.c: Likewise.
33292         * signal/sigpause.c: Likewise.
33293         * signal/sigpending.c: Likewise.
33294         * signal/sigqueue.c: Likewise.
33295         * signal/sigreturn.c: Likewise.
33296         * signal/sigset.c: Likewise.
33297         * signal/sigsetmask.c: Likewise.
33298         * signal/sigstack.c: Likewise.
33299         * signal/sigsuspend.c: Likewise.
33300         * signal/sigtimedwait.c: Likewise.
33301         * signal/sigvec.c: Likewise.
33302         * signal/sigwait.c: Likewise.
33303         * signal/sigwaitinfo.c: Likewise.
33304         * signal/sysv_signal.c: Likewise.
33305         * socket/accept.c: Likewise.
33306         * socket/accept4.c: Likewise.
33307         * socket/bind.c: Likewise.
33308         * socket/connect.c: Likewise.
33309         * socket/getpeername.c: Likewise.
33310         * socket/getsockname.c: Likewise.
33311         * socket/getsockopt.c: Likewise.
33312         * socket/isfdtype.c: Likewise.
33313         * socket/listen.c: Likewise.
33314         * socket/recv.c: Likewise.
33315         * socket/recvfrom.c: Likewise.
33316         * socket/recvmsg.c: Likewise.
33317         * socket/send.c: Likewise.
33318         * socket/sendmsg.c: Likewise.
33319         * socket/sendto.c: Likewise.
33320         * socket/setsockopt.c: Likewise.
33321         * socket/shutdown.c: Likewise.
33322         * socket/sockatmark.c: Likewise.
33323         * socket/socket.c: Likewise.
33324         * socket/socketpair.c: Likewise.
33325         * stdio-common/ctermid.c: Likewise.
33326         * stdio-common/cuserid.c: Likewise.
33327         * stdio-common/remove.c: Likewise.
33328         * stdio-common/rename.c: Likewise.
33329         * stdio-common/renameat.c: Likewise.
33330         * stdio-common/tempname.c: Likewise.
33331         * stdlib/getcontext.c: Likewise.
33332         * stdlib/makecontext.c: Likewise.
33333         * stdlib/setcontext.c: Likewise.
33334         * stdlib/swapcontext.c: Likewise.
33335         * stdlib/system.c: Likewise.
33336         * streams/fattach.c: Likewise.
33337         * streams/fdetach.c: Likewise.
33338         * streams/getmsg.c: Likewise.
33339         * streams/getpmsg.c: Likewise.
33340         * streams/putmsg.c: Likewise.
33341         * streams/putpmsg.c: Likewise.
33342         * sysdeps/unix/bsd/getpt.c: Likewise.
33343         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33344         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33345         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33347         Likewise.
33348         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33349         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33350         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33351         * sysvipc/msgctl.c: Likewise.
33352         * sysvipc/msgget.c: Likewise.
33353         * sysvipc/msgrcv.c: Likewise.
33354         * sysvipc/msgsnd.c: Likewise.
33355         * sysvipc/semctl.c: Likewise.
33356         * sysvipc/semget.c: Likewise.
33357         * sysvipc/semop.c: Likewise.
33358         * sysvipc/semtimedop.c: Likewise.
33359         * sysvipc/shmat.c: Likewise.
33360         * sysvipc/shmctl.c: Likewise.
33361         * sysvipc/shmdt.c: Likewise.
33362         * sysvipc/shmget.c: Likewise.
33363         * termios/tcdrain.c: Likewise.
33364         * termios/tcflow.c: Likewise.
33365         * termios/tcflush.c: Likewise.
33366         * termios/tcgetattr.c: Likewise.
33367         * termios/tcgetpgrp.c: Likewise.
33368         * termios/tcsendbrk.c: Likewise.
33369         * termios/tcsetattr.c: Likewise.
33370         * termios/tcsetpgrp.c: Likewise.
33371         * time/adjtime.c: Likewise.
33372         * time/clock.c: Likewise.
33373         * time/getitimer.c: Likewise.
33374         * time/gettimeofday.c: Likewise.
33375         * time/setitimer.c: Likewise.
33376         * time/settimeofday.c: Likewise.
33377         * time/stime.c: Likewise.
33378         * time/time.c: Likewise.
33379
33380 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33381
33382         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33383         /usr/old/bin.
33384
33385         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33386         instead of spaces.
33387         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33388
33389 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33390
33391         [BZ #14796]
33392         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33393         FE_TONEAREST before applying Dekker multiplication and Knuth
33394         addition.  Clear inexact exceptions and check for exact zero
33395         results afterwards.
33396         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33397         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33398         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33399         * math/libm-test.inc (fma_test): Add more tests.
33400         (fma_test_towardzero): Likewise.
33401         (fma_test_downward): Likewise.
33402         (fma_test_upward): Likewise.
33403         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33404         function.
33405         (libc_fesetround): New macro.
33406         (libc_fesetroundf): Likewise.
33407         (libc_fesetroundl): Likewise.
33408         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33409         function.
33410         (libc_fesetround_387): Likewise.
33411         (libc_fesetroundf): New macro.
33412         (libc_fesetround): Likewise.
33413         (libc_fesetroundl): Likewise.
33414         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33415         function.
33416         (libc_fesetroundf): New macro.
33417         (libc_fesetround): Likewise.
33418         (libc_fesetroundl): Likewise.
33419         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33420         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33421         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33422         libm_hidden_ver.
33423         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33424         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33425         libm_hidden_def.
33426         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33427         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33428         libm_hidden_ver.
33429         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33430         libm_hidden_def.
33431
33432         [BZ #3439]
33433         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33434         integer constant usable in #if and use that to give value to enum
33435         constant.
33436         (FE_DIVBYZERO): Likewise.
33437         (FE_UNDERFLOW): Likewise.
33438         (FE_OVERFLOW): Likewise.
33439         (FE_INVALID): Likewise.
33440         (FE_INVALID_SNAN): Likewise.
33441         (FE_INVALID_ISI): Likewise.
33442         (FE_INVALID_IDI): Likewise.
33443         (FE_INVALID_ZDZ): Likewise.
33444         (FE_INVALID_IMZ): Likewise.
33445         (FE_INVALID_COMPARE): Likewise.
33446         (FE_INVALID_SOFTWARE): Likewise.
33447         (FE_INVALID_SQRT): Likewise.
33448         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33449         (FE_TONEAREST): Likewise.
33450         (FE_TOWARDZERO): Likewise.
33451         (FE_UPWARD): Likewise.
33452         (FE_DOWNWARD): Likewise.
33453         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33454         (FE_DIVBYZERO): Likewise.
33455         (FE_OVERFLOW): Likewise.
33456         (FE_UNDERFLOW): Likewise.
33457         (FE_INEXACT): Likewise.
33458         (FE_TONEAREST): Likewise.
33459         (FE_DOWNWARD): Likewise.
33460         (FE_UPWARD): Likewise.
33461         (FE_TOWARDZERO): Likewise.
33462         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33463         (FE_UNDERFLOW): Likewise.
33464         (FE_OVERFLOW): Likewise.
33465         (FE_DIVBYZERO): Likewise.
33466         (FE_INVALID): Likewise.
33467         (FE_TONEAREST): Likewise.
33468         (FE_TOWARDZERO): Likewise.
33469         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33470         (FE_OVERFLOW): Likewise.
33471         (FE_UNDERFLOW): Likewise.
33472         (FE_DIVBYZERO): Likewise.
33473         (FE_INEXACT): Likewise.
33474         (FE_TONEAREST): Likewise.
33475         (FE_TOWARDZERO): Likewise.
33476         (FE_UPWARD): Likewise.
33477         (FE_DOWNWARD): Likewise.
33478         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33479         (FE_DIVBYZERO): Likewise.
33480         (FE_OVERFLOW): Likewise.
33481         (FE_UNDERFLOW): Likewise.
33482         (FE_INEXACT): Likewise.
33483         (FE_TONEAREST): Likewise.
33484         (FE_DOWNWARD): Likewise.
33485         (FE_UPWARD): Likewise.
33486         (FE_TOWARDZERO): Likewise.
33487
33488 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33489
33490         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33491
33492 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33493
33494         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33495         commands.  Quote $PWD.
33496         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33497         -x" by "export".
33498         (remove_newlines): Remove.
33499
33500 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33501
33502         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33503         * stdlib/stdlib.h (atof): Moved to ...
33504         * include/bits/stdlib-float.h: Here.  New file.
33505         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33506         * stdlib/bits/stdlib-float.h: New file.
33507         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33508         -mno-sse -mno-mmx.
33509         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33510         <xmmintrin.h>.
33511
33512 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33513
33514         * conform/conformtest.pl (@headers): Add fenv.h.
33515         * conform/data/fenv.h-data: New file.
33516         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33517         include of <math/fenv.h>.
33518
33519         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33520         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33521         && !UNIX98].  Enables tests for XOPEN2K8.
33522         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33523         POSIX2008]: Likewise.
33524
33525         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33526         (struct rusage): Do not expect type or its members.
33527
33528         [BZ #3439]
33529         * math/math.h (FP_NAN): Define macro to integer constant usable in
33530         #if and use that to give value to enum constant.
33531         (FP_INFINITE): Likewise.
33532         (FP_ZERO): Likewise.
33533         (FP_SUBNORMAL): Likewise.
33534         (FP_NORMAL): Likewise.
33535
33536 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33537
33538         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33539         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33540         arguments.
33541
33542 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33543
33544         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33545         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33546         autoconf-time if not.
33547         * configure.in: Remove AC_PREREQ.
33548
33549 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33550
33551         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33552         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33553         of the internal implementation.
33554
33555 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33556
33557         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33558         except include of <misc/sys/syslog.h>.
33559
33560 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33561
33562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33563         function returns with a NULL context exit with zero.
33564
33565 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33566
33567         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33568
33569 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33570
33571         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33572         (run_program_cmd): This.
33573         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33574         (tst_langinfo): New variable.  Use it.
33575
33576 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33577
33578         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33579         floating point opcodes.
33580
33581 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33582
33583         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33584         variable.
33585
33586         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33587
33588         * sysdeps/mach/hurd/powerpc: Remove directory.
33589         * sysdeps/mach/powerpc: Likewise.
33590
33591 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33592
33593         * scripts/check-local-headers.sh: Ignore c++ headers.
33594
33595 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33596
33597         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33598         __libc_cleanup_region_start argument.
33599
33600 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33601
33602         [BZ #14784]
33603         [BZ #14785]
33604         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33605         x * y using scaling, not as x * y + z.
33606         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33607         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33608         * math/libm-test.inc (fma_test): Add more tests.
33609         (fma_test_towardzero): Likewise.
33610         (fma_test_downward): Likewise.
33611         (fma_test_upward): Likewise.
33612
33613 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33614
33615         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33616
33617 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33618
33619         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33620         New variable.
33621
33622 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33623
33624         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33625
33626 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33627
33628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33629         Fix sort order.
33630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33631         Likewise.
33632
33633 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33634
33635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33636         Fix the order of the list for glibc 2.17.
33637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33638         Likewise.
33639
33640 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33641
33642         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33643
33644 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33645
33646         [BZ #14610]
33647         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33648         for low part of x being zero before using __atanl (y).
33649         * math/libm-test.inc (atan2_test): Add another test.
33650
33651         * manual/install.texi (Configuring and compiling): Document
33652         general use of test-wrapper and test-wrapper-env.
33653         * INSTALL: Regenerated.
33654
33655         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33656         (__fma): Do not extract and scale down low bits on after-rounding
33657         systems when result rounded to normal precision would have normal
33658         exponent.
33659         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33660         (__fmal): Do not extract and scale down low bits on after-rounding
33661         systems when result rounded to normal precision would have normal
33662         exponent.
33663         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33664         (__fmal): Do not extract and scale down low bits on after-rounding
33665         systems when result rounded to normal precision would have normal
33666         exponent.
33667         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33668         macro.
33669         (fma_test): Add more tests.
33670         (fma_test_towardzero): Likewise.
33671         (fma_test_downward): Likewise.
33672         (fma_test_upward): Likewise.
33673
33674 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33675
33676         * sysdeps/i386/tininess.h: Renamed to ...
33677         * sysdeps/x86/tininess.h: This.
33678         * sysdeps/x86_64/tininess.h: Removed.
33679
33680 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33681
33682         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33683         input.  Use $(build-program-cmd).
33684         ($(objpfx)tst-array1-static.out): Likewise.
33685         ($(objpfx)tst-array2.out): Likewise.
33686         ($(objpfx)tst-array3.out): Likewise.
33687         ($(objpfx)tst-array4.out): Likewise.
33688         ($(objpfx)tst-array5.out): Likewise.
33689         ($(objpfx)tst-array5-static.out): Likewise.
33690
33691 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33692
33693         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33694         if defined.
33695
33696         * nss/nsswitch.h (nss_interface_function): Provide new
33697         macro for use with NSS functions.
33698         * grp/initgroups.c: Use new macro.
33699         * nss/getXXbyYY.c: Likewise.
33700         * nss/getXXbyYY_r.c: Likewise.
33701         * nss/getXXent.c: Likewise.
33702         * nss/getXXent_r.c: Likewise.
33703         * sysdeps/posix/getaddrinfo.c: Likewise.
33704
33705 2012-10-30  Andreas Jaeger  <aj@suse.de>
33706
33707         * po/ru.po: Update Russion translation from translation project.
33708
33709 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33710
33711         [BZ #14152]
33712         [BZ #14783]
33713         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33714         result and shift together with sticky bit instead of replicating
33715         round-to-nearest rounding.
33716         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33717         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33718         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33719         missing underflow exceptions.
33720         (fma_test_towardzero): Add more tests.
33721         (fma_test_downward): Likewise.
33722         (fma_test_upward): Likewise.
33723
33724         [BZ #14047]
33725         * sysdeps/generic/tininess.h: New file.
33726         * sysdeps/i386/tininess.h: Likewise.
33727         * sysdeps/sh/tininess.h: Likewise.
33728         * sysdeps/x86_64/tininess.h: Likewise.
33729         * stdlib/tst-strtod-underflow.c: Likewise.
33730         * stdlib/tst-tininess.c: Likewise.
33731         * stdlib/strtod_l.c: Include <tininess.h>.
33732         (round_and_return): Do not set errno for exact underflow cases.
33733         Force an underflow exception when setting errno for underflow.
33734         Determine underflow based on rounding to normal precision if
33735         TININESS_AFTER_ROUNDING.
33736         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33737         ERANGE for exact underflow cases.
33738         * stdlib/Makefile (tests): Add tst-tininess and
33739         tst-strtod-underflow.
33740         ($(objpfx)tst-tininess): Use $(link-libm).
33741         ($(objpfx)tst-strtod-underflow): Likewise.
33742
33743 2012-10-30  Andreas Jaeger  <aj@suse.de>
33744
33745         [BZ#14767]
33746         * elf/Makefile (tests): Remove conditional for have-initfini-array
33747         since this is now always required and the variable does not exist
33748         anymore.
33749         (tests-static): Likewise.
33750         (modules-names): Likewise.
33751
33752         * po/eo.po: Add Esperanto translation from translation project.
33753
33754         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33755         merged with constructor/destructor.
33756         (init_array): Likewise.
33757         * elf/tst-array2dep.c (fini_array): Likewise.
33758         (init_array): Likewise.
33759
33760 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33761
33762         * manual/message.texi: Delete @cartouche tags.
33763
33764 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33765
33766         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33767         EOPNOTSUPP.
33768         * sysdeps/mach/hurd/fsync.c: Likewise.
33769
33770         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33771         [_POSIX_REALTIME_SIGNALS]: Change condition to
33772         [_POSIX_REALTIME_SIGNALS > 0].
33773
33774 2012-10-27  Andreas Jaeger  <aj@suse.de>
33775
33776         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33777         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33778         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33779         [__WORDSIZE != 64]: Likewise.
33780
33781 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33782
33783         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33784         *  iconvdata/tst-tables.sh: Likewise.
33785
33786 2012-10-25  David S. Miller  <davem@davemloft.net>
33787
33788         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33789         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33790         of strtoull.
33791
33792         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33793         ifunc-impl-list.c
33794         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33795         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33796         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33797         file.
33798
33799 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33800
33801         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33802         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33803         __getdirentries.
33804
33805 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33806             Jim Blandy  <jimb@codesourcery.com>
33807
33808         * scripts/cross-test-ssh.sh: New file.
33809         * manual/install.texi (Configuring and compiling): Document use of
33810         cross-test-ssh.sh.
33811         * INSTALL: Regenerated.
33812
33813 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33814
33815         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33816         EOPNOTSUPP.
33817
33818 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33819
33820         * Makeconfig (run-program-prefix): Fix comment.
33821
33822 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33823             Jim Blandy  <jimb@codesourcery.com>
33824
33825         * Makeconfig (test-wrapper): New variable,
33826         (test-wrapper-env): Likewise.
33827         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33828         (run-built-tests): Define to yes.
33829         (run-program-prefix): Use $(test-wrapper).
33830         (built-program-cmd): Likewise.
33831         * Rules (make-test-out): Use $(test-wrapper-env) and
33832         $(host-built-program-cmd).
33833         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33834         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33835         tst-pathopt.sh.
33836         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33837         $(test-wrapper-env) to tst-rtld-load-self.sh.
33838         ($(objpfx)order2.out): Use $(test-wrapper).
33839         ($(objpfx)tst-initorder.out): Likewise.
33840         ($(objpfx)tst-initorder2.out): Likewise.
33841         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33842         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33843         (test_wrapper_env): New variable.  Use it to run ld.so.
33844         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33845         Use it to run ld.so.
33846         (test_wrapper_env): Likewise.
33847         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33848         $(test-wrapper) to run-iconv-test.sh.
33849         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33850         (ICONV): Use $test_wrapper.
33851         * posix/Makefile ($(objpfx)globtest.out): Pass
33852         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33853         globtest.sh, not $(run-program-prefix).
33854         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33855         (test_wrapper): Likewise.
33856         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33857         set together with run_via_rtld_prefix.
33858         (run_program_prefix): Define in terms of test_wrapper and
33859         run_via_rtld_prefix.
33860
33861 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33862
33863         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33864         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33865         Targets removed.
33866
33867         [BZ #14743]
33868         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33869         Declare __clock_getres, __clock_gettime, __clock_settime,
33870         __clock_nanosleep, and __clock_getcpuclockid.
33871         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33872         Remove librt_hidden_def (clock_gettime).
33873         * sysdeps/unix/clock_gettime.c: Likewise.
33874         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33875         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33876         * rt/clock_getres.c: Define __clock_getres as an alias.
33877         * sysdeps/posix/clock_getres.c: Likewise.
33878         * rt/clock_settime.c: Define __clock_settime as an alias.
33879         * sysdeps/unix/clock_settime.c: Likewise.
33880         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33881         * sysdeps/unix/clock_nanosleep.c: Likewise.
33882         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33883         * rt/clock-compat.c: New file.
33884         * rt/Makefile (librt-routines): Add clock-compat and move
33885         $(clock-routines) to ...
33886         (routines): ... here, new variable.
33887         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33888         Don't add get_clockfreq here.
33889         * rt/Versions (libc: GLIBC_2.17): New version set.
33890         Add clock_* symbols here.
33891         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33892         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33893         (GLIBC_2.17): Add clock_* symbols.
33894         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33895         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33896         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33898         Likewise.
33899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33900         Likewise.
33901         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33902         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33903         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33904         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33905         * NEWS: Mention the move.
33906
33907         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33908         Use __open, __read, __close rather than their public counterparts.
33909         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33910         (__get_clockfreq_via_cpuinfo): Likewise.
33911         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33912         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33913
33914         * config.h.in (HAVE_IFUNC): New #undef.
33915         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33916         was successful.
33917         * configure: Regenerated.
33918
33919 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33920
33921         * configure.in: Move READELF check to start of file.
33922         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33923         libc_cv_asm_gnu_indirect_function in the process.
33924         * configure: Regenerated.
33925
33926 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33927
33928         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33929         send the output to /dev/null.
33930         (libc_cv_cc_with_libunwind): Likewise.
33931         (libc_cv_as_noexecstack): Likewise.
33932         * configure: Regenerate.
33933
33934 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33935
33936         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33937
33938         * posix/globtest.sh (TMPDIR): Do not set.
33939         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33940         (testout): Likewise.
33941
33942 2012-10-24  Andreas Jaeger  <aj@suse.de>
33943
33944         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33945         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33946         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33947         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33948         posix_fadvise64, posix_fallocate64.
33949
33950         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33951         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33952         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33953         Likewise.
33954         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33955         Likewise.
33956         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33957
33958         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33959         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33960         <bits/fcntl-linux.h>.
33961         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33962
33963         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33964         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33965         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33966         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33967         [__WORDSIZE != 64]: Likewise.
33968
33969 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33970
33971         * Makeconfig (run-built-tests): New variable.
33972         * Rules [$(cross-compiling) = yes]: Change condition to
33973         [$(run-built-tests) = no].
33974         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33975         to [$(run-built-tests) = yes].
33976         * elf/Makefile [$(cross-compiling) = no]: Likewise
33977         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33978         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33979         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33980         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33981         * io/Makefile [$(cross-compiling) = no]: Likewise.
33982         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33983         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33984         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33985         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33986         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33987         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33988         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33989         * string/Makefile [$(cross-compiling) = no]: Likewise.
33990
33991         * posix/Makefile ($(objpfx)globtest.out): Pass
33992         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33993         $(rtld-installed-name).
33994         * posix/globtest.sh (elf_objpfx): Remove variable.
33995         (rtld_installed_name): Likewise.
33996         (library_path): Likewise.
33997         (run_program_prefix): New variable.  Use for running globtest
33998         binary.
33999
34000 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34001             Joseph Myers  <joseph@codesourcery.com>
34002
34003         * Makeconfig (host-built-program-cmd): New variable.
34004         * elf/Makefile (tst-stackguard1-ARGS): Use
34005         $(host-built-program-cmd).
34006         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34007         (tst-spawn-ARGS): Likewise.
34008         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34009
34010 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34011             Jim Blandy  <jimb@codesourcery.com>
34012
34013         * Makeconfig (run-via-rtld-prefix): New variable.
34014         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34015         (built-program-cmd): Likewise.
34016
34017 2012-10-22  Andreas Jaeger  <aj@suse.de>
34018
34019         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34020         __O_RSYNC if it exists, otherwise to O_SYNC.
34021
34022 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34023             Joseph Myers  <joseph@codesourcery.com>
34024
34025         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34026         /dev/null.
34027         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34028         from /dev/null
34029         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34030         /dev/null.
34031
34032 2012-10-22  Andreas Jaeger  <aj@suse.de>
34033
34034         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34035         Define always.
34036         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34037
34038         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34039         bits/fcntl-linux.h.
34040
34041         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34042         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34043
34044         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34045         to __O_LARGEFILE.
34046         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34047         to __O_LARGEFILE.
34048
34049 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34050             Joseph Myers  <joseph@codesourcery.com>
34051
34052         * config.make.in (NM): New variable.
34053
34054 2012-10-21  Andreas Jaeger  <aj@suse.de>
34055
34056         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34057         definitions and declarations that are provided by
34058         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34059
34060 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34061
34062         [BZ #14683]
34063         * elf/Makefile (tests-static): Add tst-leaks1-static.
34064         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34065         ($(objpfx)tst-leaks1-static): New rule.
34066         ($(objpfx)tst-leaks1-static-mem): Likewise.
34067         (tst-leaks1-static-ENV): New macro.
34068         * elf/dl-open.c (dl_open_worker): Check the main application
34069         only if SHARED is defined.
34070         * elf/tst-leaks1-static.c: New file.
34071
34072 2012-10-20  Andreas Jaeger  <aj@suse.de>
34073
34074         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34075         generic values for Linux.
34076         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34077         and declarations that are provided by <bits/fcntl-linux.h> and
34078         include <bits/fcntl-linux.h>.
34079         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34080         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34081
34082 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34083
34084         * io/fcntl.h: Move include of <bits/types.h> to the top and
34085         include it unconditionally.
34086
34087 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34088
34089         * wcsmbs/Makefile (tests-ifunc): New variable.
34090         (tests): Add $(tests-ifunc).
34091         * wcsmbs/test-wcschr-ifunc.c: New file.
34092         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34093         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34094         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34095         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34096         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34097
34098         * string/Makefile (tests-ifunc): New variable.
34099         (tests): Add $(tests-ifunc).
34100         * string/test-memccpy.c (TEST_NAME): New macro.
34101         * string/test-memchr.c (TEST_NAME): Likewise.
34102         * string/test-memcmp.c (TEST_NAME): Likewise.
34103         * string/test-memcpy.c (TEST_NAME): Likewise.
34104         * string/test-memmem.c (TEST_NAME): Likewise.
34105         * string/test-memmove.c (TEST_NAME): Likewise.
34106         * string/test-memset.c (TEST_NAME): Likewise.
34107         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34108         * string/test-stpcpy.c (TEST_NAME): Likewise.
34109         * string/test-stpncpy.c (TEST_NAME): Likewise.
34110         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34111         * string/test-strcasestr.c (TEST_NAME): Likewise.
34112         * string/test-strcat.c (TEST_NAME): Likewise.
34113         * string/test-strchr.c (TEST_NAME): Likewise.
34114         * string/test-strcmp.c(TEST_NAME): Likewise.
34115         * string/test-strcpy.c (TEST_NAME): Likewise.
34116         * string/test-strcspn.c (TEST_NAME): Likewise.
34117         * string/test-strlen.c (TEST_NAME): Likewise.
34118         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34119         * string/test-strncmp.c (TEST_NAME): Likewise.
34120         * string/test-strncpy.c (TEST_NAME): Likewise.
34121         * string/test-strnlen.c (TEST_NAME): Likewise.
34122         * string/test-strpbrk.c (TEST_NAME): Likewise.
34123         * string/test-strrchr.c (TEST_NAME): Likewise.
34124         * string/test-strspn.c (TEST_NAME): Likewise.
34125         * string/test-strstr.c (TEST_NAME): Likewise.
34126         * string/test-bcopy-ifunc.c: New file.
34127         * string/test-bzero-ifunc.c: Likewise.
34128         * string/test-memccpy-ifunc.c: Likewise.
34129         * string/test-memchr-ifunc.c: Likewise.
34130         * string/test-memcmp-ifunc.c: Likewise.
34131         * string/test-memcpy-ifunc.c: Likewise.
34132         * string/test-memmem-ifunc.c: Likewise.
34133         * string/test-memmove-ifunc.c: Likewise.
34134         * string/test-mempcpy-ifunc.c: Likewise.
34135         * string/test-memset-ifunc.c: Likewise.
34136         * string/test-rawmemchr-ifunc.c: Likewise.
34137         * string/test-stpcpy-ifunc.c: Likewise.
34138         * string/test-stpncpy-ifunc.c: Likewise.
34139         * string/test-strcasecmp-ifunc.c: Likewise.
34140         * string/test-strcasestr-ifunc.c: Likewise.
34141         * string/test-strcat-ifunc.c: Likewise.
34142         * string/test-strchr-ifunc.c: Likewise.
34143         * string/test-strchrnul-ifunc.c: Likewise.
34144         * string/test-strcmp-ifunc.c: Likewise.
34145         * string/test-strcpy-ifunc.c: Likewise.
34146         * string/test-strcspn-ifunc.c: Likewise.
34147         * string/test-strlen-ifunc.c: Likewise.
34148         * string/test-strncasecmp-ifunc.c: Likewise.
34149         * string/test-strncat-ifunc.c: Likewise.
34150         * string/test-strncmp-ifunc.c: Likewise.
34151         * string/test-strncpy-ifunc.c: Likewise.
34152         * string/test-strnlen-ifunc.c: Likewise.
34153         * string/test-strpbrk-ifunc.c: Likewise.
34154         * string/test-strrchr-ifunc.c: Likewise.
34155         * string/test-strspn-ifunc.c: Likewise.
34156         * string/test-strstr-ifunc.c: Likewise.
34157
34158         * debug/Makefile (tests-ifunc): New variable.
34159         (tests): Add $(tests-ifunc).
34160         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34161         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34162         * debug/test-stpcpy_chk-ifunc.c: New file.
34163         * debug/test-strcpy_chk-ifunc.c: Likewise.
34164
34165 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34166
34167         [BZ #13601]
34168         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34169         header is not read in.
34170
34171 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34172
34173         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34174         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34175         directly.  Pass built executable to script as
34176         $(built-program-cmd).
34177         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34178         $testprogram without using LD_LIBRARY_PATH and $ldso.
34179
34180         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34181         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34182         $(rtld-installed-name).
34183         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34184         (rtld_installed_name): Likewise.
34185         (library_path): Likewise.
34186         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34187         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34188         $(run-program-prefix) to tst-tables.sh.
34189         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34190         it to run tst-table-from and tst-table-to.
34191         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34192         Pass it to tst-table.sh.
34193         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34194         $(run-program-prefix) to tst-gettext.sh.
34195         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34196         tst-translit.sh.
34197         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34198         tst-gettext2.sh.
34199         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34200         to run tst-gettext.
34201         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34202         to run tst-gettext2.
34203         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34204         to run tst-translit.
34205         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34206         $(run-program-prefix) to tst-mtrace.sh.
34207         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34208         to run tst-mtrace.
34209         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34210         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34211         $(rtld-installed-name).
34212         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34213         (rtld_installed_name): Likewise.
34214         (run_program_prefix): New variable.  Use it to run wordexp-test.
34215
34216         * Makeconfig (ARCH): Remove all definitions.
34217         (machine): Likewise.
34218         [ARCH]: Remove conditional code.
34219         [!objdir]: Give error.
34220         [!objdir] (objpfx): Remove.
34221         [!objdir] (common-objpfx): Likewise.
34222         [!objdir] (common-objdir): Likewise.
34223         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34224         AC_CONFIG_FILES call.
34225         * configure: Regenerated.
34226
34227         [BZ #13888]
34228         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34229         or TMPDIR.
34230         (testout): Likewise.
34231
34232         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34233         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34234         $(rtld-installed-name).
34235         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34236         (rtld_installed_name): Likwise.
34237         (runit): Remove function.
34238         (run_getconf): New variable,  Use it for running getconf binary.
34239
34240 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34241
34242         [BZ #14716]
34243         * string/test-memmem.c (check_result): New function.
34244         (do_one_test): Use it.
34245         (check1): New function.
34246         (test_main): Use it.
34247
34248 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34249
34250         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34251
34252 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34253
34254         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34255         (_G_LSEEK64): Likewise.
34256         (_G_MMAP64): Likewise.
34257         (_G_FSTAT64): Likewise.
34258         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34259         (_G_LSEEK64): Likewise.
34260         (_G_MMAP64): Likewise.
34261         (_G_FSTAT64): Likewise.
34262         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34263         unconditional.  Call __mmap64 directly.
34264         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34265         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34266         __lseek64 directly.
34267         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34268         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34269         __mmap64 directly.
34270         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34271         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34272         __lseek64 directly.
34273         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34274         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34275         __lseek64 directly.
34276         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34277         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34278         __lseek64 directly.
34279         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34280         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34281         __fxstat64 directly.
34282         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34283         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34284         unconditional.
34285         (freopen64) [!_G_OPEN64]: Remove conditional code.
34286         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34287         unconditional.
34288         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34289         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34290         unconditional.
34291         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34292         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34293         unconditional.
34294         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34295         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34296         unconditional.
34297         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34298         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34299         unconditional.
34300         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34301         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34302         unconditional.
34303         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34304         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34305         unconditional.
34306         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34307
34308 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34309
34310         [BZ #12140]
34311         * manual/memory.texi (Malloc Tunable Parameters): Add note
34312         about free list pointers overwriting some perturb bytes.
34313         Wording suggested by Roland McGrath.
34314
34315 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34316
34317         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34318         (lgamma_test): Likewise.
34319         (tgamma_test): Likewise.
34320
34321 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34322
34323         [BZ #14700]
34324         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34325         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34326
34327 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34328
34329         * NEWS: Mention BZ #14716.
34330         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34331         when removing AVAILABLE1_USES_J macro.
34332
34333 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34334
34335         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34336         (__bswap_64): __uint64_t for unsigned 64-bit int.
34337
34338 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34339
34340         * include/string.h (memmem): Declare libc hidden alias.
34341         * string/memmem.c (memmem): Define libc hidden alias.
34342         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34343         __read, __close instead of open, read, close.
34344
34345 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34346
34347         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34348         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34349         global and hidden.
34350         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34351         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34352         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34353         Likewise.
34354         (__rawmemchr_sse2): Likewise.
34355         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34356         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34357         (__strchr_sse2): Likewise.
34358         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34359         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34360         (__strcasecmp_sse2): Likewise.
34361         (__strncasecmp_sse2): Likewise.
34362         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34363         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34364         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34365         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34366         (__strrchr_sse2): Likewise.
34367         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34368         ifunc-impl-list.c.
34369         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34370         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34371         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34372         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34373         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34374         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34375         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34376         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34377         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34378         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34379         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34380         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34381         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34382         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34383         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34384         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34385         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34386         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34387         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34388         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34389         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34390         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34391         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34392         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34393         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34394         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34395         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34396         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34397         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34398         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34399
34400         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34401         global and hidden.
34402         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34403         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34404         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34405         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34406         Likewise.
34407         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34408         Likewise.
34409         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34410         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34411         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34412         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34413         ifunc-impl-list.c.
34414         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34415         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34416         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34417         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34418         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34419         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34420         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34421         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34422         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34423         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34424         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34425         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34426         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34427         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34428         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34429         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34430         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34431         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34432         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34433         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34434         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34435         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34436         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34437         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34438         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34439         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34440         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34441         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34442         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34443         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34444         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34445         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34446         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34447         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34448         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34449         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34450         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34451         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34452         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34453         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34454         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34455
34456         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34457         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34458         * include/ifunc-impl-list.h: New file.
34459         * misc/ifunc-impl-list.c: Likewise.
34460         * misc/Makefile (routines): Add ifunc-impl-list.
34461         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34462         * string/test-string.h: Include <ifunc-impl-list.h>.
34463         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34464         TEST_NAME]: New variables.
34465         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34466         are defined.
34467         (test_init): Call __libc_ifunc_impl_list to initialize
34468         func_list if TEST_IFUNC and TEST_NAME are defined.
34469
34470         * string/Makefile (strop-tests): Add bcopy and bzero.
34471         * string/test-bcopy.c: New file.
34472         * string/test-bzero.c: Likewise.
34473         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34474         defined.
34475         * string/test-memset.c: Support bzero test if TEST_BZERO is
34476         defined.
34477         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34478         __libc_memmove.
34479         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34480         __libc_memset.
34481         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34482         of memset.
34483
34484 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34485
34486         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34487         * configure: Regenerated.
34488
34489         * Makeconfig (+link-static-before-libc): Don't include
34490         $(link-static-libc).
34491
34492         * libio/libio.h (_IO_pos_t): Remove.
34493
34494 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34495
34496         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34497         McGrath.
34498
34499 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34500
34501         * crypt/crypt-entry.c: Include fips-private.h.
34502         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34503         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34504         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34505         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34506
34507 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34508
34509         * crypt/crypt-private.h: Include stdbool.h.
34510         (_ufc_setup_salt_r): Return bool.
34511         * crypt/crypt-entry.c: Include errno.h.
34512         (__crypt_r): Return NULL with EINVAL for bad salt.
34513         * crypt/crypt_util.c (bad_for_salt): New.
34514         (_ufc_setup_salt_r): Check that salt is long enough and within
34515         the specified alphabet.
34516         * crypt/badsalttest.c: New file.
34517         * crypt/Makefile (tests): Add it.
34518         ($(objpfx)badsalttest): New.
34519
34520 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34521
34522         * NEWS: Add entry for BZ #14602.
34523
34524 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34525
34526         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34527         type-generic.
34528         * math/libm-test.inc: Update comment listing what functions and
34529         macros are tested.
34530         (isgreater_test): New function.
34531         (isgreaterequal_test): Likewise.
34532         (isless_test): Likewise.
34533         (islessequal_test): Likewise.
34534         (islessgreater_test): Likewise.
34535         (isunordered_test): Likewise.
34536         (main): Call the new functions.
34537
34538 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34539
34540         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34541         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34542         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34543         * sysdeps/i386/configure: Regenerated.
34544         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34545         * sysdeps/mach/configure: Regenerated.
34546         * sysdeps/mach/hurd/configure: Regenerated.
34547         * sysdeps/powerpc/configure: Regenerated.
34548         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34549         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34550         * sysdeps/s390/s390-32/configure: Regenerated.
34551         * sysdeps/s390/s390-64/configure: Regenerated.
34552         * sysdeps/sh/configure: Regenerated.
34553         * sysdeps/sparc/configure: Regenerated.
34554         * sysdeps/unix/sysv/linux/configure: Regenerated.
34555         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34556         * sysdeps/x86_64/configure: Regenerated.
34557
34558         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34559         defined.  Don't check if MAP is NULL.
34560
34561 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34562
34563         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34564         (_G_stat64): Likewise.
34565         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34566         (_G_stat64): Likewise.
34567         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34568         instead of struct _G_stat64.
34569         * libio/fileops.c (mmap_remap_check): Likewise.
34570         (decide_maybe_mmap): Likewise.
34571         (_IO_new_file_seekoff): Likewise.
34572         (_IO_file_stat): Likewise.
34573         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34574         _G_off64_t.
34575         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34576         instead of struct _G_stat64.
34577         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34578
34579 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34580
34581         [BZ #14602]
34582         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34583         Replace with ...
34584         (CHECK_EOL): New macro.
34585         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34586         CHECK_EOL.
34587         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34588         Replace with CHECK_EOL.
34589         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34590         Replace with CHECK_EOL.
34591
34592 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34593
34594         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34595         type-generic.
34596         * math/libm-test.inc: Update comment listing what functions and
34597         macros are tested.
34598         (finite_test): New function.
34599         (isinf_test): Likewise.
34600         (isnan_test): Likewise.
34601         (fpclassify_test): Test subnormal input.
34602         (isfinite_test): Likewise.
34603         (isnormal_test): Likewise.
34604         (main): Call the new functions.
34605
34606 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34607
34608         [BZ #14660]
34609         * Makerules (%.dynsym): Force C locale when running
34610         $(OBJDUMP) --dynamic-syms.
34611
34612 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34613
34614         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34615         <stdint.h>.
34616
34617 2012-10-06  David S. Miller  <davem@davemloft.net>
34618
34619         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34620         upper 32-bits of the length value in %o2 since we use branch-on-register
34621         tests which consider the entire 64-bit register.
34622
34623 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34624
34625         * string/test-strstr.c (check2): Add a test for page boundary.
34626
34627 2012-10-05  David S. Miller  <davem@davemloft.net>
34628
34629         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34630         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34631         file.
34632         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34633         sysdep_routines.
34634         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34635         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34636         and bzero when HWCAP_SPARC_CRYPTO is present.
34637
34638 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34639
34640         [BZ #14602]
34641         * string/test-strstr.c (check2): New function.
34642         (test_main): Call check2.
34643
34644         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34645         and bug-strchr1.
34646         * string/bug-strcasestr1.c (do_test): Moved to ...
34647         * string/test-strcasestr.c (check1): Here.  New function.
34648         (do_one_test): Break out result checking code into ...
34649         (check_result): This.  New function.
34650         (do_one_test): Call check_result.
34651         (test_main): Call check1.
34652         * string/bug-strchr1.c (do_test): Moved to ...
34653         * string/test-strchr.c (check1): Here.  New function.
34654         (do_one_test): Break out result checking code into ...
34655         (check_result): This.  New function.
34656         (do_one_test): Call check_result.
34657         (test_main): Call check1.
34658         * string/bug-strstr1.c (main): Moved to ...
34659         * string/test-strstr.c (check1): Here.  New function.
34660         (do_one_test): Break out result checking code into ...
34661         (check_result): This.  New function.
34662         (do_one_test): Call check_result.
34663         (test_main): Call check1.
34664         * string/bug-strcasestr1.c: Removed.
34665         * string/bug-strchr1.c: Likewise.
34666         * string/bug-strstr1.c: Likewise.
34667
34668         * elf/Makefile (dl-routines): Add hwcaps.
34669         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34670         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34671         (_dl_important_hwcaps): Moved to ...
34672         * elf/dl-hwcaps.c: Here.  New file.
34673         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34674
34675         [BZ #14557]
34676         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34677         if IS_IN_rtld isn't defined.
34678
34679         * elf/dl-support.c (_dl_sysinfo_map): New.
34680         Include "get-dynamic-info.h" and "setup-vdso.h".
34681         (_dl_non_dynamic_init): Call setup_vdso.
34682         * elf/dynamic-link.h: Don't include <assert.h>.
34683         (elf_get_dynamic_info): Moved to ...
34684         * elf/get-dynamic-info.h: Here.  New file.
34685         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34686         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34687         * elf/setup-vdso.h: Here.  New file.
34688         * elf/rtld.c: Include "setup-vdso.h".
34689         (dl_main): Call setup_vdso.
34690
34691 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34692
34693         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34694         creal in comment listing functions tested.  List finite, isinf,
34695         isnan, isless, islessequal, isgreater, isgreaterequal,
34696         islessgreater, isunordered, lgamma_r and pow10 as functions and
34697         macros not tested.  Mention which functions not tested are aliases
34698         for other functions.  Fix typo.  Note that signs of NaNs are not
34699         tested.
34700
34701         * scripts/config.guess: Update from config.git.
34702         * scripts/config.sub: Likewise.
34703
34704 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34705
34706         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34707         * misc/madvise.c (madvise): Renamed to __madvise.
34708         Make madvise a weak alias.
34709         * include/sys/mman.h: Declare __madvise.
34710         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34711         * sysdeps/unix/syscalls.list
34712         (madvise): Make __madvise the strong name, and madvise a weak alias.
34713         * sysdeps/unix/sysv/linux/syscalls.list
34714         (madvise, mmap): Remove redundant entries.
34715         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34716         * malloc/malloc.c (mtrim): Likewise.
34717         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34718
34719 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34720
34721         * sysdeps/mach/hurd/dl-cache.c: File removed.
34722         * config.h.in (USE_LDCONFIG): New #undef.
34723         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34724         * configure: Regenerated.
34725         * elf/Makefile (dl-routines): Add dl-cache only under
34726         [$(use-ldconfig) = yes].
34727         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34728         cache on [USE_LDCONFIG].
34729         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34730         [USE_LDCONFIG].
34731         * elf/rtld.c (dl_main): Likewise.
34732
34733 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34734
34735         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34736         _SC_LEVEL4_CACHE_LINESIZE.
34737
34738 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34739
34740         * sysdeps/unix/bsd/confstr.h: File removed.
34741
34742 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34743
34744         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34745         sys/sdt-config.h.
34746
34747 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34748
34749         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34750         Make 'mapoff' field ElfW(Off) rather than off_t.
34751
34752 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34753
34754         * nscd/Makefile: Remove nscd-cflags and all its users.
34755         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34756         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34757
34758         [BZ #10631]
34759         * malloc.c (malloc_printerr): Clarify error message.
34760
34761 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34762
34763         [BZ #14648]
34764         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34765         Set bit_FMA_Usable if FMA is supported.
34766         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34767         macro.
34768         (bit_FMA4_Usable): Updated.
34769         (index_FMA_Usable): New macro.
34770         (CPUID_FMA): Likewise
34771         (HAS_FMA): Defined with bit_FMA_Usable.
34772
34773 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34774
34775         * bits/types.h (__swblk_t): Type removed.
34776         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34777         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34778         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34779         (__SWBLK_T_TYPE): Likewise.
34780         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34781         (__SWBLK_T_TYPE): Likewise.
34782         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34783         (__SWBLK_T_TYPE): Likewise.
34784         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34785         (__SWBLK_T_TYPE): Likewise.
34786
34787 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34788             Honza Horak <hhorak@redhat.com>
34789
34790         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34791         (xdr_mapname): Use YPMAXMAP as maxsize.
34792         (xdr_peername): Use YPMAXPEER as maxsize.
34793         (xdr_keydat): Use YPAXRECORD as maxsize.
34794         (xdr_valdat): Use YPMAXRECORD as maxsize.
34795
34796 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34797
34798         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34799
34800         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34801         * csu/init-first.c: ... here.
34802         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34803         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34804         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34805         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34806         * sysdeps/i386/init-first.c: File removed.
34807         * sysdeps/sh/init-first.c: File removed.
34808
34809 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34810
34811         [BZ #14645]
34812         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34813         if x * y might underflow to zero and z is zero.
34814         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34815         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34816         * math/libm-test.inc (min_subnorm_value): New variable.
34817         (fma_test): Add more tests.
34818         (fma_test_towardzero): Likewise.
34819         (fma_test_downward): Likewise
34820         (fma_test_upward): Likewise.
34821         (initialize): Set min_subnorm_value.
34822
34823 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34824
34825         [BZ #14638]
34826         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34827         0 + 0.
34828         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34829         mode for addition resulting in exact zero.
34830         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34831         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34832         exact 0 + 0.
34833         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34834         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34835         * math/libm-test.inc (fma_test): Add more tests.
34836         (fma_test_towardzero): New function.
34837         (fma_test_downward): Likewise.
34838         (fma_test_upward): Likewise.
34839         (main): Call the new functions.
34840
34841 2012-09-28  David S. Miller  <davem@davemloft.net>
34842
34843         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34844
34845 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34846
34847         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34848         instead of SIGALRM.
34849
34850         * sysdeps/gnu/_G_config.h: Moved to ...
34851         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34852         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34853         * sysdeps/generic/_G_config.h: ... here.
34854
34855         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34856
34857         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34858
34859         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34860         Conditionalize target on [libnss_test1.so-version].
34861
34862         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34863
34864         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34865         (elfobjdir): Move out of conditionals.
34866
34867         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34868         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34869         (__nss_lookup_function): Conditionalize label remove_from_tree on
34870         [!DO_STATIC_NSS || SHARED], matching its only use.
34871
34872 2012-09-28  David S. Miller  <davem@davemloft.net>
34873
34874         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34875         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34876         file.
34877         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34878         sysdep_routines.
34879         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34880         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34881         when HWCAP_SPARC_CRYPTO is present.
34882
34883 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34884
34885         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34886
34887 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34888
34889         [BZ #6530]
34890         * stdio-common/vfprintf.c (process_string_arg): Revert
34891         2000-07-22 change.
34892
34893 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34894
34895         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34896         for testcase.
34897         * stdio-common/tst-sprintf.c: Include <locale.h>
34898         (main): Test sprintf's handling of incomplete multibyte
34899         characters.
34900
34901 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34902
34903         * elf/dl-runtime.c (VERSYMIDX): Removed.
34904         * elf/dl-version.c (VERSYMIDX): Likewise.
34905         * elf/do-rel.h (VERSYMIDX): Likewise.
34906         (VALIDX): Likewise.
34907         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34908         * elf/rtld.c (VALIDX): Likewise.
34909         (ADDRIDX): Likewise.
34910         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34911         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34912         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34913         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34914         (VALIDX): Likewise.
34915         (ADDRIDX): Likewise.
34916
34917 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34918
34919         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34920
34921 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34922
34923         [BZ #11438]
34924         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34925         to global scope.
34926         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34927         addresses are in the same scope as 192.0.2/24.
34928         * posix/gai.conf: Document new scope table defaults.
34929
34930 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34931
34932         [BZ #5298]
34933         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34934         for ftell.  Compute offsets from write pointers instead.
34935         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34936
34937 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34938
34939         [BZ #14543]
34940         * libio/Makefile (tests): New test case tst-fseek.
34941         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34942         combination works in wide mode.
34943         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34944         state when the external buffer state changes.
34945
34946 2012-09-27  David S. Miller  <davem@davemloft.net>
34947
34948         [BZ #14376]
34949         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34950         pass reloc->r_addend in as the 'high' argument to
34951         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34952
34953         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34954
34955 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34956
34957         * rt/tst-aio2.c: Include <pthread.h>.
34958         * rt/tst-aio3.c: Likewise.
34959
34960 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34961
34962         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34963
34964 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34965
34966         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34967         contents on [SHARED].
34968
34969 2012-09-26  Marek Polacek  <polacek@redhat.com>
34970
34971         [BZ #14530]
34972         [BZ #13741]
34973         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34974         for C++ and GCC <4.3 as well as for non GCC compilers.
34975
34976 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34977
34978         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34979
34980 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34981
34982         * Makefile.in (all, install): Declare with .PHONY.
34983         Reported by Michael Hope <michael.hope@linaro.org>.
34984
34985 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34986
34987         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34988         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34989         system header.
34990         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34991         Likewise.
34992         (sydep_routines): Add the new and the internal functions.
34993         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34994         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34996         (GLIBC_2.17): Add the new function.
34997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34998         (GLIBC_2.17): Likewise.
34999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35000         (GLIBC_2.17): Likewise.
35001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35002         (GLIBC_2.17): Likewise.
35003         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35004
35005 2012-09-25  Alan Modra  <amodra@gmail.com>
35006
35007         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35008         Add release barrier before setting once_control to say
35009         initialisation is done.  Add hints on lwarx.  Use macro in
35010         place of isync.
35011         (clear_once_control): Add release barrier.
35012
35013 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35014
35015         [BZ #13629]
35016         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35017         specially.
35018         * math/s_clog10.c (__clog10): Likewise.
35019         * math/s_clog10f.c (__clog10f): Likewise.
35020         * math/s_clog10l.c (__clog10l): Likewise.
35021         * math/s_clogf.c (__clogf): Likewise.
35022         * math/s_clogl.c (__clogl): Likewise.
35023         * math/Makefile (libm-calls): Add x2y2m1.
35024         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35025         (__x2y2m1): Likewise.
35026         (__x2y2m1l): Likewise.
35027         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35028         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35029         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35030         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35031         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35032         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35033         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35034         * sysdeps/i386/fpu/libm-test-ulps: Update.
35035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35036
35037         [BZ #14621]
35038         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35039         int as type of variable DEPTH.
35040         (glob): Use size_t instead of int as type of variables NEWCOUNT
35041         and OLD_PATHC.
35042
35043 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35044
35045         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35046         Add s_sincosf-sse2.
35047         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35048         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35049         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35050         macros for using routine as __sincosf_ia32.
35051         Use macro for function declaration and weak_alias.
35052         * sysdeps/i386/fpu/libm-test-ulps: Update.
35053
35054         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35055         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35056
35057         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35058         subnormal argument.
35059         * math/s_cexpf.c (__cexpf): Likewise.
35060         * math/s_csinf.c (__csinf): Likewise.
35061         * math/s_csinhf.c (__csinhf): Likewise.
35062         * math/s_ctanf.c (__ctanf): Likewise.
35063         * math/s_ctanhf.c (__ctanhf): Likewise.
35064         * math/s_ccosh.c (__ccoshf): Likewise.
35065         * math/s_cexp.c (__cexpl): Likewise.
35066         * math/s_csin.c (__csin): Likewise.
35067         * math/s_csinh.c (__csinh): Likewise.
35068         * math/s_ctan.c (__ctan): Likewise.
35069         * math/s_ctanh.c (ctanh): Likewise.
35070         * math/s_ccoshl.c (__ccoshl): Likewise.
35071         * math/s_cexpl.c (__cexpl): Likewise.
35072         * math/s_csinl.c (__csinl): Likewise.
35073         * math/s_csinhl.c (__csinhl): Likewise.
35074         * math/s_ctanl.c (__ctanl): Likewise.
35075         * math/s_ctanhl.c (__ctanhl): Likewise.
35076
35077 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35078
35079         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35080         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35081         (_IO_off_t): Define to __off_t, not _G_off_t.
35082         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35083         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35084         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35085         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35086         type of __dummy and __dummy2 fields.
35087         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35088         (_G_ssize_t): Likewise.
35089         (_G_off_t): Likewise.
35090         (_G_pid_t): Likewise.
35091         (_G_uid_t): Likewise.
35092         (_G_wchar_t): Likewise.
35093         (_G_wint_t): Likewise.
35094         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35095         (_G_ssize_t): Likewise.
35096         (_G_off_t): Likewise.
35097         (_G_pid_t): Likewise.
35098         (_G_uid_t): Likewise.
35099         (_G_wchar_t): Likewise.
35100         (_G_wint_t): Likewise.
35101         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35102         (_G_ssize_t): Likewise.
35103         (_G_off_t): Likewise.
35104         (_G_pid_t): Likewise.
35105         (_G_uid_t): Likewise.
35106         (_G_wchar_t): Likewise.
35107         (_G_wint_t): Likewise.
35108
35109 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35110
35111         * malloc/arena.c: Include malloc-sysdep.h.
35112         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35113         is sufficient to shrink the heap or an unmap is needed.
35114         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35115         new function check_may_shrink_heap.
35116         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35117         new function check_may_shrink_heap.
35118
35119 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35120
35121         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35122         comments.
35123
35124 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35125
35126         * catgets/test-gencat.sh: Add "set -e".
35127         * elf/tst-pathopt.sh: Likewise.
35128         * grp/tst_fgetgrent.sh: Likewise.
35129         * iconvdata/run-iconv-test.sh: Likewise.
35130         * intl/tst-gettext.sh: Likewise.
35131         * intl/tst-gettext2.sh: Likewise.
35132         * intl/tst-gettext4.sh: Likewise.
35133         * intl/tst-gettext6.sh: Likewise.
35134         * intl/tst-translit.sh: Likewise.
35135         * io/ftwtest-sh: Likewise.
35136         * libio/test-freopen.sh: Likewise.
35137         * malloc/tst-mtrace.sh: Likewise.
35138         * posix/globtest.sh: Likewise.
35139         * posix/tst-getconf.sh: Likewise.
35140         * posix/wordexp-tst.sh: Likewise.
35141         * stdio-common/tst-printf.sh: Likewise.
35142         * stdio-common/tst-unbputc.sh: Likewise.
35143         * stdlib/tst-fmtmsg.sh: Likewise.
35144         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35145         * catgets/Makefile: Do not specify -e option when running
35146         testsuite shell scripts.
35147         * elf/Makefile: Likewise.
35148         * grp/Makefile: Likewise.
35149         * iconvdata/Makefile: Likewise.
35150         * intl/Makefile: Likewise.
35151         * io/Makefile: Likewise.
35152         * libio/Makefile: Likewise.
35153         * malloc/Makefile: Likewise.
35154         * posix/Makefile: Likewise.
35155         * stdio-common/Makefile: Likewise.
35156         * stdlib/Makefile: Likewise.
35157         * sysdeps/x86_64/Makefile: Likewise.
35158
35159         * io/ftwtest-sh: Add copyright header.
35160         * posix/globtest.sh: Likewise.
35161         * posix/tst-getconf.sh: Likewise.
35162         * posix/wordexp-tst.sh: Likewise.
35163         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35164
35165 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35166
35167         [BZ #13679]
35168         * Makeconfig (+link): Defined as $(+link-static) if
35169         $(build-shared) isn't yes.
35170         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35171         isn't yes.
35172         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35173
35174         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35175
35176         [BZ #14562]
35177         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35178         new chunk size with MALLOC_ALIGN_MASK.
35179
35180 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35181
35182         [BZ #5044]
35183         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35184         <rounding-mode.h>.
35185         (__printf_fphex): Determine rounding using get_rounding_mode and
35186         round_away.
35187         * stdio-common/tst-printf-round.c (struct hex_test): New
35188         structure.
35189         (hex_tests): New variable.
35190         (test_hex_in_one_mode): New function.
35191         (do_test): Also run tests for hex float output.
35192
35193 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35194
35195         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35196         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35197         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35198         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35199         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35200         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35201         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35202         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35203
35204 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35205
35206         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35207         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35208         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35209         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35210
35211 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35212
35213         [BZ #14579]
35214         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35215         mode only.
35216         * elf/tst-rtld-load-self.sh: New test.
35217         * elf/Makefile: Run it.
35218
35219 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35220
35221         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35222         (tst-writev-ENV): Remove.
35223         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35224
35225 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35226
35227         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35228
35229 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35230
35231         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35232         unconditional.
35233         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35234         Likewise.
35235         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35236         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35237         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35238         Likewise.
35239
35240 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35241
35242         [BZ #14587]
35243         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35244         * config.make.in (have-cpp-asm-debuginfo): Removed.
35245         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35246         * configure: Regenerated.
35247
35248 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35249
35250         [BZ #5044]
35251         * stdio-common/printf_fp.c: Include <stdbool.h> and
35252         <rounding-mode.h>.
35253         (___printf_fp): Determine rounding using get_rounding_mode and
35254         round_away.
35255         * stdio-common/tst-printf-round.c: New file.
35256         * stdio-common/Makefile (tests): Add tst-printf-round.
35257         (link-libm): New variable.
35258         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35259
35260 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35261
35262         [BZ #14576]
35263         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35264         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35265         Likewise.
35266         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35267         Likewise.
35268
35269 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35270
35271         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35272         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35273         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35274         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35275
35276 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35277
35278         [BZ #14518]
35279         * include/rounding-mode.h: New file.
35280         * sysdeps/generic/get-rounding-mode.h: Likewise.
35281         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35282         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35283         (MAX_VALUE): New macro.
35284         (MIN_VALUE): Likewise.
35285         (overflow_value): New function.
35286         (underflow_value): Likewise.
35287         (round_and_return): Use overflow_value and underflow_value to
35288         determine return values in overflow and underflow cases.  Use
35289         round_away to determine rounding depending on rounding mode.
35290         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35291         determine return values in overflow and underflow cases.
35292         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35293         (struct test_results): New structure.
35294         (struct test): Use struct test_results to store expected results
35295         for all rounding modes.
35296         (TEST): Include expected results for all rounding modes.
35297         (test_in_one_mode): New function.
35298         (do_test): Use test_in_one_mode to compute and check results.
35299         Check results for all rounding modes.
35300         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35301         $(link-libm).
35302
35303 2012-12-09  Allan McRae  <allan@archlinux.org>
35304
35305         * sysdeps/i386/fpu/libm-test-ulps: Update
35306
35307 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35308
35309         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35310         (_G_int32_t): Likewise.
35311         (_G_uint16_t): Likewise.
35312         (_G_uint32_t): Likewise.
35313         (_G_HAVE_BOOL): Likewise.
35314         (_G_HAVE_ATEXIT): Likewise.
35315         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35316         (_G_HAVE_IO_FILE_OPEN): Likewise.
35317         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35318         (_G_int32_t): Likewise.
35319         (_G_uint16_t): Likewise.
35320         (_G_uint32_t): Likewise.
35321         (_G_HAVE_BOOL): Likewise.
35322         (_G_HAVE_ATEXIT): Likewise.
35323         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35324         (_G_HAVE_IO_FILE_OPEN): Likewise.
35325         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35326         (_G_int32_t): Likewise.
35327         (_G_uint16_t): Likewise.
35328         (_G_uint32_t): Likewise.
35329         (_G_HAVE_BOOL): Likewise.
35330         (_G_HAVE_ATEXIT): Likewise.
35331         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35332         (_G_HAVE_IO_FILE_OPEN): Likewise.
35333
35334 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35335
35336         * csu/libc-tls.c: Update copyright years.
35337
35338 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35339
35340         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35341         [!_G_USING_THUNKS]: Remove conditional code.
35342         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35343         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35344
35345         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35346         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35347         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35348         (_G_VTABLE_LABEL_PREFIX): Likewise.
35349         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35350         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35351         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35352         (_G_VTABLE_LABEL_PREFIX): Likewise.
35353         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35354         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35355         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35356         (_G_VTABLE_LABEL_PREFIX): Likewise.
35357         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35358
35359 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35360
35361         * libio/Makefile: Include ../Makeconfig before tests.
35362         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35363         only if $(build-shared) is yes.
35364
35365         * iconv/gconv_db.c: Update copyright years.
35366
35367 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35368
35369         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35370         unwind info if defined PIC. Fix special cases description.
35371         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35372
35373         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35374         DP_HI_MASK entry.
35375         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35376
35377 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35378
35379         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35380
35381         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35382         is NULL.
35383
35384         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35385         (LDLIBS-tst-chk4): This.
35386         (LDFLAGS-tst-chk5): Renamed to ...
35387         (LDLIBS-tst-chk5): This.
35388         (LDFLAGS-tst-chk6): Renamed to ...
35389         (LDLIBS-tst-chk6): This.
35390         (LDFLAGS-tst-lfschk4): Renamed to ...
35391         (LDLIBS-tst-lfschk4): This.
35392         (LDFLAGS-tst-lfschk5): Renamed to ...
35393         (LDLIBS-tst-lfschk5): This.
35394         (LDFLAGS-tst-lfschk6): Renamed to ...
35395         (LDLIBS-tst-lfschk6): This.
35396
35397         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35398         on $(common-objpfx)soversions.mk.
35399
35400 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35401
35402         [BZ #10014]
35403         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35404         example host name.
35405
35406 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35407
35408         * malloc/arena.c (arena_get_retry): New function that gets
35409         another arena for the caller to try its request on.
35410         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35411         current arena cannot fulfill the request.
35412         (__libc_memalign): Likewise.
35413         (__libc_memalign): Likewise.
35414         (__libc_pvalloc): Likewise.
35415         (__libc_calloc): Likewise.
35416
35417 2012-09-05  John Tobey  <john.tobey@gmail.com>
35418
35419         [BZ #13542]
35420         * manual/arith.texi (Operations on Complex): Fix description
35421         of carg branch cut.
35422
35423 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35424
35425         [BZ #10014]
35426         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35427         host name.
35428
35429         [BZ #10038]
35430         * manual/memory.texi (Memory): Make order of menu items match
35431         order of sections.
35432
35433 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35434
35435         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35436         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35437         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35438
35439 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35440
35441         * csu/libc-tls.c (static_dtv): Renamed to ...
35442         (_dl_static_dtv): This.  Make it global.
35443         (_dl_initial_dtv): Removed.
35444         (__libc_setup_tls): Updated.
35445         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35446         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35447         DL_INITIAL_DTV.
35448
35449 2012-09-06  Petr Machata  <pmachata@redhat.com>
35450
35451         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35452         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35453         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35454         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35455
35456 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35457
35458         [BZ #14545]
35459         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35460         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35461         freeing dtv[-1].
35462
35463 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35464
35465         [BZ #14544]
35466         * Makeconfig (link-static-before-libc): Replace $(+prector)
35467         with $(+prectorT).
35468         (link-static-after-libc): Replace $(+postctor) with
35469         $(+postctorT).
35470         (link-bounded): Replace $(+prector)/$(+postctor) with
35471         $(+prectorT)/$(+postctorT).
35472         (+prectorT): New macro.
35473         (+postctorT): Likewise.
35474
35475 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35476
35477         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35478         (round_str): Handle values above the maximum for IBM long double
35479         as inexact.
35480         * stdlib/tst-strtod-round.c (tests): Regenerated.
35481
35482 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35483
35484         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35485         assembler flag.
35486         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35487         zarch_nohighgprs around the zarch optimized routines.
35488         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35489         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35490         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35491         for zarch.
35492
35493 2012-09-05  David S. Miller  <davem@davemloft.net>
35494
35495         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35496
35497         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35498         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35499         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35500         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35501         entries.
35502
35503 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35504
35505         * malloc/arena.c: Fold copyright years.
35506         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35507
35508 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35509
35510         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35511
35512 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35513
35514         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35515
35516 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35517
35518         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35519         change internal state upon failure.
35520
35521 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35522
35523         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35524         * malloc/memusage.c (mmap): Likewise.
35525         (mmap64, mremap): Likewise.  Adjust name in comment.
35526
35527 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35528
35529         * libio/fileops.c: Fix typos in comments.
35530         * libio/oldfileops.c: Likewise.
35531         * libio/wfileops.c: Likewise.
35532
35533 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35534
35535         [BZ #1349]
35536         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35537         (tst-malloc-usable-ENV): Set environment for test case.
35538         * malloc/hooks.c (malloc_check_get_size): New function to get
35539         requested size.
35540         * malloc/malloc.c (musable): Use malloc_check_get_size.
35541         * malloc/tst-malloc-usable.c: New test case.
35542
35543 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35544
35545         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35546
35547 2012-09-05  Allan McRae  <allan@archlinux.org>
35548
35549         [BZ #13966]
35550         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35551         determine header location.
35552         * configure: Regenerated.
35553
35554 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35555
35556         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35557         float format.
35558         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35559         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35560         format.
35561         (test): Regenerate.
35562
35563 2012-09-04  David S. Miller  <davem@davemloft.net>
35564
35565         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35566         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35567         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35568
35569 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35570
35571         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35572         failures.
35573
35574         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35575
35576 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35577
35578         [BZ #9914]
35579         * libio/iogetdelim.c: Include <limits.h>.
35580         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35581         + len + 1 would overflow.
35582
35583 2012-09-03  Andreas Jaeger  <aj@suse.de>
35584
35585         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35586         * sysdeps/i386/fpu/libm-test-ulps: Update.
35587
35588 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35589
35590         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35591         Add s_sinf-sse2, s_conf-sse2.
35592
35593         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35594         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35595         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35596         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35597
35598         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35599         for using routine as __sinf_ia32.
35600         Use macro for function declaration and weak_alias.
35601         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35602         for using routine as __cosf_ia32.
35603         Use macro for function declaration and weak_alias.
35604
35605         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35606         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35607
35608         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35609         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35610         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35611
35612         * math/libm-test.inc (cos_test): Add more test cases.
35613         (sin_test): Likewise.
35614         (sincos_test): Likewise.
35615
35616 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35617
35618         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35619         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35620         hidden.
35621         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35622
35623 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35624
35625         [BZ #14538]
35626         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35627         first element of the GOT.
35628         (elf_machine_load_address): Return the difference between
35629         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35630
35631 2012-09-01  Allan McRae  <allan@archlinux.org>
35632
35633         [BZ #13412]
35634         * configure.in (AWK): Require gawk version 3.0 or later.
35635         * configure: Regenerated.
35636
35637 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35638
35639         * sysdeps/unix/sysv/linux/kernel-features.h
35640         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35641         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35642         [__NR_clock_getres]: Make code unconditional.
35643         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35644         (clock_getcpuclockid): Remove code left unreachable by removal of
35645         conditionals.
35646         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35647         code unconditional.
35648         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35649         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35650         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35651         Make code unconditional.
35652         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35653         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35654         * sysdeps/unix/sysv/linux/clock_settime.c
35655         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35656         conditional code.
35657         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35658         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35659
35660 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35661
35662         [BZ #14476]
35663         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35664         scripts/test-installation.pl.
35665
35666         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35667         and $ld_so_version if it is set.
35668
35669 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35670
35671         [BZ #14516]
35672         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35673         failure if reading from procfs failed.
35674         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35675
35676 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35677
35678         * sysdeps/unix/sysv/linux/kernel-features.h
35679         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35680         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35681         Remove conditional code.
35682         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35683         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35684         Remove conditional code.
35685         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35686         * sysdeps/unix/sysv/linux/i386/fxstat.c
35687         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35688         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35689         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35690         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35691         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35692         * sysdeps/unix/sysv/linux/i386/lxstat.c
35693         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35694         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35695         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35696         Remove conditional code.
35697         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35698         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35699         Remove conditional code.
35700         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35701         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35702         <kernel-features.h>.
35703         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35704         Remove.
35705         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35706         Remove conditional code.
35707         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35708         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35709         Remove conditional.
35710
35711 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35712
35713         [BZ #5400]
35714         * NEWS: Add fixed bug number.
35715
35716 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35717
35718         [BZ #14519]
35719         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35720         underflowing exponent in case of negative sign.
35721         * stdlib/tst-strtod-round-data: Add more tests.
35722         * stdlib/tst-strtod-round.c (tests): Regenerated.
35723
35724         [BZ #3479]
35725         * stdlib/strtod_l.c (NDIG): Remove.
35726         (HEXNDIG): Likewise.
35727         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35728         smallest representable value.
35729         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35730         lie within an exact representation of 1/2 ulp of the result.
35731         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35732         unconditionally.
35733         (TENS_P9_IDX): Define unconditionally.
35734         (TENS_P9_SIZE): Likewise.
35735         (TENS_P10_IDX): Likewise.
35736         (TENS_P10_SIZE): Likewise.
35737         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35738         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35739         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35740         entries for 10^2^13 and 10^2^14.
35741         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35742         (TENS_P13_IDX): Define.
35743         (TENS_P13_SIZE): Likewise.
35744         (TENS_P14_IDX): Likewise.
35745         (TENS_P14_SIZE): Likewise.
35746         (_fpioconst_pow10): Change array size to
35747         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35748         unconditional.
35749         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35750         1024]: Add entries for 10^2^13 and 10^2^14.
35751         [LAST_POW10 > _LAST_POW10]: Remove #error.
35752         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35753         (_fpioconst_pow10): Change array size to
35754         FPIOCONST_POW10_ARRAY_SIZE.
35755         * stdlib/gen-fpioconst.c: New file.
35756         * stdlib/gen-tst-strtod-round.c: Likewise.
35757         * stdlib/tst-strtod-round-data: Likewise.
35758         * stdlib/tst-strtod-round.c: Likewise.
35759         * stdlib/Makefile (tests): Add tst-strtod-round.
35760
35761         [BZ #14459]
35762         * stdlib/strtod_l.c: Include <stdint.h>.
35763         (NDEBUG): Do not define.
35764         (round_and_return): Change EXPONENT parameter to type intmax_t.
35765         Rearrange calculations to avoid internal overflow possibilities.
35766         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35767         Rearrange calculations to avoid internal overflow possibilities.
35768         Assert that number fits inside MPNSIZE limbs.
35769         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35770         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35771         calculations and add assertions to avoid internal overflow
35772         possibilities.  Add casts to avoid signed/unsigned operations.
35773         * stdlib/tst-strtod-overflow.c: New file.
35774         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35775
35776 2012-08-25  Marek Polacek  <polacek@redhat.com>
35777
35778         * time/time.h: Fix some typos in comments.
35779
35780 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35781
35782         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35783         * posix/tst-rfc3484-2.c: Likewise.
35784         * posix/tst-rfc3484-3.c: Likewise.
35785
35786 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35787
35788         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35789         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35790
35791 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35792
35793         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35794         #include of fxstatat64.c.
35795
35796 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35797
35798         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35799         * shadow/getspent_r.c: Likewise.
35800         * shadow/getspnam.c: Likewise.
35801         * shadow/getspnam_r.c: Likewise.
35802         * gshadow/getsgent.c: Likewise.
35803         * gshadow/getsgent_r.c: Likewise.
35804         * gshadow/getsgnam.c: Likewise.
35805         * gshadow/getsgnam_r.c: Likewise.
35806         * inet/getnetbyad.c: Likewise.
35807         * inet/getnetbyad_r.c: Likewise.
35808         * inet/getnetbynm.c: Likewise.
35809         * inet/getnetbynm_r.c: Likewise.
35810         * inet/getnetent.c: Likewise.
35811         * inet/getnetent_r.c: Likewise.
35812         * inet/getproto.c: Likewise.
35813         * inet/getproto_r.c: Likewise.
35814         * inet/getprtent.c: Likewise.
35815         * inet/getprtent_r.c: Likewise.
35816         * inet/getprtname.c: Likewise.
35817         * inet/getprtname_r.c: Likewise.
35818         * inet/getrpcbyname.c: Likewise.
35819         * inet/getrpcbyname_r.c: Likewise.
35820         * inet/getrpcbynumber.c: Likewise.
35821         * inet/getrpcbynumber_r.c: Likewise.
35822         * inet/getrpcent.c: Likewise.
35823         * inet/getrpcent_r.c: Likewise.
35824         * inet/getaliasent.c: Likewise.
35825         * inet/getaliasent_r.c: Likewise.
35826         * inet/getaliasname.c: Likewise.
35827         * inet/getaliasname_r.c: Likewise.
35828         * nscd/getgrgid_r.c: Likewise.
35829         * nscd/getgrnam_r.c: Likewise.
35830         * nscd/gethstbyad_r.c: Likewise.
35831         * nscd/gethstbynm3_r.c: Likewise.
35832         * nscd/getpwnam_r.c: Likewise.
35833         * nscd/getpwuid_r.c: Likewise.
35834         * nscd/getsrvbynm_r.c: Likewise.
35835         * nscd/getsrvbypt_r.c: Likewise.
35836         * nscd/gai.c: Likewise.
35837
35838         * configure.in (build_nscd): New substituted variable, set
35839         by --disable-build-nscd and defaults to $use_nscd.
35840         * configure: Regenerated.
35841         * config.make.in (build-nscd): New substituted variable.
35842         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35843         Change conditional to require [$(build-nscd) = yes] as well.
35844         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35845
35846         [BZ# 13696]
35847         * configure.in (use_nscd): New substituted variable, set by
35848         --disable-nscd.  If enabled, define USE_NSCD.
35849         * configure: Regenerated.
35850         * config.h.in: Add USE_NSCD.
35851         * config.make.in (use-nscd): New substituted variable.
35852         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35853         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35854         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35855         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35856         (CFLAGS-getgrnam_r.c): Likewise.
35857         (CFLAGS-initgroups.c): Likewise.
35858         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35859         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35860         Variables removed.
35861         * inet/getnetgrent_r.c
35862         (nscd_setnetgrent): New function, broken out of ...
35863         (setnetgrent): ... here.  Call it.
35864         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35865         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35866         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35867         * nscd/Makefile (routines, aux): Move definitions after include of
35868         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35869         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35870         Conditionalize on [USE_NSCD].
35871         (is_nscd, nscd_init_cb): Likewise.
35872         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35873         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35874         * nss/nss_db/db-init.c: Likewise.
35875         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35876         [USE_NSCD].
35877         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35878         (make_request): Use it.
35879         (cache_valid_p): New function.
35880         (__check_pf): Use it.
35881         * NEWS: Add item for --disable-nscd.
35882
35883 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35884
35885         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35886         to support sed >= 4.2.1-20-ga9bf076.
35887         * configure: Regenerated.
35888
35889 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35890
35891         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35892         Conditionalize whole body on [IREL].
35893
35894 2012-08-22  Jeff Law <law@redhat.com>
35895
35896         [BZ #14505]
35897         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35898         if the family is PF_UNSPEC.
35899
35900 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35901
35902         * Makerules (lib-version): Rename from V.
35903         (install-lib-nosubdir): Change V to lib-version.
35904
35905 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35906
35907         [BZ #14252]
35908         * powerpc32/power6/wcschr.c: New file.
35909         * powerpc32/power6/wcscpy.c: New file.
35910         * powerpc32/power6/wcsrchr.c: New file.
35911         * powerpc64/power6/wcschr.c: New file.
35912         * powerpc64/power6/wcscpy.c: New file.
35913         * powerpc64/power6/wcsrchr.c: New file.
35914
35915 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35916
35917         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35918         (two_way_short_needle): Use it.
35919         * string/strstr.c (AVAILABLE1_USES_J): Define.
35920         * string/strcasestr.c: Likewise.
35921
35922         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35923         array references.
35924         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35925
35926         [BZ #11607]
35927         * NEWS: Add an entry.
35928         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35929         define their defaults.
35930         (two_way_short_needle): Detect end-of-string on-the-fly.
35931         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35932         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35933         * string/bug-strcasestr1.c: New test.
35934         * string/Makefile: Run it.
35935
35936 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35937
35938         [BZ #11607]
35939         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35940         the first character.
35941
35942 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35943
35944         * csu/elf-init.c (__libc_csu_irel): Function removed.
35945         * csu/libc-start.c (apply_irel): New function.
35946         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35947
35948 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35949
35950         * sysdeps/unix/sysv/linux/kernel-features.h
35951         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35952         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35953         <kernel-features.h>.
35954         [__NR_fadvise64_64]: Make code unconditional.
35955         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35956         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35957         !__NR_fadvise64_64)]: Likewise.
35958         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35959         !__NR_fadvise64_64))]: Likewise.
35960         [__NR_fadvise64]: Make code unconditional.
35961         [!__NR_fadvise64]: Remove conditional code.
35962         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35963         <kernel-features.h>.
35964         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35965         unconditional.
35966         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35967         conditional code.
35968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35969         not include <kernel-features.h>.
35970         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35971         unconditional.
35972         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35973         conditional code.
35974         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35975         include <kernel-features.h>.
35976         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35977         unconditional.
35978         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35979         conditional code.
35980
35981 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35982
35983         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35984         slight instruction rearrangements per scrollpipe analysis.
35985         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35986
35987 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35988
35989         * manual/syslog.texi (syslog; vsyslog, closelog):
35990         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35991         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35992
35993         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35994         DSOCAPS to match condition on defining it.
35995
35996 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35997
35998         * sysdeps/unix/sysv/linux/kernel-features.h
35999         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36001         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36002         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36004         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36005         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36007         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36008         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36009
36010         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36011         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36012
36013         * sysdeps/unix/sysv/linux/kernel-features.h
36014         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36015         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36016         unconditional.
36017         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36018         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36019         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36020         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36021         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36022         Make code unconditional.
36023         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36024         (__mmap64) [!__NR_mmap2]: Likewise.
36025         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36026         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36027         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36028         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36029         [__NR_mmap2]: Make code unconditional.
36030         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36031         (__mmap64) [!__NR_mmap2]: Likewise.
36032
36033 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36034
36035         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36036
36037 2012-08-18  Andreas Jaeger  <aj@suse.de>
36038
36039         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36040
36041 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36042
36043         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36044         * include/unistd.h (__have_sock_cloexec): Likewise.
36045         (__have_pipe2): Likewise.
36046         (__have_dup3): Likewise.
36047
36048 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36049
36050         [BZ #9685]
36051         * include/unistd.h (__have_pipe2): Change define into an extern int.
36052         (__have_dup3): Likewise.
36053         * socket/have_sock_cloexec.c: Include fcntl.h.
36054         (__have_pipe2): New variable.
36055         (__have_dup3): Likewise.
36056
36057 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36058
36059         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36060
36061 2012-08-17  Marek Polacek  <polacek@redhat.com>
36062
36063         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36064         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36065
36066 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36067
36068         * configure.in: Add AC_SUBST for sysheaders.
36069         * configure: Regenerated.
36070         * config.make.in (sysheaders): New substituted variable.
36071
36072         * sysdeps/unix/mkfifo.c: Moved ...
36073         * sysdeps/posix/mkfifo.c: ... here.
36074         * sysdeps/unix/mkfifoat.c: Moved ...
36075         * sysdeps/posix/mkfifoat.c: ... here.
36076
36077         * sysdeps/unix/utime.c: Moved ...
36078         * sysdeps/posix/utime.c: ... here.
36079
36080         * sysdeps/unix/time.c: Moved ...
36081         * sysdeps/posix/time.c: ... here.
36082         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36083         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36084
36085         * sysdeps/unix/nice.c: Moved ...
36086         * sysdeps/posix/nice.c: ... here.
36087
36088         * sysdeps/unix/alarm.c: Moved ...
36089         * sysdeps/posix/alarm.c: ... here.
36090
36091         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36092
36093 2012-08-17  Jeff Law <law@redhat.com>
36094
36095         * intl/Makefile (codeset_mo): New variable.
36096         ($(codeset_mo)): New target.
36097         (tst-codeset.out): Depend on that.  Remove explicit rule.
36098         (tst-gettext3.out, tst-gettext5.out): Likewise.
36099         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36100         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36101         * intl/tst-codeset.sh: Remove.
36102         * intl/tst-gettext3.sh: Likewise.
36103         * intl/tst-gettext5.sh: Likewise.
36104
36105 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36106
36107         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36108         * sysdeps/unix/syscalls.list: ... here.
36109
36110         * sysdeps/posix/getaddrinfo.c
36111         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36112         (gaiconf_init, gaiconf_reload): Use them.
36113         [!_STATBUF_ST_NSEC]
36114         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36115         Define using time_t rather than struct timespec.
36116
36117         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36118         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36119         Macros removed.
36120         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36121         [!NO_THREADS].
36122         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36123         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36124         Likewise.
36125
36126         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36127         __libc_cleanup_push argument.
36128
36129         * bits/param.h: New file.
36130         * misc/sys/param.h: New file.
36131         * include/sys/param.h: New file.
36132         * misc/Makefile (headers): Add bits/param.h.
36133         * sysdeps/generic/sys/param.h: File removed.
36134         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36135         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36136         * sysdeps/mach/hurd/bits/param.h: New file.
36137         * sysdeps/mach/hurd/sys/param.h: File removed.
36138
36139         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36140         last change.
36141
36142         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36143         [_IO_MTSAFE_IO].
36144         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36145         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36146         New macros.
36147
36148         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36149         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36150         rather than -D_IO_MTSAFE_IO conditionally.
36151         * stdio-common/Makefile (CPPFLAGS): Likewise.
36152         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36153         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36154         Use $(libio-mtsafe).
36155         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36156         of -D_IO_MTSAFE_IO.
36157         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36158         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36159         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36160         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36161         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36162         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36163         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36164         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36165         (CFLAGS-fread_u_chk.c): Likewise.
36166         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36167         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36168         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36169         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36170         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36171         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36172         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36173         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36174         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36175
36176         * libio/Makefile: Test [$(libc-reentrant) = yes]
36177         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36178
36179         * Makeconfig
36180         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36181         * sysdeps/pthread/configure: File removed.
36182         * sysdeps/pthread/Makeconfig: New file.
36183         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36184         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36185
36186 2012-08-16  Gary Benson  <gbenson@redhat.com>
36187
36188         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36189         unmapping the first object in a namespace.
36190
36191 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36192
36193         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36194         (__internal_setnetgrent): ... this.  Add internal_function to
36195         definition.  Add libc_hidden_def.
36196         (setnetgrent): Update caller.
36197         (internal_endnetgrent): Renamed to ...
36198         (__internal_endnetgrent): ... this.  Add internal_function to
36199         definition.  Add libc_hidden_def.
36200         (endnetgrent): Update caller.
36201         (internal_getnetgrent_r): Renamed to ...
36202         (__internal_getnetgrent_r): ... this.  Add internal_function to
36203         definition.  Add libc_hidden_def.
36204         (__getnetgrent_r): Update caller.
36205         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36206
36207 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36208
36209         * stdlib/longlong.h: Update from GCC.
36210
36211 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36212
36213         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36214         on _QL, which is set by umul_ppmm but never used.
36215         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36216         variables, which are set by GMP macros but never used.
36217         * stdio-common/_itowa.c (_itowa): Likewise.
36218         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36219         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36220
36221 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36222
36223         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36224         struct La_sh_regs is not constant.
36225         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36226         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36227         and struct La_sparc64_regs are not constant.
36228
36229 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36230
36231         * sysdeps/unix/sysv/linux/kernel-features.h
36232         (__ASSUME_POSIX_TIMERS): Remove.
36233         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36234         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36235         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36236         Make code unconditional.
36237         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36238         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36239         Make code unconditional.
36240         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36241         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36242         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36243         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36244         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36245         Make code unconditional.
36246         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36247         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36248         (__libc_missing_posix_timers): Remove.
36249
36250 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36251
36252         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36253         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36254
36255         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36256
36257         * elf/dl-sym.c: Include <stdlib.h>.
36258
36259         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36260         constants, which avoids warnings in 32-bit builds.
36261
36262         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36263         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36264
36265         * misc/lseek.c: File moved to ...
36266         * io/lseek.c: ... here.
36267
36268         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36269
36270         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36271         shifting LEN more than 31 bits at once.
36272
36273 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36274
36275         [BZ #14195]
36276         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36277         segmentation fault for a case of two empty input strings.
36278         * string/test-strncasecmp.c (check1): Renamed to...
36279         (bz12205): ...this.
36280         (bz14195): Add new testcase for two empty input strings and N > 0.
36281         (test_main): Call new testcase, adapt for renamed function.
36282
36283 2012-08-15  Andreas Jaeger  <aj@suse.de>
36284
36285         [BZ #14090]
36286         * crypt/md5test2.c: New test, based on test supplied by Serge
36287         Belyshev <belyshev@depni.sinp.msu.ru>.
36288         * crypt/Makefile (xtests): Add md5test-giant..
36289         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36290
36291 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36292
36293         [BZ #14090]
36294         * crypt/md5.c (md5_process_block): Don't assume the buffer
36295         length is less than 2**32.
36296         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36297         length is less than 2**64.
36298
36299 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36300
36301         * string/str-two-way.h: Include <sys/param.h>.
36302         (MAX): Macro removed.
36303
36304         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36305         Move #define and #undef of memmove to just before and after
36306         including <string.h>.
36307
36308         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36309         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36310         and after including <string.h>.  Move declarations of
36311         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36312         to before #include "string/memmove.c".
36313
36314         * include/dirent.h: Declare __getdirentries.
36315
36316         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36317         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36318
36319 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36320
36321         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36322         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36323         * sysdeps/i386/configure: Regenerated.
36324         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36325         STABS_CURRENT_FILE, and STABS_FUN.
36326         (END): Remove call to STABS_FUN_END.
36327         (STABS_CURRENT_FILE1): Delete.
36328         (STABS_CURRENT_FILE): Likewise.
36329         (STABS_FUN): Likewise.
36330         (STABS_FUN_END): Likewise.
36331         (STABS_FUN2): Likewise.
36332         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36333         * sysdeps/x86_64/configure: Regenerated.
36334
36335 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36336
36337         * elf/dl-open.c: Include <atomic.h>.
36338         * elf/dl-lookup.c: Likewise.
36339
36340 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36341
36342         * sysdeps/unix/sysv/linux/kernel-features.h
36343         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36344         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36345         unconditionally.
36346         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36347         unconditionally.
36348         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36349         condition on __ASSUME_CLONE_THREAD_FLAGS.
36350
36351 2012-08-14  Andreas Jaeger  <aj@suse.de>
36352
36353         * sysdeps/i386/fpu/libm-test-ulps: Update.
36354
36355 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36356
36357         * include/atomic.h (atomic_exchange_and_add): Split into ...
36358         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36359         New atomic macros.
36360
36361 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36362
36363         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36364
36365 2012-08-13  Jeff Law <law@redhat.com>
36366
36367         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36368         null byte in the output string.
36369
36370 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36371
36372         * sysdeps/unix/sysv/linux/kernel-features.h
36373         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36374         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36375         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36376         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36377         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36378         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36379         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36380
36381 2012-08-09  Jeff Law <law@redhat.com>
36382
36383         [BZ #13939]
36384         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36385         When avoid_arena is set, don't retry in the that arena.  Pick the
36386         next one, whatever it might be.
36387         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36388         (arena_lock): Pass in new parameter to arena_get2.
36389         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36390         arena_get2.
36391         (__libc_malloc): Unify retrying after main arena failure with
36392         __libc_memalign version.
36393         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36394
36395 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36396
36397         [BZ #14166]
36398         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36399         to __redirect_strstr.
36400         (__strstr_sse42): Use typeof __redirect_strstr.
36401         (__strstr_ia32): Likewise.
36402         (__libc_strstr): New prototype.
36403         (strstr): Renamed to ...
36404         (__libc_strstr): This.
36405         (strstr): New strong alias of __libc_strstr.
36406         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36407         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36408         __redirect_time.
36409         Include <time.h>.
36410         (__libc_time): New prototype.
36411         (time_ifunc): Replace time with __libc_time.
36412         (time): New strong alias and hidden definition of __libc_time.
36413         (__GI_time): Remove strong alias.
36414         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36415         Include <stddef.h>.
36416         (memmove): Redefined to __redirect_memmove.
36417         (__memmove_sse2): Use typeof __redirect_memmove.
36418         (__memmove_ssse3): Likewise.
36419         (__memmove_ssse3_back): Likewise.
36420         (__libc_memmove): New prototype.
36421         (memmove): Renamed to ...
36422         (__libc_memmove): This.
36423         (memmove): New strong alias of __libc_memmove.
36424
36425 2012-08-08  Mark Salter  <msalter@redhat.com>
36426
36427         * elf/elf.h
36428         (R_MN10300_TLS_GD): Define.
36429         (R_MN10300_TLS_LD): Likewise.
36430         (R_MN10300_TLS_LDO): Likewise.
36431         (R_MN10300_TLS_GOTIE): Likewise.
36432         (R_MN10300_TLS_IE): Likewise.
36433         (R_MN10300_TLS_LE): Likewise.
36434         (R_MN10300_TLS_DTPMOD): Likewise.
36435         (R_MN10300_TLS_DTPOFF): Likewise.
36436         (R_MN10300_TLS_TPOFF): Likewise.
36437         (R_MN10300_SYM_DIFF): Likewise.
36438         (R_MN10300_ALIGN): Likewise.
36439         (R_MN10300_NUM): Update.
36440
36441 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36442
36443         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36444         Remove.
36445
36446 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36447
36448         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36449
36450         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36451         sysdeps/unix -> sysdeps/posix move.
36452         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36453
36454 2012-08-07      Allan McRae     <allan@archlinux.org>
36455
36456         [BZ #14303]
36457         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36458         (SUNOS_CPP): Likewise.
36459         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36460         not found.
36461         (open_input): Call CPP using execvp.
36462
36463 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36464
36465         * sysdeps/unix/sysv/linux/kernel-features.h
36466         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36467         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36468         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36469         (__ASSUME_WAITID_SYSCALL): Likewise.
36470         * sysdeps/unix/sysv/linux/dl-execstack.c
36471         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36472         code unconditional.
36473         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36474         conditional code.
36475         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36476         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36477         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36478         code.
36479         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36480         unconditional.
36481         [__ASSUME_WAITID_SYSCALL]: Likewise.
36482         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36483
36484 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36485
36486         * sysdeps/unix/closedir.c: Renamed to ...
36487         * sysdeps/posix/closedir.c: ... here.
36488         * sysdeps/unix/dirfd.c: Renamed to ...
36489         * sysdeps/posix/dirfd.c: ... here.
36490         * sysdeps/unix/dirstream.h: Renamed to ...
36491         * sysdeps/posix/dirstream.h: ... here.
36492         * sysdeps/unix/fdopendir.c: Renamed to ...
36493         * sysdeps/posix/fdopendir.c: ... here.
36494         * sysdeps/unix/opendir.c: Renamed to ...
36495         * sysdeps/posix/opendir.c: ... here.
36496         * sysdeps/unix/readdir.c: Renamed to ...
36497         * sysdeps/posix/readdir.c: ... here.
36498         * sysdeps/unix/readdir_r.c: Renamed to ...
36499         * sysdeps/posix/readdir_r.c: ... here.
36500         * sysdeps/unix/rewinddir.c: Renamed to ...
36501         * sysdeps/posix/rewinddir.c: ... here.
36502         * sysdeps/unix/seekdir.c: Renamed to ...
36503         * sysdeps/posix/seekdir.c: ... here.
36504         * sysdeps/unix/telldir.c: Renamed to ...
36505         * sysdeps/posix/telldir.c: ... here.
36506         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36507         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36508         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36509         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36510
36511         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36512         * bits/fcntl.h: ... here.
36513
36514         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36515         not 0.
36516         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36517         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36518         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36519         (struct flock): Move l_start, l_len to the beginning.
36520         Use __pid_t for l_pid.
36521         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36522         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36523         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36524         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36525         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36526         [__USE_LARGEFILE64] (struct flock64): New type.
36527         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36528
36529         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36530         * bits/dirent.h: ... here.
36531
36532         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36533         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36534
36535 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36536
36537         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36538         Change from 2.6.0 to 2.6.16.
36539         * sysdeps/unix/sysv/linux/configure: Regenerated.
36540         * sysdeps/unix/sysv/linux/kernel-features.h
36541         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36542         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36543         version.
36544         (__ASSUME_UTIMES): Likewise.
36545         (__ASSUME_CLONE_STOPPED): Remove.
36546         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36547         architectures, not kernel version.
36548         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36549         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36550         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36551         (__ASSUME_WAITID_SYSCALL): Likewise.
36552         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36553         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36554         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36555         refer to older versions.
36556
36557 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36558
36559         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36560         Define alphasort64 as an alias.
36561         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36562         Define versionsort64 as an alias.
36563         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36564         Define scandir64 as an alias.
36565         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36566         Define scandirat64 as an alias.
36567         * dirent/alphasort64.c (alphasort64):
36568         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36569         * dirent/versionsort64.c: Likewise.
36570         * dirent/scandir64.c: Likewise.
36571         * dirent/scandirat64.c: Likewise.
36572         * sysdeps/wordsize-64/alphasort.c: File removed.
36573         * sysdeps/wordsize-64/alphasort64.c: File removed.
36574         * sysdeps/wordsize-64/scandir.c: File removed.
36575         * sysdeps/wordsize-64/scandir64.c: File removed.
36576         * sysdeps/wordsize-64/scandirat.c: File removed.
36577         * sysdeps/wordsize-64/scandirat64.c: File removed.
36578         * sysdeps/wordsize-64/versionsort.c: File removed.
36579         * sysdeps/wordsize-64/versionsort64.c: File removed.
36580         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36581         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36582         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36583         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36584         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36585         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36586         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36587         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36588
36589         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36590         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36591         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36592         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36593         [defined __arch64__ || defined __sparcv9]
36594         (__INO_T_MATCHES_INO64_T): New macro.
36595         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36596         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36597         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36598         * sysdeps/unix/sysv/linux/bits/dirent.h
36599         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36600         (_DIRENT_MATCHES_DIRENT64): New macro.
36601
36602         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36603         Define lockf64 as an alias.
36604         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36605         Define fseeko64 as an alias.
36606         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36607         Define ftello64 as an alias.
36608         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36609         Define _IO_fgetpos64 and fgetpos64 as aliases.
36610         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36611         Define _IO_fsetpos64 and fsetpos64 as aliases.
36612         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36613         Conditionalize body on this.
36614         * libio/fseeko64.c: Likewise.
36615         * libio/ftello64.c: Likewise.
36616         * libio/iofgetpos64.c: Likewise.
36617         * libio/iofsetpos64.c: Likewise.
36618         * sysdeps/wordsize-64/lockf.c: File removed.
36619         * sysdeps/wordsize-64/lockf64.c: File removed.
36620         * sysdeps/wordsize-64/fseeko.c: File removed.
36621         * sysdeps/wordsize-64/fseeko64.c: File removed.
36622         * sysdeps/wordsize-64/ftello.c: File removed.
36623         * sysdeps/wordsize-64/ftello64.c: File removed.
36624         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36625         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36626         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36627         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36628         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36629         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36630         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36631         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36632         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36633         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36634         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36635         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36636         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36637         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36638
36639         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36640         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36641         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36642         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36643         [defined __arch64__ || defined __sparcv9]
36644         (__OFF_T_MATCHES_OFF64_T): New macro.
36645         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36646         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36647         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36648         (__OFF_T_MATCHES_OFF64_T): New macro.
36649
36650 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36651
36652         * stdlib/secure-getenv.c (__secure_getenv): Replace
36653         GLIBC_2_16 with GLIBC_2_17.
36654
36655 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36656
36657         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36658         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36659
36660 2012-08-03  David S. Miller  <davem@davemloft.net>
36661
36662         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36663
36664 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36665
36666         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36667         Remove.
36668         (__ASSUME_CORRECT_SI_PID): Likewise.
36669         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36670         (__ASSUME_TMPFS_NAME): Likewise.
36671         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36672         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36673         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36674         (HAVE_AUX_SECURE): Make definition unconditional.
36675         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36676         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36677
36678 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36679
36680         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36681         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36682         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36683         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36684         __eloop_threshold instead of SYMLOOP_MAX.
36685
36686         * sysdeps/generic/eloop-threshold.h: New file.
36687         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36688         of MAXSYMLINKS.
36689         * elf/chroot_canon.c (chroot_canon): Likewise.
36690
36691 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36692
36693         [BZ #13717]
36694         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36695         Change to 2.6.0 everywhere.
36696         * sysdeps/unix/sysv/linux/configure: Regenerated.
36697         * sysdeps/unix/sysv/linux/kernel-features.h
36698         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36699         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36700         kernel versions.
36701         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36702         (__ASSUME_FUTEX_REQUEUE): Remove.
36703         (__ASSUME_STATFS64): Define unconditionally.
36704         (__ASSUME_AT_SECURE): Likewise.
36705         (__ASSUME_CORRECT_SI_PID): Likewise.
36706         (__ASSUME_TGKILL): Define without depending on kernel version for
36707         i386.
36708         (__ASSUME_UTIMES): Likewise.
36709         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36710         kernel version.
36711         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36712         (__ASSUME_TMPFS_NAME): Likewise.
36713         * README: Update reference to Linux kernel versions.
36714
36715 2012-08-02  Marek Polacek  <polacek@redhat.com>
36716
36717         [BZ# 14150]
36718         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36719         libc_cv_asm_type_prefix with %.
36720         * configure: Regenerated.
36721         * include/libc-symbols.h: Remove comment about
36722         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36723         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36724         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36725         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36726         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36727         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36728         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36729         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36730         * elf/tst-unique2mod1.c: Likewise.
36731         * elf/tst-unique1mod2.c: Likewise.
36732         * elf/tst-unique1mod1.c: Likewise.
36733         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36734         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36735         Replace ASM_TYPE_DIRECTIVE with .type.
36736         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36737         * sysdeps/i386/sysdep.h: Likewise.
36738         * sysdeps/x86_64/sysdep.h: Likewise.
36739         * sysdeps/sh/sysdep.h: Likewise.
36740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36741         Do not define ASM_TYPE_DIRECTIVE.
36742         * sysdeps/powerpc/sysdep.h: Likewise.
36743         * sysdeps/powerpc/powerpc32/sysdep.h:
36744         Replace ASM_TYPE_DIRECTIVE with .type.
36745         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36746         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36747         * sysdeps/i386/fpu/e_powf.S: Likewise.
36748         * sysdeps/i386/fpu/e_expl.S: Likewise.
36749         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36750         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36751         * sysdeps/i386/fpu/e_pow.S: Likewise.
36752         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36753         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36754         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36755         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36756         * sysdeps/i386/fpu/e_log2.S: Likewise.
36757         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36758         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36759         * sysdeps/i386/fpu/e_powl.S: Likewise.
36760         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36761         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36762         * sysdeps/i386/fpu/e_logl.S: Likewise.
36763         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36764         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36765         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36766         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36767         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36768         * sysdeps/i386/fpu/e_log.S: Likewise.
36769         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36770         * sysdeps/i386/fpu/e_logf.S: Likewise.
36771         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36772         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36773         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36774         * sysdeps/i386/fpu/e_log10.S: Likewise.
36775         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36776         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36777         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36778         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36779         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36780         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36781         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36782         * sysdeps/i386/i686/strtok.S: Likewise.
36783         * sysdeps/i386/i386-mcount.S: Likewise.
36784         * sysdeps/i386/strtok.S: Likewise.
36785         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36786         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36787         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36788         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36789         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36790         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36791         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36792         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36793         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36794         * sysdeps/x86_64/_mcount.S: Likewise.
36795         * sysdeps/x86_64/strtok.S: Likewise.
36796         * sysdeps/sh/_mcount.S: Likewise.
36797
36798 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36799
36800         * libio/iofopen.c: Include <fcntl.h>.
36801         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36802         (_IO_fopen64, fopen64): Define as aliases.
36803         * libio/iofopen64.c: Include <fcntl.h>.
36804         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36805         Conditionalize body on this.
36806         * sysdeps/wordsize-64/iofopen.c: File removed.
36807         * sysdeps/wordsize-64/iofopen64.c: File removed.
36808
36809 2012-08-01  Marek Polacek  <polacek@redhat.com>
36810
36811         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36812         Use dlfcn directly instead of a variable.
36813         (binfmt-subdir): Do not define.
36814         (dlfcn): Likewise.
36815
36816 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36817
36818         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36819         Remove all definitions.
36820         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36821         <kernel-features.h>.
36822         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36823         (miss_F_GETOWN_EX): Remove all definitions.
36824         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36825         macro definition.
36826         [!__ASSUME_FCNTL64]: Remove conditional code.
36827         [__ASSUME_FCNTL64]: Make code unconditional.
36828         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36829         <kernel-features.h>.
36830         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36831         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36832         (lockf64) [__NR_fcntl64]: Make code unconditional.
36833         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36834
36835         * sysdeps/unix/sysv/linux/kernel-features.h
36836         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36837         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36838         Make code unconditional.
36839         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36840         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36842         [__NR_vfork]: Make code unconditional.
36843         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36844         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36846         [__NR_vfork]: Make code unconditional.
36847         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36848         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36849
36850 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36851
36852         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36853         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36854
36855         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36856         Define mkstemp64 as an alias.
36857         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36858         Define mkstemps64 as an alias.
36859         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36860         Define mkostemp64 as an alias.
36861         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36862         Define mkostemps64 as an alias.
36863         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36864         Conditionalize body on this.
36865         * misc/mkostemp64.c: Likewise.
36866         * misc/mkostemps64.c: Likewise.
36867         * misc/mkstemps64.c: Likewise.
36868         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36869         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36870         * sysdeps/wordsize-64/mkostemp.c: File removed.
36871         * sysdeps/wordsize-64/mkstemp.c: File removed.
36872         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36873         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36874         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36875         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36876
36877         [BZ #14138]
36878         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36879         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36880         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36881         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36882
36883         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36884         compat_symbol macros from <shlib-compat.h> rather than the underlying
36885         default_symbol_version and symbol_version macros, so that DEFAULT
36886         lines in shlib-versions are respected.
36887         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36888
36889 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36890
36891         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36892         Declare with warn_unused_result.
36893         (setgid, setregid, setegid, setresgid): Likewise.
36894         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36895         Likewise.
36896         * WUR-REPORT: Remove set*id functions.
36897
36898 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36899
36900         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36901
36902 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36903
36904         [BZ #10191]
36905         * include/sys/socket.h (__libc_accept, __libc_accept4):
36906         Add attribute_hidden.
36907         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36908
36909         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36910         use of PTR_MANGLE.
36911         * inet/getnetgrent_r.c (setup): Likewise.
36912
36913         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36914
36915 2012-07-31  David S. Miller  <davem@davemloft.net>
36916
36917         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36918
36919 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36920
36921         [BZ #13629]
36922         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36923         value between 1.0 and 2.0 and smaller part has absolute value less
36924         than 1.0.
36925         * math/s_clog10.c (__clog10): Likewise.
36926         * math/s_clog10f.c (__clog10f): Likewise.
36927         * math/s_clog10l.c (__clog10l): Likewise.
36928         * math/s_clogf.c (__clogf): Likewise.
36929         * math/s_clogl.c (__clogl): Likewise.
36930         * math/libm-test.inc (clog_test): Add more tests.
36931         (clog10_test): Likewise.
36932         * sysdeps/i386/fpu/libm-test-ulps: Update.
36933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36934
36935 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36936
36937         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36938         Exit with zero in case no suitable GID is found, and write a
36939         message to standard error.
36940
36941 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36942
36943         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36944         rather than to 1.
36945         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36946         (MAXPATHLEN): Removed.
36947         (NOGROUP, NODEV): New macros.
36948         (setbit, clrbit, isset, isclr): New macros.
36949         (howmany, roundup, powerof2): New macros.
36950         (DEV_BSIZE): New macro.
36951
36952         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36953         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36954
36955         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36956         definition on [!__NO_LONG_DOUBLE_MATH].
36957
36958         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36959         PTR_MANGLE and PTR_DEMANGLE.
36960
36961         * socket/accept4.c (accept4): Rename to __libc_accept4.
36962         Define accept4 as a weak alias.
36963
36964         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36965         on [_DIRENT_HAVE_D_TYPE].
36966         * io/ftw.c (ftw_dir): Likewise.
36967
36968         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36969
36970         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36971
36972         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36973         Use the BSD numbers rather than the arbitrary ones we had.
36974         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36975         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36976         (SIGXCPU, SIGXFSZ): New macros.
36977         (_NSIG): Now 32.
36978
36979         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36980         initializer on [_LIBC_REENTRANT].
36981
36982         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36983         definitions inside [_POSIX_MAPPED_FILES].
36984
36985         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36986
36987         * dirent/opendir.c: Include <fcntl.h>.
36988
36989         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36990         (__libc_getspecific): Likewise.
36991         (__libc_key_create): Likewise.
36992
36993         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36994         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36995         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36996         (tmpfile64): Define as alias.
36997         * sysdeps/wordsize-64/tmpfile.c: File removed.
36998         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36999         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37000         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37001
37002         * stdio-common/vfscanf.c: Include <stdbool.h>.
37003         * nss/makedb.c: Likewise.
37004         * stdio-common/_i18n_number.h: Likewise.
37005         * argp/argp-help.c: Likewise.
37006         * posix/wordexp.c: Likewise.
37007         * sysdeps/posix/spawni.c: Likewise.
37008         * nss/nss_files/files-initgroups.c: Likewise.
37009         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37010         * nss/nss_files/files-initgroups.c: Likewise.
37011         * nss/nss_db/db-netgrp.c: Likewise.
37012         * nss/nss_db/db-initgroups.c: Likewise.
37013         * io/fchmodat.c: Include <sys/stat.h>.
37014
37015         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37016         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37017
37018         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37019         [HAVE_MMAP].
37020
37021         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37022         Add multiple inclusion protection.
37023
37024 2012-07-27  David S. Miller  <davem@davemloft.net>
37025
37026         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37027
37028 2012-07-27  Gary Benson  <gbenson@redhat.com>
37029
37030         [BZ #14298]
37031         * elf/rtld.c: Include <stap-probe.h>.
37032         (dl_main): Added static probes "init_start" and "init_complete".
37033         * elf/dl-load.c: Include <stap-probe.h>.
37034         (lose): Take new parameter "nsid".
37035         Added static probe "map_failed".
37036         (_dl_map_object_from_fd): Pass namespace id to lose.
37037         Added static probe "map_start".
37038         (open_verify): Pass namespace id to lose.
37039         * elf/dl-open.c: Include <stap-probe.h>.
37040         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37041         and "reloc_complete".
37042         * elf/dl-close.c: Include <stap-probe.h>.
37043         (_dl_close_worker): Added static probes "unmap_start" and
37044         "unmap_complete".
37045         * elf/rtld-debugger-interface.txt: New file documenting the above.
37046
37047 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37048
37049         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37050         rather than a string variable.
37051         * sunrpc/rpc_main.c (h_output): Likewise.
37052         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37053
37054 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37055
37056         * inet/check_native.c: New file.
37057
37058 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37059
37060         [BZ #13629]
37061         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37062         if larger part has absolute value 1.0.
37063         * math/s_clog10.c (__clog10): Likewise.
37064         * math/s_clog10f.c (__clog10f): Likewise.
37065         * math/s_clog10l.c (__clog10l): Likewise.
37066         * math/s_clogf.c (__clogf): Likewise.
37067         * math/s_clogl.c (__clogl): Likewise.
37068         * math/libm-test.inc (clog_test): Add more tests.
37069         (clog10_test): Likewise.
37070         * sysdeps/i386/fpu/libm-test-ulps: Update.
37071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37072
37073         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37074         (pltexit): Likewise.
37075         (La_regs): Likewise.
37076         (La_retval): Likewise.
37077         (int_retval): Likewise.
37078         Update #error for removed macros to refer only to definitions in
37079         tst-audit.h.
37080         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37081         macro.
37082         (pltexit): Likewise.
37083         (La_regs): Likewise.
37084         (La_retval): Likewise.
37085         (int_retval): Likewise.
37086         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37087         macro.
37088         (pltexit): Likewise.
37089         (La_regs): Likewise.
37090         (La_retval): Likewise.
37091         (int_retval): Likewise.
37092         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37093         macro.
37094         (pltexit): Likewise.
37095         (La_regs): Likewise.
37096         (La_retval): Likewise.
37097         (int_retval): Likewise.
37098         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37099         macro.
37100         (pltexit): Likewise.
37101         (La_regs): Likewise.
37102         (La_retval): Likewise.
37103         (int_retval): Likewise.
37104         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37105         macro.
37106         (pltexit): Likewise.
37107         (La_regs): Likewise.
37108         (La_retval): Likewise.
37109         (int_retval): Likewise.
37110         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37111         macro.
37112         (pltexit): Likewise.
37113         (La_regs): Likewise.
37114         (La_retval): Likewise.
37115         (int_retval): Likewise.
37116         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37117         macro definitions in tst-audit.h.
37118         * sysdeps/i386/tst-audit.h: New file.
37119         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37120         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37121         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37122         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37123         * sysdeps/sh/tst-audit.h: Likewise.
37124         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37125         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37126         * sysdeps/x86_64/tst-audit.h: Likewise.
37127
37128 2012-07-26  Andreas Jaeger  <aj@suse.de>
37129
37130         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37131         ptrace.
37132
37133         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37134         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37135         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37136         PTRACE_O_MASK.
37137         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37138         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37139         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37140
37141         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37142         value.
37143
37144         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37145         _sigsys.
37146         (si_call_addr, si_syscall, si_arch): Define new macro.
37147         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37148         _sigsys.
37149         (si_call_addr, si_syscall, si_arch): Define new marcro.
37150         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37151         _sigsys.
37152         (si_call_addr, si_syscall, si_arch): Define new macro.
37153         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37154         _sigsys.
37155         (si_call_addr, si_syscall, si_arch): Define new macro.
37156
37157 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37158
37159         [BZ #13717]
37160         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37161         Change to 2.4.21 where previously 2.4.1.
37162         * sysdeps/unix/sysv/linux/configure: Regenerated.
37163         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37164         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37165         Linux kernel version.
37166         (__ASSUME_STD_AUXV): Remove.
37167         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37168         kernel version.
37169         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37170         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37171         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37172         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37173         (__ASSUME_NETLINK_SUPPORT): Likewise.
37174         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37175         (__no_netlink_support): Remove conditional definition.
37176         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37177         Remove.
37178         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37179         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37180         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37181         (if_nameindex_ioctl): Remove.
37182         (if_nameindex_netlink): Do not handle __no_netlink_support.
37183         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37184         code.
37185         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37186         Remove conditional code.
37187         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37188         code.
37189         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37190         unconditional.
37191         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37192         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37193         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37194         Remove.
37195         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37196         [!__ASSUME_STD_AUXV]: Remove conditional code.
37197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37198         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37199         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37201         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37202         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37203         code.
37204         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37206         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37207         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37208         conditional code.
37209         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37211         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37212         code.
37213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37214         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37215         conditional code.
37216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37217         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37218         code unconditional.
37219         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37220         conditional code.
37221         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37222         unconditional.
37223         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37224         conditional code.
37225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37226         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37227         unconditional.
37228         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37229         conditional code.
37230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37231         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37232         code unconditional.
37233         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37234         conditional code.
37235         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37236         unconditional.
37237         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37238         conditional code.
37239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37240         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37241         code unconditional.
37242         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37243         conditional code.
37244         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37245         unconditional.
37246         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37247         conditional code.
37248
37249 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37250
37251         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37252         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37253         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37254         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37255         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37256         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37257         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37258         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37259         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37260         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37261         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37262         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37263         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37264         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37265         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37266         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37267         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37268         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37269         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37270         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37271         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37272         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37273         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37274
37275 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37276
37277         * Versions.def: Add GLIBC_2.17.
37278         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37279         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37280         Introduce __libc_secure_getenv.
37281         * stdlib/Versions (2.17): Add secure_getenv
37282         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37283         * stdlib/secure-getenv.c: Rename __secure_getenv to
37284         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37285         symbol __secure_getenv for GLIBC_2.0.
37286         * stdlib/tst-secure-getenv.c: New.
37287         * stdlib/Makefile (tests): Add testcase.
37288         * manual/startup.texi (Environment Access): Document
37289         secure_getenv.
37290         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37291         __libc_secure_getenv.
37292         * inet/ruserpass.c (ruserpass): Likewise.
37293         * malloc/mtrace.c (mtrace): Likewise.
37294         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37295         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37296         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37297         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37298         HAVE_SECURE_GETENV.
37299         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37300         __secure_getenv to __libc_secure_getenv.
37301         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37303         Likewise.
37304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37305         Likewise.
37306         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37307         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37308         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37309         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37310         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37311         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37312         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37313
37314 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37315
37316         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37317         (struct La_i86_retval): Likewise.
37318         (struct La_x86_64_regs): Likewise.
37319         (struct La_x86_64_retval): Likewise.
37320         (struct La_x32_regs): Likewise.
37321         (struct La_x32_retval): Likewise.
37322         (struct La_ppc32_regs): Likewise.
37323         (struct La_ppc32_retval): Likewise.
37324         (struct La_ppc64_regs): Likewise.
37325         (struct La_ppc64_retval): Likewise.
37326         (struct La_sh_regs): Likewise.
37327         (struct La_sh_retval): Likewise.
37328         (struct La_s390_32_regs): Likewise.
37329         (struct La_s390_32_retval): Likewise.
37330         (struct La_s390_64_regs): Likewise.
37331         (struct La_s390_64_retval): Likewise.
37332         (struct La_sparc32_regs): Likewise.
37333         (struct La_sparc32_retval): Likewise.
37334         (struct La_sparc64_regs): Likewise.
37335         (struct La_sparc64_retval): Likewise.
37336         (struct audit_ifaces): Remove architecture-specific pltenter and
37337         pltexit members.
37338         * sysdeps/i386/ldsodefs.h: New file.
37339         * sysdeps/powerpc/ldsodefs.h: Likewise.
37340         * sysdeps/s390/ldsodefs.h: Likewise.
37341         * sysdeps/sh/ldsodefs.h: Likewise.
37342         * sysdeps/sparc/ldsodefs.h: Likewise.
37343         * sysdeps/x86_64/ldsodefs.h: Likewise.
37344
37345 2012-07-25  Marek Polacek  <polacek@redhat.com>
37346
37347         [BZ #6808]
37348         * math/libm-test.inc (yn_test): Add another test.
37349         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37350         to ERANGE when the result is +-Inf.
37351         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37352         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37353         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37354         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37355
37356 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37357
37358         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37359         equal to 0.
37360         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37361         clock_t.
37362         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37363
37364 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37365
37366         * configure.in <sysdeps resolving>: Correct printing
37367         Implies_before.
37368         * configure: Regenerate.
37369
37370 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37371
37372         * math/w_ilogb.c: Include <limits.h>.
37373         * math/w_ilogbl.c: Likewise.
37374
37375 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37376
37377         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37378         va_copy.  Document allowing for unavailable va_copy only as
37379         pre-C99 compatibility.
37380         * manual/string.texi (Copying and Concatenation): Use va_copy
37381         instead of __va_copy in concat example.
37382
37383 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37384
37385         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37386         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37387         it if not null.
37388
37389         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37390         with O_NOLINK passed to __file_name_lookup.
37391
37392         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37393         with O_NOLINK passed to __file_name_lookup.
37394
37395         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37396         negative N or less than NGIDS.
37397
37398         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37399         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37400         enough.  Use memcpy instead of strncpy.
37401
37402 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37403
37404         * elf/Makefile (check-data): Remove.
37405         (localplt.data): New vpath directive.
37406         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37407         instead of $(check-data).
37408         * scripts/data/localplt-generic.data: Move to ...
37409         * sysdeps/generic/localplt.data: ... here.
37410         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37411         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37412         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37414         ... here.
37415         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37417         ... here.
37418         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37420         ... here.
37421         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37422         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37423         ... here.
37424         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37425         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37426         ... here.
37427         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37429         ... here.
37430
37431 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37432
37433         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37434         PPC32 and PPC64 files.
37435         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37436         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37437
37438 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37439
37440         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37441         __makecontext_ret to ...
37442         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37443         ... here and call exit if uc_link is NULL.  New file.
37444         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37445         __makecontext_ret.S.
37446         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37447         __makecontext_ret to ...
37448         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37449         ... here and call exit if uc_link is NULL.  New file.
37450         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37451         __makecontext_ret.S.
37452
37453 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37454
37455         * elf/elf.h (R_390_IRELATIVE): New definition.
37456         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37457         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37458         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37459         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37460         (elf_machine_lazy_rel): Likewise.
37461         * sysdeps/s390/dl-irel.h: New file.
37462         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37463         * sysdeps/s390/s390-64/memset.S: New asm code.
37464         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37465         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37466         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37467         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37468         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37469         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37470         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37471         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37472         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37473         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37474         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37475         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37476         * sysdeps/s390/s390-32/memset.S: New asm code.
37477         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37478
37479 2012-07-17  Marek Polacek  <polacek@redhat.com>
37480
37481         [BZ #14349]
37482         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37483         * sysdeps/s390/s390-64/configure.in: Likewise.
37484         * sysdeps/sparc/configure.in: Likewise.
37485         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37486         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37487         * sysdeps/i386/configure.in: Likewise.
37488         * sysdeps/x86_64/configure.in: Likewise.
37489         * sysdeps/sh/configure.in: Likewise.
37490         * sysdeps/s390/s390-32/configure: Regenerated.
37491         * sysdeps/s390/s390-64/configure: Likewise.
37492         * sysdeps/x86_64/configure: Likewise.
37493         * sysdeps/sh/configure: Likewise.
37494         * sysdeps/powerpc/powerpc64/configure: Likewise.
37495         * sysdeps/powerpc/powerpc32/configure: Likewise.
37496         * sysdeps/sparc/configure: Likwise.
37497         * sysdeps/i386/configure: Likewise.
37498
37499         * elf/dl-open.c: Comment fixes.
37500
37501 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37502
37503         * Makefile [CXX] (check-data): Remove.
37504         [CXX] (c++-types.data): New vpath directive.
37505         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37506         vpath.  Do not allow for C++ type data being missing.
37507         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37508         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37509         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37510         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37511         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37512         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37513         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37515         ... here.
37516         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37518         ... here.
37519         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37520         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37521         ... here.
37522         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37524         ... here.
37525         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37527         ... here.
37528         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37529         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37530         ... here.
37531         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37532         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37533         ... here.
37534         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37536
37537         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37538         definitions to architecture-specific files.
37539         (TLS_IE): Likewise.
37540         (TLS_LD): Likewise.
37541         (TLS_GD): Likewise.
37542         * sysdeps/i386/tls-macros.h: New file.
37543         * sysdeps/powerpc/tls-macros.h: Likewise.
37544         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37545         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37546         * sysdeps/sh/tls-macros.h: Likewise.
37547         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37548         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37549         * sysdeps/x86_64/tls-macros.h: Likewise.
37550
37551 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37552
37553         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37554         zero value for regular exit case.
37555
37556         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37557         (__start_context): Preserve zero value for regular exit case.
37558
37559 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37560             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37561
37562         * manual/setjmp.texi (setcontext): Clarify normal process
37563         termination when uc_link is the null pointer.
37564         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37565         exit call.
37566
37567 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37568
37569         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37570         preprocessor.  Test for each exception mask separately.
37571
37572 2012-07-16  Andreas Jaeger  <aj@suse.de>
37573
37574         * po/ru.po: Update from translation team.
37575
37576 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37577
37578         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37579         equal to 0.
37580         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37581         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37582         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37583         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37584         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37585
37586 2012-07-13  Andreas Jaeger  <aj@suse.de>
37587
37588         * po/fr.po: Update from translation team.
37589
37590 2012-07-12  Marek Polacek  <polacek@redhat.com>
37591
37592         [BZ #14173]
37593         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37594         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37595         loop condition.
37596
37597 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37598
37599         [BZ #13717]
37600         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37601         Change to 2.4.1 where previously 2.4.0.
37602         * sysdeps/unix/sysv/linux/configure: Regenerated.
37603         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37604         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37605         version.
37606         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37607         (__ASSUME_AT_CLKTCK): Remove.
37608         (__ASSUME_AT_PAGESIZE): Likewise.
37609         (__ASSUME_AT_XID): Likewise.
37610         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37611         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37612         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37613         unconditionally.
37614         (HAVE_AUX_PAGESIZE): Likewise.
37615         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37616         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37617         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37618
37619 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37620
37621         [BZ #14307]
37622         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37623         the temporary buffer used to invoke __gethostbyname2_r,
37624         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37625         host_data / struct gaih_addrtuple.
37626         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37627         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37628         header file nss/nsswitch.h.
37629         * nss/nsswitch.h (global scope): Add definition of implementation
37630         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37631         resolv/nss_dns/dns-host.c).
37632
37633 2012-07-11  Andreas Jaeger  <aj@suse.de>
37634
37635         * po/fr.po: Update from translation team.
37636
37637         * po/sv.po: Update from translation team
37638         * po/fr.po: Another update from translation team.
37639
37640 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37641
37642         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37643         for subnormals or multiply small sinh result by itself.
37644         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37646
37647 2012-07-11  David S. Miller  <davem@davemloft.net>
37648
37649         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37650
37651 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37652
37653         [BZ #14347]
37654         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37655         (INTERNAL_MARK): Shift it here.
37656
37657 2012-07-10  Marek Polacek  <polacek@redhat.com>
37658
37659         [BZ #14151]
37660         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37661         libc_cv_asm_global_directive with .globl.
37662         * configure: Regenerated.
37663         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37664         with .globl.
37665         * sysdeps/i386/configure: Regenerated.
37666         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37667         with .globl.
37668         * sysdeps/x86_64/configure: Regenerated.
37669         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37670         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37671         * elf/tst-unique2mod2.c: Likewise.
37672         * elf/tst-unique2mod1.c: Likewise.
37673         * elf/tst-unique1mod2.c: Likewise.
37674         * elf/tst-unique1mod1.c: Likewise.
37675         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37676         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37677         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37678         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37679         * sysdeps/mach/sysdep.h: Likewise.
37680         * sysdeps/i386/sysdep.h: Likewise.
37681         * sysdeps/i386/i386-mcount.S: Likewise.
37682         * sysdeps/x86_64/_mcount.S: Likewise.
37683         * sysdeps/x86_64/sysdep.h: Likewise.
37684         * sysdeps/sh/_mcount.S: Likewise.
37685         * sysdeps/sh/sysdep.h: Likewise.
37686         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37687         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37688         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37689         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37690         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37691         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37692         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37693         * locale/localeinfo.h: Likewise.
37694         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37695         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37696
37697 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37698
37699         [BZ #14336]
37700         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37701         system".
37702         * manual/message.texi (The Uniforum approach): Likewise.
37703         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37704         (glibc iconv Implementation): Likewise.
37705
37706 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37707
37708         [BZ #14337]
37709         * math/s_clog.c (__clog): Avoid scaling a value down where that
37710         could result in underflow.
37711         * math/s_clog10.c (__clog10): Likewise.
37712         * math/s_clog10f.c (__clog10f): Likewise.
37713         * math/s_clog10l.c (__clog10l): Likewise.
37714         * math/s_clogf.c (__clogf): Likewise.
37715         * math/s_clogl.c (__clogl): Likewise.
37716         * math/libm-test.inc (clog_test): Add more tests.
37717         (clog10_test): Likewise.
37718         * sysdeps/i386/fpu/libm-test-ulps: Update.
37719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37720
37721 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37722
37723         [BZ #14283]
37724         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37725         by 7 not 8 to examine high bit of fractional part.
37726
37727         [BZ #14042]
37728         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37729         for call to __mcount_internal.
37730         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37731         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37732         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37733
37734 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37735
37736         [BZ #14154]
37737         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37738         approximation for values within 0x1p-13f of an odd multiple of
37739         pi/4.
37740         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37741         exception.  Add more tests.
37742         * sysdeps/i386/fpu/libm-test-ulps: Update.
37743
37744         [BZ #6778]
37745         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37746         inputs and return -1 for them.  Do not check for +Inf in case not
37747         reachable for +Inf.
37748         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37749         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37750         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37751         and return -1 for them.  Do not check for +Inf in case not
37752         reachable for +Inf.
37753         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37754         define.
37755         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37756         and return -1 for them.  Do not check for +Inf in case not
37757         reachable for +Inf.
37758         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37759         spurious underflow.
37760         * sysdeps/i386/fpu/libm-test-ulps: Update.
37761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37762
37763 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37764
37765         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37766
37767 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37768
37769         [BZ #14157]
37770         [BZ #14331]
37771         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37772         could result in spurious underflow.  Scale down values above
37773         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37774         * math/s_csqrtf.c (__csqrtf): Likewise.
37775         * math/s_csqrtl.c (__csqrtl): Likewise.
37776         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37777         spurious underflow.
37778         * sysdeps/i386/fpu/libm-test-ulps: Update.
37779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37780
37781 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37782
37783         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37784         xopen-msg.sed.
37785         * catgets/xopen-msg.awk: New file.
37786         * catgets/xopen-msg.sed: Removed.
37787
37788         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37789         po2text.sed.
37790         * intl/po2test.awk: New file.
37791         * intl/po2test.sed: Removed.
37792
37793 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37794
37795         [BZ #14328]
37796         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37797         or multiply small sinh result by itself.
37798         * math/s_ctanf.c (__ctanf): Likewise.
37799         * math/s_ctanh.c (__ctanh): Likewise.
37800         * math/s_ctanhf.c (__ctanhf): Likewise.
37801         * math/s_ctanhl.c (__ctanhl): Likewise.
37802         * math/s_ctanl.c (__ctanl): Likewise.
37803         * math/libm-test.inc (ctan_test_tonearest): New function.
37804         (ctan_test_towardzero): Likewise.
37805         (ctan_test_downward): Likewise.
37806         (ctan_test_upward): Likewise.
37807         (ctanh_test_tonearest): Likewise.
37808         (ctanh_test_towardzero): Likewise.
37809         (ctanh_test_downward): Likewise.
37810         (ctanh_test_upward): Likewise.
37811         (main): Call these new functions.
37812         * sysdeps/i386/fpu/libm-test-ulps: Update.
37813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37814
37815 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37816
37817         * .gitignore: Delete /ports entry.
37818
37819 2012-07-03  Andreas Jaeger  <aj@suse.de>
37820
37821         * po/bg.po: Update from translation team.
37822         * po/cs.po: Likewise.
37823         * po/de.po: Likewise.
37824         * po/hr.po: Likewise.
37825         * po/nl.pl: Likewise.
37826         * po/pl.po: Likewise.
37827         * po/vi.po: Likewise.
37828
37829 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37830
37831         * Makeconfig [!+link] (+link-before-libc): New variable.
37832         [!+link] (+link-after-libc): Likewise.
37833         [!+link] (+link-tests): Likewise.
37834         [!+link] (+link): Define in terms of $(+link-before-libc) and
37835         $(+link-after-libc).
37836         [!+link-static] (+link-static-before-libc): New variable.
37837         [!+link-static] (+link-static-after-libc): Likewise.
37838         [!+link-static] (+link-static-tests): Likewise.
37839         [!+link-static] (+link-static): Define in terms of
37840         $(+link-static-before-libc) and $(+link-static-after-libc).
37841         [build-shared] (link-libc-before-gnulib): New variable.
37842         [build-shared] (link-libc-tests): Likewise.
37843         [build-shared] (link-libc): Define in terms of
37844         $(link-libc-before-gnulib).
37845         [!build-shared] (link-libc-tests): New variable.
37846         (link-libc-static-tests): New variable.
37847         [!gnulib] (gnulib-arch): New variable.
37848         [!gnulib] (gnulib-tests): Likewise.
37849         [!gnulib] (static-gnulib-arch): Likewise.
37850         [!gnulib] (static-gnulib-tests): Likewise.
37851         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37852         Define with "=" instead of ":=".
37853         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37854         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37855         * Rules (binaries-all-notests): New variable.
37856         (binaries-all-tests): Likewise.
37857         (binaries-static-notests): Likewise.
37858         (binaries-static-tests): Likewise.
37859         (binaries-all): Define using $(binaries-all-notests) and
37860         $(binaries-all-tests).
37861         (binaries-static): Define using $(binaries-static-notests) and
37862         $(binaries-static-tests).
37863         (binaries-shared-tests): New variable.
37864         (binaries-shared-notests): Likewise.
37865         (binaries-shared): Remove variable.
37866         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37867         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37868         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37869         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37870         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37871         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37872         * elf/Makefile (sln-modules): New variable.
37873         (extra-objs): Add $(sln-modules:=.o).
37874         (ldconfig-modules): Add static-stubs.
37875         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37876         * elf/static-stubs.c: New file.
37877
37878         [BZ #14283]
37879         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37880         by 7 not 8 to examine high bit of fractional part.  Use volatile
37881         variables when splitting into final array of floats if
37882         __FLT_EVAL_METHOD__ != 0.
37883         * math/libm-test.inc (cos_test): Add another test.
37884         (sin_test): Likewise.
37885         * sysdeps/i386/fpu/libm-test-ulps: Update.
37886
37887         [BZ #14273]
37888         * math/libm-test.inc (cosh_test): Add more tests.
37889
37890         * version.h (RELEASE): Set to "development".
37891         (VERSION): Set to "2.16.90".
37892
37893 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37894
37895         * NEWS: Update copyright. Remove last-updated date.
37896         Mention math library bug fixes and timezone data changes.
37897         * README: Mention GNU/Hurd, x32, and HPPA support status.
37898
37899 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37900
37901         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37902
37903 2012-06-27  Andreas Jaeger  <aj@suse.de>
37904
37905         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37906
37907 2012-06-25  Andreas Jaeger  <aj@suse.de>
37908
37909         * sysdeps/s390/fpu/libm-test-ulps: Update.
37910
37911 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37912             Thomas Schwinge  <thomas@codesourcery.com>
37913
37914         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37915         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37916         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37917         fanotify_mark.
37918
37919 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37920
37921         * sysdeps/mach/start.c: Remove file.
37922         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37923         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37924         * sysdeps/sh/init-first.c: Likewise.
37925
37926         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37927         registers for frame unwinding purposes, add CFI directives.
37928         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37929         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37930         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37931         Likewise.
37932
37933         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37934         __fortify_fail returning.
37935         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37936
37937         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37938         sysdeps/sh/____longjmp_chk.S.
37939         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37940         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37941         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37942         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37943
37944         * sysdeps/sh/abort-instr.h: New file.
37945         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37946         process in case exit returns.
37947
37948         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37949         initialize the GOT register before use.
37950
37951         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37952         calculation of ARGC > 4.
37953
37954         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37955         meaningful names to some local labels.
37956
37957 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37958             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37959
37960         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37961         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37962         (__arch_compare_and_exchange_val_16_acq): Likewise.
37963         (__arch_compare_and_exchange_val_32_acq): Likewise.
37964         (atomic_exchange_and_add): Fix gUSA sequence.
37965         (atomic_add): Likewise.
37966         (atomic_add_negative): Likewise.
37967         (atomic_add_zero): Likewise.
37968         (atomic_bit_test_set): Likewise.
37969
37970 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37971
37972         [BZ #13579]
37973         * include/link.h (struct link_map): Add l_free_initfini.
37974         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37975         l_initfini.
37976         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37977         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37978         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37979         set.
37980
37981 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37982
37983         * configure.in: Use AC_LANG_SOURCE.
37984         * configure: Regenerate.
37985
37986 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37987
37988         * configure.in (libc_cv_localstatedir): New substituted variable.
37989         * configure: Regenerated.
37990         * config.make.in (localstatedir): New variable, substituted from
37991         libc_cv_localstatedir.
37992         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37993         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37994         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37995         * sysdeps/gnu/configure: Regenerated.
37996
37997 2012-06-21  Jeff Law  <law@redhat.com>
37998
37999         [BZ #14277]
38000         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38001         free.  Simplify list management for _LIBC case.
38002
38003 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38004
38005         [BZ #14273]
38006         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38007         Clear sign bit of 64-bit integer value before comparing against
38008         overflow value.
38009
38010         * sysdeps/mach/configure: Regenerated.
38011
38012 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38013
38014         [BZ #14278]
38015         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38016
38017 2012-06-21  Jeff Law  <law@redhat.com>
38018
38019         [BZ #13882]
38020         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38021         uint16_t for elements in the "seen" array to avoid char overflows.
38022         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38023         * elf/dl-open.c (dl_open_worker): Likewise.
38024
38025 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38026
38027         * scripts/list-sources.sh: Scan PORTS for translations.
38028         * po/libc.pot: Regenerated.
38029
38030 2012-06-21  Andreas Jaeger  <aj@suse.de>
38031
38032         [BZ #12194]
38033         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38034         warning.
38035         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38036         * bits/byteswap-16.h (__bswap_16): Likewise.
38037         * bits/byteswap.h (__bswap_constant_16): Likewise.
38038
38039 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38040
38041         [BZ #14117]
38042         * sysdeps/i386/fpu_control.h: Removed.
38043         * sysdeps/x86_64/fpu_control.h: Moved to ...
38044         * sysdeps/x86/fpu_control.h: Here.
38045
38046         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38047         (_FPU_SETCW): Likewise.
38048
38049 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38050
38051         [BZ #14117]
38052         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38053         * sysdeps/x86/fpu/bits/mathinline.h: This.
38054         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38055
38056         [BZ #14050]
38057         [BZ #14117]
38058         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38059         functions if __x86_64__ is defined.
38060
38061 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38062
38063         * string/endian.h: Add !__ASSEMBLER__ condition for including
38064         conversion interfaces.
38065
38066 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38067
38068         [BZ #14241]
38069         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38070         of ABS(x) in calculating zero to negative powers other than odd
38071         integers.
38072         * math/libm-test.inc (pow_test): Add more tests.
38073
38074 2012-06-15  Andreas Jaeger  <aj@suse.de>
38075
38076         * manual/contrib.texi (Contributors): Update entry of Liubov
38077         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38078         Machado Filho.
38079
38080 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38081
38082         * string/string.h: Add __wur to GNU version of strerror_r.
38083
38084 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38085
38086         [BZ #14229]
38087         * string/Makefile (tests): Add tst-strtok_r.
38088         * string/tst-strtok_r.c: New file.
38089         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38090         RAX_LP/RDX_LP on SAVE_PTR.
38091
38092 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38093
38094         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38095
38096 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38097
38098         * libm_test.inc (csqrt_test): Allow more spurious underflow
38099         exceptions.
38100         (j0_test): Likewise.
38101         (j1_test): Likewise.
38102         (y0_test): Likewise.
38103         (y1_test): Likewise.
38104
38105 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38106
38107         * po/Makefile (libc.pot): Use UTF-8 charset.
38108
38109 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38110
38111         [BZ #14210]
38112         Suppress sign-conversion warning from FD_SET.
38113         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38114         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38115         not unsigned long int.
38116         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38117
38118 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38119
38120         [BZ #14050]
38121         [BZ #14117]
38122         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38123         __extern_always_inline instead of __extern_inline.
38124         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38125         (__signbit): Likewise.
38126         (__signbitl): Support C++ namespace.
38127         (lrintf): New inline function.
38128         (lrint): Likewise.
38129         (llrintf): Likewise.
38130         (llrint): Likewise.
38131         (fmaxf): Likewise.
38132         (fmax): Likewise.
38133         (fminf): Likewise.
38134         (fmin): Likewise.
38135         (rint): Likewise.
38136         (rintf): Likewise.
38137         (ceil): Likewise.
38138         (ceilf): Likewise.
38139         (floor): Likewise.
38140         (floorf): Likewise.
38141         (nearbyint): Likewise.
38142         (nearbyintf): Likewise.
38143
38144 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38145
38146         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38147         non-default versions.
38148
38149 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38150
38151         [BZ #14218]
38152         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38153
38154 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38155
38156         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38157         (FE_UPWARD, FE_DOWNWARD): Don't define.
38158         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38159         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38160
38161         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38162         reading it.
38163         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38164         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38165
38166 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38167
38168         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38169         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38170         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38171         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38172
38173 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38174
38175         [BZ #14117]
38176         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38177         * sysdeps/i386/fpu/Implies: New file.
38178         * sysdeps/x86_64/fpu/Implies: Likewise.
38179         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38180         * sysdeps/x86/fpu/bits/fenv.h: This.
38181
38182         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38183         __SSE_MATH__.
38184
38185 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38186
38187         [BZ #14134]
38188         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38189         character 0xffff that matches the last element of the
38190         conversion table.
38191
38192 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38193
38194         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38195         fmodl commit.
38196
38197 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38198
38199         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38200         values higher than 25.6283.
38201
38202 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38203
38204         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38205         subnormal exponent extraction and add some __builtin_expect.
38206         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38207         Fix for subnormal mantissa calculation.
38208
38209 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38210
38211         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38212         cpu2 is -1 and errno is not ENOSYS.
38213
38214 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38215
38216         [BZ #14117]
38217         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38218         * sysdeps/x86/bits/string.h: This.
38219         * sysdeps/x86_64/bits/string.h: Removed.
38220
38221         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38222         if not compiling for x86-64, but compiling for >= i486.
38223
38224         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38225         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38226
38227         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38228         New macro from Linux kernel 3.4.0.
38229         (FP_XSTATE_MAGIC2): Likewise.
38230         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38231         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38232         (struct _fpx_sw_bytes): New struct.
38233         (struct _xsave_hdr): Likewise.
38234         (struct _ymmh_state): Likewise.
38235         (struct _xstate): Likewise.
38236
38237         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38238         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38239         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38240         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38241         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38242         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38243
38244         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38245         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38246         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38247         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38248         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38249         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38250
38251 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38252
38253         [BZ #13743]
38254         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38255         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38256         (sysdep_headers): Include sys/platform/ppc.h.
38257         * sysdeps/powerpc/test-gettimebase.c: Test for
38258         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38259         * manual/Makefile (appendices): Include platform.texi.
38260         * manual/contrib.texi (Contributors): Update @node pointers.
38261         * manual/maint.texi (Maintenance): Likewise.
38262         (Platform): New node.
38263         * manual/platform.texi: New file.  Document the new features.
38264
38265 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38266             Jakub Jelinek  <jakub@redhat.com>
38267
38268         [BZ #14188]
38269         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38270         where __builtin_expect is unavailable.
38271
38272 2012-06-03  David S. Miller  <davem@davemloft.net>
38273
38274         * stdlib/longlong.h: Updated from GCC.
38275
38276 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38277
38278         [BZ #14042]
38279         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38280         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38281         __mcount_internal.
38282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38283         (GLIBC_2.16): Likewise.
38284
38285 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38286
38287         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38288
38289 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38290
38291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38292         (default-abi): New variable.
38293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38294         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38295         variable.
38296         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38297         Likewise.
38298         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38299         Likewise.
38300         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38301         Likewise.
38302
38303         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38304         definition.  Document in comment.
38305
38306 2012-06-01  David S. Miller  <davem@davemloft.net>
38307
38308         * stdlib/longlong.h: Updated from GCC.
38309
38310 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38311
38312         [BZ #14117]
38313         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38314         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38315         sys/debugreg.h sys/io.h here.
38316         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38317         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38318         sys/io.h.
38319         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38320         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38321         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38322         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38323         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38324         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38325
38326         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38327         Define only if __x86_64__ is defined.
38328
38329 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38330
38331         [BZ #14048]
38332         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38333         Use int64_t for variable i.
38334         * math/libm-test.inc (fmod_test): Add more tests.
38335
38336         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38337         z computation is not scheduled after fetestexcept.
38338         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38339         Use math_force_eval instead of asm to ensure calculation scheduled
38340         before exception test.
38341         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38342         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38343
38344 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38345
38346         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38347         computation is not scheduled after fetestexcept.
38348
38349 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38350
38351         [BZ #14117]
38352         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38353         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38354
38355 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38356
38357         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38358         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38359
38360 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38361
38362         [BZ #14117]
38363         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38364         <bits/wordsize.h>.
38365         (__WCHAR_MIN): Support __WORDSIZE == 64.
38366         (__WCHAR_MAX): Likewise.
38367
38368         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38369         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38370
38371         [BZ #14183]
38372         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38373         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38374
38375         [BZ #14117]
38376         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38377         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38378
38379         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38380         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38381
38382         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38383         Defined to 1 if __x86_64__ isn't defined.
38384         (_STAT_VER_LINUX_OLD): New.
38385         (st_atime): Remove duplicate.
38386         (st_mtime): Likewise.
38387         (st_ctime): Likewise.
38388
38389 2012-05-31  David S. Miller  <davem@davemloft.net>
38390
38391         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38392         entries.
38393
38394 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38395
38396         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38397         gen-libm-test.pl.
38398
38399         [BZ #14132]
38400         * elf/dl-reloc.c: Include <_itoa.h>.
38401         (_dl_reloc_bad_type): Remove use of INTUSE.
38402         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38403         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38404         * stdio-common/psiginfo.c (psiginfo): Likewise.
38405         * stdio-common/psignal.c (psignal): Likewise.
38406         * string/strsignal.c (strsignal): Likewise.
38407         * include/signal.h (_sys_siglist): Declare hidden proto.
38408         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38409         INTVARDEF with libc_hidden_data_def.
38410         * stdio-common/itoa-udigits.c: Likewise.
38411         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38412         (_itoa_lower_digits_internal): Remove declaration.
38413         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38414         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38415         (_sys_sigabbrev_internal): Remove aliases.
38416         (_sys_siglist): Define hidden alias.
38417
38418 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38419
38420         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38421         bits/sysctl.h.
38422
38423 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38424
38425         [BZ #14117]
38426         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38427         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38428
38429         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38430         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38431         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38432         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38433         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38434         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38435
38436         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38437         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38438         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38439
38440         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38441         with __addr.
38442         (insw): Likewise.
38443         (insl): Likewise.
38444         (outsb): Likewise.
38445         (outsw): Likewise.
38446         (outsl): Likewise.
38447
38448         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38449         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38450         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38451
38452         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38453         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38454         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38455         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38456         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38457         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38458
38459         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38460         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38461
38462         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38463         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38464
38465         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38466         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38467         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38468
38469         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38470         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38471         to ...
38472         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38473
38474         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38475         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38476         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38477
38478         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38479         for x86-64.
38480         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38481
38482 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38483
38484         * math/math.h (M_El): Use two more decimal places.
38485         (M_LOG2El): Likewise.
38486         (M_LOG10El): Likewise.
38487         (M_LN2l): Likewise.
38488         (M_LN10l): Likewise.
38489         (M_PIl): Likewise.
38490         (M_PI_2l): Likewise.
38491         (M_PI_4l): Likewise.
38492         (M_1_PIl): Likewise.
38493         (M_2_PIl): Likewise.
38494         (M_2_SQRTPIl): Likewise.
38495         (M_SQRT2l): Likewise.
38496         (M_SQRT1_2l): Likewise.
38497
38498 2012-05-31  David S. Miller  <davem@davemloft.net>
38499
38500         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38501         values between float registers.
38502         * sysdeps/sparc/sparc64/memset.S: Likewise.
38503         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38504
38505 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38506
38507         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38508         -D_FORTIFY_SOURCE=1.
38509         (CPPFLAGS-tst-longjmp_chk.c): Define.
38510         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38511         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38512         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38513         CFLAGS-tst-wchar-h.c.
38514
38515 2012-05-31  Marek Polacek  <polacek@redhat.com>
38516
38517         [BZ #14132]
38518         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38519         __endmntent_internal): Remove declaration.
38520         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38521         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38522         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38523
38524 2012-05-30  David S. Miller  <davem@davemloft.net>
38525
38526         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38527         (___Q_simulate_exceptions): Use real FP ops rather than writing
38528         into the %fsr.
38529         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38530         Likewise.
38531
38532 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38533
38534         [BZ #14117]
38535         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38536         * sysdeps/x86/bits/xtitypes.h: This.
38537
38538         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38539         * sysdeps/x86/bits/wordsize.h: This.
38540
38541         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38542         * sysdeps/x86/bits/huge_vall.h: This.
38543
38544         * sysdeps/i386/bits/select.h: Removed.
38545         * sysdeps/x86_64/bits/select.h: Renamed to ...
38546         * sysdeps/x86/bits/select.h: This.
38547
38548         * sysdeps/i386/bits/setjmp.h: Removed.
38549         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38550         * sysdeps/x86/bits/setjmp.h: This.
38551
38552         * sysdeps/i386/bits/mathdef.h: Removed.
38553         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38554         * sysdeps/x86/bits/mathdef.h: This.
38555
38556 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38557
38558         [BZ #14132]
38559         * include/sys/socket.h (__connect_internal)
38560         (__libc_sa_len_internal): Remove declaration.
38561         (__connect, __libc_sa_len): Declare hidden_proto.
38562         (SA_LEN): Remove use of INTUSE.
38563         * socket/connect.c: Add libc_hidden_def.
38564         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38565         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38566         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38567         alias.
38568         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38569         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38570         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38571         of adding _internal alias.
38572
38573 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38574
38575         [BZ #14117]
38576         * sysdeps/i386/bits/link.h: Removed.
38577         * sysdeps/i386/bits/linkmap.h: Likewise.
38578         * sysdeps/x86_64/bits/link.h: Renamed to ...
38579         * sysdeps/x86/bits/link.h: This.
38580         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38581         * sysdeps/x86/bits/linkmap.h: This.
38582
38583         * sysdeps/i386/bits/endian.h: Removed.
38584         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38585         * sysdeps/x86/bits/endian.h: This.
38586
38587         * sysdeps/i386/bits/byteswap.h: Removed.
38588         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38589         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38590         * sysdeps/x86/bits/byteswap.h: This.
38591         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38592         * sysdeps/x86/bits/byteswap-16.h: This.
38593         * sysdeps/i386/Implies: Add x86.
38594         * sysdeps/x86_64/Implies: Likewise.
38595
38596 2012-05-30  David S. Miller  <davem@davemloft.net>
38597
38598         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38599         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38600         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38601         (FP_TRAPPING_EXCEPTIONS): Define.
38602         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38603         (FP_TRAPPING_EXCEPTIONS): Define.
38604         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38605         subnormals only when inexact has been signalled or underflow
38606         exceptions are enabled.
38607         (_FP_PACK_CANONICAL): Likewise.
38608
38609 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38610
38611         [BZ #14183]
38612         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38613         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38614
38615 2012-05-30  Richard Henderson  <rth@twiddle.net>
38616
38617         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38618         with #ifndef NOT_IN_libc.
38619
38620         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38621         marked to avoid plt entry.
38622
38623 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38624
38625         [BZ #14112]
38626         * Makeconfig (default-abi): New macro.
38627         (abi-includes): Likewise.
38628         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38629         $(abi-$(default-abi)-lib-soname) for soname if defined.
38630         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38631         abi-variants.
38632         * Makefile (installed-stubs): Likewise.
38633         * include/stubs-biarch.h: Removed.
38634         * scripts/lib-names.awk: Only handle one library at a time.
38635         * scripts/soversions.awk: Remove WORDSIZE support.
38636         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38637         entries.
38638         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38639         Removed.
38640         (syscall-list-default-condition): Likewise.
38641         (syscall-list-default-condition): Likewise.
38642         (syscall-list-includes): Likewise.
38643         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38644         syscall-list-* with abi-*.  Handle undefined abi-variants.
38645         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38646         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38647         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38648         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38649         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38650         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38651         Removed.
38652         (syscall-list-32-options): Likewise.
38653         (syscall-list-32-condition): Likewise.
38654         (syscall-list-64-options): Likewise.
38655         (syscall-list-64-condition): Likewise.
38656         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38657         macro.
38658         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38659         Renamed to ...
38660         (abi-*): This.
38661         (abi-64-ld-soname): New macro.
38662         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38663         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38664         Renamed to ...
38665         (abi-*): This.
38666         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38667         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38668
38669 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38670
38671         * sysdeps/unix/sysv/linux/kernel-features.h
38672         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38673         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38674         include <kernel-features.h>.
38675         [!__NR_ftruncate64]: Remove conditional code.
38676         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38677         [__NR_ftruncate64]: Make code unconditional.
38678         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38679         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38680         include <kernel-features.h>.
38681         [!__NR_ftruncate64]: Remove conditional code.
38682         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38683         [__NR_ftruncate64]: Make code unconditional.
38684         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38686         include <kernel-features.h>.
38687         [!__NR_ftruncate64]: Remove conditional code.
38688         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38689         [__NR_ftruncate64]: Make code unconditional.
38690         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38692         include <kernel-features.h>.
38693         [!__NR_ftruncate64]: Remove conditional code.
38694         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38695         [__NR_ftruncate64]: Make code unconditional.
38696         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38697
38698         * configure.in (libc_cv_fpie): Weaken to a compile test using
38699         LIBC_TRY_CC_OPTION.
38700         * configure: Regenerated.
38701
38702 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38703
38704         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38705         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38706         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38707         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38708         Refreshed.
38709         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38710         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38713         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38715         Refreshed.
38716
38717 2012-05-27  David S. Miller  <davem@davemloft.net>
38718
38719         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38720         (___Q_zero): New.
38721         (__Q_simulate_exceptions): Return void.  Change to simulate
38722         exceptions by writing into the %fsr.
38723         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38724         (__Qp_handle_exceptions): Likewise.
38725         (numbers): Delete.
38726         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38727         __Qp_handle_exceptions.
38728         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38729         __Qp_handle_exceptions.
38730         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38731         as unused and give dummy FP_RND_NEAREST initializer.
38732         (FP_INHIBIT_RESULTS): Define.
38733         (___Q_simulate_exceptions): Update declaration.
38734         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38735         formatting.
38736         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38737         as unused and give dummy FP_RND_NEAREST initializer.
38738         (__Qp_handle_exceptions): Update declaration.
38739         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38740         formatting.
38741
38742 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38743
38744         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38745         the temporary FPU control word.
38746         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38747         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38748         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38749         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38750         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38751         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38752         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38753         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38754         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38755         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38756         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38757
38758 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38759
38760         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38761         fields.
38762
38763 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38764
38765         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38766         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38767         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38768         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38769         Likewise.
38770         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38771         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38772         Likewise.
38773
38774 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38775
38776         * po/h.po: Update from translation team.
38777
38778 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38779
38780         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38781
38782         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38783         handling of denormals.
38784         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38785         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38786         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38787         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38788         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38789         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38790         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38791         Likewise.
38792
38793 2012-05-26  Marek Polacek  <polacek@redhat.com>
38794
38795         [BZ #14152]
38796         * math/libm-test.inc (fma_test): Don't always expect underflow
38797         exception.
38798
38799 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38800
38801         [BZ #12416]
38802         * elf/tst-execstack.c: Include stackinfo.h.
38803         (do_test): Adjust test case to ensure that pthread_getattr_np
38804         behaviour remains the same after marking stack executable.
38805
38806 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38807
38808         * sysdeps/unix/sysv/linux/kernel-features.h
38809         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38810         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38811         kernel-features.h.
38812         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38813         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38814         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38815         kernel-features.h.
38816         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38817         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38818
38819 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38820
38821         * configure.in: Define the default includes to being none.
38822         * configure: Regenerated.
38823
38824 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38825
38826         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38827         * sysdeps/x86_64/setjmp.S: Likewise.
38828         * sysdeps/i386/bsd-setjmp.S: Likewise.
38829         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38830         * sysdeps/i386/setjmp.S: Likewise.
38831         * sysdeps/i386/__longjmp.S: Likewise.
38832         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38833         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38834
38835         * include/stap-probe.h: New file.
38836         * configure.in: Handle --enable-systemtap.
38837         * configure: Regenerated.
38838         * config.h.in (USE_STAP_PROBE): New #undef.
38839         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38840         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38841         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38842
38843 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38844
38845         [BZ #13717]
38846         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38847         to 2.4.0 where earlier.
38848         * sysdeps/unix/sysv/linux/configure: Regenerated.
38849         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38850         <kernel-features.h>.
38851         [__ASSUME_32BITUIDS]: Make code unconditional.
38852         [!__ASSUME_32BITUIDS]: Remove conditional code.
38853         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38854         <kernel-features.h>.
38855         [__ASSUME_32BITUIDS]: Make code unconditional.
38856         [!__ASSUME_32BITUIDS]: Remove conditional code.
38857         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38858         [__ASSUME_32BITUIDS]: Make code unconditional.
38859         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38860         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38861         <kernel-features.h>.
38862         [__ASSUME_32BITUIDS]: Make code unconditional.
38863         [!__ASSUME_32BITUIDS]: Remove conditional code.
38864         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38865         <kernel-features.h>.
38866         [__ASSUME_32BITUIDS]: Make code unconditional.
38867         [!__ASSUME_32BITUIDS]: Remove conditional code.
38868         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38869         <kernel-features.h>.
38870         [__ASSUME_32BITUIDS]: Make code unconditional.
38871         [!__ASSUME_32BITUIDS]: Remove conditional code.
38872         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38873         <kernel-features.h>.
38874         [__ASSUME_32BITUIDS]: Make code unconditional.
38875         [!__ASSUME_32BITUIDS]: Remove conditional code.
38876         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38877         <kernel-features.h>.
38878         [__ASSUME_32BITUIDS]: Make code unconditional.
38879         [!__ASSUME_32BITUIDS]: Remove conditional code.
38880         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38881         <kernel-features.h>.
38882         [__ASSUME_32BITUIDS]: Make code unconditional.
38883         [!__ASSUME_32BITUIDS]: Remove conditional code.
38884         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38885         <kernel-features.h>.
38886         [__ASSUME_32BITUIDS]: Make code unconditional.
38887         [!__ASSUME_32BITUIDS]: Remove conditional code.
38888         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38889         <kernel-features.h>.
38890         [__ASSUME_32BITUIDS]: Make code unconditional.
38891         [!__ASSUME_32BITUIDS]: Remove conditional code.
38892         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38893         <kernel-features.h>.
38894         [__ASSUME_32BITUIDS]: Make code unconditional.
38895         [!__ASSUME_32BITUIDS]: Remove conditional code.
38896         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38897         <kernel-features.h>.
38898         [__ASSUME_32BITUIDS]: Make code unconditional.
38899         [!__ASSUME_32BITUIDS]: Remove conditional code.
38900         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38901         <kernel-features.h>.
38902         [__NR_setresgid] (__setresgid): Do not declare.
38903         [__ASSUME_32BITUIDS]: Make code unconditional.
38904         [!__ASSUME_32BITUIDS]: Remove conditional code.
38905         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38906         <kernel-features.h>.
38907         [__NR_setresuid] (__setresuid): Do not declare.
38908         [__ASSUME_32BITUIDS]: Make code unconditional.
38909         [!__ASSUME_32BITUIDS]: Remove conditional code.
38910         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38911         <kernel-features.h>.
38912         [__ASSUME_32BITUIDS]: Make code unconditional.
38913         [!__ASSUME_32BITUIDS]: Remove conditional code.
38914         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38915         <kernel-features.h>.
38916         [__ASSUME_32BITUIDS]: Make code unconditional.
38917         [!__ASSUME_32BITUIDS]: Remove conditional code.
38918         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38919         <kernel-features.h>.
38920         [__ASSUME_32BITUIDS]: Make code unconditional.
38921         [!__ASSUME_32BITUIDS]: Remove conditional code.
38922         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38923         <kernel-features.h>.
38924         [__ASSUME_32BITUIDS]: Make code unconditional.
38925         [!__ASSUME_32BITUIDS]: Remove conditional code.
38926         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38927         <kernel-features.h>.
38928         [__ASSUME_32BITUIDS]: Make code unconditional.
38929         [!__ASSUME_32BITUIDS]: Remove conditional code.
38930         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38931         <kernel-features.h>.
38932         [__ASSUME_32BITUIDS]: Make code unconditional.
38933         [!__ASSUME_32BITUIDS]: Remove conditional code.
38934         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38935         <kernel-features.h>.
38936         [__ASSUME_32BITUIDS]: Make code unconditional.
38937         [!__ASSUME_32BITUIDS]: Remove conditional code.
38938         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38939         <kernel-features.h>.
38940         [__ASSUME_32BITUIDS]: Make code unconditional.
38941         [!__ASSUME_32BITUIDS]: Remove conditional code.
38942         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38943         <kernel-features.h>.
38944         [__ASSUME_32BITUIDS]: Make code unconditional.
38945         [!__ASSUME_32BITUIDS]: Remove conditional code.
38946         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38947         <kernel-features.h>.
38948         [__ASSUME_32BITUIDS]: Make code unconditional.
38949         [!__ASSUME_32BITUIDS]: Remove conditional code.
38950         * sysdeps/unix/sysv/linux/kernel-features.h
38951         (__ASSUME_SETRESUID_SYSCALL): Remove.
38952         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38953         (__ASSUME_32BITUIDS): Likewise.
38954         (__ASSUME_LDT_WORKS): Likewise.
38955         (__ASSUME_O_DIRECTORY): Likewise.
38956         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38957         architecture but not kernel version.
38958         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38959         (__ASSUME_MMAP2_SYSCALL): Likewise.
38960         (__ASSUME_STAT64_SYSCALL): Likewise.
38961         (__ASSUME_IPC64): Likewise.
38962         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38963         <kernel-features.h>.
38964         [__ASSUME_32BITUIDS]: Make code unconditional.
38965         [!__ASSUME_32BITUIDS]: Remove conditional code.
38966         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38967         <kernel-features.h>.
38968         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38969         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38970         132096]: Remove conditional code.
38971         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38972         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38973         <kernel-features.h>.
38974         [__ASSUME_32BITUIDS]: Make code unconditional.
38975         [!__ASSUME_32BITUIDS]: Remove conditional code.
38976         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38977         <kernel-features.h>.
38978         [__ASSUME_32BITUIDS]: Make code unconditional.
38979         [!__ASSUME_32BITUIDS]: Remove conditional code.
38980         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38981         <kernel-features.h>.
38982         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38983         unconditional.
38984         (__setresgid): Do not declare.
38985         [__ASSUME_32BITUIDS]: Make code unconditional.
38986         [!__ASSUME_32BITUIDS]: Remove conditional code.
38987         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38988         <kernel-features.h>.
38989         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38990         unconditional.
38991         (__setresuid): Do not declare.
38992         [__ASSUME_32BITUIDS]: Make code unconditional.
38993         [!__ASSUME_32BITUIDS]: Remove conditional code.
38994         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38995         <kernel-features.h>.
38996         [__ASSUME_32BITUIDS]: Make code unconditional.
38997         [!__ASSUME_32BITUIDS]: Remove conditional code.
38998         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38999         <kernel-features.h>.
39000         [__ASSUME_32BITUIDS]: Make code unconditional.
39001         [!__ASSUME_32BITUIDS]: Remove conditional code.
39002
39003 2012-05-25  Richard Henderson  <rth@twiddle.net>
39004
39005         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39006         dl_hwcap to ifunc resolver.
39007         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39008         elf_ifunc_invoke.
39009         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39010         dl_hwcap to ifunc resolver.
39011         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39012
39013 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39014
39015         [BZ #14153]
39016         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39017         for |x| <= 2**-26, not 2**-57.
39018         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39019         exception.
39020
39021 2012-05-24  Jeff Law  <law@redhat.com>
39022
39023         * stdio-common/Makefile (tests): Add bug25.
39024         * stdio-common/bug25.c: New test.
39025
39026 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39027
39028         [BZ #13576]
39029         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39030         multiple of MALLOC_ALIGNMENT in size.
39031         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39032
39033 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39034
39035         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39036         Require >= 256.
39037         (FILENAME_MAX): Use macro-int-constant.
39038         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39039         (_IOFBF): Use macro-int-constant.
39040         (_IOLBF): Likewise.
39041         (_IONBF): Likewise.
39042         (SEEK_CUR): Likewise.
39043         (SEEK_END): Likewise.
39044         (SEEK_SET): Likewise.
39045         (TMP_MAX): Likewise.
39046         (EOF): Use macro-int-constant.  Require < 0.
39047         (NULL): Use macro-constant.  Require == 0.
39048         (stdin): Require type to be FILE *.
39049         (stdout): Likewise.
39050         (stderr): Likewise.
39051         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39052         macro-int-constant.
39053         (EXIT_SUCCESS): Likewise.
39054         (NULL): Use macro-constant.  Require == 0.
39055         (RAND_MAX): Use macro-int-constant.
39056         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39057         [C99-based standards] (strtof): Require function.
39058         [C99-based standards] (strtold): Likewise.
39059         [C99-based standards] (strtoll): Likewise.
39060         [C99-based standards] (strtoull): Likewise.
39061         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39062         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39063         [ISO || ISO99 || ISO11] (math.h): Likewise.
39064         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39065         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39066         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39067
39068 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39069
39070         [BZ #14132]
39071         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39072         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39073         * intl/dgettext.c (DCGETTEXT): Likewise.
39074         * intl/gettext.c (DCGETTEXT): Likewise.
39075         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39076         * posix/regex_internal.h (gettext): Likewise.
39077         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39078         Remove declaration.
39079         * include/argz.h (__argz_count_internal)
39080         (__argz_stringify_internal): Remove declaration.
39081         (__argz_count, __argz_stringify): Declare hidden proto.
39082         * intl/dcgettext.c: Remove use of INTDEF.
39083         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39084         * string/argz-stringify.c: Likewise.
39085         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39086         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39087         Declare hidden proto.
39088         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39089         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39090         Declare hidden proto.
39091         * include/stdio.h (__asprintf_internal): Don't declare.
39092         (__asprintf): Don't define as macro.  Declare hidden proto.
39093         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39094         (__fsetlocking): Declare hidden proto.
39095         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39096         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39097         hidden proto.
39098         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39099         (_IO_setlinebuf): Remove use of INTUSE.
39100         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39101         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39102         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39103         Remove declaration.
39104         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39105         (_IO_do_flush): Remove use of INTUSE.
39106         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39107         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39108         (_IO_adjust_column, _IO_least_wmarker)
39109         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39110         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39111         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39112         (_IO_default_doallocate, _IO_wdefault_doallocate)
39113         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39114         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39115         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39116         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39117         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39118         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39119         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39120         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39121         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39122         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39123         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39124         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39125         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39126         proto.
39127         (_IO_flush_all_internal, _IO_adjust_column_internal)
39128         (_IO_default_uflow_internal, _IO_default_finish_internal)
39129         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39130         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39131         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39132         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39133         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39134         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39135         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39136         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39137         (_IO_file_close_internal, _IO_file_close_it_internal)
39138         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39139         (_IO_file_init_internal, _IO_file_attach_internal)
39140         (_IO_file_fopen_internal, _IO_file_read_internal)
39141         (_IO_file_sync_internal, _IO_file_seek_internal)
39142         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39143         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39144         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39145         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39146         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39147         (_IO_list_all_internal, _IO_link_in_internal)
39148         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39149         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39150         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39151         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39152         (_IO_do_write_internal, _IO_padn_internal)
39153         (_IO_getline_info_internal, _IO_getline_internal)
39154         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39155         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39156         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39157         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39158         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39159         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39160         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39161         with libc_hidden_ver, remove use of INTUSE.
39162         * libio/genops.c: Likewise.
39163         * libio/freopen.c: Likewise.
39164         * libio/freopen64.c: Likewise.
39165         * libio/iofclose.c: Likewise.
39166         * libio/iofdopen.c: Likewise.
39167         * libio/iofflush.c: Likewise.
39168         * libio/iofflush_u.c: Likewise.
39169         * libio/iofgets.c: Likewise.
39170         * libio/iofgets_u.c: Likewise.
39171         * libio/iofopen.c: Likewise.
39172         * libio/iofopncook.c: Likewise.
39173         * libio/iofread.c: Likewise.
39174         * libio/iofread_u.c: Likewise.
39175         * libio/ioftell.c: Likewise.
39176         * libio/iofwrite.c: Likewise.
39177         * libio/iogetline.c: Likewise.
39178         * libio/iogets.c: Likewise.
39179         * libio/iogetwline.c: Likewise.
39180         * libio/iopadn.c: Likewise.
39181         * libio/iopopen.c: Likewise.
39182         * libio/ioseekoff.c: Likewise.
39183         * libio/ioseekpos.c: Likewise.
39184         * libio/iosetbuffer.c: Likewise.
39185         * libio/iosetvbuf.c: Likewise.
39186         * libio/ioungetc.c: Likewise.
39187         * libio/ioungetwc.c: Likewise.
39188         * libio/iovdprintf.c: Likewise.
39189         * libio/iovsprintf.c: Likewise.
39190         * libio/iovsscanf.c: Likewise.
39191         * libio/memstream.c: Likewise.
39192         * libio/obprintf.c: Likewise.
39193         * libio/oldfileops.c: Likewise.
39194         * libio/oldiofclose.c: Likewise.
39195         * libio/oldiofdopen.c: Likewise.
39196         * libio/oldiofopen.c: Likewise.
39197         * libio/oldiopopen.c: Likewise.
39198         * libio/oldstdfiles.c: Likewise.
39199         * libio/putc.c: Likewise.
39200         * libio/setbuf.c: Likewise.
39201         * libio/setlinebuf.c: Likewise.
39202         * libio/stdfiles.c: Likewise.
39203         * libio/strops.c: Likewise.
39204         * libio/vasprintf.c: Likewise.
39205         * libio/vscanf.c: Likewise.
39206         * libio/vsnprintf.c: Likewise.
39207         * libio/vswprintf.c: Likewise.
39208         * libio/wfiledoalloc.c: Likewise.
39209         * libio/wfileops.c: Likewise.
39210         * libio/wgenops.c: Likewise.
39211         * libio/wmemstream.c: Likewise.
39212         * libio/wstrops.c: Likewise.
39213         * libio/__fpurge.c: Likewise.
39214         * libio/__fsetlocking.c: Likewise.
39215         * assert/assert.c: Likewise.
39216         * debug/fgets_chk.c: Likewise.
39217         * debug/fgets_u_chk.c: Likewise.
39218         * debug/fread_chk.c: Likewise.
39219         * debug/fread_u_chk.c: Likewise.
39220         * debug/gets_chk.c: Likewise.
39221         * debug/obprintf_chk.c: Likewise.
39222         * debug/vasprintf_chk.c: Likewise.
39223         * debug/vdprintf_chk.c: Likewise.
39224         * debug/vsnprintf_chk.c: Likewise.
39225         * debug/vsprintf_chk.c: Likewise.
39226         * malloc/mtrace.c: Likewise.
39227         * misc/error.c: Likewise.
39228         * misc/syslog.c: Likewise.
39229         * stdio-common/asprintf.c: Likewise.
39230         * stdio-common/fxprintf.c: Likewise.
39231         * stdio-common/getw.c: Likewise.
39232         * stdio-common/isoc99_fscanf.c: Likewise.
39233         * stdio-common/isoc99_scanf.c: Likewise.
39234         * stdio-common/isoc99_vfscanf.c: Likewise.
39235         * stdio-common/isoc99_vscanf.c: Likewise.
39236         * stdio-common/isoc99_vsscanf.c: Likewise.
39237         * stdio-common/printf-prs.c: Likewise.
39238         * stdio-common/printf_fp.c: Likewise.
39239         * stdio-common/printf_fphex.c: Likewise.
39240         * stdio-common/printf_size.c: Likewise.
39241         * stdio-common/putw.c: Likewise.
39242         * stdio-common/scanf.c: Likewise.
39243         * stdio-common/sprintf.c: Likewise.
39244         * stdio-common/tmpfile.c: Likewise.
39245         * stdio-common/vfprintf.c: Likewise.
39246         * stdio-common/vfscanf.c: Likewise.
39247         * stdlib/strfmon_l.c: Likewise.
39248         * sunrpc/openchild.c: Likewise.
39249         * sunrpc/xdr_stdio.c: Likewise.
39250         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39251         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39252
39253 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39254
39255         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39256
39257         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39258         in the third column, to generate for the shared library an IFUNC
39259         that uses _dl_vdso_vsym.
39260         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39261         * Makeconfig (object-suffixes-noshared): New variable.
39262
39263         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39264         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39265         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39266         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39267
39268         [BZ #14132]
39269         * include/sys/time.h (__gettimeofday): Remove macro.
39270         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39271         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39272         Remove INTDEF.
39273         (__gettimeofday): Add libc_hidden_def.
39274         (gettimeofday): Add libc_hidden_weak.
39275         * sysdeps/mach/gettimeofday.c: Likewise.
39276         * sysdeps/posix/gettimeofday.c: Likewise.
39277         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39278         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39279         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39280         (__gettimeofday_internal): Remove strong_alias.
39281         (__gettimeofday): Add libc_hidden_def.
39282         (gettimeofday): Add libc_hidden_weak.
39283         * sysdeps/unix/syscalls.list (gettimeofday):
39284         Remove __gettimeofday_internal alias.
39285
39286 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39287             H.J. Lu  <hongjiu.lu@intel.com>
39288
39289         [BZ #12495]
39290         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39291         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39292         (largebin_index_32_big): New.
39293         (largebin_index): Use it for 16-byte alignment.
39294         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39295         correction with front_misalign.
39296
39297 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39298
39299         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39300         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39301         Likewise.
39302         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39303         Likewise.
39304         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39305         Likewise.
39306         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39307         Likewise.
39308         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39309         Likewise.
39310         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39311         Likewise.
39312         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39313         Likewise.
39314         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39315         Likewise.
39316         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39317         Likewise.
39318         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39319         Likewise.
39320         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39321         Likewise.
39322         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39323         Likewise.
39324
39325         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39326         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39327
39328 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39329
39330         [BZ #10846]
39331         [BZ #14036]
39332         * math/libm-test.inc (exp_test): Add test from bug 14036.
39333         (pow_test): Add test from bug 10846.
39334
39335         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39336         and other flags.
39337         (special_function): Do not include flags in test name.
39338         (parse_args): Likewise.
39339         * sysdeps/i386/fpu/libm-test-ulps: Update.
39340         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39341         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39342         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39344
39345         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39346         exceptions.
39347         * math/libm-test.inc ("Philosophy"): Update comment about
39348         exception testing.
39349         (UNDERFLOW_EXCEPTION): New macro.
39350         (UNDERFLOW_EXCEPTION_OK): Likewise.
39351         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39352         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39353         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39354         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39355         (INVALID_EXCEPTION_OK): Update value.
39356         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39357         (OVERFLOW_EXCEPTION_OK): Likewise.
39358         (IGNORE_ZERO_INF_SIGN): Likewise.
39359         (test_exceptions): Handle underflow exceptions.
39360         (acos_test): Update for underflow exception expectations.
39361         (cexp_test): Likewise.
39362         (clog_test): Likewise.
39363         (clog10_test): Likewise.
39364         (csqrt_test): Likewise.
39365         (ctan_test): Likewise.
39366         (ctanh_test): Likewise.
39367         (exp_test): Likewise.
39368         (exp10_test): Likewise.
39369         (exp2_test): Likewise.
39370         (expm1_test): Likewise.
39371         (fma_test): Likewise.
39372         (j0_test): Likewise.
39373         (jn_test): Likewise.
39374         (nexttoward_test): Likewise.
39375         (pow_test): Likewise.
39376         (scalbn_test): Likewise.
39377         (scalbln_test): Likewise.
39378         (tan_test): Likewise.
39379         (y1_test): Likewise.
39380         * sysdeps/i386/fpu/libm-test-ulps: Update.
39381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39382
39383 2012-05-23  David S. Miller  <davem@davemloft.net>
39384
39385         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39386         (__libc_sigaction): Remove unused local variables.
39387
39388 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39389
39390         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39391
39392 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39393
39394         mktime: avoid signed integer overflow
39395         * time/mktime.c (__mktime_internal): Do not mishandle the case
39396         where diff == INT_MIN.
39397
39398         mktime: simplify computation of average
39399         * time/mktime.c (ranged_convert): Use new time_t_avg function
39400         instead of rolling our own (probably-slower) code.
39401
39402         mktime: do not assume signed right shift propagates sign bit
39403         * time/mktime.c (isdst_differ): New static function.
39404         (__mktime_internal): No need to normalize tm_isdst now.
39405         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39406         tm_isdst values.
39407
39408         mktime: merge another wrapv change from gnulib
39409         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39410         from some compilers.
39411
39412         mktime: remove incorrect attempt at unusual arithmetics
39413         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39414         The code didn't really work on such machines anyway.
39415         (TYPE_MINIMUM): Assume two's complement.
39416         (twos_complement_arithmetic): Verify that long_int and time_t
39417         are two's complement (or unsigned, in the latter case).
39418
39419         mktime: check signed shifts on long_int and time_t, too
39420         * time/mktime.c (SHR): Check that shifts work as desired
39421         on the types long_int and time_t too, as SHR is used on
39422         such types.
39423
39424         mktime: do not assume 'long' is wide enough
39425         * time/mktime.c (verify): Move decl up.
39426         (long_int): New type.
39427         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39428         to remove assumption in the code that 'long' is wide enough to
39429         store year values.  This assumption is not true on x32 and on
39430         some non-glibc platforms.
39431
39432         mktime: merge wrapv change from gnulib
39433         * time/mktime.c (WRAPV): New macro.
39434         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39435         (guess_time_tm, __mktime_internal): Do not assume that signed
39436         integer overflow wraps around; modern compilers generate code
39437         where this assumption is no longer valid.
39438
39439 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39440
39441         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39442         Replace "jmp L(pseudo_end)" with "ret".
39443         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39444         Likewise.
39445
39446 2012-05-23  Andreas Jaeger  <aj@suse.de>
39447
39448         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39449         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39450
39451 2012-05-23  Andreas Jaeger  <aj@suse.de>
39452             Maximilian Attems  <max@stro.at>
39453
39454         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39455         New macros.
39456
39457 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39458
39459         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39460         code so that pseudo_end is just ret and the stack pointer is
39461         correct also for static library in error case.
39462
39463 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39464
39465         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39466         move to syscalls.list.
39467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39471
39472         * manual/install.texi (Running make install): Do not mention Linux
39473         kernel version for which pt_chown is not needed.
39474         (Linux): Do not mention problems with nscd with 2.0 kernels.
39475         * INSTALL: Regenerated.
39476
39477 2012-05-23  Andreas Jaeger  <aj@suse.de>
39478
39479         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39480         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39481         macro.
39482         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39483         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39484         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39485         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39486         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39487         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39488         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39489         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39490         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39491         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39492         * sysdeps/unix/sysv/linux/bits/in.h
39493         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39494
39495 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39496
39497         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39498         (PREPARE_VERSION): Just use assert instead, it will be elided
39499         under [NDEBUG] anyway.
39500
39501 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39502
39503         * sysdeps/unix/sysv/linux/Makefile: Include
39504         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39505         (sysdep_routines): Remove sysctl.
39506         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39507         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39508         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39509         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39510         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39511
39512 2012-05-22  Andreas Jaeger  <aj@suse.de>
39513
39514         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39515         that pseudo_end is just ret and the stack pointer is correct also
39516         for static library in error case.
39517
39518 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39519
39520         [BZ #14122]
39521         * nss/nsswitch.c (defconfig_entries): New variable.
39522         (__nss_database_lookup): Don't leak defconfig entries.
39523         (nss_parse_service_list): Don't leak on error paths.
39524         (free_database_entries): New function.
39525         (free_defconfig): New function.
39526         (free_mem): Move common code to free_database_entries.
39527
39528 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39529
39530         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39531         Add arch_prctl.
39532         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39533
39534         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39535         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39536         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39537         New macro.
39538         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39539         (INTERNAL_SYSCALL_TYPES): Likewise.
39540         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39541         (LOAD_REGS_TYPES_[1-6]): Likewise.
39542         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39543         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39544
39545 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39546
39547         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39548         copysignl for GLIBC_2_0.
39549         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39550         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39551         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39552         logbl for GLIBC_2_0.
39553         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39554         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39555
39556 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39557
39558         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39559         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39560
39561         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39562         Use "neg %eax".
39563
39564         * time/mktime.c: Update copyright years.
39565
39566 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39567
39568         mktime: merge comment-quoting-style change from gnulib
39569         * time/mktime.c: Quote 'like this' in comments.
39570         The GNU coding standards suggest that we no longer quote `like this',
39571         as "`" and "'" are typically rendered asymmetrically nowadays.
39572         The typical gnulib style is to quote 'like this' when quoting
39573         code, and "like this" when quoting English.
39574
39575         * time/mktime.c (compile-command): Add "-I.".
39576
39577         mktime: merge mktime-internal.h change from gnulib
39578         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39579
39580         mktime: merge time_r change from gnulib
39581         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39582
39583         mktime: merge DEBUG change from gnulib
39584         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39585         case system <time.h> has a #define.
39586
39587         mktime: merge <sys/types.h> change from gnulib
39588         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39589         since <time.t> is now guaranteed to define time_t.
39590
39591         mktime: merge HAVE_CONFIG_H change from gnulib
39592         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39593
39594 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39595
39596         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39597         Use "neg %eax".
39598
39599         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39600         __rlim_t cast.
39601         (struct rusage): Use anonymous union to pad each field to
39602         __syscall_slong_t.
39603
39604 2012-05-21  David S. Miller  <davem@davemloft.net>
39605
39606         * Makefules (o-iterator): Remove .s cases.
39607         (compile-command.s): Delete.
39608         (COMPILE.s): Delete.
39609         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39610
39611 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39612
39613         * configure.in (libc_cv_predef_stack_protector): Only consider
39614         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39615         * configure: Regenerated.
39616
39617 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39618
39619         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39620         New macro.  Use R*LP on int and pointer.
39621         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39622         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39623         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39624         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39625
39626         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39627         [__WORDSIZE_TIME64_COMPAT32] instead of
39628         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39629         (struct utmp): Likewise.
39630         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39631         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39632         Renamed to ...
39633         (__WORDSIZE_TIME64_COMPAT32): This.
39634         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39635         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39636         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39637         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39638         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39639         (__WORDSIZE_TIME64_COMPAT32): New macro.
39640
39641 2012-05-21  Andreas Jaeger  <aj@suse.de>
39642
39643         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39644         only if [SHARED]. Add prototype for __wcschr_ia32.
39645
39646 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39647
39648         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39649         of %rbp unmolested in the jmp_buf while mangling the low bits.
39650         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39651         unmolested high bits of %rbp while demangling the low bits.
39652         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39653
39654 2012-05-21  Andreas Jaeger  <aj@suse.de>
39655
39656         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39657         * sunrpc/svc_simple.c: Use it for registerrpc.
39658         * sunrpc/xcrypt.c: Use it for passwd2des.
39659
39660         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39661
39662 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39663
39664         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39665         Don't define if [__SYSCALL_WORDSIZE != 32].
39666         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39667         New macro.
39668
39669 2012-05-21  Bruno Haible  <bruno@clisp.org>
39670             Andreas Jaeger  <aj@suse.de>
39671
39672         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39673         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39674         inptr and inend for must_buffer_ch.
39675         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39676         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39677         * stdio-common/Makefile (tests): Remove bug15.
39678         (bug15-ENV): Remove macro.
39679         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39680         anymore.
39681
39682 2012-05-19  Andreas Jaeger  <aj@suse.de>
39683             Roland McGrath  <roland@hack.frob.com>
39684
39685         * manual/contrib.texi: Completely rewritten. It contains now an
39686         alphabetical list of contributors and their contributions.
39687
39688 2012-05-21  Richard Henderson  <rth@twiddle.net>
39689
39690         * misc/getauxval.c (__getauxval): Use unsigned long int.
39691         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39692         (getauxval): Use unsigned long int.
39693
39694 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39695
39696         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39697
39698 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39699
39700         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39701         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39702         __alignof__ (long double).
39703
39704 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39705
39706         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39707
39708 2012-05-20  Richard Henderson  <rth@twiddle.net>
39709
39710         * misc/getauxval.c: New file.
39711         * misc/sys/auxv.h: New file.
39712         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39713         (routines): Add getauxval.
39714         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39715         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39716         * elf/dl-sysdep.c (_dl_auxv): Remove.
39717         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39718         * elf/dl-support.c (_dl_auxv): New variable.
39719         (_dl_aux_init): Initialize it.
39720         * manual/startup.texi (Auxiliary Vector): New node.
39721         * sysdeps/generic/bits/hwcap.h: New file.
39722         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39723         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39724         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39725         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39726         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39727         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39729         Update.
39730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39731         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39732         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39733         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39734         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39735         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39736         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39737         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39738
39739 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39740
39741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39742
39743 2012-05-19  David S. Miller  <davem@davemloft.net>
39744
39745         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39746
39747 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39748
39749         [BZ #14123]
39750         * math/s_ccosh.c: Include <float.h>
39751         (__ccosh): Avoid internal overflow calculating sinh and cosh
39752         values before multiplying by sin and cos values.
39753         * math/s_ccoshf.c: Likewise.
39754         * math/s_ccoshl.c: Likewise.
39755         * math/s_csin.c: Likewise.
39756         * math/s_csinf.c: Likewise.
39757         * math/s_csinl.c: Likewise.
39758         * math/s_csinh.c: Likewise.
39759         * math/s_csinhf.c: Likewise.
39760         * math/s_csinhl.c: Likewise.
39761         * math/libm-test.inc (ccos_test): Add more tests.
39762         (ccosh_test): Likewise.
39763         (csin_test): Likewise.
39764         (csinh_test): Likewise.
39765         * sysdeps/i386/fpu/libm-test-ulps: Update.
39766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39767
39768 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39769
39770         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39771         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39772
39773         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39774
39775 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39776
39777         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39778         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39779         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39780         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39781         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39782         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39783         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39784         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39785         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39786         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39787         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39788         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39789         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39790         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39791         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39792         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39793         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39794         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39795         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39796         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39797         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39798         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39799         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39800         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39801         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39802         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39803         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39804         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39805         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39806         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39807         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39808
39809 2012-05-18  Andreas Jaeger  <aj@suse.de>
39810
39811         * csu/.gitignore: Delete.
39812
39813 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39814
39815         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39816         (timex): Use __syscall_slong_t.
39817
39818 2012-05-18  Andreas Jaeger  <aj@suse.de>
39819             Carlos O'Donell  <carlos_odonell@mentor.com>
39820
39821         * manual/install.texi (Configuring and compiling): Update
39822         description about files modified in the source directory.
39823         * INSTALL: Regenerated.
39824
39825 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39826
39827         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39828         value.  Use "or" to set return value to -1.
39829         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39830         negate return value.
39831
39832 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39833
39834         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39835         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39836         failure if the compiler has Graphite support disabled.
39837         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39838         Likewise.
39839         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39840         (CFLAGS-memmove.c): Likewise.
39841         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39842         Likewise.
39843
39844 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39845
39846         * sysdeps/x86_64/x32/_itoa.h: New file.
39847
39848         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39849         getdents system call only if kernel and user dirents have the
39850         same d_ino and d_off.
39851
39852         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39853         LLONG_MAX != LONG_MAX.
39854         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39855         (_fitoa_word): Likewise.
39856
39857         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39858         years.
39859         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39860         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39861         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39862
39863         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39864         include <bits/wordsize.h>.  Check __x86_64__ instead of
39865         __WORDSIZE.
39866         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39867         if __x86_64__ is defined.  Use anonymous union on fpstate.
39868
39869         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39870         anonymous union.
39871
39872 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39873
39874         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39875         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39876         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39877         Refer to _rtld_local_ro instead of _rtld_global_ro.
39878         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39879         Likewise.
39880         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39881         Likewise.
39882         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39883         Likewise.
39884         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39885         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39886         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39887
39888         * sysdeps/powerpc/powerpc32/dl-machine.c
39889         (__elf_machine_runtime_setup) [PROF]: Don't reference
39890         _dl_prof_resolve.
39891
39892 2012-05-18  Andreas Jaeger  <aj@suse.de>
39893
39894         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39895         function only available for GCCs before 3.4 since GCC 3.4
39896         introduced a builtin.
39897         (lrint): Likewise.
39898         (llrintf): Likewise.
39899         (llrint): Likewise.
39900         (fmaxf): Likewise.
39901         (fmax): Likewise.
39902         (fminf): Likewise.
39903         (fmin): Likewise.
39904         (rint): Likewise.
39905         (rintf): Likewise.
39906         (nearbyint): Likewise.
39907         (nearbyintf): Likewise.
39908         (ceil): Likewise.
39909         (ceilf): Likewise.
39910         (floor): Likewise.
39911         (floorf): Likewise.
39912
39913 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39914
39915         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39916         on both fields and cast pointer to __syscall_ulong_t.
39917
39918         * bits/types.h (__fsword_t): New type.
39919         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39920         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39921         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39922         (__FSWORD_T_TYPE): Likewise.
39923         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39924         (__FSWORD_T_TYPE): Likewise.
39925         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39926         (__FSWORD_T_TYPE): Likewise.
39927         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39928         (__FSWORD_T_TYPE): Likewise.
39929         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39930         __SWORD_TYPE with __fsword_t.
39931         (statfs64): Likewise.
39932
39933 2012-05-17  David S. Miller  <davem@davemloft.net>
39934
39935         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39936
39937 2012-05-17  Andreas Jaeger  <aj@suse.de>
39938
39939         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39940         warning.
39941
39942 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39943
39944         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39945
39946 2012-05-17  Andreas Jaeger  <aj@suse.de>
39947
39948         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39949         when it is used.
39950
39951 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39952
39953         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39954
39955 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39956
39957         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39958         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39959
39960 2012-05-17  Andreas Jaeger  <aj@suse.de>
39961             Carlos O'Donell  <carlos_odonell@mentor.com>
39962
39963         [BZ #14059]
39964         * sysdeps/x86_64/multiarch/init-arch.h
39965         (bit_YMM_Usable): Rename to...
39966         (bit_AVX_Usable): ... this.
39967         (bit_FMA4_Usable): New macro.
39968         (bit_XMM_state): New macro.
39969         (bit_YMM_state): New macro.
39970         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39971         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39972         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39973         (CPUID_OSXSAVE): New macro.
39974         (CPUID_AVX): New macro.
39975         (CPUID_FMA4): New macro.
39976         (index_YMM_Usable): Rename to...
39977         (index_AVX_Usable): ... this.
39978         (HAS_AVX): Use HAS_ARCH_FEATURE.
39979         (HAS_FMA4): Likewise.
39980         (HAS_YMM_USABLE): Remove.
39981         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39982         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39983         are present.
39984         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39985         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39986         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39987         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39988         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39989
39990 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39991
39992         * math/libm-test.c: Support platforms without multiple rounding modes.
39993         * math/bug-nextafter.c: Support platforms without FP exceptions.
39994         * math/bug-nexttoward.c: Likewise.
39995         * math/test-fenv.c: Likewise.
39996         * math/test-misc.c: Likewise.
39997         * stdlib/bug-getcontext.c: Likewise.
39998
39999 2012-05-17  Andreas Jaeger  <aj@suse.de>
40000
40001         * manual/examples/search.c (critter_cmp): Change signature to
40002         avoid warnings.
40003         * manual/string.texi (Collation Functions): Likewise.
40004
40005 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40006
40007         * bits/types.h: Fold copyright years.
40008         * bits/typesizes.h: Likewise.
40009         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40010         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40011         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40012         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40013         * time/time.h: Likewise.
40014
40015 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40016
40017         [BZ #208]
40018         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40019         in instead of returning them.  Return void.
40020         (__libc_mallinfo): Accumulate over all arenas.
40021         (__malloc_stats): Adjust for change in int_mallinfo interface.
40022
40023 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40024
40025         [BZ #10375]
40026         * configure.in (NM): Add AC_CHECK_TOOL for it.
40027         (libc_extra_cflags): New substituted variable.
40028         Check for -fstack-protector being used implicitly.
40029         * configure: Regenerated.
40030         * config.make.in (config-extra-cflags): New variable,
40031         gets @libc_extra_cflags@.
40032         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40033
40034         [BZ #10375]
40035         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40036         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40037         * configure: Regenerated.
40038         * config.make.in (CPPUNDEFS): New substituted variable.
40039         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40040         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40041         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40042
40043 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40044
40045         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40046         (mq_attr): Use __syscall_slong_t.
40047
40048 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40049
40050         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40051         Check __x86_64__ instead of __WORDSIZE.
40052         (_STAT_VER_LINUX): Likewise.
40053         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40054         __syscall_ulong_t and __syscall_slong_t.
40055         (stat64): Likewise.
40056
40057 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40058
40059         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40060
40061 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40062
40063         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40064
40065 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40066
40067         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40068         __syscall_ulong_t.
40069
40070         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40071         include <bits/wordsize.h>.  Check __x86_64__ instead of
40072         __WORDSIZE.
40073         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40074         defined.
40075         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40076
40077         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40078         include <bits/wordsize.h>.  Check __x86_64__ instead of
40079         __WORDSIZE.
40080         (user_regs_struct): Use "__extension__ unsigned long long"
40081         instead of "unsigned long" if __x86_64__ is defined.
40082         (user): Likewise.  Pad after pointer field if __ILP32__ is
40083         defined.
40084
40085 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40086
40087         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40088         versions 5 to 9.
40089         * configure: Regenerated.
40090         * manual/install.texi (texinfo): Increase version requirement to
40091         4.5 or later.
40092         * INSTALL: Regenerated.
40093
40094         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40095
40096 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40097
40098         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40099
40100         * sysdeps/x86_64/x32/ffs.c: New file.
40101
40102         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40103         __syscall_ulong_t.
40104         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40105         defined.  Use __syscall_ulong_t.
40106         (shminfo): Use __syscall_ulong_t.
40107         (shm_info): Likewise.
40108
40109         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40110         __syscall_ulong_t.
40111
40112         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40113         <bits/wordsize.h>.
40114         (msgqnum_t): Use __syscall_ulong_t.
40115         (msglen_t): Likewise.
40116         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40117         __syscall_ulong_t.
40118
40119         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40120         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40121
40122         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40123
40124         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40125         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40126
40127         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40128         __syscall_slong_t.
40129
40130         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40131         include <bits/wordsize.h>.  Check __x86_64__ instead of
40132         __WORDSIZE.
40133
40134         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40135         "unsigned long long int" if __x86_64__ is defined.
40136         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40137
40138         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40139         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40140         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40141
40142         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40143         <stdint.h>.
40144         (GET_PC): Cast to uintptr_t first.
40145         (GET_FRAME): Likewise.
40146         (GET_STACK): Likewise.
40147
40148         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40149         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40150         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40151         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40152         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40153         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40154         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40155         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40156         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40157         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40158         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40159         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40160         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40161         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40162         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40163         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40164         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40165         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40166         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40167         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40168         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40169         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40170         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40171         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40172         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40173         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40174         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40175         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40176         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40177
40178 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40179
40180         * Makerules (+depfiles): Also collect depfiles from .oS in
40181         $(extra-objs).
40182         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40183         .oS, $(libnldbl-routines)).
40184
40185         * Makerules (native-compile-mkdep-flags): Define.
40186         * sunrpc/Makefile (extra-objs): Add $(addprefix
40187         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40188         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40189         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40190         calling $(make-target-directory).
40191
40192 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40193
40194         * bits/types.h (__snseconds_t): Removed.
40195         * time/time.h (struct timespec): Replace __snseconds_t with
40196         __syscall_slong_t.
40197         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40198         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40199         Likewise.
40200         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40201         (__SNSECONDS_T_TYPE): Likewise.
40202         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40203         (__SNSECONDS_T_TYPE): Likewise.
40204         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40205         (__SNSECONDS_T_TYPE): Likewise.
40206
40207 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40208
40209         * sysdeps/mach/hurd/bits/typesizes.h
40210         (__SYSCALL_SLONG_TYPE): New macro.
40211         (__SYSCALL_ULONG_TYPE): Likewise.
40212
40213 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40214
40215         * bits/types.h (__syscall_slong_t): New type.
40216         (__syscall_ulong_t): Likewise.
40217
40218         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40219         (__SYSCALL_ULONG_TYPE): Likewise.
40220         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40221         (__SYSCALL_SLONG_TYPE): Likewise.
40222         (__SYSCALL_ULONG_TYPE): Likewise.
40223         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40224         (__SYSCALL_SLONG_TYPE): Likewise.
40225         (__SYSCALL_ULONG_TYPE): Likewise.
40226         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40227         (__SYSCALL_SLONG_TYPE): Likewise.
40228         (__SYSCALL_ULONG_TYPE): Likewise.
40229
40230 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40231
40232         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40233         Add sigaltstack-offsets.sym.
40234         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40235         <sigaltstack-offsets.h>.
40236         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40237         longjmp_msg pointer.
40238         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40239         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40240         signal stack.
40241         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40242
40243 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40244
40245         * elf/stackguard-macros.h: Remove file.
40246         * sysdeps/generic/stackguard-macros.h: New file.
40247         * sysdeps/i386/stackguard-macros.h: Likewise.
40248         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40249         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40250         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40251         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40252         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40253         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40254         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40255         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40256         <elf/stackguard-macros.h>.
40257
40258         [BZ #14109]
40259         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40260         __aligned__ in attribute.
40261         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40262         (gregset_t): Likewise.
40263
40264 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40265
40266         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40267         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40268         * sysdeps/x86_64/x32/Implies-after: New file.
40269
40270 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40271
40272         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40273         and access return value for _dl_profile_fixup.  Use R10_LP to
40274         load frame size.
40275
40276 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40277
40278         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40279
40280 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40281
40282         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40283         * sysdeps/x86_64/x32/sysdep.h: New file.
40284
40285 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40286
40287         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40288         * sysdeps/x86_64/setjmp.S: Likewise.
40289
40290 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40291
40292         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40293         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40294         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40295         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40296         remove unused global constant.
40297
40298 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40299
40300         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40301         include of <not-cancel.h>.
40302
40303 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40304
40305         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40306
40307 2012-05-15  Jeff Law  <law@redhat.com>
40308             Andreas Jaeger  <aj@suse.de>
40309
40310         [BZ #13594]
40311         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40312         out from...
40313         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40314         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40315         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40316         code changing __hst_map_handle.map.
40317
40318 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40319
40320         * configure.in (sysnames): Look for Implies-before and Implies-after
40321         files.
40322         * configure: Regenerated.
40323
40324 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40325
40326         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40327         8-byte data alignment with LP_SIZE alignment.
40328
40329 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40330
40331         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40332         into R10_LP.
40333
40334 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40335
40336         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40337
40338 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40339
40340         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40341         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40342         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40343         Likewise.
40344         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40345
40346 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40347
40348         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40349         (stackinfo_sub_sp): Likewise.
40350
40351 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40352
40353         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40354         RAX_LP.
40355
40356 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40357
40358         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40359         into R*_LP.
40360
40361 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40362
40363         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40364         sizes into R*_LP.
40365
40366 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40367
40368         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40369
40370 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40371
40372         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40373         into R11_LP and load __x86_64_shared_cache_size_half into
40374         R8_LP.
40375
40376 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40377
40378         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40379         R8_LP.
40380
40381 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40382
40383         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40384         logb for POWER7.
40385         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40386         logbf for POWER7.
40387         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40388         logbl for POWER7.
40389         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40390         powerpc32/power7/fpu/s_logb.c via #include.
40391         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40392         powerpc32/power7/fpu/s_logbf.c via #include.
40393         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40394         powerpc32/power7/fpu/s_logbl.c via #include.
40395
40396 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40397
40398         * README.libm: Remove file.
40399
40400 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40401
40402         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40403         count for x32.  Use R*_LP and omit operand-size suffix.
40404
40405 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40406
40407         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40408         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40409         * sysdeps/x86_64/x32/shlib-versions: New file.
40410
40411 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40412
40413         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40414         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40415         Use _dl_fatal_printf instead.
40416
40417 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40418
40419         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40420         set if not set by the user.  Do not allow for being unset.
40421         * sysdeps/unix/sysv/linux/configure: Regenerated.
40422
40423 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40424
40425         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40426         the `q' suffix from lea and replace .quad with ASM_ADDR.
40427
40428 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40429
40430         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40431         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40432         instead of $17.
40433         (PTR_DEMANGLE): Likewise.
40434
40435 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40436
40437         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40438         (LP_OP): Likewise.
40439         (ASM_ADDR): Likewise.
40440         (RAX_LP): Likewise.
40441         (RBP_LP): Likewise.
40442         (RBX_LP): Likewise.
40443         (RCX_LP): Likewise.
40444         (RDI_LP): Likewise.
40445         (RSI_LP): Likewise.
40446         (RSP_LP): Likewise.
40447         (R8_LP): Likewise.
40448         (R9_LP): Likewise.
40449         (R10_LP): Likewise.
40450         (R10_LP): Likewise.
40451         (R11_LP): Likewise.
40452         (R12_LP): Likewise.
40453         (R13_LP): Likewise.
40454         (R14_LP): Likewise.
40455         (R15_LP): Likewise.
40456
40457 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40458
40459         * sysdeps/x86_64/x32/dl-machine.h: New file.
40460
40461 2012-05-14  Andreas Jaeger  <aj@suse.de>
40462
40463         * manual/Makefile (subdir): Remove export of subdir.
40464         (all): Remove target.
40465         (.PHONY): Remove all from list.
40466         (mkinstalldirs): Remove.
40467         (.PHONY): Remove installdirs from list.
40468         ($(inst_infodir)/libc.info): Use make-target-directory.
40469         (installdirs): Remove.
40470         (subdir_%): Remove.
40471         (glibc-targets): Remove.
40472         (lib): Remove.
40473         (stubs): Remove.
40474         ($(objpfx)stubs ../po/manual.pot): Remove.
40475         ($(objpfx)stamp%): Remove.
40476         (make-target-directory): Remove.
40477         (subdir_install): Remove.
40478         (routines): Remove.
40479         (aux): Remove.
40480         (sources): Remove.
40481         (objects): Remove.
40482         (headers): Remove.
40483
40484         [BZ #13750]
40485         * manual/.gitignore: Remove, it's not needed anymore.
40486         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40487         all files in it.
40488         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40489         directory.
40490         (texis): Renamed to $(objpfx)texis.
40491         (texis-path): New, contains path to generated files.
40492         (chapters.%): Use texis-path for complete path, add extra argument
40493         libc-texinfo.sh.
40494         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40495         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40496         (summary,texi, stamp-summary): Use complete path of
40497         files. Generate files in build dir.
40498         (dir-add.texi): Build in build dir.
40499         (libm-err.texi,stamp-libm-err): Likewise.
40500         (version.texi, stamp-version): Likewise.
40501         (.%c.texi): Likewise.
40502         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40503         (mostlyclean): Remove target.
40504         (realclean): Remove target.
40505         (generated): Add new variable with contents from mostlyclean and
40506         realclean, remove entries duplicated in common-mostlyclean, add
40507         stamp-libm-err and stamp-version.
40508         (generated-dirs): Add libc directory.
40509         ($(inst_infodir)/libc.info): Install files from build dir.
40510
40511         * manual/install.texi (Configuring and compiling): Adjust since
40512         the info files are not part of the tar ball anymore.
40513
40514 2012-05-14  Andreas Jaeger  <aj@suse.de>
40515
40516         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40517         variable.
40518
40519 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40520
40521         [BZ #13717]
40522         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40523         to 2.2.0 where earlier.
40524         * sysdeps/unix/sysv/linux/configure: Regenerated.
40525         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40526         Remove conditional code.
40527         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40528         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40529         Remove conditional code.
40530         [!__NR_lchown]: Likewise.
40531         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40532         [__NR_lchown]: Likewise.
40533         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40534         comment referencing __ASSUME_LCHOWN_SYSCALL.
40535         * sysdeps/unix/sysv/linux/i386/sigaction.c
40536         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40537         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40538         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40539         Remove conditional code.
40540         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40541         (__protocol_available): Remove #if 0 code.
40542         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40543         conditional code.
40544         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40545         * sysdeps/unix/sysv/linux/kernel-features.h
40546         (__ASSUME_GETCWD_SYSCALL): Don't define.
40547         (__ASSUME_REALTIME_SIGNALS): Likewise.
40548         (__ASSUME_PREAD_SYSCALL): Likewise.
40549         (__ASSUME_PWRITE_SYSCALL): Likewise.
40550         (__ASSUME_POLL_SYSCALL): Likewise.
40551         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40552         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40553         non-SPARC.
40554         (__ASSUME_SIOCGIFNAME): Don't define.
40555         (__ASSUME_MSG_NOSIGNAL): Likewise.
40556         (__ASSUME_SENDFILE): Define unconditionally.
40557         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40558         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40559         conditional code.
40560         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40561         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40562         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40563         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40564         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40565         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40566         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40568         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40569         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40571         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40572         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40574         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40575         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40577         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40578         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40580         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40581         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40583         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40584         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40586         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40587         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40589         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40590         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40591         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40592         Remove conditional code.
40593         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40594         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40595         Remove conditional code.
40596         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40597         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40598         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40599         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40600         Remove conditional code.
40601         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40602         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40603         Remove conditional code.
40604         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40605         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40606         Remove conditional code.
40607         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40608         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40609         Remove conditional code.
40610         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40611         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40612         Remove conditional code.
40613         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40614         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40615         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40616         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40617         * sysdeps/unix/sysv/linux/sigaction.c
40618         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40619         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40620         * sysdeps/unix/sysv/linux/sigpending.c
40621         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40622         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40623         * sysdeps/unix/sysv/linux/sigprocmask.c
40624         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40625         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40626         * sysdeps/unix/sysv/linux/sigsuspend.c
40627         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40628         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40629         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40630         (__libc_missing_rt_sigs): Remove.
40631         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40632         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40633         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40634         Remove conditional code.
40635         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40636         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40637         return 1.
40638         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40639         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40640         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40641         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40642
40643 2012-05-14  Andreas Jaeger  <aj@suse.de>
40644
40645         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40646         it's not used in glibc.
40647         (__coshm1): Likewise.
40648         (__acosh1p): Likewise.
40649         (__sgn): Likewise.
40650
40651         * manual/string.texi (Copying and Concatenation): Add missing
40652         variable in concat example.
40653         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40654
40655 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40656
40657         [BZ #14103]
40658         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40659         __builtin_clzl with __builtin_clzll.
40660
40661 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40662
40663         [BZ #14104]
40664         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40665         libc_freeres_ptr.
40666
40667 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40668
40669         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40670         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40671         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40672         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40673
40674 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40675
40676         * NEWS: Update ia64 info.
40677
40678 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40679
40680         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40681         used as bcopy.
40682
40683 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40684
40685         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40686         * sysdeps/unix/syscalls.list (dup3): Likewise.
40687         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40688         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40689
40690 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40691
40692         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40693         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40694
40695 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40696
40697         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40698         thread pointer.
40699         (TLS_IE): Use mov/add instead of movq/addq to load thread
40700         pointer.
40701         (TLS_GD_PREFIX): New.
40702         (TLS_GD): Use it.
40703
40704 2012-05-11  David S. Miller  <davem@davemloft.net>
40705
40706         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40707         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40708         (_FPU_SETCW): Likewise.
40709
40710 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40711
40712         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40713         is 32-byte aligned.
40714
40715 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40716
40717         [BZ #11837]
40718         * iconvdata/gb18030.c: Update tables.
40719         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40720         characters specially.
40721         (BODY for TO_LOOP): Add encoding of missing ranges.
40722
40723 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40724
40725         [BZ #13673]
40726         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40727         * sysdeps/mach/hurd/dup3.c: Likewise.
40728         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40729         * sysdeps/powerpc/memmove.c:: Likewise.
40730
40731 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40732
40733         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40734         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40735
40736 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40737
40738         * elf/elf.h (R_X86_64_RELATIVE64): New.
40739         (R_X86_64_NUM): Updated.
40740         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40741         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40742         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40743         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40744         tst-quad1pie tst-quad2pie
40745         (modules-names): Add tst-quadmod1 tst-quadmod2.
40746         ($(objpfx)tst-quad1): New dependency.
40747         ($(objpfx)tst-quad2): Likewise.
40748         ($(objpfx)tst-quad1pie): Likewise.
40749         ($(objpfx)tst-quad2pie): Likewise.
40750         * sysdeps/x86_64/tst-quad1.c: New file.
40751         * sysdeps/x86_64/tst-quad1pie.c: New file.
40752         * sysdeps/x86_64/tst-quad2.c: Likewise.
40753         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40754         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40755         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40756         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40757         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40758
40759 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40760
40761         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40762         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40763         * streams/stropts.h (t_scalar_t): Define type.
40764
40765         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40766         (_PATH_PRESERVE): Set to "/var/lib".
40767         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40768
40769         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40770         instead of int.
40771
40772         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40773         if __dir_mkfile succeeded.
40774
40775         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40776         checking for _hurd_dtablesize.  Unlock it right after having
40777         finished _hurd_dtable allocation.
40778
40779 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40780
40781         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40782         * sysdeps/mach/hurd/configure: Regenerated.
40783         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40784         special-casing to...
40785         * sysdeps/gnu/configure.in: ... this new file.
40786         * sysdeps/unix/sysv/linux/configure: Regenerated.
40787         * sysdeps/gnu/configure: New generated file.
40788
40789         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40790         for Linux: use nsec instead of usec, as well as:
40791         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40792         members of type struct timespec.
40793         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40794         New macros.
40795         (struct stat64): Likewise.
40796         (_STATBUF_ST_NSEC): New macro.
40797         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40798
40799         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40800         __strtoul_internal rather than strtoul.
40801
40802 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40803
40804         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40805         and reject them.
40806
40807 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40808
40809         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40810         which preserves existing values.
40811         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40812
40813 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40814
40815         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40816         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40817         greater than FD_SETSIZE.
40818
40819 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40820
40821         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40822         allocated, call __vm_protect to finish enabling the existing space, and
40823         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40824         allocate the remainder.
40825
40826 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40827
40828         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40829         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40830
40831 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40832
40833         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40834         sysdeps/mach/hurd/readlink.c.
40835
40836         * posix/tst-sysconf.c (posix_options): Only use
40837         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40838         _POSIX_SYNCHRONIZED_IO when they are defined
40839         * sysdeps/mach/hurd/bits/posix_opt.h:
40840         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40841         (_XOPEN_REALTIME): Undefine macro.
40842         (_XOPEN_REALTIME_THREADS): Undefine macro.
40843         (_XOPEN_SHM): Undefine macro.
40844         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40845         macro to -1.
40846         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40847         macro to -1.
40848         (_POSIX_ASYNC_IO): Undefine macro.
40849         (_POSIX_PRIORITIZED_IO): Undefine macro.
40850         (_POSIX_SPIN_LOCKS): Define macro to -1.
40851
40852         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40853         SA_NODEFER, SA_RESETHAND.
40854         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40855         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40856         F_DUPFD_CLOEXEC.
40857
40858 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40859
40860         * elf/Makefile (pldd-modules): Define unconditionally.
40861
40862 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40863
40864         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40865
40866 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40867
40868         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40869         Return ENOENT when name is empty.
40870         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40871
40872 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40873
40874         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40875
40876         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40877
40878 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40879
40880         Fix mlock in all cases except non-readable pages.
40881         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40882         instead of VM_PROT_ALL as parameter to __vm_wire function.
40883
40884         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40885         (__mkdir): When path is `/', just fail with EEXIST.
40886         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40887
40888 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40889
40890         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40891         <sys/uio.h> (for writev).
40892         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40893         and <sys/param.h> (for MIN).
40894
40895 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40896
40897         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40898         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40899         if interrupted.
40900
40901 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40902
40903         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40904         Depend on against $(link-rpcuserlibs).
40905
40906 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40907
40908         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40909         (__libc_stack_end): Do not use attribute_relro.
40910         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40911         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40912         to libthread-provided value.
40913         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40914         attribute_relro.
40915
40916 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40917
40918         [BZ #3748]
40919         * bits/libc-lock.h (__libc_once_get): New macro.
40920         * sysdeps/mach/bits/libc-lock.h: Likewise.
40921         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40922         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40923         instead of using implementation details.
40924
40925         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40926         * libio/freopen.c: Likewise.
40927         * libio/freopen64.c: Likewise.
40928         * misc/syslog.c: Likewise.
40929         * nscd/connections.c: Likewise.
40930         * nscd/netgroupcache.c: Likewise.
40931         * sysdeps/posix/getcwd.c: Likewise.
40932
40933 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40934
40935         * math/w_ilogbf.c: Add #include <limits.h>.
40936
40937 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40938
40939         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40940         path instead of returning without unlocking.
40941
40942         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40943         immediate-write ioctls.
40944         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40945
40946 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40947
40948         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40949         __builtin_frame_address instead of making assumptions about the
40950         location of the return address relative to DATA.  Force early load of
40951         the return address.
40952         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40953         __builtin_frame_address.
40954
40955         dup3 for GNU Hurd.
40956         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40957         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40958         implement dup3 and do some further code clean-ups.
40959         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40960         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40961
40962 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40963
40964         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40965
40966         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40967         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40968         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40969         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40970         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40971         d->port.lock.
40972
40973         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40974         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40975         when handler == SIG_ERR, not when handler != SIG_ERR.
40976
40977 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40978
40979         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40980         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40981         definitions.
40982
40983         accept4 for GNU Hurd.
40984         * include/sys/socket.h (__libc_accept4): New prototype.
40985         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40986         to implement __libc_accept4.
40987         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40988         __libc_accept4.
40989         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40990
40991         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40992         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40993         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40994         signal-defines.sym.
40995
40996 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40997
40998         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40999
41000 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41001
41002         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41003         assertion on O_CLOEXEC flag.
41004         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41005         * hurd/intern-fd.c: Likewise.
41006         * hurd/port2fd.c: Likewise.
41007
41008 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41009
41010         [BZ #3906]
41011         * bits/in.h (IPV6_PKTINFO): Define new macro.
41012         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41013
41014 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41015
41016         [BZ #13954]
41017         [BZ #13955]
41018         [BZ #13956]
41019         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41020         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41021         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41022         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41023         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41024         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41025         * math/libm-test.inc (logb_test) : Additional logb tests.
41026
41027 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41028             Andreas Jaeger  <aj@suse.de>
41029
41030         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41031         * configure: Regenerated.
41032         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41033         * config.make.in (link-obsolete-rpc): New substituted variable.
41034         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41035         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41036         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41037         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41038         so that libc.a contains the symbols.
41039         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41040         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41041         * sunrpc/auth_none.c: Likewise.
41042         * sunrpc/auth_unix.c: Likewise.
41043         * sunrpc/authdes_prot.c: Likewise.
41044         * sunrpc/authuxprot.c: Likewise.
41045         * sunrpc/clnt_gen.c: Likewise.
41046         * sunrpc/clnt_perr.c: Likewise.
41047         * sunrpc/clnt_raw.c: Likewise.
41048         * sunrpc/clnt_simp.c: Likewise.
41049         * sunrpc/clnt_tcp.c: Likewise.
41050         * sunrpc/clnt_udp.c: Likewise.
41051         * sunrpc/clnt_unix.c: Likewise.
41052         * sunrpc/des_crypt.c: Likewise.
41053         * sunrpc/des_soft.c: Likewise.
41054         * sunrpc/get_myaddr.c: Likewise.
41055         * sunrpc/key_call.c: Likewise.
41056         * sunrpc/key_prot.c: Likewise.
41057         * sunrpc/netname.c: Likewise.
41058         * sunrpc/pm_getmaps.c: Likewise.
41059         * sunrpc/pm_getport.c: Likewise.
41060         * sunrpc/pmap_clnt.c: Likewise.
41061         * sunrpc/pmap_prot.c: Likewise.
41062         * sunrpc/pmap_prot2.c: Likewise.
41063         * sunrpc/pmap_rmt.c: Likewise.
41064         * sunrpc/publickey.c: Likewise.
41065         * sunrpc/rpc_cmsg.c: Likewise.
41066         * sunrpc/rpc_common.c: Likewise.
41067         * sunrpc/rpc_dtable.c: Likewise.
41068         * sunrpc/rpc_prot.c: Likewise.
41069         * sunrpc/rpc_thread.c: Likewise.
41070         * sunrpc/rtime.c: Likewise.
41071         * sunrpc/svc.c: Likewise.
41072         * sunrpc/svc_auth.c: Likewise.
41073         * sunrpc/svc_raw.c: Likewise.
41074         * sunrpc/svc_run.c: Likewise.
41075         * sunrpc/svc_tcp.c: Likewise.
41076         * sunrpc/svc_udp.c: Likewise.
41077         * sunrpc/svc_unix.c: Likewise.
41078         * sunrpc/svcauth_des.c: Likewise.
41079         * sunrpc/xcrypt.c: Likewise.
41080         * sunrpc/xdr.c: Likewise.
41081         * sunrpc/xdr_array.c: Likewise.
41082         * sunrpc/xdr_float.c: Likewise.
41083         * sunrpc/xdr_intXX_t.c: Likewise.
41084         * sunrpc/xdr_mem.c: Likewise.
41085         * sunrpc/xdr_rec.c: Likewise.
41086         * sunrpc/xdr_ref.c: Likewise.
41087         * sunrpc/xdr_sizeof.c: Likewise.
41088         * sunrpc/xdr_stdio.c: Likewise.
41089
41090 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41091
41092         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41093         change.  Update copyright years.
41094
41095 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41096
41097         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41098
41099 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41100             Joseph Myers  <joseph@codesourcery.com>
41101             Paul Pluzhnikov  <ppluzhnikov@google.com>
41102
41103         [BZ #14012]
41104         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41105         requiring rpcgen.
41106         [cross-compiling] (extra-libs): Likewise.
41107         [cross-compiling] (extra-libs-others): Likewise.
41108         [cross-compiling] (librpcsvc-routines): Likewise.
41109         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41110         [cross-compiling] (omit-deps): Likewise.
41111         (sunrpc-CPPFLAGS): New variable.
41112         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41113         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41114         (cross-rpcgen-objs): New variable.
41115         (extra-objs): Append $(cross-rpcgen-objs).
41116         ($(cross-rpcgen-objs)): New rule.
41117         ($(objpfx)cross-rpcgen): Likewise.
41118         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41119         comment.
41120         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41121         ($(objpfx)x%.stmp): Likewise.
41122         * sunrpc/proto.h [IS_IN_build] (_): Define.
41123         [IS_IN_build] (_libc_intl_domainname): Likewise.
41124
41125 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41126
41127         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41128         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41129         and R_X86_64_TPOFF64.
41130
41131 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41132
41133         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41134         sysdeps/unix/sysv/syscalls.list.
41135         (stime): Likewise.
41136         (utime): Likewise.
41137         * sysdeps/unix/sysv/syscalls.list: Remove file.
41138
41139 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41140
41141         [BZ #3440]
41142         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41143         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41144         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41145         (__LC_IDENTIFICATION): Make these macros useful in #if
41146         expressions, as required by C99.
41147
41148 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41149
41150         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41151         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41152         after this.
41153
41154 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41155
41156         * stdlib/longlong.h: Updated from GCC.
41157
41158 2012-05-09  Andreas Jaeger  <aj@suse.de>
41159
41160         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41161         default is first entry.
41162         (run_mode): Set type.
41163         (main): Remove informal message about syslog.
41164         (options): Fix typo.
41165
41166         [BZ #14053]
41167         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41168         to asm.
41169         (lrint): Likewise.
41170         (llrintf): Likewise.
41171         (llrint): Likewise.
41172         (rint): Likewise.
41173         (rintf): Likewise.
41174         (nearbyint): Likewise.
41175         (nearbyintf): Likewise.
41176
41177 2012-05-09  Andreas Jaeger  <aj@suse.de>
41178             Pedro Alves  <palves@redhat.com>
41179
41180         * nscd/nscd.c (run_mode): Use enum.
41181         (main): Cleanup coding style issue.
41182
41183 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41184             Andreas Jaeger  <aj@suse.de>
41185
41186         * nscd/nscd.c (go_background): Replaced with...
41187         (run_mode): ... this.
41188         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41189         (options): Add -F --foreground.
41190         (main): Implement it.
41191         (parse_opt): Parse it.
41192
41193 2012-05-09  Andreas Jaeger  <aj@suse.de>
41194
41195         [BZ #14083]
41196         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41197         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41198         -Wconversion warning.
41199         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41200         Likewise.
41201
41202 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41203
41204         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41205         == 0.
41206         (LC_ALL): Use macro-int-constant.
41207         (LC_COLLATE): Likewise.
41208         (LC_CTYPE): Likewise.
41209         (LC_MESSAGES): Likewise.
41210         (LC_MONETARY): Likewise.
41211         (LC_NUMERIC): Likewise.
41212         (LC_TIME): Likewise.
41213         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41214         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41215         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41216         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41217         Specify type.
41218         [C99-based standards] (float_t): Expect type.
41219         [C99-based standards] (double_t): Expect type.
41220         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41221         type.
41222         [C99-based standards] (HUGE_VALL): Likewise.
41223         [C99-based standards] (INFINITY): Likewise.
41224         [C99-based standards] (NAN): Likewise.
41225         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41226         [C99-based standards] (FP_NAN): Likewise.
41227         [C99-based standards] (FP_NORMAL): Likewise.
41228         [C99-based standards] (FP_SUBNORMAL): Likewise.
41229         [C99-based standards] (FP_ZERO): Likewise.
41230         [C99-based standards] (FP_FAST_FMA): Use
41231         optional-macro-int-constant.  Specify type.  Require == 1.
41232         [C99-based standards] (FP_FAST_FMAF): Likewise.
41233         [C99-based standards] (FP_FAST_FMAL): Likewise.
41234         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41235         [C99-based standards] (FP_ILOGBNAN): Likewise.
41236         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41237         Specify type.
41238         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41239         [C99-based standards] (math_errhandling): Specify type.
41240         [ISO99 || ISO11] (signgam): Do not allow.
41241         [non-C99-based standards] (copysignf): Do not allow.
41242         [non-C99-based standards] (exp2f): Likewise.
41243         [non-C99-based standards] (log2f): Likewise.
41244         [non-C99-based standards] (modff): Allow.
41245         [non-C99-based standards] (erff): Do not allow.
41246         [non-C99-based standards] (erfcf): Likewise.
41247         [non-C99-based standards] (gammaf): Likewise.
41248         [non-C99-based standards] (hypotf): Likewise.
41249         [non-C99-based standards] (j0f): Likewise.
41250         [non-C99-based standards] (j1f): Likewise.
41251         [non-C99-based standards] (jnf): Likewise.
41252         [non-C99-based standards] (lgammaf): Likewise.
41253         [non-C99-based standards] (tgammaf): Likewise.
41254         [non-C99-based standards] (y0f): Likewise.
41255         [non-C99-based standards] (y1f): Likewise.
41256         [non-C99-based standards] (ynf): Likewise.
41257         [non-C99-based standards] (isnanf): Likewise.
41258         [non-C99-based standards] (acoshf): Likewise.
41259         [non-C99-based standards] (asinhf): Likewise.
41260         [non-C99-based standards] (atanhf): Likewise.
41261         [non-C99-based standards] (cbrtf): Likewise.
41262         [non-C99-based standards] (expm1f): Likewise.
41263         [non-C99-based standards] (ilogbf): Likewise.
41264         [non-C99-based standards] (log1pf): Likewise.
41265         [non-C99-based standards] (logbf): Likewise.
41266         [non-C99-based standards] (nextafterf): Likewise.
41267         [non-C99-based standards] (remainderf): Likewise.
41268         [non-C99-based standards] (rintf): Likewise.
41269         [non-C99-based standards] (scalbf): Likewise.
41270         [non-C99-based standards] (copysignl): Likewise.
41271         [non-C99-based standards] (exp2l): Likewise.
41272         [non-C99-based standards] (log2l): Likewise.
41273         [non-C99-based standards] (modfl): Allow.
41274         [non-C99-based standards] (erfl): Do not allow.
41275         [non-C99-based standards] (erfcl): Likewise.
41276         [non-C99-based standards] (gammal): Likewise.
41277         [non-C99-based standards] (hypotl): Likewise.
41278         [non-C99-based standards] (j0l): Likewise.
41279         [non-C99-based standards] (j1l): Likewise.
41280         [non-C99-based standards] (jnl): Likewise.
41281         [non-C99-based standards] (lgammal): Likewise.
41282         [non-C99-based standards] (tgammal): Likewise.
41283         [non-C99-based standards] (y0l): Likewise.
41284         [non-C99-based standards] (y1l): Likewise.
41285         [non-C99-based standards] (ynl): Likewise.
41286         [non-C99-based standards] (isnanl): Likewise.
41287         [non-C99-based standards] (acoshl): Likewise.
41288         [non-C99-based standards] (asinhl): Likewise.
41289         [non-C99-based standards] (atanhl): Likewise.
41290         [non-C99-based standards] (cbrtl): Likewise.
41291         [non-C99-based standards] (expm1l): Likewise.
41292         [non-C99-based standards] (ilogbl): Likewise.
41293         [non-C99-based standards] (log1pl): Likewise.
41294         [non-C99-based standards] (logbl): Likewise.
41295         [non-C99-based standards] (nextafterl): Likewise.
41296         [non-C99-based standards] (remainderl): Likewise.
41297         [non-C99-based standards] (rintl): Likewise.
41298         [non-C99-based standards] (scalbl): Likewise.
41299         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41300         [non-C99-based standards] (FP_*): Do not allow.
41301         [C99-based standards] (FP_*): Change to
41302         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41303         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41304         allow.
41305         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41306         (SIG_ERR): Likewise.
41307         [X/Open-based standards] (SIG_HOLD): Likewise.
41308         (SIG_IGN): Likewise.
41309         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41310         positive value.
41311         (SIGFPE): Likewise.
41312         (SIGILL): Likewise.
41313         (SIGINT): Likewise.
41314         (SIGSEGV): Likewise.
41315         (SIGTER): Likewise.
41316         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41317         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41318         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41319         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41320         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41321         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41322         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41323         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41324         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41325         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41326         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41327         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41328         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41329         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41330         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41331         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41332         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41333         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41334         [X/Open-based standards] (SIGTRAP): Likewise.
41335         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41336         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41337         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41338         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41339         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41340         allow.
41341
41342 2012-05-08  Ian Wienand  <ianw@vmware.com>
41343
41344         [BZ #14080]
41345         * time/tzset.c (__tzset_parse_tz): Update default rules for
41346         daylight time changes in the Energy Policy Act of 2005.
41347
41348 2012-05-09  Andreas Jaeger  <aj@suse.de>
41349
41350         [BZ #13983]
41351         * elf/ldconfig.c (parse_conf): Change string to make clear that
41352         ldconfig only issued a warning if ld.so.conf does not exist.
41353
41354 2012-05-08  David S. Miller  <davem@davemloft.net>
41355
41356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41357         movxtod instead of popping the value on the stack.
41358
41359         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41360
41361 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41362
41363         * config.h.in: Add HAVE_ARM_PCS_VFP.
41364
41365 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41366
41367         [BZ #13979]
41368         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41369         checking but the checks are disabled for any reason.
41370
41371 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41372
41373         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41374         and ELF64_R_TYPE with ELFW(R_TYPE).
41375
41376 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41377
41378         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41379         (ulimit): Likewise.
41380
41381         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41382         (settimeofday): Likewise.
41383
41384 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41385
41386         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41387         a struct th_u2 inside the union, and move tu_block/tu_code into
41388         a new th_u3 union of tu_block/tu_code inside of that.  Move
41389         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41390         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41391         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41392         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41393         (th_stuff): Change to th_u1.tu_stuff.
41394         (th_data): Define.
41395         (th_msg): Change to th_u1.th_u2.tu_data.
41396
41397 2012-05-07  David S. Miller  <davem@davemloft.net>
41398
41399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41400
41401         [BZ #14074]
41402         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41403         (SETUP_PIC_REG): Use it.
41404         (SETUP_PIC_REG_LEAF): Use it.
41405
41406 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41407
41408         [BZ #13885]
41409         [BZ #13923]
41410         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41411         USE_AS_EXPM1L.
41412         (EXPL_FINITE): Likewise.
41413         (FLDLOG): Likewise.
41414         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41415         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41416         e_expl.S.
41417         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41418         USE_AS_EXPM1L.
41419         (EXPL_FINITE): Likewise.
41420         (FLDLOG): Likewise.
41421         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41422         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41423         e_expl.S.
41424         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41425         test of -max_value argument for long double.
41426         * sysdeps/i386/fpu/libm-test-ulps: Update.
41427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41428
41429 2012-05-06  David S. Miller  <davem@davemloft.net>
41430
41431         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41432         quad soft-float symbols whose references which are compiler
41433         generated.
41434         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41435
41436 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41437
41438         [BZ #13884]
41439         [BZ #13914]
41440         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41441         USE_AS_EXP10L.
41442         (EXPL_FINITE): Likewise.
41443         (FLDLOG): Likewise.
41444         (c0): Likewise.
41445         (c1): Likewise.
41446         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41447         Adjust comments for base varying.
41448         (__expl_finite): Change alias to EXPL_FINITE.
41449         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41450         e_expl.S.
41451         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41452         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41453         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41454         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41455         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41456         USE_AS_EXP10L.
41457         (EXPL_FINITE): Likewise.
41458         (FLDLOG): Likewise.
41459         (c0): Likewise.
41460         (c1): Likewise.
41461         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41462         Adjust comments for base varying.
41463         (__expl_finite): Change alias to EXPL_FINITE.
41464         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41465         tests for bugs.
41466         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41467
41468         [BZ #14064]
41469         * math/libm-test.inc (check_float_internal): Correct ulp
41470         calculation for subnormal expected results.
41471
41472 2012-05-06  Andreas Jaeger  <aj@suse.de>
41473
41474         * Makeconfig (+math-flags): New, set to -frounding-math.
41475         (+cflags): Add +math-flags so that all of glibc gets compiled with
41476         it.
41477
41478         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41479
41480 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41481
41482         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41483         Disable one test.
41484
41485         [BZ #13787]
41486         [BZ #13922]
41487         [BZ #14036]
41488         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41489         (__ieee754_expl): Allow for and saturate large arguments.
41490         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41491         (u_threshold): Likewise.
41492         (__exp): Call __ieee754_exp before checking for overflow and
41493         underflow.
41494         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41495         (u_threshold): Likewise.
41496         (__expf): Call __ieee754_expf before checking for overflow and
41497         underflow.
41498         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41499         (u_threshold): Likewise.
41500         (__expl): Call __ieee754_expl before checking for overflow and
41501         underflow.
41502         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41503         (__ieee754_expl): Allow for and saturate large arguments.
41504         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41505         missing overflow exception on overflow.
41506         (expm1_test): Do not allow missing overflow exception on overflow.
41507
41508         * sysdeps/i386/fpu/e_expl.c: Move to ...
41509         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41510         rather than using inline asm.
41511         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41512         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41513         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41514
41515         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41516         (nice): Likewise.
41517         (poll): Likewise.
41518         (signal): Likewise.
41519         (time): Likewise.
41520         (times): Likewise.
41521
41522 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41523
41524         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41525         sysdeps/unix/common/syscalls.list.
41526         (fchmod): Likewise.
41527         (fchown): Likewise.
41528         (ftruncate): Likewise.
41529         (getrusage): Likewise.
41530         (gettimeofday): Likewise.
41531         (setpgid): Likewise.
41532         (setregid): Likewise.
41533         (setreuid): Likewise.
41534         (sigaction): Likewise.
41535         (truncate): Likewise.
41536         (vhangup): Likewise.
41537         * sysdeps/unix/common/syscalls.list: Remove file.
41538         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41539         * sysdeps/unix/sysv/linux/Implies: Likewise.
41540
41541 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41542
41543         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41544         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41545         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41546         Moved to ...
41547         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41548         Here.
41549         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41550         to ...
41551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41552         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41553         to ...
41554         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41555         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41556         to ...
41557         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41558         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41559         to ...
41560         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41561         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41562         to ...
41563         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41564         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41565         to ...
41566         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41567         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41568         to ...
41569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41570         Here.
41571         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41572         to ...
41573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41574         Here.
41575         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41576         to ...
41577         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41578         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41579         Moved to ...
41580         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41581         Here.
41582         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41583         to ...
41584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41585
41586 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41587
41588         * sysdeps/unix/common/bits/dirent.h: Remove file.
41589         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41590
41591         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41592         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41593         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41594         * sysdeps/unix/bsd/isatty.c: Likewise.
41595         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41596         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41597         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41598
41599 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41600
41601         [BZ #13563]
41602         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41603         long double comparison inaccuracies.
41604         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41605         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41606
41607 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41608
41609         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41610         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41611
41612 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41613
41614         [BZ #14049]
41615         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41616         nonzero digits before rounding a hex value.
41617         * stdlib/tst-strtod.c (tests): Add another test.
41618
41619 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41620
41621         * sysdeps/s390/fpu/libm-test-ulps: Update.
41622
41623 2012-05-03  Andreas Jaeger  <aj@suse.de>
41624
41625         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41626         does not get optimized out.
41627         (malloc_opt_barrier): New.
41628
41629 2012-05-03  Andreas Jaeger  <aj@suse.de>
41630             Roland McGrath  <roland@hack.frob.com>
41631
41632         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41633         intermediate file deletion.
41634         (generated): Add .symlist files.
41635
41636 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41637
41638         [BZ #13775]
41639         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41640         Redirect under this condition.
41641         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41642         [__USE_GNU] (__dprintf_chk): Not under this condition.
41643         [__USE_GNU] (__vdprintf_chk): Likewise.
41644         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41645         under this condition.
41646         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41647         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41648         [__USE_XOPEN2K8] (vdprintf): Likewise.
41649         [__USE_GNU] (__dprintf_chk): Not under this condition.
41650         [__USE_GNU] (__vdprintf_chk): Likewise.
41651         [__USE_GNU] (dprintf): Likewise.
41652         [__USE_GNU] (vdprintf): Likewise.
41653
41654 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41655
41656         * elf/Makefile (common-generated): Set this instead of generated for
41657         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41658         $(all-built-dso)-derived lists.
41659
41660 2012-05-03  Andreas Jaeger  <aj@suse.de>
41661
41662         * sysdeps/i386/fpu/libm-test-ulps: Update.
41663
41664         * FAQ: Removed.
41665         * FAQ.in: Likewise.
41666         * scripts/gen-FAQ.pl: Likewise.
41667         * manual/install.texi (Installation): Point to online location of
41668         FAQ.
41669         * Makefile (files-for-dist): Remove FAQ.
41670         (FAQ): Remove.
41671
41672 2012-05-02  Allan McRae  <allan@archlinux.org>
41673
41674         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41675         (LDFLAGS-reldepmod5.so): Likewise.
41676         (LDFLAGS-reldep6mod1.so): Likewise.
41677         (LDFLAGS-reldep6mod4.so): Likewise.
41678         (LDFLAGS-reldep8mod3.so): Likewise.
41679         (LDFLAGS-unload4mod1.so): Likewise.
41680         (LDFLAGS-unload4mod2.so): Likewise.
41681         (LDFLAGS-tst-initorder): Likewise.
41682         (LDFLAGS-tst-initordera2.so): Likewise.
41683         (LDFLAGS-tst-initordera3.so): Likewise.
41684         (LDFLAGS-tst-initordera4.so): Likewise.
41685         (LDFLAGS-tst-initorderb2.so): Likewise.
41686         (LDFLAGS-noload): Likewise.
41687         (LDFLAGS-next): Likewise.
41688         (LDFLAGS-order2mod1.so): Likewise.
41689         (LDFLAGS-order2mod2.so): Likewise.
41690         (LDFLAGS-tst-initorder2): Likewise.
41691         (LDFLAGS-tst-initorder2a.so): Likewise.
41692         (LDFLAGS-tst-initorder2b.so): Likewise.
41693         (LDFLAGS-tst-initorder2c.so): Likewise.
41694         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41695
41696 2012-05-02  David S. Miller  <davem@davemloft.net>
41697
41698         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41699
41700 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41701
41702         [BZ #14055]
41703         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41704
41705 2012-05-02  Andreas Jaeger  <aj@suse.de>
41706
41707         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41708         since we manipulate rounding mode.
41709         (CPPFLAGS-test-idouble.c): Likewise.
41710         (CPPFLAGS-test-ifloat.c): Likewise.
41711         (CFLAGS-test-ldouble.c): Likewise.
41712         (CFLAGS-test-double.c): Likewise.
41713         (CFLAGS-test-float.c): Likewise.
41714         (CFLAGS-test-misc.c): Likewise.
41715         (CFLAGS-test-test-fenv.c): Likewise.
41716
41717 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41718
41719         [BZ #2550]
41720         [BZ #2570]
41721         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41722         comparisons to determine direction to adjust input.
41723
41724 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41725
41726         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41727         output to the target.
41728
41729         * scripts/localplt.awk: New file.
41730         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41731         (check-localplt-CFLAGS): Variable removed.
41732         ($(all-built-dso:=.jmprel)): New static pattern rule.
41733         (generated): Add those targets.
41734         (localplt-built-dso): New variable.
41735         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41736
41737         * elf/check-localplt.c: File removed.
41738
41739         * scripts/check-execstack.awk: New file.
41740         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41741         (check-execstack-CFLAGS): Variable removed.
41742         ($(objpfx)check-execstack.h): Target removed.
41743         ($(objpfx)execstack-default): New target.
41744         (generated): Add that instead of check-execstack.h.
41745         ($(all-built-dso:=.phdr)): New static pattern rule.
41746         (generated): Add those targets.
41747         * elf/check-execstack.c: File removed.
41748
41749         * scripts/check-textrel.awk: New file.
41750         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41751         (check-textrel-CFLAGS): Variable removed.
41752         (all-built-dso): Use := to define.o
41753         ($(all-built-dso:=.dyn)): New static pattern rule.
41754         (generated): Add those targets.
41755         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41756         * config.make.in (READELF): New substituted variable.
41757         * elf/check-textrel.c: File removed.
41758
41759 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41760
41761         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41762         allow.
41763         * conform/data/ctype.h-data [C99-based standards] (isblank):
41764         Expect function.
41765         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41766         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41767         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41768         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41769         Specify type.  Require positive value.
41770         (EILSEQ): Likewise.
41771         (ERANGE): Likewise.
41772         [ISO || POSIX] (EILSEQ): Do not expect.
41773         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41774         Specify type.  Require positive value.
41775         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41776         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41777         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41778         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41779         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41780         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41781         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41782         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41783         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41784         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41785         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41786         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41787         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41788         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41789         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41790         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41791         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41792         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41793         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41794         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41795         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41796         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41797         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41798         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41799         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41800         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41801         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41802         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41803         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41804         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41805         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41806         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41807         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41808         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41809         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41810         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41811         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41812         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41813         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41814         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41815         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41816         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41817         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41818         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41819         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41820         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41821         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41822         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41823         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41824         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41825         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41826         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41827         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41828         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41829         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41830         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41831         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41832         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41833         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41834         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41835         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41836         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41837         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41838         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41839         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41840         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41841         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41842         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41843         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41844         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41845         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41846         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41847         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41848         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41849         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41850         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41851         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41852         Require >= 2.
41853         (FLT_ROUNDS): Expect as macro, not constant.
41854         (FLT_MANT_DIG): Use macro-int-constant.
41855         (DBL_MANT_DIG): Likewise.
41856         (LDBL_MANT_DIG): Likewise.
41857         (FLT_DIG): Likewise.
41858         (DBL_DIG): Likewise.
41859         (LDBL_DIG): Likewise.
41860         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41861         (DBL_MIN_EXP): Likewise.
41862         (LDBL_MIN_EXP): Likewise.
41863         (FLT_MAX_EXP): Use macro-int-constant.
41864         (DBL_MAX_EXP): Likewise.
41865         (LDBL_MAX_EXP): Likewise.
41866         (FLT_MAX_10_EXP): Likewise.
41867         (DBL_MAX_10_EXP): Likewise.
41868         (LDBL_MAX_10_EXP): Likewise.
41869         (FLT_MAX): Use macro-constant.
41870         (DBL_MAX): Likewise.
41871         (LDBL_MAX): Likewise.
41872         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41873         (DBL_EPSILON): Likewise.
41874         (LDBL_EPSILON): Likewise.
41875         (FLT_MIN): Likewise.
41876         (DBL_MIN): Likewise.
41877         (LDBL_MIN): Likewise.
41878         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41879         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41880         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41881         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41882         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41883         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41884         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41885         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41886         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41887         [ISO11] (FLT_TRUE_MIN): Likewise.
41888         [ISO11] (LDBL_TRUE_MIN): Likewise.
41889         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41890         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41891         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41892         (SCHAR_MAX): Likewise.
41893         (UCHAR_MAX): Likewise.
41894         (CHAR_MIN): Likewise.
41895         (CHAR_MAX): Likewise.
41896         (MB_LEN_MAX): Use macro-int-constant.
41897         (SHRT_MIN): Use macro-int-constant.  Specify type.
41898         (SHRT_MAX): Likewise.
41899         (USHRT_MAX): Likewise.
41900         (INT_MAX): Likewise.
41901         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41902         bound negative.
41903         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41904         bound with "U".
41905         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41906         bound with "L".
41907         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41908         bound negative.  Suffix upper bound with "L".
41909         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41910         bound with "UL".
41911         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41912         Specify type.
41913         [C99-based standards] (LLONG_MAX): Likewise.
41914         [C99-based standards] (ULLONG_MAX): Likewise.
41915         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41916         == 0.
41917         [ISO11] (max_align_t): Require type.
41918         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41919
41920         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41921         from $CFLAGS, without defining away __attribute__ calls.
41922         (checknamespace): Use $CFLAGS_namespace.
41923
41924         * conform/conformtest.pl (@keywords): Only include C99 keywords
41925         for standards based on C99 or C11.
41926
41927         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41928         Disable tests.
41929         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41930         UNIX98]: Likewise.
41931
41932         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41933         usability of symbols in #if.
41934
41935         * conform/conformtest.pl: If macro or constant types start
41936         "promoted:", expect the symbol to be of the following type
41937         promoted by the integer promotions.
41938
41939         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41940         in one place.  Also handle "macro-constant".
41941
41942         * conform/conformtest.pl: Only accept expected macro values with
41943         "==".  Parse all "macro" lines in one place.
41944         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41945
41946         * conform/conformtest.pl: Handle braced types on "constant" lines
41947         instead of handling "typed-constant".
41948         * conform/data/signal.h-data: Use "constant" instead of
41949         "typed-constant".
41950
41951         * conform/conformtest.pl: Handle "optional-" at start of lines in
41952         one place rather than duplicating several cases.  Handle each
41953         format of "macro" line with initial "optional-".
41954
41955         * conform/conformtest.pl: Only accept expected constant or
41956         optional-constant values with "==".  Parse all "constant" lines in
41957         one place.  Parse all "optional-constant" lines in one place.
41958         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41959         * conform/data/fmtmsg.h-data: Likewise.
41960         * conform/data/netinet/in.h-data: Likewise.
41961         * conform/data/tar.h-data: Likewise.
41962         * conform/data/limits.h-data: Use "==" form on "constant" and
41963         "optional-constant" lines.
41964
41965         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41966         Use -std=c99 for XOPEN2K.
41967         (@knownproblems): Remove.
41968         (newtoken): Don't check %isknown.
41969
41970         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41971         Do not expect macro.
41972         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41984         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41985         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42002         [XPG3] (acosh): Likewise.
42003         [XPG3] (asinh): Likewise.
42004         [XPG3] (atanh): Likewise.
42005         [XPG3] (cbrt): Likewise.
42006         [XPG3] (expm1): Likewise.
42007         [XPG3] (ilogb): Likewise.
42008         [XPG3] (log1p): Likewise.
42009         [XPG3] (logb): Likewise.
42010         [XPG3] (nextafter): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42013         [XPG3] (remainder): Likewise.
42014         [XPG3] (rint): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42022         [UNIX98 || XOPEN2K] (scalb): Expect.
42023         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42024         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42091         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42092         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42093         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42094         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42095         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42096         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42097         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42098         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42101         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42102         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42110         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42111         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42112         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42113         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42114         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42115         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42116         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42117         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42118         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42119         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42120         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42121         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42122         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42123         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42124         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42125         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42126         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42127         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42128         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42129         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42130         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42131         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42132         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42133         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42134         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42135         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42136         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42137         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42138         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42139         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42140         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42141         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42142         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42143         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42144         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42145         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42146         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42147         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42148         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42149         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42150         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42151         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42152         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42153         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42154         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42155         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42156         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42157         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42158         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42159         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42160
42161         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42162         _XOPEN_SOURCE_EXTENDED for XPG4.
42163
42164         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42165
42166         * Makeconfig (localtime): Remove variable.
42167         (inst_localtime-file): Likewise.
42168
42169 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42170
42171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42172         Update.
42173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42174         Update.
42175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42176         Update.
42177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42178         Update.
42179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42180         Update.
42181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42182         Update.
42183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42184         Update.
42185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42186         Update.
42187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42188         Update.
42189
42190 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42191
42192         [BZ #2550]
42193         [BZ #2570]
42194         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42195         comparisons to determine direction to adjust input.
42196         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42197         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42198         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42199         Likewise.
42200         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42201         Likewise.
42202         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42203         Likewise.
42204         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42205         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42206         Likewise.
42207         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42208         Likewise.
42209         * math/libm-test.inc (nexttoward_test): Add more tests.
42210
42211 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42212
42213         [BZ #14040]
42214         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42215         in version GLIBC_2.1, not GLIBC_2.0.
42216         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42217         Likewise.
42218
42219 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42220
42221         [BZ #13942]
42222         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42223         (1 - x) * (1 + x).
42224         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42225         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42226         * math/libm-test.inc (acos_test): Add more tests.
42227         (asin_test): Likewise.
42228         * sysdeps/i386/fpu/libm-test-ulps: Update.
42229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42230
42231         [BZ #14034]
42232         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42233         of square root.
42234         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42235         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42236         * math/libm-test.inc (acos_test_tonearest): New function.
42237         (acos_test_towardzero): Likewise.
42238         (acos_test_downward): Likewise.
42239         (acos_test_upward): Likewise.
42240         (asin_test_tonearest): Likewise.
42241         (asin_test_towardzero): Likewise.
42242         (asin_test_downward): Likewise.
42243         (asin_test_upward): Likewise.
42244         (main): Call the new functions.
42245         * sysdeps/i386/fpu/libm-test-ulps: Update.
42246         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42247
42248         [BZ #13884]
42249         [BZ #13924]
42250         * math/e_exp10.c: Include <float.h>.
42251         (__ieee754_exp10): Handle underflow here rather than multiplying
42252         large negative argument by M_LN10.
42253         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42254         of __ieee754_expf.
42255         * math/e_exp10l.c: Include <float.h>.
42256         (__ieee754_exp10l): Handle underflow here rather than multiplying
42257         large negative argument by M_LN10l.
42258         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42259         spurious overflow exception on underflow.
42260
42261 2012-04-29  Marek Polacek  <polacek@redhat.com>
42262
42263         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42264         (__fortify_function): New macro.
42265         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42266         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42267         __extern_always_inline.
42268         * libio/bits/stdio2.h: Likewise.
42269         * libio/bits/stdio.h: Likewise.
42270         * string/string.h: Likewise.
42271         * string/bits/string3.h: Likewise.
42272         * include/stdio.h: Likewise.
42273         * stdlib/bits/stdlib.h: Likewise.
42274         * stdlib/stdlib.h: Likewise.
42275         * rt/bits/mqueue2.h: Likewise.
42276         * rt/mqueue.h: Likewise.
42277         * posix/bits/unistd.h: Likewise.
42278         * posix/unistd.h: Likewise.
42279         * io/bits/poll2.h: Likewise.
42280         * io/bits/fcntl2.h: Likewise.
42281         * io/fcntl.h: Likewise.
42282         * io/sys/poll.h: Likewise.
42283         * misc/bits/syslog.h: Likewise.
42284         * misc/bits/syslog-ldbl.h: Likewise.
42285         * misc/sys/syslog.h: Likewise.
42286         * socket/bits/socket2.h: Likewise.
42287         * socket/sys/socket.h: Likewise.
42288         * debug/tst-chk1.c: Likewise.
42289         * wcsmbs/bits/wchar2.h: Likewise.
42290         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42291         * wcsmbs/wchar.h: Likewise.
42292
42293 2012-04-29  Andreas Jaeger  <aj@suse.de>
42294
42295         * Makerules (tests): Remove enable-check-abi protection.
42296         (check-abi-warn): Remove.
42297         (check-abi-%): Remove check-abi-warn usage.
42298
42299         * configure.in: Remove check-abi configure option.
42300         * configure: Regenerated.
42301         * config.make.in (enable-check-abi): Remove.
42302
42303 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42304
42305         [BZ #14033]
42306         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42307         double functions to double *_finite functions.
42308
42309         [BZ #13941]
42310         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42311         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42312         LDBL_MIN_EXP.
42313         * stdio-common/Makefile (tests): Add tst-sprintf3.
42314         * stdio-common/tst-sprintf3.c: New file.
42315
42316         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42317         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42318
42319 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42320
42321         * conform/conformtest.pl: Remove duplicate typed-constant
42322         handling.
42323
42324 2012-04-28  David S. Miller  <davem@davemloft.net>
42325
42326         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42327         (check-abi-%): Remove AWK script prerequisite and explicit
42328         abilist directory.
42329         (check-abi): Rewrite to just diff the symlist with the abilist.
42330         (config-tls, config-abi-config): Delete, no longer used.
42331         (update-abi-%): Remove AWK script and explicit abilist directory.
42332         (update-abi): Rewrite to simply compare and conditionally copy the
42333         symlist and the sysdep abilist file.  Remove update-abi-config
42334         checks.
42335         * abilist/ld.abilist: Remove.
42336         * abilist/libBrokenLocale.abilist: Remove.
42337         * abilist/libanl.abilist: Remove.
42338         * abilist/libcrypt.abilist: Remove.
42339         * abilist/libdl.abilist: Remove.
42340         * abilist/librt.abilist: Remove.
42341         * abilist/libthread_db.abilist: Remove.
42342         * abilist/libutil.abilist: Remove.
42343         * scripts/extract-abilist.awk: Remove.
42344         * scripts/merge-abilist.awk: Remove.
42345         * sysdeps/generic/libcidn.abilist: New file.
42346         * sysdeps/generic/libnss_compat.abilist: New file.
42347         * sysdeps/generic/libnss_db.abilist: New file.
42348         * sysdeps/generic/libnss_dns.abilist: New file.
42349         * sysdeps/generic/libnss_files.abilist: New file.
42350         * sysdeps/generic/libnss_hesiod.abilist: New file.
42351         * sysdeps/generic/libnss_nis.abilist: New file.
42352         * sysdeps/generic/libnss_nisplus.abilist: New file.
42353         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42354         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42355         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42356         file.
42357         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42358         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42359         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42360         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42361         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42362         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42363         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42364         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42365         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42366         file.
42367         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42368         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42369         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42370         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42371         file.
42372         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42373         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42374         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42375         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42376         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42377         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42378         file.
42379         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42380         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42381         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42382         file.
42383         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42384         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42385         New file.
42386         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42387         New file.
42388         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42389         New file.
42390         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42391         New file.
42392         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42393         New file.
42394         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42395         New file.
42396         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42397         New file.
42398         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42399         New file.
42400         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42401         New file.
42402         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42403         New file.
42404         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42405         New file.
42406         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42407         New file.
42408         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42409         New file.
42410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42411         file.
42412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42413         New file.
42414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42415         New file.
42416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42417         file.
42418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42419         New file.
42420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42421         New file.
42422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42423         file.
42424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42425         New file.
42426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42427         New file.
42428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42429         New file.
42430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42431         New file.
42432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42433         New file.
42434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42435         New file.
42436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42438         file.
42439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42440         New file.
42441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42442         file.
42443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42444         file.
42445         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42446         file.
42447         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42448         file.
42449         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42450         file.
42451         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42452         New file.
42453         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42454         file.
42455         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42456         file.
42457         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42458         New file.
42459         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42460         file.
42461         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42463         file.
42464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42465         New file.
42466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42467         file.
42468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42469         file.
42470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42471         file.
42472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42473         file.
42474         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42475         file.
42476         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42477         New file.
42478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42479         file.
42480         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42481         file.
42482         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42483         New file.
42484         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42485         file.
42486         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42487         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42488         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42489         file.
42490         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42491         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42492         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42493         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42494         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42495         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42496         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42497         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42498         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42499         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42500         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42502         file.
42503         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42504         New file.
42505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42506         file.
42507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42508         file.
42509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42510         file.
42511         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42512         file.
42513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42514         file.
42515         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42516         New file.
42517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42518         New file.
42519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42520         file.
42521         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42522         New file.
42523         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42524         file.
42525         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42526         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42527         file.
42528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42529         New file.
42530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42531         file.
42532         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42533         file.
42534         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42535         file.
42536         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42537         file.
42538         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42539         file.
42540         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42541         New file.
42542         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42543         New file.
42544         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42545         file.
42546         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42547         New file.
42548         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42549         file.
42550
42551 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42552
42553         * conform/conformtest.pl: Fix typo in handling typed-constant from
42554         allow-header.
42555
42556 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42557
42558         * README: Cut down references to pre-2.6 Linux kernels and
42559         Linuxthreads.  Update lists of configurations in libc and ports
42560         and sort alphabetically.  Say "or newer" with Linux kernel version
42561         requirements.
42562
42563         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42564
42565 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42566
42567         [BZ #887]
42568         * math/libm-test.inc (logb_test_downward): New test to expose
42569         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42570         rounding mode.
42571
42572 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42573
42574         [BZ #14027]
42575         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42576         to be done.
42577         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42578         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42579
42580 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42581
42582         * sysdeps/unix/i386/brk.S: Remove file.
42583         * sysdeps/unix/i386/dl-brk.S: Likewise.
42584         * sysdeps/unix/i386/pipe.S: Likewise.
42585         * sysdeps/unix/i386/sigreturn.S: Likewise.
42586         * sysdeps/unix/i386/syscall.S: Likewise.
42587         * sysdeps/unix/i386/vfork.S: Likewise.
42588         * sysdeps/unix/i386/wait.S: Likewise.
42589
42590         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42591         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42592
42593         * configure.in (arm*-none*): Do not allow without
42594         --enable-hacker-mode.
42595         (netbsd*): Remove case setting base_os.
42596         (386bsd*): Likewise.
42597         (freebsd*): Likewise.
42598         (bsdi*): Likewise.
42599         (osf*): Likewise.
42600         (sunos*): Likewise.
42601         (ultrix*): Likewise.
42602         (newsos*): Likewise.
42603         (dynix*): Likewise.
42604         (*bsd*): Likewise.
42605         (sysv*): Likewise.
42606         (isc*): Likewise.
42607         (esix*): Likewise.
42608         (sco*): Likewise.
42609         (minix*): Likewise.
42610         (irix4*): Likewise.
42611         (irix6*): Likewise.
42612         (solaris[2-9]*): Likewise.
42613         (none): Likewise.
42614         * configure: Regenerated.
42615
42616 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42617
42618         [BZ #11521]
42619         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42620         overflow or cancellation in calculating denominator.
42621         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42622         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42623         down expression to avoid unexpected rounding in newer GCCs.
42624         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42625
42626 2012-04-26  David S. Miller  <davem@davemloft.net>
42627
42628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42629         long-double compat symbols.
42630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42635         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42636         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42637         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42638         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42639         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42640         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42641         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42643
42644 2012-04-25  David S. Miller  <davem@davemloft.net>
42645
42646         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42647         HWCAP_* values only after the memory barriers have been defined.
42648         (atomic_full_barrier): Define.
42649         (atomic_read_barrier): Define.
42650         (atomic_write_barrier): Define.
42651
42652 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42653
42654         * shlib-versions: Add libgcc_s version information.
42655         * sysdeps/generic/libgcc_s.h: Remove.
42656         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42657         libgcc_s.h.
42658         * sysdeps/gnu/unwind-resume.c: Likewise.
42659         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42660
42661 2012-04-25  David S. Miller  <davem@davemloft.net>
42662
42663         * sysdeps/unix/sparc/brk.S: Delete.
42664         * sysdeps/unix/sparc/dl-brk.S: Delete.
42665         * sysdeps/unix/sparc/pipe.S: Delete.
42666         * sysdeps/unix/sparc/sysdep.S: Delete.
42667         * sysdeps/unix/sparc/sysdep.h: Delete.
42668         * sysdeps/unix/sparc/vfork.S: Delete.
42669         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42670         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42671         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42672         (ret_ERRVAL, r0, r1, MOVE): Define.
42673         (JUMPTARGET): Remove.
42674         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42675         sysdeps/unix/sparc/sysdep.h
42676         (ENTRY, END): Remove.
42677         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42678
42679 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42680
42681         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42682         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42683         -DIS_IN_build.
42684
42685         * timezone/README: Update upstream location and email address for
42686         tzcode and tzdata.
42687         * timezone/zdump.c: Update from tzcode 2012b.
42688         * timezone/zic.c: Likewise.
42689
42690         * configure.in (libc_cv_as_needed): Remove test.
42691         * configure: Regenerated.
42692         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42693         conditional definition.
42694         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42695         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42696         * config.make.in (have-as-needed): Remove variable.
42697
42698 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42699             Paul Pluzhnikov  <ppluzhnikov@google.com>
42700
42701         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42702         strings correctly.
42703
42704 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42705
42706         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42707         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42708         * sysdeps/sh/strlen.S: Likewise.
42709
42710 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42711
42712         * sysdeps/unix/fork.S: Remove file.
42713         * sysdeps/unix/i386/fork.S: Likewise.
42714         * sysdeps/unix/sparc/fork.S: Likewise.
42715
42716         * sysdeps/unix/system.c: Remove file.
42717         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42718
42719         * sysdeps/unix/getegid.S: Remove file.
42720         * sysdeps/unix/geteuid.S: Likewise.
42721
42722 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42723
42724         * scripts/check-localplt.awk: New file.
42725         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42726         of diff.
42727         * scripts/data/localplt-generic.data: Add a comment.
42728
42729         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42730         NODE when __dir_mkfile failed.
42731         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42732         Reported by Ludovic Courtès <ludo@gnu.org>.
42733
42734 2012-04-24  Andreas Jaeger  <aj@suse.de>
42735
42736         * Makerules (common-clean): Also remove gen-as-const-headers
42737         files.
42738
42739 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42740
42741         * Makerules (native-compile): Do not change working directory for
42742         build.  Use $(OUTPUT_OPTION) in command.
42743         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42744
42745 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42746
42747         [BZ #13886]
42748         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42749         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42750         * math/libm-test.inc (floor_test): Add more tests.
42751         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42752
42753 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42754
42755         * sysdeps/unix/getdents.c: Remove file.
42756         * sysdeps/unix/sysv/getdents.c: Likewise.
42757         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42758
42759         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42760         sysdeps/unix/mman/syscalls.list.
42761         (mmap): Likewise.
42762         (mprotect): Likewise.
42763         (msync): Likewise.
42764         (munmap): Likewise.
42765         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42766         * sysdeps/unix/mman/syscalls.list: Remove.
42767         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42768
42769         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42770         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42771         * configure: Regenerated.
42772         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42773         $(libgcc_s_suffix).
42774         * config.make.in (libgcc_s_suffix): Remove variable.
42775
42776 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42777
42778         * sysdeps/unix/sysv/gethostname.c: Move to ...
42779         * sysdeps/posix/gethostname.c: ... here.
42780
42781         * sysdeps/unix/execve.S: Remove file.
42782
42783         * sysdeps/unix/_exit.S: Remove file.
42784
42785 2012-04-23  Andreas Jaeger  <aj@suse.de>
42786
42787         [BZ #13739]
42788         * manual/Makefile: Remove make dist support, there's no
42789         need for a stand-alone documentation tar ball.
42790         (TEXI2DVI): Define always, it's not in Makeconfig.
42791         (dist): Removed.
42792         (tar-it): Removed.
42793         (edition): Removed.
42794         (glibc-doc-$(edition).tar): Removed
42795         (%.Z): Removed.
42796         (%.gz): Removed.
42797         (%.uu): Removed.
42798         (ETAGS): Remove, it's in Makeconfig.
42799         (move-if-change): Remove, it's in Makeconfig.
42800
42801 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42802
42803         [BZ #13970]
42804         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42805         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42806         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42807         (strtod_l, strtof_l, strtold_l): Remove __wur.
42808         It is not necessarily an error to ignore strtol's return value.
42809         One can reliably look at the stored endptr to decide whether
42810         the number had valid syntax.
42811
42812 2012-04-21  Andreas Jaeger  <aj@suse.de>
42813
42814         [BZ #13739]
42815         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42816
42817 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42818
42819         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42820         * sysdeps/unix/sysv/Versions: Remove file.
42821
42822 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42823
42824         [BZ #13927]
42825         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42826
42827 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42828
42829         [BZ #7064]
42830         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42831         version from __vm86.
42832
42833 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42834
42835         * sysdeps/unix/common/lxstat.c: Remove file.
42836         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42837
42838         * sysdeps/unix/sysv/Makefile: Remove file.
42839
42840         * sysdeps/unix/sysv/direct.h: Remove file.
42841
42842         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42843         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42844         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42845         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42846         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42847         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42848         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42849
42850         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42851
42852         * sysdeps/unix/xmknod.c: Remove file.
42853         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42854
42855         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42856
42857         * sysdeps/unix/sysv/i386/time.S: Remove file.
42858
42859         * sysdeps/unix/fxstat.c: Remove file.
42860         * sysdeps/unix/xstat.c: Likewise.
42861         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42862
42863         * sysdeps/unix/sysv/sigaction.c: Remove file.
42864
42865         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42866         (sysdep_headers): Remove variable.
42867         [termio.h not in sysdep_headers] (generated): Likewise.
42868         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42869         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42870         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42871         * sysdeps/unix/sysv/tcflow.c: Likewise.
42872         * sysdeps/unix/sysv/tcflush.c: Likewise.
42873         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42874         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42875         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42876         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42877         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42878
42879         * sysdeps/unix/siglist.c: Remove file.
42880
42881         * sysdeps/unix/getppid.S: Remove file.
42882
42883         * sysdeps/unix/mkdir.c: Remove file.
42884         * sysdeps/unix/rmdir.c: Likewise.
42885
42886 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42887
42888         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42889         ERR_MAX value.
42890         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42891         errlist-compat value.
42892
42893 2012-04-18  David S. Miller  <davem@davemloft.net>
42894
42895         * sysdeps/generic/memcopy.h (reg_char): Delete.
42896         * debug/strcat_chk.c: Use char, not reg_char.
42897         * debug/strcpy_chk.c: Likewise.
42898         * debug/strncat_chk.c: Likewise.
42899         * debug/strncpy_chk.c: Likewise.
42900         * string/memchr.c: Likewise.
42901         * string/memrchr.c: Likewise.
42902         * string/rawmemchr.c: Likewise.
42903         * string/strcat.c: Likewise.
42904         * string/strchr.c: Likewise.
42905         * string/strchrnul.c: Likewise.
42906         * string/strcmp.c: Likewise.
42907         * string/strcpy.c: Likewise.
42908         * string/strncat.c: Likewise.
42909         * string/strncmp.c: Likewise.
42910         * string/strncpy.c: Likewise.
42911
42912 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42913
42914         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42915         __builtin_memcopy is called when src and dest ranges are known to not
42916         overlap.
42917
42918 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42919
42920         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42921         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42922         fwd_align_merge macro call.
42923         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42924         bwd_align_merge macro call.
42925         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42926
42927 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42928
42929         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42930         bwd_align_merge macros.
42931         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42932         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42933         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42934
42935 2012-04-18  David S. Miller  <davem@davemloft.net>
42936
42937         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42938
42939 2012-04-18  Andreas Jaeger  <aj@suse.de>
42940
42941         [BZ# 6794]
42942         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42943         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42944         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42945
42946         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42947         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42948         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42949
42950         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42951         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42952         Adjust for changed ldbl-128 files.
42953
42954         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42955         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42956         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42957
42958 2012-04-17  David S. Miller  <davem@davemloft.net>
42959
42960         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42961
42962 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42963
42964         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42965         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42966         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42967         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42968         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42969         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42970
42971 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42972
42973         [BZ #6794]
42974         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42975         * math/libm-test.inc: Add ilogb errno and exception tests.
42976         * math/w_ilogb.c: New file: ilogb wrapper.
42977         * math/w_ilogbf.c: New file: ilogbf wrapper.
42978         * math/w_ilogbl.c: New file: ilogbl wrapper.
42979         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42980         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42981         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42982         exception being thrown with 0.0 as argument.
42983         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42984         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42985         exception being thrown with 0.0 as argument.
42986         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42987         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42988         exception being thrown with 0.0 as argument.
42989         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42990         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42991         exception being thrown with 0.0 as argument.
42992         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42993         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42994         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42995         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42996         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42997         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42998         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42999         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43000         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43001
43002 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43003
43004         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43005         with altivec.
43006
43007 2012-04-16  Marek Polacek  <polacek@redhat.com>
43008
43009         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43010
43011 2012-04-16  Marek Polacek  <polacek@redhat.com>
43012
43013         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43014         operands of fdivp instruction.
43015
43016 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43017
43018         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43019         * elf/tst-auditmod3b.c: Likewise.
43020         * elf/tst-auditmod4b.c: Likewise.
43021         * elf/tst-auditmod5b.c: Likewise.
43022         * elf/tst-auditmod6b.c: Likewise.
43023         * elf/tst-auditmod6c.c: Likewise.
43024         * elf/tst-auditmod7b.c: Likewise.
43025         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43026         * sysdeps/x86_64/preconfigure.in: Likewise.
43027         * sysdeps/x86_64/preconfigure: Regenerated.
43028
43029 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43030
43031         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43032         __ILP32__.
43033
43034 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43035
43036         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43037         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43038
43039 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43040
43041         [BZ #13973]
43042         * locale/iso-639.def: Fix gl language name. Spotted by
43043         Yaron Shahrabani.
43044
43045 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43046
43047         [BZ #2074]
43048         * libio/libio.h (__io_write_fn): Update comment.
43049
43050 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43051
43052         [BZ #2074]
43053         * stdio.texi (Hook Functions): The user provided writer function
43054         is not allowed to return -1.
43055
43056 2012-04-11  David S. Miller  <davem@davemloft.net>
43057
43058         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43059
43060 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43061
43062         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43063         Add a leading slash to rtkaio.
43064
43065 2012-04-11  Jim Meyering  <meyering@redhat.com>
43066
43067         [BZ #11959]
43068         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43069         It is not necessarily an error to ignore fwrite's return
43070         value.  One can reliably use ferror to test for errors after
43071         the fact.
43072
43073 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43074
43075         * bits/types.h (__snseconds_t): New type.
43076         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43077
43078         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43079         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43080         (__SNSECONDS_T_TYPE): Likewise.
43081         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43082         (__SNSECONDS_T_TYPE): Likewise.
43083         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43084         (__SNSECONDS_T_TYPE): Likewise.
43085
43086 2012-04-10  Andreas Jaeger  <aj@suse.de>
43087
43088         [BZ #2636]
43089         * manual/time.texi (Processor Time): Return type of times is
43090         elapsed real time since an arbitrary point in the past.
43091         (CPU Time): Move CLK_TCK from here...
43092         (Processor Time): ...to here.  Correct description.
43093         * manual/conf.texi (Constants for Sysconf): Correct description of
43094         _SC_CLK_TCK.
43095
43096 2012-04-10  David S. Miller  <davem@davemloft.net>
43097
43098         [BZ #13967]
43099         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43100         where the is a gap between DT_REL(A) and DT_JMPREL.
43101
43102 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43103
43104         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43105         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43106         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43107
43108 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43109
43110         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43111         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43112         (dl_main): Handle --inhibit-cache.
43113         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43114         _dl_inhibit_cache.
43115         * elf/dl-load.c (_dl_map_object): Use it.
43116         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43117
43118 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43119
43120         [BZ #13872]
43121         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43122         (__ieee754_powl): Saturate large exponents rather than testing for
43123         overflow of y*log2(x).
43124         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43125         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43126         exceptions.
43127
43128         [BZ #11521]
43129         * math/s_ctan.c: Include <float.h>.
43130         (__ctan): Avoid internal overflow or cancellation in calculating
43131         denominator.
43132         * math/s_ctanf.c: Likewise.
43133         * math/s_ctanl.c: Likewise.
43134         * math/s_ctanh.c: Likewise.
43135         * math/s_ctanhf.c: Likewise.
43136         * math/s_ctanhl.c: Likewise.
43137         * math/libm-test.inc (ctan_test): Add more tests.
43138         (ctanh_test): Likewise.
43139         * sysdeps/i386/fpu/libm-test-ulps: Update.
43140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43141
43142 2012-04-09  Andreas Jaeger  <aj@suse.de>
43143
43144         [BZ #6894]
43145         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43146         is an optional BSD extension.
43147
43148         [BZ #10254]
43149         * manual/stdio.texi (Opening Streams): Document additional fopen
43150         parameters.
43151
43152 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43153
43154         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43155         %eax without telling the compiler.
43156
43157 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43158
43159         [BZ # 13963]
43160         * manual/install.texi: Use sourceware.org.
43161
43162 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43163
43164         [BZ #13873]
43165         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43166         (__ieee754_pow): Generate overflow and underflow using huge*huge
43167         and tiny*tiny rather than just returning constant infinity or zero
43168         for large exponents.
43169         * math/libm-test.inc (pow_test): Require overflow exceptions for
43170         applicable cases of large exponents.
43171
43172         [BZ #706]
43173         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43174         (__ieee754_pow): Use iterative multiplication algorithm only for
43175         integer exponents with absolute value below 1024.  Check for odd
43176         integer exponents when using algorithm for real exponents.
43177         * math/libm-test.inc (pow_test): Add more tests.
43178         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43179
43180 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43181
43182         [BZ #13705]
43183         * math/libm-test.inc (exp_test): Do not allow overflow exception
43184         on underflow test.
43185
43186 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43187
43188         [BZ #13705]
43189         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43190         instead of __kernel_standard_f.
43191
43192 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43193
43194         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43195         * sysdeps/x86_64/memset_chk.S: Likewise.
43196
43197 2012-04-08  Andreas Jaeger  <aj@suse.de>
43198
43199         [BZ #10153]
43200         * manual/startup.texi (Environment Access): Describe return value
43201         for putenv and setenv.
43202
43203         [BZ #6895]
43204         * manual/filesys.texi (Directory Entries): Add description for
43205         DT_LNK.
43206
43207         [BZ #6890]
43208         * manual/filesys.texi (Directory Entries): Clarify that it's file
43209         system not operating system in the description of DT_UNKNOWN.
43210
43211         [BZ #6578]
43212         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43213
43214 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43215
43216         [BZ #6649]
43217         * manual/llio.texi (Opening and Closing Files): Add cross
43218         reference to explain mode argument.
43219
43220 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43221
43222         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43223         * sysdeps/x86_64/memset_chk.S: Likewise.
43224
43225 2012-04-07  David S. Miller  <davem@davemloft.net>
43226
43227         * elf/elf.h (R_SPARC_WDISP10): Define.
43228         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43229         R_SPARC_SIZE32.
43230         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43231         R_SPARC_SIZE64 and R_SPARC_H34.
43232
43233 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43234
43235         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43236         conditions and remove no longer applicable assertion.
43237
43238 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43239
43240         * bits/byteswap.h: Include <features.h>.
43241         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43242         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43243
43244 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43245
43246         * bits/byteswap.h (__bswap_16): Removed.
43247         Include <bits/byteswap-16.h> to get __bswap_16.
43248         * sysdeps/i386/bits/byteswap.h: Likewise.
43249         * sysdeps/s390/bits/byteswap.h: Likewise.
43250         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43251         * bits/byteswap-16.h: New file.
43252         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43253         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43254         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43255         * string/Makefile (headers): Add bits/byteswap-16.h.
43256
43257 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43258
43259         [BZ #13895]
43260         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43261         extra indirection.
43262         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43263         * nss/tst-nss-static.c: New.
43264
43265 2012-04-06  Robert Millan  <rmh@gnu.org>
43266
43267         [BZ #6486]
43268         * manual/llio.texi (File Position Primitive): lseek
43269         refers to WHENCE when it really means OFFSET.
43270
43271 2012-04-06  Andreas Jaeger  <aj@suse.de>
43272
43273         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43274         strncmp declarations.
43275
43276         * abilist/libc.abilist: Add __poll and __ppoll.
43277
43278 2012-04-05  David S. Miller  <davem@davemloft.net>
43279
43280         * scripts/check-local-headers.sh: Accept a host triplet in the
43281         path matched by the exclude regexp.
43282
43283         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43284         definition.
43285         * sysdeps/powerpc/powerpc32/dl-machine.h
43286         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43287         * sysdeps/s390/s390-32/dl-machine.h
43288         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43289         * sysdeps/sparc/sparc32/dl-machine.h
43290         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43291         * sysdeps/sparc/sparc64/dl-machine.h
43292         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43293
43294         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43295         lazy binding.
43296         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43297         undefined symbol errors.
43298
43299         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43300         DT_NEEDED entries.
43301
43302 2012-04-05  Michael Matz  <matz@suse.de>
43303
43304         [BZ #13592]
43305         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43306
43307 2012-04-05  Andreas Jaeger  <aj@suse.de>
43308
43309         [BZ #13908]
43310         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43311         comment.
43312
43313 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43314
43315         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43316         which ROUND is no valid rounding mode.
43317
43318 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43319
43320         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43321         read again.
43322         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43323
43324 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43325
43326         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43327         an exception using FPU order intentionally.
43328
43329 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43330
43331         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43332         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43333         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43334         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43335
43336 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43337
43338         [BZ #12340]
43339         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43340         EINVAL when BUFLEN is too smal.
43341
43342 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43343
43344         [BZ #13553]
43345         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43346         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43347
43348 2012-04-03  Andreas Jaeger  <aj@suse.de>
43349
43350         [BZ #13938]
43351         * manual/setjmp.texi (System V contexts): Fix sentence.
43352
43353         [BZ #13926]
43354         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43355         New macro for this case.
43356         [!__GNUC__] (__bswap_64): New inline function for this case.
43357         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43358         * bits/byteswap.h: Likewise.
43359         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43360         ull, guard with __GLIBC_HAVE_LONG_LONG.
43361
43362         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43363         __GLIBC_HAVE_LONG_LONG.
43364
43365         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43366         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43367
43368 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43369
43370         [BZ #13691]
43371         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43372         inptr and inend, rather than using last_ch.
43373
43374 2012-04-02  David S. Miller  <davem@davemloft.net>
43375
43376         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43377         * stdio-common/printf-parse.h (read_int): Change return type to
43378         'int', return -1 on INT_MAX overflow.
43379         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43380         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43381         overflows INT_MAX.  Check for overflow of in-format-string precision
43382         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43383         SIZE_MAX not INT_MAX for integer overflow test.
43384         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43385         skip the construct in the format string but do not record anything.
43386         * stdio-common/bug22.c: Adjust to test both width/prevision
43387         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43388         explicitly for proper errno values.
43389
43390 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43391
43392         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43393         CHAR_MAX.
43394         * string/test-strcmp.c [! WIDE]: Likewise.
43395         * time/tst-mktime2.c: Likewise for INT_MAX.
43396         * string/test-string.h: #include <sys/param.h> for MIN.
43397
43398         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43399         * sysdeps/i386/init-first.c (init): Likewise.
43400         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43401         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43402         * sysdeps/sh/init-first.c (init): Likewise.
43403
43404 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43405
43406         * po/ru.po: Update from translation team.
43407         * po/vi.po: Likewise.
43408
43409 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43410
43411         * resolv/nss_dns/dns-host.c: Merge copyright years.
43412
43413 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43414
43415         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43416         Optimize memcpy with prefetch if
43417         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43418         src, dst pointers have unequal 16 byte alignments.
43419
43420 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43421
43422         [BZ #13928]
43423         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43424         from a CNAME entry and return the minimum ttl for the query.
43425         (gaih_getanswer_slice): Likewise.
43426
43427 2012-03-30  Jeff Law  <law@redhat.com>
43428
43429         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43430         due to long keys.
43431         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43432         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43433
43434         * resolv/nss_dns/dns-host.c: Update copyright year.
43435
43436 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43437
43438         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43439         requests to save a system call.  Fix check that all bytes are sent.
43440
43441         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43442         comments for sendmmsg.
43443
43444 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43445
43446         [BZ #13691]
43447         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43448         with only 1 character between 0x0041 and 0x01b0.
43449         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43450         * wcsmbs/tst-mbsnrtowcs.c: New file.
43451
43452 2012-03-29  David S. Miller  <davem@davemloft.net>
43453
43454         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43455         small copies by hand.
43456
43457 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43458
43459         [BZ #13761]
43460         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43461         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43462         group memberships.
43463
43464 2012-03-28  David S. Miller  <davem@davemloft.net>
43465
43466         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43467         that branches into memcpy.
43468         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43469         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43470         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43471         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43472         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43473         bits.
43474         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43475         implementation too.
43476         * sysdeps/sparc/mempcpy.S: New file.
43477
43478         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43479         the IFUNC routine in the libc case.
43480         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43481
43482         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43483         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43484         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43485         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43486         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43487         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43488         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43489         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43490
43491         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43492         loop to 256 bytes instead of 64 bytes and fix test signedness.
43493
43494         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43495         * sysdeps/sparc/sparc32/Makefile: rather than here...
43496         * sysdeps/sparc/sparc64/Makefile: and here.
43497
43498 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43499
43500         * malloc/mallocbug.c: Avoid warnings about unused variables.
43501
43502 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43503
43504         [BZ #13760]
43505         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43506         in the right place. Discard and retry query if response is
43507         larger than input buffer size.
43508
43509 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43510
43511         [BZ #369]
43512         [BZ #2678]
43513         [BZ #3866]
43514         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43515         x for large integer exponent.
43516         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43517         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43518         sign of result as needed afterwards.
43519         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43520         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43521         result for underflowing pow the same as for overflow.
43522         (__kernel_standard_l): Handle powl overflow and underflow here
43523         rather than calling __kernel_standard.
43524         * math/libm-test.inc (pow_test): Add more tests.
43525
43526         [BZ #3868]
43527         [BZ #13879]
43528         [BZ #13910]
43529         [BZ #13911]
43530         [BZ #13912]
43531         [BZ #13913]
43532         [BZ #13915]
43533         [BZ #13916]
43534         [BZ #13917]
43535         [BZ #13918]
43536         [BZ #13919]
43537         [BZ #13920]
43538         [BZ #13921]
43539         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43540         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43541         (__kernel_standard_l): New function.
43542         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43543         __kernel_standard.
43544         * math/w_acosl.c (__acosl): Likewise.
43545         * math/w_asinl.c (__asinl): Likewise.
43546         * math/w_atan2l.c (__atan2l): Likewise.
43547         * math/w_atanhl.c (__atanhl): Likewise.
43548         * math/w_coshl.c (__coshl): Likewise.
43549         * math/w_exp10l.c (__exp10l): Likewise.
43550         * math/w_exp2l.c (__exp2l): Likewise.
43551         * math/w_fmodl.c (__fmodl): Likewise.
43552         * math/w_hypotl.c (__hypotl): Likewise.
43553         * math/w_j0l.c (__j0l, __y0l): Likewise.
43554         * math/w_j1l.c (__j1l, __y1l): Likewise.
43555         * math/w_jnl.c (__jnl, __ynl): Likewise.
43556         * math/w_lgammal.c (__lgammal): Likewise.
43557         * math/w_log10l.c (__log10l): Likewise.
43558         * math/w_log2l.c (__log2l): Likewise.
43559         * math/w_logl.c (__logl): Likewise.
43560         * math/w_powl.c (__powl): Likewise.
43561         * math/w_remainderl.c (__remainderl): Likewise.
43562         * math/w_scalbl.c (sysv_scalbl): Likewise.
43563         * math/w_sinhl.c (__sinhl): Likewise.
43564         * math/w_sqrtl.c (__sqrtl): Likewise.
43565         * math/w_tgammal.c (__tgammal): Likewise.
43566         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43567         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43568         * math/libm-test.inc (acos_test): Add more tests.
43569         (acosh_test): Likewise.
43570         (asin_test): Likewise.
43571         (atanh_test): Likewise.
43572         (exp_test): Likewise.
43573         (exp10_test): Likewise.
43574         (exp2_test): Likewise.
43575         (expm1_test): Likewise.
43576         (lgamma_test): Likewise.
43577         (log_test): Likewise.
43578         (log10_test): Likewise.
43579         (log1p_test): Likewise.
43580         (log2_test): Likewise.
43581         (pow_test): Do not allow some spurious overflow exceptions.
43582         (sqrt_test): Add more tests.
43583         (tgamma_test): Likewise.
43584         (y0_test): Likewise.
43585         (y1_test): Likewise.
43586         (yn_test): Likewise.
43587
43588 2012-03-27  Anton Blanchard  <anton@samba.org>
43589
43590         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43591         MAP_HUGETLB.
43592         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43593         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43594         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43595
43596 2012-03-27  David S. Miller  <davem@davemloft.net>
43597
43598         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43599
43600         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43601         have-as-vis3 check.
43602
43603 2012-03-27  Andreas Jaeger  <aj@suse.de>
43604
43605         * sysdeps/x86_64/elf/configure.in: Moved to ...
43606         * sysdeps/x86_64/configure.in: ... here.
43607         * sysdeps/x86_64/elf/start.S: Moved to ...
43608         * sysdeps/x86_64/start.S: ... here.
43609         * sysdeps/x86_64/elf/configure: Delete.
43610
43611         * sysdeps/x86_64/configure.in: Merge contents from
43612         sysdeps/i386/configure.in (without i686 check).
43613
43614         * sysdeps/i386/elf/Versions: Merge into ...
43615         * sysdeps/i386/Versions: ... this.
43616         * sysdeps/i386/elf/Versions: Delete file.
43617         * sysdeps/i386/elf/start.S: Moved to ...
43618         * sysdeps/i386/start.S: ...here.
43619         * sysdeps/i386/elf/configure.in: Merge into...
43620         * sysdeps/i386/configure.in: ...here.
43621         * sysdeps/i386/elf/configure.in: Delete file.
43622         * sysdeps/i386/elf/configure: Delete file.
43623
43624         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43625         * debug/backtracesyms.c: ... here.
43626         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43627         * debug/backtracesymsfd.c: ... here.
43628         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43629         * sysdeps/generic/ifunc-sel.h: ... here.
43630
43631         * sysdeps/unix/i386/start.c: Delete file.
43632         * sysdeps/unix/sparc/start.c: Delete file.
43633         * sysdeps/unix/start.c: Delete file.
43634
43635         * sysdeps/sh/elf/configure.in: Moved to ...
43636         * sysdeps/sh/configure.in: ... here.
43637         * sysdeps/sh/elf/start.S: Moved to ...
43638         * sysdeps/sh/start.S: ... here.
43639         * sysdeps/sh/elf/configure: Delete file.
43640
43641         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43642         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43643         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43644         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43645         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43646         * sysdeps/powerpc/powerpc64/start.S: here.
43647         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43648         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43649         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43650         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43651         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43652
43653         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43654         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43655         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43656         * sysdeps/powerpc/powerpc32/start.S: ... here.
43657         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43658         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43659         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43660
43661         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43662         * sysdeps/powerpc/ifunc-sel.h: ... here.
43663         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43664         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43665
43666         * sysdeps/sparc/elf/configure.in: Moved to ...
43667         * sysdeps/sparc/configure.in: ... here.
43668         * sysdeps/sparc/elf/configure: Delete file.
43669         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43670         * sysdeps/sparc/sparc32/start.S: ... here.
43671         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43672         * sysdeps/sparc/sparc64/start.S: ... here.
43673         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43674         * sysdeps/sparc/sparc32/Makefile: ... this.
43675         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43676         * sysdeps/sparc/sparc64/Makefile: ... this.
43677
43678         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43679         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43680         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43681         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43682         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43683         * sysdeps/s390/s390-32/setjmp.S: ... here.
43684         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43685         * sysdeps/s390/s390-32/configure.in: ... here.
43686         * sysdeps/s390/s390-32/elf/configure: Delete file.
43687         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43688         * sysdeps/s390/s390-32/start.S: ... here.
43689
43690         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43691         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43692         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43693         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43694         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43695         * sysdeps/s390/s390-64/setjmp.S: ... here.
43696         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43697         * sysdeps/s390/s390-64/configure.in: ... here
43698         * sysdeps/s390/s390-64/elf/configure: Delete file.
43699         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43700         * sysdeps/s390/s390-64/start.S: ... here.
43701         * sysdeps/s390/s390-64/elf/configure: Delete.
43702
43703         * configure.in: Remove support for elf directories in sysdeps.
43704
43705         * configure: Regenerated.
43706         * sysdeps/i386/configure: Regenerated.
43707         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43708         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43709         * sysdeps/s390/s390-32/configure: Regenerated.
43710         * sysdeps/s390/s390-64/configure: Regenerated.
43711         * sysdeps/sh/configure: Regenerated.
43712         * sysdeps/sparc/configure: Regenerated.
43713         * sysdeps/x86_64/configure: Regenerated.
43714
43715 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43716
43717         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43718
43719         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43720         denormal result into account.
43721
43722 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43723
43724         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43725         Reported by Allan McRae <allan@archlinux.org>.
43726
43727 2012-03-23  Jeff Law  <law@redhat.com>
43728
43729         * nss/getnssent.c (__nss_getent): Fix typo.
43730
43731 2012-03-23  David S. Miller  <davem@davemloft.net>
43732
43733         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43734
43735 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43736
43737         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43738         to pad to uint64_t for each field.
43739         (dl_tls_index): Replace unsigned long with uint64_t.
43740
43741 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43742         Paul Pluzhnikov  <ppluzhnikov@google.com>
43743
43744         [BZ #6528]
43745         * grp/Makefile (otherlibs): Don't set it.
43746         * inet/Makefile (otherlibs): Likewise.
43747         * login/Makefile (otherlibs): Likewise.
43748         * nscd/Makefile (otherlibs): Likewise.
43749         * posix/Makefile (otherlibs): Likewise.
43750         * pwd/Makefile (otherlibs): Likewise.
43751         * rt/Makefile (otherlibs): Likewise.
43752         * sunrpc/Makefile (otherlibs): Likewise.
43753         * nss/Makefile (otherlibs): Likewise.
43754         Add libnss_files to routines and static-only-routines.
43755         ($(objpfx)getent): Remove rule.
43756         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43757         static-only-routines.
43758
43759 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43760
43761         [BZ #13892]
43762         * math/s_cexp.c: Include <float.h>.
43763         (__cexp): Handle exp result overflowing not necessarily
43764         overflowing both real and imaginary parts of result.
43765         * math/s_cexpf.c: Likewise.
43766         * math/s_cexpl.c: Likewise.
43767         * math/libm-test.inc (cexp_test): Add more tests.
43768         * sysdeps/i386/fpu/libm-test-ulps: Update.
43769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43770
43771 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43772
43773         * include/link.h (ELFW): New macro.
43774         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43775         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43776
43777 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43778
43779         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43780         with uint64_t.
43781
43782 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43783
43784         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43785         declaration.
43786         (struct La_x32_retval): Likewise.
43787
43788 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43789
43790         * sysdeps/x86_64/preconfigure.in: New file.
43791         * sysdeps/x86_64/preconfigure: New generated file.
43792
43793 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43794
43795         [BZ #13824]
43796         * math/e_exp2l.c: Include <float.h>.
43797         (__ieee754_exp2l): Handle overflow and underflow cases
43798         separately.  Only pass fractional part of argument to
43799         __ieee754_expl.
43800         * math/libm-test.inc (exp2_test): Add more tests.
43801
43802         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43803         negating x to take absolute value.
43804         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43805         Likewise.
43806         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43807         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43808         Likewise.
43809         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43810         computing low part if x was negated.
43811         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43812
43813 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43814
43815         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43816         la_x32_gnu_pltexit.
43817         (pltexit): Cast int_retval to ptrdiff_t.
43818         * elf/tst-auditmod3b.c: Likewise.
43819         * elf/tst-auditmod4b.c: Likewise.
43820         * elf/tst-auditmod5b.c: Likewise.
43821         * elf/tst-auditmod6b.c: Likewise.
43822         * elf/tst-auditmod6c.c: Likewise.
43823         * elf/tst-auditmod7b.c: Likewise.
43824
43825         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43826         and x32_gnu_pltexit.
43827
43828         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43829         __ELF_NATIVE_CLASS.
43830         (La_x32_regs): New macro.
43831         (La_x32_retval): Likewise.
43832         (la_x32_gnu_pltenter): New function prototype.
43833         (la_x32_gnu_pltexit): Likewise.
43834
43835 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43836
43837         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43838         exponent.
43839
43840         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43841
43842         * configure.in (libc_cv_cc_nofma): Check for option to disable
43843         generation of FMA instructions.
43844         * configure: Regenerate.
43845         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43846         * sysdeps/ieee754/dbl-64/Makefile: New file.
43847         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43848         Remove brandred-fma4.
43849         (CFLAGS-brandred-fma4.c): Remove.
43850         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43851         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43852         define.
43853         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43854         define.
43855
43856 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43857
43858         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43859         LLONG_MAX != LONG_MAX.
43860         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43861         (_fitoa_word): Likewise.
43862         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43863         LLONG_MAX != LONG_MAX.
43864         * stdio-common/_itowa.h: Include <_itoa.h>.
43865         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43866         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43867         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43868         only if not defined.
43869         (_ITOA_WORD_TYPE): Likewise.
43870         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43871         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43872
43873 2012-03-21  David S. Miller  <davem@davemloft.net>
43874
43875         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43876
43877 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43878
43879         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43880         of x86_64 when setting libc_cv_slibdir, libdir and
43881         libc_cv_localedir.
43882         * sysdeps/unix/sysv/linux/configure: Regenerated.
43883
43884 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43885
43886         * manual/lang.texi (Old Varargs): Remove section.
43887         (How Variadic): Update menu.
43888         (va_start): Do not mention varargs.h.
43889
43890 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43891             Joseph Myers  <joseph@codesourcery.com>
43892
43893         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43894         link test.
43895         * configure: Regenerated.
43896
43897 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43898
43899         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43900         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43901         conformtest.pl
43902
43903 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43904
43905         * NOTES: Remove.
43906         * Makefile (files-for-dist): Remove NOTES.
43907         (NOTES): Remove rule.
43908         * README: Don't refer to NOTES.
43909         * manual/creature.texi: Don't include macros.texi.
43910         * manual/intro.texi (creature.texi): Remove comment referring to
43911         NOTES.
43912
43913         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43914         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43915         * configure: Regenerated.
43916         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43917         LIBC_TRY_CC_OPTION.
43918         (libc_cv_as_i686): Likewise.
43919         (libc_cv_cc_avx): Likewise.
43920         (libc_cv_cc_sse2avx): Likewise.
43921         (libc_cv_cc_fma4): Likewise.
43922         (libc_cv_cc_novzeroupper): Likewise.
43923         * sysdeps/i386/configure: Regenerated.
43924
43925         [BZ #13883]
43926         * sysdeps/i386/fpu/s_cexp.S: Remove.
43927         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43928         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43929         * math/libm-test.inc (cexp_test): Add more tests.
43930         * sysdeps/i386/fpu/libm-test-ulps: Update.
43931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43932
43933 2012-03-21  Allan McRae  <allan@archlinux.org>
43934
43935         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43936
43937 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43938
43939         [BZ #13871]
43940         * math/w_exp2.c: Do not include <float.h>.
43941         (o_threshold, u_threshold): Remove.
43942         (__exp2): Calculate result before checking finiteness and calling
43943         __kernel_standard.
43944         * math/w_exp2f.c: Likewise.
43945         * math/w_exp2l.c: Likewise.
43946         * math/libm-test.inc (exp2_test): Require overflow exception for
43947         1e6 input.
43948
43949         [BZ #3866]
43950         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43951         range of signed 64-bit integers before using fistpll.  Remove
43952         checks for whether integers fit in mantissa bits.
43953         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43954         the range of signed 32-bit integers before using fistpl.  Remove
43955         checks for whether integers fit in mantissa bits.
43956         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43957         (__ieee754_powl): Test for y outside the range of signed 64-bit
43958         integers before using fistpll.  Reduce 64-bit values to 63-bit
43959         ones as needed.
43960         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43961         divide-by-zero is raised for zero to large negative powers.
43962         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43963         (__ieee754_powl): Test for y outside the range of signed 64-bit
43964         integers before using fistpll.  Reduce 64-bit values to 63-bit
43965         ones as needed.
43966         * math/libm-test.inc (pow_test): Add more tests.
43967
43968 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43969
43970         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43971         <stdio-common/_itoa.h>.
43972         * debug/segfault.c: Likewise.
43973         * elf/dl-cache.c: Likewise.
43974         * elf/dl-minimal.c: Likewise.
43975         * elf/dl-misc.c: Likewise.
43976         * elf/dl-sysdep.c: Likewise.
43977         * elf/dl-version.c: Likewise.
43978         * elf/rtld.c: Likewise.
43979         * hurd/hurdsock.c: Likewise.
43980         * hurd/lookup-retry.c: Likewise.
43981         * malloc/malloc.c: Likewise.
43982         * malloc/mtrace.c: Likewise.
43983         * nscd/nscd_getgr_r.c: Likewise.
43984         * nscd/nscd_getpw_r.c: Likewise.
43985         * nscd/nscd_getserv_r.c: Likewise.
43986         * posix/getopt_init.c: Likewise.
43987         * posix/wordexp.c: Likewise.
43988         * stdio-common/_itoa.c: Likewise.
43989         * stdio-common/printf_fphex.c: Likewise.
43990         * stdio-common/vfprintf.c: Likewise.
43991         * string/_strerror.c: Likewise.
43992         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43993         * sysdeps/i386/i686/hp-timing.h: Likewise.
43994         * sysdeps/mach/_strerror.c: Likewise.
43995         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43996         * sysdeps/mach/hurd/sethostid.c: Likewise.
43997         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43998         * sysdeps/mach/xpg-strerror.c: Likewise.
43999         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44000         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44001         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44002         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44003         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44004         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44005         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44006         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44007         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44008         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44009         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44010         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44011         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44012         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44013         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44014         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44015         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44016         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44017         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44018         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44019         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44020
44021         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44022
44023         * stdio-common/_itoa.h: Moved to ...
44024         * sysdeps/generic/_itoa.h: Here.
44025
44026         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44027
44028         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44029         instead of "_itoa.h" and "_itowa.h".
44030         * stdio-common/vfprintf.: Likewise.
44031
44032 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44033
44034         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44035         <bits/wordsize.h>.
44036         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44037         (__signbit): Likwise.
44038         (llrintf): Likwise.
44039         (llrint): Likwise.
44040
44041 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44042
44043         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44044         __WORDSIZE != 64.
44045
44046 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44047
44048         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44049         OVERFLOW_EXCEPTION_OK.
44050         * math/libm-test.inc ("Philosophy"): Update comment about
44051         exception testing.
44052         (OVERFLOW_EXCEPTION): Define.
44053         (OVERFLOW_EXCEPTION_OK): Likewise.
44054         (INVALID_EXCEPTION_OK): Renumber.
44055         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44056         (IGNORE_ZERO_INF_SIGN): Likewise.
44057         (test_exceptions): Handle FE_OVERFLOW.
44058         (exp10_test): Expect overflow exceptions.
44059         (exp2_test): Likewise.
44060         (expm1_test): Likewise.
44061         (nextafter_test): Likewise.
44062         (pow_test): Likewise.
44063         (scalbn_test): Likewise.
44064         (scalbln_test): Likewise.
44065
44066 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44067
44068         * sysdeps/x86_64/bits/atomic.h
44069         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44070         64bit integer.
44071         (atomic_exchange_acq): Likewise.
44072         (__arch_exchange_and_add_body): Likewise.
44073         (__arch_add_body): Likewise.
44074         (atomic_add_negative): Likewise.
44075         (atomic_add_zero): Likewise.
44076
44077 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44078
44079         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44080         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44081
44082 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44083
44084         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44085         Check __x86_64__ instead of __WORDSIZE.
44086
44087 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44088
44089         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44090
44091 2012-03-19  David S. Miller  <davem@davemloft.net>
44092
44093         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44094
44095         * sysdeps/sparc/fpu/fenv_private.h: New file.
44096         * sysdeps/sparc/fpu/math_private.h: Use it.
44097         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44098         Remove.
44099         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44100         (libc_feholdexcept_setroundl): Remove.
44101         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44102         Remove.
44103         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44104         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44105
44106 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44107
44108         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44109         int64_t instead of long int.
44110         (INSERT_WORDS64): Likwise.
44111
44112 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44113
44114         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44115         _Unwind_GetCFA return to _Unwind_Ptr first.
44116
44117 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44118
44119         [BZ #13629]
44120         * math/s_clog.c: Include <float.h>.
44121         (__clog): Scale large or subnormal inputs.
44122         * math/s_clogf.c: Likewise.
44123         * math/s_clogl.c: Likewise.
44124         * math/s_clog10.c: Include <float.h>.
44125         (M_LOG10_2): Define.
44126         (__clog10): Scale large or subnormal inputs.
44127         * math/s_clog10f.c: Likewise.
44128         * math/s_clog10l.c: Likewise.
44129         * math/libm-test.inc (clog_test): Add more tests.
44130         (clog10_test): Likewise.
44131         * sysdeps/i386/fpu/libm-test-ulps: Update.
44132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44133
44134         [BZ #11451]
44135         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44136         x and y.
44137         * math/libm-test.inc (atan2_test): Add another test.
44138
44139         * Makerules (common-objdir-compile): Remove.
44140         * sysdeps/unix/Makefile (config-generated): Do not add
44141         $(unix-generated) to variable.
44142         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44143         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44144         Remove rule.
44145         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44146         Likewise.
44147         [generic bits/local_lim.h] (before-compile): Do not append to
44148         variable.
44149         [generic bits/local_lim.h] (common-generated): Likewise.
44150         [generic sys/param.h] (before-compile): Do not append to variable.
44151         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44152         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44153         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44154         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44155         include.
44156         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44157         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44158         [generic sys/param.h] ($(addprefix
44159         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44160         [generic sys/param.h] (common-generated): Do not append to
44161         variable.
44162         [generic sys/param.h] (sysdep_headers): Likewise.
44163         [generic bits/errno.h] (before-compile): Do not append to
44164         variable.
44165         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44166         rule.
44167         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44168         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44169         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44170         [generic bits/errno.h] (common-generated): Do not append to
44171         variable.
44172         [generic bits/ioctls.h] (before-compile): Do not append to
44173         variable.
44174         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44175         rule.
44176         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44177         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44178         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44179         rule.
44180         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44181         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44182         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44183         [generic bits/ioctls.h] (common-generated): Do not append to
44184         variable.
44185         [generic sys/syscall.h] (syscall.h): Remove variable.
44186         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44187         rule.
44188         [generic sys/syscall.h] (before-compile): Do not append to
44189         variable.
44190         [generic sys/syscall.h] (common-generated): Likewise.
44191         * sysdeps/unix/errnos-tmpl.c: Remove file.
44192         * sysdeps/unix/errnos.awk: Likewise.
44193         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44194         * sysdeps/unix/ioctls.awk: Likewise.
44195         * sysdeps/unix/mk-local_lim.c: Likewise.
44196         * sysdeps/unix/snarf-ioctls: Likewise.
44197
44198 2012-03-19  Richard Henderson  <rth@twiddle.net>
44199
44200         * sysdeps/i386/fpu/fenv_private.h: New file.
44201         * sysdeps/i386/fpu/math_private.h: Use it.
44202         (math_opt_barrier, math_force_eval): Remove.
44203         (libc_feholdexcept_setround_53bit): Remove.
44204         (libc_feupdateenv_53bit): Remove.
44205         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44206         (math_opt_barrier, math_force_eval): Remove.
44207         (libc_feholdexcept): Remove.
44208         (libc_feholdexcept_setround): Remove.
44209         (libc_fetestexcept, libc_fesetenv): Remove.
44210         (libc_feupdateenv_test): Remove.
44211         (libc_feupdateenv, libc_feholdsetround): Remove.
44212         (libc_feresetround): Remove.
44213
44214         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44215         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44216
44217         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44218         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44219         (libc_feupdateenv_testl): New.
44220         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44221         (libc_feupdateenv_testf): New.
44222         (libc_feupdateenv): Use libc_feupdateenv_test.
44223         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44224         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44225
44226         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44227         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44228         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44229         (libc_feresetround_noex): New.
44230         (libc_feresetround_noexf): New.
44231         (libc_feresetround_noexl): New.
44232         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44233         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44234         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44235         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44236         SET_RESTORE_ROUND.
44237         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44238         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44239         (__cos): Likewise.
44240         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44241         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44242         SET_RESTORE_ROUND_NOEX.
44243         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44244         SET_RESTORE_ROUND_NOEXF.
44245         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44246         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44247         (libc_feholdsetroundf): New.
44248         (libc_feresetround, libc_feresetroundf): New.
44249
44250         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44251         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44252         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44253
44254         * sysdeps/generic/math_private.h: Include <fenv.h>.
44255         (default_libc_feholdexcept): New.
44256         (default_libc_feholdexcept_setround): New.
44257         (default_libc_fesetenv, default_libc_feupdateenv): New.
44258         (libc_feholdexcept): Only define if undefined.
44259         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44260         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44261         (libc_feholdexcept_setroundl): Likewise.
44262         (libc_feholdexcept_setround_53bit): Likewise.
44263         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44264         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44265         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44266         (libc_feupdateenv_53bit): Likewise.
44267         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44268         (libc_feholdexcept): Convert from macro to inline function.
44269         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44270         (libc_fesetenv, libc_feupdateenv): Likewise.
44271
44272         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44273         not previously defined.
44274         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44275         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44276         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44277         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44278         * sysdeps/ieee754/flt-32/math_private.h: New file.
44279         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44280         math_private.h below SET_FLOAT_WORD.
44281         (__isnan, __isinf_ns, __finite): Remove.
44282         (__isnanf, __isinf_nsf, __finitef): Remove.
44283
44284 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44285
44286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44287
44288 2012-03-17  David S. Miller  <davem@davemloft.net>
44289
44290         [BZ #6471]
44291         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44292         for 2.16.
44293
44294 2012-03-16  David S. Miller  <davem@davemloft.net>
44295
44296         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44297         warnings.
44298
44299         [BZ #6471]
44300         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44301         properly.
44302         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44303         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44304         sysdep_routines when subdir is sysvipc.
44305         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44306         __getshmlba helper.
44307
44308         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44309
44310 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44311
44312         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44313         [__LP64__].
44314
44315 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44316
44317         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44318         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44319         (__lround): Renamed to ...
44320         (__llround): This.  Replace long int with long long int.
44321         Define lround functions as aliases of llround functions.
44322         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44323
44324 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44325
44326         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44327         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44328         adresses to uintptr_t.  Replace "long int" and "unsigned long
44329         int" with "greg_t" on va_arg.
44330
44331 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44332
44333         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44334         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44335
44336         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44337         Move e_machine check before EI_CLASS check.  Handle x32
44338         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44339         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44340         SKIP_EM_IA_64 and include
44341         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44342
44343         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44344         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44345         (add_system_dir): New macro.
44346
44347         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44348         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44349
44350 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44351
44352         [BZ #2551]
44353         [BZ #2552]
44354         [BZ #2553]
44355         [BZ #2554]
44356         [BZ #2562]
44357         [BZ #2563]
44358         [BZ #2565]
44359         [BZ #2566]
44360         [BZ #2576]
44361         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44362         (y0): Likewise.
44363         * math/w_j0f.c (j0f): Likewise.
44364         (y0f): Likewise.
44365         * math/w_j0l.c (__j0l): Likewise.
44366         (__y0l): Likewise.
44367         * math/w_j1.c (j1): Likewise.
44368         (y1): Likewise.
44369         * math/w_j1f.c (j1f): Likewise.
44370         (y1f): Likewise.
44371         * math/w_j1l.c (__j1l): Likewise.
44372         (__y1l): Likewise.
44373         * math/w_jn.c (jn): Likewise.
44374         (yn): Likewise.
44375         * math/w_jnf.c (jnf): Likewise.
44376         (ynf): Likewise.
44377         * math/w_jnl.c (__jnl): Likewise.
44378         (__ynl): Likewise.
44379         * math/libm-test.inc (j0_test): Add more tests.
44380         (j1_test): Likewise.
44381         (jn_test): Likewise.  Add trailing semicolon to existing test.
44382         (y0_test): Likewise.
44383         (y1_test): Likewise.
44384         * sysdeps/i386/fpu/libm-test-ulps: Update.
44385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44386
44387         [BZ #13851]
44388         [BZ #13854]
44389         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44390         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44391         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44392         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44393         (__tanl): Set errno for infinite argument.
44394         * sysdeps/i386/fpu/mptan.c: Remove.
44395         * sysdeps/i386/fpu/s_tan.S: Likewise.
44396         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44397         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44398         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44399         * math/libm-test.inc (tan_test): Add more tests and enable more
44400         tests for double and long double.
44401         * sysdeps/i386/fpu/libm-test-ulps: Update.
44402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44403
44404 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44405
44406         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44407         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44408
44409 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44410
44411         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44412         * configure.in: Use it for both main tree and add-ons.
44413         * configure: Regenerated.
44414
44415 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44416
44417         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44418
44419 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44420
44421         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44422         in comment.
44423
44424         [BZ #13851]
44425         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44426         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44427         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44428         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44429         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44430         infinite argument.
44431         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44432         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44433         != 0 for prec == 2.
44434         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44435         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44436         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44437         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44438         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44439         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44440         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44441         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44442         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44443         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44444         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44445         * math/libm-test.inc (cos_test): Add more tests and enable more
44446         tests for long double.
44447         (sin_test): Likewise.
44448         (sincos_test): Likewise.
44449         * sysdeps/i386/fpu/libm-test-ulps: Update.
44450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44451
44452 2012-03-16  David S. Miller  <davem@davemloft.net>
44453
44454         * sysdeps/sparc/fpu/math_private.h: New file.
44455
44456 2012-03-15  David S. Miller  <davem@davemloft.net>
44457
44458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44459         file.
44460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44462         file.
44463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44466         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44467         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44468         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44469         sysdep routines.
44470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44471
44472         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44473         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44474
44475         * sysdeps/sparc/sparc-ifunc.h: New file.
44476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44477         sparc-ifunc.h
44478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44480         Likewise.
44481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44482         Likewise.
44483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44487         Likewise.
44488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44493         Likewise.
44494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44495         Likewise.
44496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44500         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44501         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44502         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44503         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44504         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44505         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44506         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44507         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44508         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44509         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44510         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44511         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44512         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44513         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44514         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44515         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44516         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44517         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44518         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44519         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44520
44521 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44522
44523         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44524         scaling.
44525         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44526
44527 2012-03-15  Andreas Jaeger  <aj@suse.de>
44528
44529         [BZ #13852]
44530         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44531         ieee754/flt-32 implementation for sin, cos and sincos.
44532         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44533         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44534         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44535         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44536         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44537         ieee754/flt-32 implementation for tan.
44538
44539         * math/libm-test.inc (cos_test): Enable some large input tests for
44540         float as well
44541         (sin_test): Likewise.
44542         (sincos_test): Likewise.
44543         (tan_test): Add tests for large input.
44544
44545         * sysdeps/i386/fpu/libm-test-ulps: Update.
44546
44547 2012-03-15  Andreas Jaeger  <aj@suse.de>
44548
44549         [BZ #13658]
44550         * math/libm-test.inc (cos_test): Add more test cases.
44551         (sin_test): Likewise.
44552         (sincos_test): Likewise.
44553
44554 2012-03-15  Andreas Jaeger  <aj@suse.de>
44555
44556         [BZ #13837]
44557         * math/libm-test.inc (cos_test): Add a test case for large input
44558         value.
44559         (sin_test): Likewise.
44560         (sincos_test): Likewise.
44561
44562 2012-03-15  Andreas Jaeger  <aj@suse.de>
44563             Joseph Myers  <joseph@codesourcery.com>
44564
44565         [BZ #13658]
44566         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44567         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44568         * sysdeps/i386/fpu/branred.c: Likewise.
44569         * sysdeps/i386/fpu/dosincos.c: Likewise.
44570         * sysdeps/i386/fpu/mpa.c: Likewise.
44571         * sysdeps/i386/fpu/s_cos.S: Likewise.
44572         * sysdeps/i386/fpu/s_sin.S: Likewise.
44573         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44574         * sysdeps/i386/fpu/sincos32.c: Likewise.
44575
44576         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44577         Define.
44578         (libc_feupdateenv_53bit): Define.
44579         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44580         Define.
44581         (libc_feupdateenv_53bit): Define.
44582
44583         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44584         53 bit (without extend i386 double precision).
44585
44586         * math/libm-test.inc (sincos_test): Add tests for large input.
44587         (sin): Likewise.
44588         (cos): Likewise.
44589
44590         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44591
44592 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44593
44594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44595
44596 2012-03-15  David S. Miller  <davem@davemloft.net>
44597
44598         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44599         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44600         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44601         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44602         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44606         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44607         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44608         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44609         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44610         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44611         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44612         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44614         file.
44615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44617         file.
44618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44620         file.
44621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44623         file.
44624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44625         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44626         fmin/fmax sysdep routines.
44627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44628
44629 2012-03-14  David S. Miller  <davem@davemloft.net>
44630
44631         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44632         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44633         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44634         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44635         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44636         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44637         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44638         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44639         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44640         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44641         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44642         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44643         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44644         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44645         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44646         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44647         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44648         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44649         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44650         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44651         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44652         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44653         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44654         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44655         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44656         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44657         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44658         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44659         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44660         routines.
44661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44662         file.
44663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44665         file.
44666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44668         file.
44669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44671         file.
44672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44674         file.
44675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44677         file.
44678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44679         file.
44680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44681         file.
44682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44683         file.
44684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44685         New file.
44686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44687         file.
44688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44689         file.
44690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44692         file.
44693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44695         file.
44696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44698         file.
44699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44701         VIS3 routines.
44702
44703         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44704         New file.
44705
44706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44707
44708         * sysdeps/sparc/configure.in: New file.
44709         * sysdeps/sparc/configure: Generate.
44710         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44711         * configure: Regenerate.
44712         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44713         * config.make.in (have-as-vis3): New.
44714         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44715         available use -Av9d instead of -Av9a.
44716         * sysdeps/sparc/sparc64/Makefile: Likewise.
44717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44719         New file.
44720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44721         file.
44722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44723         New file.
44724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44725         file.
44726         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44727         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44728         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44729         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44730         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44731
44732         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44733         fzeros/fnegs to load 0x80000000 into a float register instead of
44734         using the stack.
44735         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44736
44737 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44738
44739         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44740         bits/syscall.h.
44741         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44742         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44743         ($(inst_includedir)/bits/syscall.h): Remove rule.
44744         ($(objpfx)bits/syscall.d): Include instead of
44745         $(objpfx)syscall-list.d.
44746         (generated): Change syscall-list.h and syscall-list.d to
44747         bits/syscall.h and bits/syscall.d.
44748
44749 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44750
44751         [BZ #13846]
44752         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44753
44754 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44755
44756         [BZ #13841]
44757         * math/s_csqrt.c: Include <float.h>.
44758         (__csqrt): Scale large or subnormal inputs.
44759         * math/s_csqrtf.c: Likewise.
44760         * math/s_csqrtl.c: Likewise.
44761         * math/libm-test.inc (csqrt_test): Add more tests.
44762         * sysdeps/i386/fpu/libm-test-ulps: Update.
44763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44764
44765         [BZ #13840]
44766         * math/libm-test.inc (hypot_test): Add more tests.
44767
44768 2012-03-13  David S. Miller  <davem@davemloft.net>
44769
44770         [BZ #13840]
44771         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44772         double-precision for the calculation instead of scaling.
44773
44774 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44775
44776         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44777         manipulate bits before adding and subtracting TWO52[sx].
44778         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44779         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44780         Likewise.
44781         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44782
44783 2012-03-13  David S. Miller  <davem@davemloft.net>
44784
44785         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44786         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44787         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44788         rtld-global-offsets.h
44789         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44790
44791         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44792         large parameters.
44793
44794         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44795
44796         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44797         'err' in the ifdef scope in which it is actually used.
44798
44799         * nss/nss_db/db-init.c: Include string.h
44800
44801 2012-03-12  David S. Miller  <davem@davemloft.net>
44802
44803         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44804         masking out of the most significant byte of random value used.
44805         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44806         Fix coding style in previous change.
44807
44808         * sysdeps/unix/sysv/linux/kernel-features.h
44809         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44810         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44811         expression.
44812         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44813         later.
44814
44815 2012-03-11  David S. Miller  <davem@davemloft.net>
44816
44817         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44818         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44819         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44820         for 'resultvar' otherwise things get truncated on 64-bit.
44821
44822         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44823         Fix masking out of the most significant byte of random value used.
44824
44825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44826
44827 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44828
44829         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44830
44831 2012-03-09  David S. Miller  <davem@davemloft.net>
44832
44833         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44834         variables with appropriate CPP guards.
44835         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44836         from the frame pointer, not the stack pointer.  Correct layout
44837         comments.  Fix test on resulting framesize and the management of
44838         the outregs buffer for pltexit.  Preserve floating point return
44839         values across _dl_call_pltexit call.
44840         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44841         framesize and the management of the outregs buffer for pltexit.
44842         Preserve floating point return values across _dl_call_pltexit
44843         call.
44844         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44845         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44846         (la_sparc64_gnu_pltexit): New functions.
44847         (print_exit): Fix format string for return register value.
44848
44849 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44850
44851         * sunrpc/Makefile (others): Add rpcgen.
44852         ($(objpfx)rpcgen): Remove special build rule and dependency on
44853         libc.
44854         * sunrpc/rpcgen.c: New file.
44855
44856 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44857
44858         [BZ #13673]
44859         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44860         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44861         * sysdeps/i386/crti.S: Likewise.
44862         * sysdeps/i386/crtn.S: Likewise.
44863         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44864         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44865         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44866         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44867         * sysdeps/sh/crti.S: Likewise.
44868         * sysdeps/sh/crtn.S: Likewise.
44869         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44870
44871         [BZ #13673]
44872         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44873         with URL.
44874         * locale/programs/locfile-kw.gperf: Likewise.
44875         * locale/programs/charmap-kw.h: Regenerated.
44876         * locale/programs/locfile-kw.h: Likewise.
44877
44878         [BZ #13673]
44879         * intl/plural.y: Replace FSF snail mail address with URL.
44880         * intl/plural.c: Regenerated.
44881
44882 2012-03-09  Richard Henderson  <rth@twiddle.net>
44883
44884         * include/math_private.h: Remove file.
44885         * math/math_private.h: Move file ...
44886         * sysdeps/generic/math_private.h: ... here.
44887
44888         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44889         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44890         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44891
44892         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44893         and <math_private.h>.
44894         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44895         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44896         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44897         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44898         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44899         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44900         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44901         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44924         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44925         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44926         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44927         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44930         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44931         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44932         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44933         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44934         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44935         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44936         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44937         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44938         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44939         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44940         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44941         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44942         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44943         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44944         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44945         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44946         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44947         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44948         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44949         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44950         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44951         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44952         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44953         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44954         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44955         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44956         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44957         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44958         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44959         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44960         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44961         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44962         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44963         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44964         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44965         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44966         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44967         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44968         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44969         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44970         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44971         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44972         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44973         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44974         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44975         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44976         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44977         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44978         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44979         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44980         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44981         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44982         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44983         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44984         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44985         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44986         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44987         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44988         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44989         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44990         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44991         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44992         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44993         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44994         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44995         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44996         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44997         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44998         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44999         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45000         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45001         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45002         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45003         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45004         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45005         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45006         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45007         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45008         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45009         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45010         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45011         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45012         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45013         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45014         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45015         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45016         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45017         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45018         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45019         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45020         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45021         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45022         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45023         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45024         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45025         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45026         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45027         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45028         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45029         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45030         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45031         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45032         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45033         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45034         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45035         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45036         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45037         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45038         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45039         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45040         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45041         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45042         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45043         * sysdeps/ieee754/k_standard.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45087         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45094         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45095         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45096         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45097         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45098         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45099         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45103         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45104         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45105         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45111         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45113         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45114         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45115         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45116         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45117         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45118         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45119         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45120         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45121         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45122         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45123         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45124         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45125         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45126         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45127         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45128         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45129         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45132         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45135         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45136         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45137         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45141         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45142         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45144         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45145         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45146         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45147         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45148         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45149         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45150         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45151         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45154         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45155         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45156         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45158         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45159         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45160         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45161         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45162         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45163         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45164         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45165         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45166         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45167         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45169         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45170         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45171         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45172         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45173         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45174         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45175         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45176         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45177         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45178         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45179         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45180         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45181         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45182         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45183         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45184         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45185         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45186         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45187         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45188         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45189         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45190         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45191         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45192         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45193         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45194         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45195         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45196         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45197         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45198         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45199         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45200         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45201         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45202         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45203         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45204         * sysdeps/ieee754/s_lib_version.c: Likewise.
45205         * sysdeps/ieee754/s_matherr.c: Likewise.
45206         * sysdeps/ieee754/s_signgam.c: Likewise.
45207         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45208         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45209         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45210         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45211         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45212         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45213         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45214         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45215         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45216         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45217         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45218         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45219         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45220         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45221         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45222         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45223         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45224         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45225         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45226         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45227         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45228
45229 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45230
45231         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45232         * sunrpc/rpc_main.c: Likewise.
45233         * sunrpc/rpc_svcout.c: Likewise.
45234
45235 2012-03-09  David S. Miller  <davem@davemloft.net>
45236
45237         * include/math_private.h: New file.
45238
45239 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45240
45241         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45242         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45243         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45244         from <bits/socket_type.h>.
45245         (enum __socket_type): Don't define here.
45246         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45247         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45248         bits/socket_type.h.
45249
45250         [BZ #13566]
45251         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45252         checking __USE_GNU.
45253
45254         * Makerules ($(inst_includedir)/%.h): New rule.
45255         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45256         (install-others): Remove variable setting.
45257         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45258
45259 2012-03-08  Richard Henderson  <rth@twiddle.net>
45260
45261         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45262         from macro to inline function; merge with the
45263         !__LIBC_INTERNAL_MATH_INLINES version.
45264         (__ieee754_sqrtf): Likewise.
45265
45266         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45267         to inline function.
45268         (__rintf, __floor, __floorf): Likewise.
45269
45270         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45271         macro to inline function.
45272         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45273
45274         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45275         not <math/math_private.h>.
45276
45277 2012-03-08  David S. Miller  <davem@davemloft.net>
45278
45279         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45280         copyright year.
45281         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45282
45283 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45284
45285         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45286         normalization.
45287         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45288         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45289
45290 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45291
45292         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45293         be defined individually, they must be defined as a block.  Define
45294         S for printing a string instead of hidint the different by using a
45295         macro for adding the 'l'.
45296         * stdio-common/tst-fphex-wide.c: Adjust.
45297
45298 2012-03-07  Marek Polacek  <polacek@redhat.com>
45299
45300         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45301
45302 2012-03-08  Marek Polacek  <polacek@redhat.com>
45303
45304         [BZ #13806]
45305         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45306         * stdio-common/tst-fphex.c: Define a few macros to make the
45307         test reusable.  Use them.
45308         * stdio-common/tst-fphex-wide.c: New file.
45309
45310 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45311
45312         [BZ #6911]
45313         * manual/macros.texi (gnusystems): New macro.
45314         (nongnusystems): Likewise.
45315         (gnulinuxhurdsystems): Likewise.
45316         (gnuhurdsystems): Likewise..
45317         (gnulinuxsystems): Likewise.
45318         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45319         variants of the GNU system, not "GNU system".
45320         * manual/conf.texi: Likewise.
45321         * manual/errno.texi: Likewise.  Update example of errno macro
45322         expansion.
45323         * manual/filesys.texi: Likewise.
45324         (getumask): Document as specific to GNU/Hurd.
45325         * manual/install.texi: Likewise.  Reword some references to
45326         GNU/Linux.
45327         * manual/intro.texi: Likewise.
45328         * manual/io.texi: Likewise.
45329         (File Name Portability): Detail which constraints are inapplicable
45330         to all GNU systems and which are only inapplicable to GNU/Hurd.
45331         * manual/job.texi: Likewise.
45332         * manual/llio.texi: Likewise.
45333         (O_NOCTTY): Document as present on GNU/Linux.
45334         * manual/maint.texi: Likewise.
45335         * manual/memory.texi: Likewise.
45336         * manual/pattern.texi: Likewise.
45337         * manual/pipe.texi: Likewise.
45338         * manual/process.texi: Likewise.
45339         * manual/resource.texi: Likewise.
45340         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45341         child on GNU/Hurd.
45342         * manual/setjmp.texi: Likewise.
45343         * manual/signal.texi: Likewise.
45344         * manual/startup.texi: Likewise.
45345         * manual/stdio.texi: Likewise.
45346         * manual/terminal.texi: Likewise.
45347         (ONLCR): Document as POSIX.
45348         (OXTABS): Document availability on GNU/Linux as XTABS.
45349         (ONOEOT): Document availability separately from other bits.
45350         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45351         * manual/time.texi: Likewise.
45352         * manual/users.texi: Likewise.
45353         * INSTALL: Regenerated.
45354         * sysdeps/gnu/errlist.c: Regenerated.
45355
45356         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45357         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45358         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45359         puts.
45360         * configure: Regenerated.
45361
45362 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45363
45364         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45365         default includes instead of AC_HEADER_CHECK.
45366         * sysdeps/i386/configure: Regenerated.
45367
45368         [BZ #10716]
45369         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45370         * math/s_cacoshf.c (__cacoshf): Likewise.
45371         * math/s_cacoshl.c (__cacoshl): Likewise.
45372         * math/s_casinh.c (__casinh): Set signs of result from argument.
45373         * math/s_casinhf.c (__casinhf): Likewise.
45374         * math/s_casinhl.c (__casinhl): Likewise.
45375         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45376         (casinh_test): Add more tests.
45377         * sysdeps/i386/fpu/libm-test-ulps: Update.
45378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45379
45380 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45381
45382         * po/zh_TW.po: Update from translation team.
45383
45384         * login/Makefile (distribute): Remove variable.
45385         * catgets/Makefile: Likewise.
45386         * mach/Makefile: Likewise.
45387         * malloc/Makefile: Likewise.
45388         * misc/Makefile: Likewise.
45389         * iconv/Makefile: Likewise.
45390         * nscd/Makefile: Likewise.
45391         * hurd/Makefile: Likewise.
45392         * manual/Makefile: Likewise.
45393         * locale/Makefile: Likewise.
45394         * intl/Makefile: Likewise.
45395         * conform/Makefile: Likewise.
45396         * nss/Makefile: Likewise.
45397         * time/Makefile: Likewise.
45398         * soft-fp/Makefile: Likewise.
45399         * dirent/Makefile: Likewise.
45400         * gmon/Makefile: Likewise.
45401         * po/Makefile: Likewise.
45402         * rt/Makefile: Likewise.
45403         * socket/Makefile: Likewise.
45404         * math/Makefile: Likewise.
45405         * signal/Makefile: Likewise.
45406         * debug/Makefile: Likewise.
45407         * elf/Makefile: Likewise.
45408         * timezone/Makefile: Likewise.
45409         * stdlib/Makefile: Likewise.
45410         * iconvdata/Makefile: Likewise.
45411         * sunrpc/Makefile: Likewise.
45412         * io/Makefile: Likewise.
45413         * argp/Makefile: Likewise.
45414         * inet/Makefile: Likewise.
45415         * hesiod/Makefile: Likewise.
45416         * grp/Makefile: Likewise.
45417         * csu/Makefile: Likewise.
45418         * wctype/Makefile: Likewise.
45419         * crypt/Makefile: Likewise.
45420         * libio/Makefile: Likewise.
45421         * string/Makefile: Likewise.
45422         * nis/Makefile: Likewise.
45423         * resolv/Makefile: Likewise.
45424         * stdio-common/Makefile: Likewise.
45425         * wcsmbs/Makefile: Likewise.
45426         * dlfcn/Makefile: Likewise.
45427         * posix/Makefile: Likewise.
45428
45429         [BZ #6959]
45430         * timezone/Makefile: Don't install timezone files, just the programs
45431         and scripts.
45432
45433 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45434
45435         * nss/databases.def: Add missing gshadow entry.
45436
45437         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45438
45439 2012-03-06  Marek Polacek  <polacek@redhat.com>
45440
45441         [BZ #13726]
45442         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45443         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45444         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45445         * stdio-common/tst-long-dbl-fphex.c: New file.
45446
45447 2012-03-06  David S. Miller  <davem@davemloft.net>
45448
45449         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45450         (set_obp_int): New function.
45451         (get_obp_int): New function.
45452         (__get_clockfreq_via_dev_openprom): Likewise.
45453         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45454         Avoid unused variable warnings on 'val' and use builtin_expect.
45455         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45456         __builtin_expect.
45457         (INLINE_CLONE_SYSCALL): Likewise.
45458
45459 2012-03-05  David S. Miller  <davem@davemloft.net>
45460
45461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45462
45463 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45464
45465         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45466
45467         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45468         only for |x| >= 40.
45469         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45470
45471 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45472
45473         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45474         Replace gettimeofday with __vdso_gettimeofday.
45475
45476         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45477         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45478         __vdso_clock_gettime and __vdso_getcpu.
45479
45480         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45481         time with __vdso_time.
45482
45483 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45484
45485         * manual/lang.texi (size_t): Note types to which size_t may be
45486         equivalent with the GNU C Library, but do not describe when
45487         differences between them are significant.
45488
45489 2012-03-05  Andreas Jaeger  <aj@suse.de>
45490
45491         * sysdeps/i386/fpu/libm-test-ulps: Update.
45492
45493 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45494
45495         [BZ #3976]
45496         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45497         (__ieee754_pow): Save and restore rounding mode and use
45498         round-to-nearest for main computations.
45499         * math/libm-test.inc (pow_test_tonearest): New function.
45500         (pow_test_towardzero): Likewise.
45501         (pow_test_downward): Likewise.
45502         (pow_test_upward): Likewise.
45503         (main): Call the new functions.
45504         * sysdeps/i386/fpu/libm-test-ulps: Update.
45505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45506
45507         [BZ #3976]
45508         * math/libm-test.inc (cosh_test_tonearest): New function.
45509         (cosh_test_towardzero): Likewise.
45510         (cosh_test_downward): Likewise.
45511         (cosh_test_upward): Likewise.
45512         (sinh_test_tonearest): Likewise.
45513         (sinh_test_towardzero): Likewise.
45514         (sinh_test_downward): Likewise.
45515         (sinh_test_upward): Likewise.
45516         (main): Call the new functions.
45517         * sysdeps/i386/fpu/libm-test-ulps: Update.
45518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45519
45520 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45521
45522         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45523         default stack guard is set in last bytes.
45524         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45525
45526 2012-03-05  Kees Cook  <keescook@chromium.org>
45527
45528         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45529
45530         [BZ #13656]
45531         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45532         possibly allocate from heap instead of stack.
45533         * stdio-common/bug-vfprintf-nargs.c: New file.
45534         * stdio-common/Makefile (tests): Add nargs overflow test.
45535
45536 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45537
45538         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45539
45540 2012-03-03  Marek Polacek  <polacek@redhat.com>
45541
45542         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45543         * math/math_private.h: Likewise.
45544         * stdlib/tst-strtod.c: Likewise.
45545         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45546         * sysdeps/x86_64/bits/atomic.h: Likewise.
45547
45548 2012-03-02  David S. Miller  <davem@davemloft.net>
45549
45550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45551         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45552         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45553         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45554         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45555         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45556         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45557         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45558
45559 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45560
45561         [BZ #13792]
45562         * manual/examples/README: New file, says the example source files
45563         can be used under GPL>=2.
45564         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45565         line containing just "*/".
45566         * manual/examples/add.c: Add copyright header (GPL>=2).
45567         * manual/examples/argp-ex1.c: Likewise.
45568         * manual/examples/argp-ex2.c: Likewise.
45569         * manual/examples/argp-ex3.c: Likewise.
45570         * manual/examples/argp-ex4.c: Likewise.
45571         * manual/examples/atexit.c: Likewise.
45572         * manual/examples/db.c: Likewise.
45573         * manual/examples/dir.c: Likewise.
45574         * manual/examples/dir2.c: Likewise.
45575         * manual/examples/execinfo.c: Likewise.
45576         * manual/examples/filecli.c: Likewise.
45577         * manual/examples/filesrv.c: Likewise.
45578         * manual/examples/fmtmsgexpl.c: Likewise.
45579         * manual/examples/genpass.c: Likewise.
45580         * manual/examples/inetcli.c: Likewise.
45581         * manual/examples/inetsrv.c: Likewise.
45582         * manual/examples/isockad.c: Likewise.
45583         * manual/examples/longopt.c: Likewise.
45584         * manual/examples/memopen.c: Likewise.
45585         * manual/examples/memstrm.c: Likewise.
45586         * manual/examples/mkfsock.c: Likewise.
45587         * manual/examples/mkisock.c: Likewise.
45588         * manual/examples/mygetpass.c: Likewise.
45589         * manual/examples/pipe.c: Likewise.
45590         * manual/examples/popen.c: Likewise.
45591         * manual/examples/rprintf.c: Likewise.
45592         * manual/examples/search.c: Likewise.
45593         * manual/examples/select.c: Likewise.
45594         * manual/examples/setjmp.c: Likewise.
45595         * manual/examples/sigh1.c: Likewise.
45596         * manual/examples/sigusr.c: Likewise.
45597         * manual/examples/stpcpy.c: Likewise.
45598         * manual/examples/strdupa.c: Likewise.
45599         * manual/examples/strftim.c: Likewise.
45600         * manual/examples/strncat.c: Likewise.
45601         * manual/examples/subopt.c: Likewise.
45602         * manual/examples/swapcontext.c: Likewise.
45603         * manual/examples/termios.c: Likewise.
45604         * manual/examples/testopt.c: Likewise.
45605         * manual/examples/testpass.c: Likewise.
45606         * manual/examples/timeval_subtract.c: Likewise.
45607
45608         [BZ #13792]
45609         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45610         function to ...
45611         * manual/timeval_subtract.c.texi: ... here, new file.
45612
45613 2012-03-02  David S. Miller  <davem@davemloft.net>
45614
45615         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45616
45617 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45618
45619         [BZ #3976]
45620         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45621         (__sin): Save and restore rounding mode and use round-to-nearest
45622         for all computations.
45623         (__cos): Save and restore rounding mode and use round-to-nearest
45624         for all computations.
45625         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45626         <fenv.h>.
45627         (tan): Save and restore rounding mode and use round-to-nearest for
45628         all computations.
45629         * math/libm-test.inc (cos_test_tonearest): New function.
45630         (cos_test_towardzero): Likewise.
45631         (cos_test_downward): Likewise.
45632         (cos_test_upward): Likewise.
45633         (sin_test_tonearest): Likewise.
45634         (sin_test_towardzero): Likewise.
45635         (sin_test_downward): Likewise.
45636         (sin_test_upward): Likewise.
45637         (tan_test_tonearest): Likewise.
45638         (tan_test_towardzero): Likewise.
45639         (tan_test_downward): Likewise.
45640         (tan_test_upward): Likewise.
45641         (main): Call the new functions.
45642         * sysdeps/i386/fpu/libm-test-ulps: Update.
45643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45644
45645         [BZ #10135]
45646         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45647         small n, then large n, before computing and testing k+n.
45648         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45649         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45650         Likewise.
45651         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45652         Likewise.
45653         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45654         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45655         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45656         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45657         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45658         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45659         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45660         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45661         * math/libm-test.inc (scalbn_test): Add more tests.
45662         (scalbln_test): Likewise.
45663
45664         * manual/filesys.texi (mode_t): Describe constraints on size and
45665         signedness, not exact equivalence to a particular type.
45666         (ino_t): Likewise.
45667         (ino64_t): Likewise.
45668         (dev_t): Likewise.
45669         (nlink_t): Likewise.
45670         (blkcnt_t): Likewise.
45671         (blkcnt64_t): Likewise.
45672         * manual/llio.texi (off_t): Likewise.
45673
45674         [BZ #3976]
45675         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45676         (__ieee754_exp): Save and restore rounding mode and use
45677         round-to-nearest for all computations.
45678         * math/libm-test.inc (exp_test_tonearest): New function.
45679         (exp_test_towardzero): Likewise.
45680         (exp_test_downward): Likewise.
45681         (exp_test_upward): Likewise.
45682         (main): Call the new functions.
45683         * sysdeps/i386/fpu/libm-test-ulps: Update.
45684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45685
45686 2012-03-01  Chris Demetriou  <cgd@google.com>
45687
45688         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45689         have predictable order.
45690
45691 2012-03-01  David S. Miller  <davem@davemloft.net>
45692
45693         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45694
45695         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45696         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45697         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45698         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45699
45700         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45701         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45702         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45703         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45704         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45705         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45706         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45707         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45708         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45709
45710         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45711
45712         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45713         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45714         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45715
45716         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45717         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45718         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45719         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45720         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45721         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45722         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45723         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45724         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45725         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45726         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45727         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45728         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45729         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45730         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45731         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45732         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45733         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45734         * sysdeps/sparc/elf/configure: Regenerated.
45735
45736 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45737
45738         * configure.in (AS, LD): Require binutils 2.20 or later.
45739         * configure: Regenerated.
45740         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45741         as required minimum version.
45742         * INSTALL: Regenerated.
45743
45744         [BZ #2541]
45745         [BZ #4108]
45746         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45747         before squaring exponent.
45748         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45749         bottom long double and 27 bits of top long double before squaring
45750         exponent.
45751         * math/libm-test.inc (erfc_test): Add more tests.
45752         * sysdeps/i386/fpu/libm-test-ulps: Update.
45753         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45755
45756 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45757
45758         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45759         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45760         containing bit-fields.
45761         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45762         * soft-fp/single.h (_FP_UNION_S): Likewise.
45763         * soft-fp/double.h (_FP_UNION_D): Likewise.
45764
45765 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45766
45767         [BZ #13786]
45768         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45769         not include ../strcmp.S.
45770         [USE_AS_STRNCASECMP_L]: Likewise.
45771         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45772         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45773         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45774         (__strncasecmp_l_ia32): Define as alias to
45775         __strncasecmp_l_nonascii.
45776
45777         [BZ #5794]
45778         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45779         * sysdeps/i386/fpu/libm-test-ulps: Update.
45780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45781
45782         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45784
45785 2012-02-29  Jeff Law  <law@redhat.com>
45786
45787         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45788         out of bounds read.
45789
45790 2012-02-29  Marek Polacek  <polacek@redhat.com>
45791
45792         [BZ #13706]
45793         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45794         * elf/Makefile: Add rules to run tst-unused-dep.out.
45795
45796 2012-02-28  David S. Miller  <davem@davemloft.net>
45797
45798         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45799         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45800         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45801         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45802         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45803         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45804
45805 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45806
45807         * math/libm-test.inc (llround_test): Move one test from
45808         lround_test.  Use TEST_f_L in moved test.
45809         (lround_test): Move misplaced test to llround_test.  Add testcase
45810         from bug 2561.
45811
45812 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45813
45814         * sysdeps/x86_64/fpu/e_expf.S: New file.
45815         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45816
45817 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45818
45819         [BZ #13637]
45820         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45821         of remain_len that may cause incomplete multi-byte character and
45822         false match.
45823         * posix/bug-regex33.c: New file.
45824         * posix/Makefile (tests): Add bug-regex33.
45825
45826 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45827
45828         * manual/macros.texi: New file.
45829         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45830         * manual/libc.texinfo: Include macros.texi.
45831         * manual/creatute.texi: Likewise.
45832         * manual/install.texi: Likewise.
45833         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45834         @glibcadj{} in references to the GNU C Library.
45835         * manual/charset.texi: Likewise.
45836         * manual/conf.texi: Likewise.
45837         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45838         when not using those macros.
45839         * manual/creature.texi: Likewise.
45840         * manual/crypt.texi: Likewise.
45841         * manual/errno.texi: Likewise.
45842         * manual/filesys.texi: Likewise.
45843         * manual/header.texi: Likewise.
45844         * manual/install.texi: Likewise.
45845         * manual/intro.texi: Likewise.
45846         * manual/io.texi: Likewise.
45847         * manual/job.texi: Likewise.
45848         * manual/lang.texi: Likewise.
45849         * manual/libc.texiinfo: Likewise.
45850         * manual/llio.texi: Likewise.
45851         * manual/locale.texi: Likewise.
45852         * manual/maint.texi: Likewise.
45853         * manual/math.texi: Likewise.
45854         * manual/memory.texi: Likewise.
45855         * manual/message.texi: Likewise.
45856         * manual/nss.texi: Likewise.
45857         * manual/pattern.texi: Likewise.
45858         * manual/process.texi: Likewise.
45859         * manual/resource.texi: Likewise.
45860         * manual/search.texi: Likewise.
45861         * manual/setjmp.texi: Likewise.
45862         * manual/signal.texi: Likewise.
45863         * manual/socket.texi: Likewise.
45864         * manual/startup.texi: Likewise.
45865         * manual/stdio.texi: Likewise.
45866         * manual/string.texi: Likewise.
45867         * manual/sysinfo.texi: Likewise.
45868         * manual/syslog.texi: Likewise.
45869         * manual/terminal.texi: Likewise.
45870         * manual/time.texi: Likewise.
45871         * manual/users.texi: Likewise.
45872         * INSTALL: Regenerated.
45873         * NOTES: Regenerated.
45874         * sysdeps/gnu/errlist.c: Regenerated.
45875
45876 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45877
45878         * include/dirent.h: Include <dirstream.h> before
45879         <dirent/dirent.h>.
45880
45881 2012-02-28  David S. Miller  <davem@davemloft.net>
45882
45883         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45884         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45885         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45886         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45887
45888 2012-02-27  David S. Miller  <davem@davemloft.net>
45889
45890         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45891         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45892         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45893         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45894
45895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45896         frame pointer instead of stack pointer relative arg slot.
45897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45898         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45899         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45900
45901 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45902
45903         [BZ #3992]
45904         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45905
45906 2012-02-27  David S. Miller  <davem@davemloft.net>
45907
45908         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45909         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45910         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45911         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45912         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45913         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45914         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45915         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45916
45917 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45918
45919         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45920         later.  Allow versions 5-9.
45921         * configure: Regenerated.
45922         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45923         required minimum version and 4.6 as recommended version.  Do not
45924         mention bugs in GCC 2.7 and 2.8.
45925         * INSTALL: Regenerated.
45926
45927 2012-02-27  David S. Miller  <davem@davemloft.net>
45928
45929         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45930         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45931         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45932         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45933         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45934         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45935         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45936         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45937
45938         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45939         manipulate bits before adding and subtracting TWO112[sx].
45940         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45941
45942 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45943
45944         [BZ #13775]
45945         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45946         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45947         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45948         being in POSIX, because they are in 1003.1-2008.
45949
45950         * rt/tst-aio.c: Include <fcntl.h>.
45951         * rt/tst-aio7.c: Likewise.
45952         * rt/tst-aio64.c: Likewise.
45953
45954         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45955
45956 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45957
45958         * manual/install.texi (--with-headers): Describe headers as
45959         interface headers, not private headers.
45960         (Specific advice for GNU/Linux systems): Describe use of headers
45961         from "make headers_install", not private headers from older
45962         kernels.
45963         * INSTALL: Regenerated.
45964         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45965         Change to 2.6.19.
45966         * sysdeps/unix/sysv/linux/configure: Regenerated.
45967
45968         * manual/llio.texi (fclean): Remove documentation.
45969
45970         * manual/Makefile (libc-texi-generated): New variable.  Include
45971         version.texi.
45972         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45973         $(libc-texi-generated), not duplicated list of files.
45974         (version.texi, stamp-version): New rules.
45975         (realclean): Remove $(libc-texi-generated), not individual files
45976         from that list.  Do not remove dir-add.texinfo.
45977         * manual/libc.texinfo: Comment out uses of edition numbers and
45978         references to printed manual.  Remove last-updated dates.
45979         (EDITION): Comment out.
45980         (ISBN): Likewise.
45981         (VERSION, UPDATED): Remove.
45982         (version.texi): Include.
45983
45984 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45985
45986         * sysdeps/posix/spawni.c: Include <signal.h>.
45987         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45988         * sysdeps/pthread/aio_fsync.c: Likewise.
45989
45990 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45991
45992         * conform/Makefile (tests): Run only when not cross-compiling and
45993         when fast-check is not defined.
45994
45995         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45996         * conform/data/limits.h-data: Fixes for POSIX2008.
45997         * conform/run-conformtest.sh: Run all tests.
45998         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45999         headers.
46000         * include/bits/dlfcn.h: Likewise.
46001         * include/langinfo.h: Likewise.
46002         * include/monetary.h: Likewise.
46003         * include/sys/poll.h: Likewise.
46004
46005         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46006         for __USE_GNU.
46007         * posix/spawn.h: Define __need_sigset_t.
46008         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46009         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46010         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46011         to get sigevent_t only.
46012         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46013         only for __USE_GNU.
46014         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46015         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46016         process_vm_writev only for __USE_GNU.
46017         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46018
46019         * conform/Makefile: For now ignore errors from run-conformtest.
46020         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46021         POSIX to avoid namespace pollution.  Don't prepend headers.
46022         * conform/data/aio.h-data: Fixes for POSIX testing.
46023         * conform/data/fcntl.h-data: Likewise.
46024         * conform/data/glob.h-data: Likewise.
46025         * conform/data/grp.h-data: Likewise.
46026         * conform/data/pthread.h-data: Likewise.
46027         * conform/data/pwd.h-data: Likewise.
46028         * conform/data/signal.h-data: Likewise.
46029         * conform/data/spawn.h-data: Likewise.
46030         * conform/data/stdio.h-data: Likewise.
46031         * conform/data/stdlib.h-data: Likewise.
46032         * conform/data/stropts.h-data: Likewise.
46033         * conform/data/sys/mman.h-data: Likewise.
46034         * conform/data/sys/stat.h-data: Likewise.
46035         * conform/data/sys/types.h-data: Likewise.
46036         * conform/data/sys/wait.h-data: Likewise.
46037         * conform/data/time.h-data: Likewise.
46038         * conform/data/unistd.h-data: Likewise.
46039         * conform/data/utime.h-data: Likewise.
46040
46041         * io/sys/stat.h: fchmod was always in POSIX.
46042         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46043         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46044         * rt/aio.h: Define __need_timespec before including <time.h>.
46045         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46046         struct.  Add forward declaration of pthread_attr_t and use it in
46047         sigevent.
46048         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46049         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46050         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46051         always remove CLK_TCK definition.
46052
46053 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46054
46055         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46056
46057 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46058
46059         * conform/run-conformtest.sh: New file.
46060         * conform/Makefile: Run run-conformtest for tests.
46061         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46062         support.
46063
46064         * conform/data/uchar.h-data: New file.
46065         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46066         * conform/data/arpa/inet.h-data: Likewise.
46067         * conform/data/assert.h-data: Likewise.
46068         * conform/data/complex.h-data: Likewise.
46069         * conform/data/cpio.h-data: Likewise.
46070         * conform/data/ctype.h-data: Likewise.
46071         * conform/data/dirent.h-data: Likewise.
46072         * conform/data/dlfcn.h-data: Likewise.
46073         * conform/data/errno.h-data: Likewise.
46074         * conform/data/fcntl.h-data: Likewise.
46075         * conform/data/float.h-data: Likewise.
46076         * conform/data/fmtmsg.h-data: Likewise.
46077         * conform/data/fnmatch.h-data: Likewise.
46078         * conform/data/ftw.h-data: Likewise.
46079         * conform/data/glob.h-data: Likewise.
46080         * conform/data/grp.h-data: Likewise.
46081         * conform/data/iconv.h-data: Likewise.
46082         * conform/data/inttypes.h-data: Likewise.
46083         * conform/data/langinfo.h-data: Likewise.
46084         * conform/data/libgen.h-data: Likewise.
46085         * conform/data/limits.h-data: Likewise.
46086         * conform/data/locale.h-data: Likewise.
46087         * conform/data/math.h-data: Likewise.
46088         * conform/data/monetary.h-data: Likewise.
46089         * conform/data/mqueue.h-data: Likewise.
46090         * conform/data/ndbm.h-data: Likewise.
46091         * conform/data/net/if.h-data: Likewise.
46092         * conform/data/netdb.h-data: Likewise.
46093         * conform/data/netinet/in.h-data: Likewise.
46094         * conform/data/nl_types.h-data: Likewise.
46095         * conform/data/poll.h-data: Likewise.
46096         * conform/data/pthread.h-data: Likewise.
46097         * conform/data/pwd.h-data: Likewise.
46098         * conform/data/regex.h-data: Likewise.
46099         * conform/data/sched.h-data: Likewise.
46100         * conform/data/search.h-data: Likewise.
46101         * conform/data/semaphore.h-data: Likewise.
46102         * conform/data/setjmp.h-data: Likewise.
46103         * conform/data/signal.h-data: Likewise.
46104         * conform/data/spawn.h-data: Likewise.
46105         * conform/data/stdarg.h-data: Likewise.
46106         * conform/data/stdio.h-data: Likewise.
46107         * conform/data/stdlib.h-data: Likewise.
46108         * conform/data/string.h-data: Likewise.
46109         * conform/data/strings.h-data: Likewise.
46110         * conform/data/stropts.h-data: Likewise.
46111         * conform/data/sys/ipc.h-data: Likewise.
46112         * conform/data/sys/mman.h-data: Likewise.
46113         * conform/data/sys/msg.h-data: Likewise.
46114         * conform/data/sys/resource.h-data: Likewise.
46115         * conform/data/sys/select.h-data: Likewise.
46116         * conform/data/sys/sem.h-data: Likewise.
46117         * conform/data/sys/shm.h-data: Likewise.
46118         * conform/data/sys/socket.h-data: Likewise.
46119         * conform/data/sys/stat.h-data: Likewise.
46120         * conform/data/sys/statvfs.h-data: Likewise.
46121         * conform/data/sys/time.h-data: Likewise.
46122         * conform/data/sys/timeb.h-data: Likewise.
46123         * conform/data/sys/times.h-data: Likewise.
46124         * conform/data/sys/types.h-data: Likewise.
46125         * conform/data/sys/uio.h-data: Likewise.
46126         * conform/data/sys/un.h-data: Likewise.
46127         * conform/data/sys/utsname.h-data: Likewise.
46128         * conform/data/sys/wait.h-data: Likewise.
46129         * conform/data/syslog.h-data: Likewise.
46130         * conform/data/tar.h-data: Likewise.
46131         * conform/data/termios.h-data: Likewise.
46132         * conform/data/utime.h-data: Likewise.
46133         * conform/data/utmpx.h-data: Likewise.
46134         * conform/data/varargs.h-data: Likewise.
46135         * conform/data/wchar.h-data: Likewise.
46136         * conform/data/wctype.h-data: Likewise.
46137         * conform/data/wordexp.h-data: Likewise.
46138
46139         * include/stropts.h: New file.
46140         * include/uchar.h: New file.
46141         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46142         * include/assert.h: Likewise.
46143         * include/ctype.h: Likewise.
46144         * include/dirent.h: Likewise.
46145         * include/dlfcn.h: Likewise.
46146         * include/fcntl.h: Likewise.
46147         * include/fnmatch.h: Likewise.
46148         * include/glob.h: Likewise.
46149         * include/grp.h: Likewise.
46150         * include/libio.h: Likewise.
46151         * include/locale.h: Likewise.
46152         * include/math.h: Likewise.
46153         * include/net/if.h: Likewise.
46154         * include/netdb.h: Likewise.
46155         * include/netinet/in.h: Likewise.
46156         * include/pthread.h: Likewise.
46157         * include/pwd.h: Likewise.
46158         * include/regex.h: Likewise.
46159         * include/sched.h: Likewise.
46160         * include/search.h: Likewise.
46161         * include/setjmp.h: Likewise.
46162         * include/signal.h: Likewise.
46163         * include/stdio.h: Likewise.
46164         * include/stdlib.h: Likewise.
46165         * include/string.h: Likewise.
46166         * include/sys/cdefs.h: Likewise.
46167         * include/sys/mman.h: Likewise.
46168         * include/sys/msg.h: Likewise.
46169         * include/sys/resource.h: Likewise.
46170         * include/sys/select.h: Likewise.
46171         * include/sys/socket.h: Likewise.
46172         * include/sys/stat.h: Likewise.
46173         * include/sys/statvfs.h: Likewise.
46174         * include/sys/time.h: Likewise.
46175         * include/sys/times.h: Likewise.
46176         * include/sys/uio.h: Likewise.
46177         * include/sys/utsname.h: Likewise.
46178         * include/sys/wait.h: Likewise.
46179         * include/termios.h: Likewise.
46180         * include/time.h: Likewise.
46181         * include/ulimit.h: Likewise.
46182         * include/unistd.h: Likewise.
46183         * include/utime.h: Likewise.
46184         * include/wchar.h: Likewise.
46185         * include/wctype.h: Likewise.
46186         * include/wordexp.h: Likewise.
46187
46188         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46189
46190         * time/time.h: TIME_UTC must be a macro.
46191         Make timespec_get available for ISO C11 only as well.
46192
46193 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46194
46195         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46196         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46197
46198 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46199
46200         * configure.in: Use -o not -a in test for unsupported multi-arch.
46201
46202 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46203
46204         * manual/texinfo.tex: Update to version 2012-01-19.16.
46205
46206 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46207
46208         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46209
46210 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46211
46212         [BZ #13738]
46213         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46214         * manual/fdl-1.3.texi: New file.
46215         * manual/fdl-1.1.texi: File removed.
46216
46217         [BZ #13738]
46218         * manual/libc.texinfo (FDL_VERSION): New @set.
46219         Use it for mention of FDL in cover text.
46220         (Documentation License): Use it in @include file name.
46221
46222 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46223             Roland McGrath  <roland@hack.frob.com>
46224
46225         [BZ #5461]
46226         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46227         (not LONG_LONG_MAX and LONG_LONG_MIN.
46228         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46229         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46230         name.
46231         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46232
46233 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46234
46235         [BZ #2547]
46236         [BZ #11365]
46237         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46238         manipulate bits before adding and subtracting TWO23[sx].
46239         * math/libm-test.inc (nearbyint_test): Add more tests.
46240
46241 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46242
46243         [BZ #2548]
46244         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46245         bits before adding and subtracting TWO23[sx].
46246         * math/libm-test.inc (rint_test): Add more tests.
46247         (rint_test_tonearest): Likewise.
46248         (rint_test_towardzero): Likewise.
46249         (rint_test_downward): Likewise.
46250         (rint_test_upward: Likewise.
46251
46252 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46253
46254         [BZ #10110]
46255         * include/stdc-predef.h: New file.  Extracted from features.h.
46256         * include/features.h: Include stdc-predef.h.
46257         * Makefile (headers): Add stdc-predef.h.
46258         * CONFORMANCE (Compiler limitations): Update.
46259
46260 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46261
46262         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46263
46264 2012-02-21  David S. Miller  <davem@davemloft.net>
46265
46266         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46267         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46268
46269 2012-02-20  David S. Miller  <davem@davemloft.net>
46270
46271         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46272         using a normal save/restore sequence, rather than allocating a
46273         dummy stack frame just to store a frame pointer and restore.
46274         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46275
46276 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46277
46278         * manual/install.texi: Fix stray word in line-wrapped comment.
46279
46280 2012-02-20  David S. Miller  <davem@davemloft.net>
46281
46282         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46283         both binutils and gcc support GOTDATA.
46284
46285         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46286         "rd %pc" in the PIC register setup sequences.
46287
46288         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46289         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46290         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46291         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46292         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46293         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46294         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46295         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46296         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46297         (SYSCALL_ERROR_HANDLER): Likewise.
46298         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46299         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46300         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46301         (SYSCALL_ERROR_HANDLER): Likewise.
46302
46303         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46304         (HAVE_GCC_GOTDATA): New.
46305         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46306         relocation support in both binutils and gcc.
46307         * sysdeps/sparc/elf/configure: Regenerate.
46308
46309         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46310         * sysdeps/sparc/sparc32/elf/configure: Delete.
46311         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46312         * sysdeps/sparc/sparc64/elf/configure: Delete.
46313         * sysdeps/sparc/elf/configure.in: New file.
46314         * sysdeps/sparc/elf/configure: Generate.
46315
46316         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46317         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46318         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46319         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46320         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46321
46322 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46323
46324         * manual/install.texi: Do not mention specific glibc version
46325         numbers.
46326         * manual/libc.texinfo (VERSION, UPDATED): Update.
46327         (@copying): Use @copyright{} and range of years.
46328
46329 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46330
46331         [BZ #13695]
46332         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46333         [crti.S not in sysdirs] (generated): Do not append.
46334         [crti.S not in sysdirs] (omit-deps): Likewise.
46335         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46336         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46337         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46338         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46339         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46340         Likewise.
46341         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46342         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46343         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46344         * csu/defs.awk: Remove file.
46345         * sysdeps/generic/initfini.c: Likewise.
46346         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46347         variable.
46348         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46349         Likewise.
46350
46351 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46352
46353         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46354         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46355         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46356         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46357         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46358         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46359         <bits/epoll.h>.
46360         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46361         (__EPOLL_PACKED): Define to empty if not defined by
46362         <bits/epoll.h>.
46363         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46364         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46365         bits/epoll.h.
46366
46367 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46368
46369         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46370         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46371         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46372         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46373         <bits/timerfd.h>.
46374         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46375         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46376         bits/timerfd.h.
46377
46378 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46379
46380         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46381         in C locale.
46382         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46383         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46384         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46386
46387 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46388
46389         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46390         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46391
46392 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46393
46394         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46395         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46396         defined.
46397         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46398         Likewise.
46399         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46400         entry for 2.16.
46401
46402 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46403
46404         * math/w_acos.c: Use non-signaling floating-point comparisons.
46405         * math/w_acosf.c: Likewise.
46406         * math/w_acosh.c: Likewise.
46407         * math/w_acoshf.c: Likewise.
46408         * math/w_acoshl.c: Likewise.
46409         * math/w_acosl.c: Likewise.
46410         * math/w_asin.c: Likewise.
46411         * math/w_asinf.c: Likewise.
46412         * math/w_asinl.c: Likewise.
46413         * math/w_atanh.c: Likewise.
46414         * math/w_atanhf.c: Likewise.
46415         * math/w_atanhl.c: Likewise.
46416         * math/w_exp2.c: Likewise.
46417         * math/w_exp2f.c: Likewise.
46418         * math/w_exp2l.c: Likewise.
46419         * math/w_j0.c: Likewise.
46420         * math/w_j0f.c: Likewise.
46421         * math/w_j0l.c: Likewise.
46422         * math/w_j1.c: Likewise.
46423         * math/w_j1f.c: Likewise.
46424         * math/w_j1l.c: Likewise.
46425         * math/w_jn.c: Likewise.
46426         * math/w_jnf.c: Likewise.
46427         * math/w_log.c: Likewise.
46428         * math/w_log10.c: Likewise.
46429         * math/w_log10f.c: Likewise.
46430         * math/w_log10l.c: Likewise.
46431         * math/w_log2.c: Likewise.
46432         * math/w_log2f.c: Likewise.
46433         * math/w_log2l.c: Likewise.
46434         * math/w_logf.c: Likewise.
46435         * math/w_logl.c: Likewise.
46436         * math/w_sqrt.c: Likewise.
46437         * math/w_sqrtf.c: Likewise.
46438         * math/w_sqrtl.c: Likewise.
46439         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46440         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46441         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46442         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46443         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46444
46445 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46446
46447         [BZ #9739]
46448         * manual/string.texi (strnlen): Use correct parameter name in
46449         equivalent expression.
46450
46451 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46452
46453         [BZ #11174]
46454         * manual/users.texi (seteuid): Consistently use neweuid for
46455         argument name.
46456
46457 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46458
46459         [BZ #13704]
46460         * manual/nss.texi (Services in the NSS configuration): Correct
46461         list of services in example configuration file.
46462
46463 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46464
46465         [BZ #11322]
46466         * manual/arith.texi: Remove statements about negative zero
46467         behaving identically to zero.
46468
46469 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46470
46471         [BZ #5993]
46472         * manual/install.texi: Do not document upgrading from libc5.
46473
46474 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46475
46476         [BZ #4596]
46477         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46478
46479 2012-02-18  David S. Miller  <davem@davemloft.net>
46480
46481         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46482         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46483         %o7 across the call.
46484         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46485         instead.
46486         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46487         SETUP_PIC_REG_LEAF.
46488         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46489         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46490         * sysdeps/sparc/crtn.S: Likewise.
46491
46492 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46493
46494         * aout/Makefile: Remove.
46495
46496 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46497
46498         [BZ #13058]
46499         * manual/examples/argp-ex1.c (main): Format definition in GNU
46500         style.
46501         * manual/examples/argp-ex2.c (main): Likewise.
46502         * manual/examples/argp-ex3.c (main): Likewise.
46503         * manual/examples/argp-ex4.c (main): Likewise.
46504         * manual/examples/longopt.c (main): Use new-style prototype
46505         definition.
46506         * manual/examples/strncat.c (main): Specify return type and use
46507         (void) for arguments.
46508         * manual/examples/subopt.c (main): Use char **argv argument.
46509
46510 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46511
46512         [BZ #5077]
46513         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46514         rounding modes.
46515
46516 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46517
46518         [BZ #6907]
46519         * manual/string.texi (strchr): Change when strchrnul is
46520         recommended.
46521
46522 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46523
46524         [BZ #174]
46525         * manual/locale.texi (setlocale): Document LOCPATH.
46526
46527 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46528
46529         [BZ #10210]
46530         * manual/process.texi (execle): Move @dots{} before last argument.
46531
46532 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46533
46534         [BZ #12047]
46535         * manual/charset.texi (Generic Charset Conversion): Fix typo
46536         (LC_TYPE -> LC_CTYPE).
46537
46538 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46539
46540         [BZ #5805]
46541         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46542         (scalbnf): Likewise.
46543         (scalbnl): Likewise.
46544         (scalbln): Likewise.
46545         (scalblnf): Likewise.
46546         (scalblnl): Likewise.
46547         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46548         (vwarnx): Likewise.
46549         (verr): Likewise.
46550         (verrx): Likewise.
46551         * manual/filesys.texi (telldir): Use braces around return type.
46552         * manual/llio.texi (mmap): Add space after comma.
46553         (mmap64): Likewise.
46554         * manual/math.texi (jn): Use @var{} on parameter names.
46555         (jnf): Likewise.
46556         (jnl): Likewise.
46557         (yn): Likewise.
46558         (ynf): Likewise.
46559         (ynl): Likewise.
46560         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46561         line.
46562         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46563         "...".
46564         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46565         (sched_get_priority_max): Likewise.
46566         * manual/signal.texi (sigvec): Add space after comma.
46567         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46568         names.
46569         (if_indextoname): Likewise.
46570         (if_freenameindex): Likewise.
46571         (sendto): Use ',' instead of '.' in prototype.
46572         * manual/startup.texi (syscall): Use @dots{} instead of literal
46573         "...".
46574         * manual/stdio.texi (__fpending): Separate initial words of
46575         paragraph from @deftypefun line.
46576         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46577         "...".
46578         (vsyslog): Use @var{} on parameter names.
46579         * manual/terminal.texi (stty): Use @var{} on parameter names.
46580         * manual/users.texi (getutmp): Use @var{} on parameter names.
46581         (getutmpx): Likewise.
46582
46583 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46584
46585         [BZ #6884]
46586         * manual/stdio.texi (fopen): Fix typos in description of
46587         ",ccs=STRING".
46588
46589 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46590
46591         [BZ #4026]
46592         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46593         get clock_id definition.
46594
46595 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46596
46597         [BZ #4822]
46598         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46599         (madvise): Cast every argument to void on its own.
46600
46601 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46602
46603         [BZ #9902]
46604         * manual/startup.texi (Exit Status): Fix typo.
46605
46606 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46607
46608         [BZ #10140]
46609         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46610         * manual/examples/argp-ex2.c: Likewise.
46611         * manual/examples/argp-ex3.c: Likewise.
46612
46613 2012-02-16  Richard Henderson  <rth@redhat.com>
46614
46615         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46616         * sysdeps/s390/s390-32/initfini.c: Remove.
46617         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46618         * sysdeps/s390/s390-64/initfini.c: Remove.
46619
46620 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46621
46622         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46623         compiler output for sysdeps/generic/initfini.c.
46624         * sysdeps/sh/elf/initfini.c: Remove file.
46625
46626 2012-02-16  David S. Miller  <davem@davemloft.net>
46627
46628         [BZ #11494]
46629         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46630
46631         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46632         * sysdeps/sparc/crti.S: New file.
46633         * sysdeps/sparc/crtn.S: New file.
46634         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46635         * sysdeps/sparc/sparc64/Makefile: Likewise.
46636
46637 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46638
46639         [BZ #3335]
46640         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46641
46642 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46643
46644         [BZ #4822]
46645         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46646
46647         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46648         (write, read, close): Likewise.
46649         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46650
46651 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46652
46653         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46654         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46655         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46656         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46657         <bits/signalfd.h>.
46658         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46659         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46660         bits/signalfd.h.
46661
46662 2012-02-14  Marek Polacek  <polacek@redhat.com>
46663
46664         * sysdeps/x86_64/crti.S: New file.
46665         * sysdeps/x86_64/crtn.S: New file.
46666         * sysdeps/x86_64/elf/initfini.c: Remove file.
46667
46668 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46669
46670         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46671         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46672         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46673         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46674         <bits/inotify.h>.
46675         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46676         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46677         bits/inotify.h.
46678
46679 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46680
46681         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46682         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46683         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46684         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46685         <bits/eventfd.h>.
46686         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46687         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46688         bits/eventfd.h.
46689
46690 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46691
46692         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46693         __feraiseexcept instead of feraiseexcept.
46694
46695         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46696         nanosleep invocations.
46697         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46698         strings, and add error checking for a nanosleep invocations.
46699
46700 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46701
46702         Replace FSF snail mail address with URLs, as per GNU coding standards.
46703         Most of the snail mail addresses were wrong anyway, and omitting
46704         them makes the source code easier to maintain.  Almost all of the
46705         changes are to license notices and to locale LC_IDENTIFICATION
46706         addresses, except for this one:
46707         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46708         not its snail mail address.
46709
46710 2012-02-09  Richard Henderson  <rth@twiddle.net>
46711
46712         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46713         of kernel-features.h.
46714
46715         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46716
46717 2012-02-08  Marek Polacek  <polacek@redhat.com>
46718
46719         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46720         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46721         * sysdeps/gnu/_G_config.h: Likewise.
46722         * sysdeps/generic/_G_config.h: Likewise.
46723
46724 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46725
46726         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46727         tests.
46728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46729
46730         * sysdeps/powerpc/powerpc32/crti.S: New file.
46731         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46732         * sysdeps/powerpc/powerpc64/crti.S: New file.
46733         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46734
46735         * Makeconfig (have-initfini): Don't set.
46736         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46737         * configure.in (nopic_initfini): Don't substitute.
46738         * config.h.in (HAVE_INITFINI): Don't #undef.
46739         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46740         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46741
46742 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46743
46744         Support crti.S and crtn.S provided directly by architectures.
46745         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46746         [crti.S in sysdirs] (omit-deps): Likewise.
46747         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46748         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46749         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46750         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46751         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46752         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46753         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46754         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46755         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46756         compiler output for sysdeps/generic/initfini.c.
46757         * sysdeps/i386/elf/Makefile: Remove file.
46758         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46759
46760 2012-02-07  Marek Polacek  <polacek@redhat.com>
46761
46762         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46763         * sysdeps/gnu/_G_config.h: Likewise.
46764         * sysdeps/mach/hurd/_G_config.h: Likewise.
46765
46766 2012-02-07  Marek Polacek  <polacek@redhat.com>
46767
46768         * math/Makefile (tests): Add tst-CMPLX2.
46769         * math/tst-CMPLX2.c: New file.
46770
46771 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46772
46773         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46774
46775         * math/libm-test.inc (jn_test): Add missing L suffix.
46776
46777 2012-02-06  Marek Polacek  <polacek@redhat.com>
46778
46779         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46780         * sysdeps/i386/fpu/e_powf.S: Likewise.
46781         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46782         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46783         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46784         * sysdeps/i386/fpu/e_pow.S: Likewise.
46785         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46786         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46787         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46788         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46789         * sysdeps/i386/fpu/e_log2.S: Likewise.
46790         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46791         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46792         * sysdeps/i386/fpu/e_powl.S: Likewise.
46793         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46794         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46795         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46796         * sysdeps/i386/fpu/e_logl.S: Likewise.
46797         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46798         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46799         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46800         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46801         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46802         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46803         * sysdeps/i386/fpu/e_log.S: Likewise.
46804         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46805         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46806         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46807         * sysdeps/i386/fpu/e_logf.S: Likewise.
46808         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46809         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46810         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46811         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46812         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46813         * sysdeps/i386/fpu/e_log10.S: Likewise.
46814         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46815         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46816         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46817         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46818         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46819         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46820         * sysdeps/i386/asm-syntax.h: Likewise.
46821         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46822         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46823         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46824         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46825         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46826         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46827         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46828         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46829         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46830         * sysdeps/powerpc/sysdep.h: Likewise.
46831         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46832         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46833
46834 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46835
46836         [BZ #411]
46837         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46838
46839 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46840
46841         * sysdeps/i386/sysdep.h: Include <features.h>.
46842         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46843         version.
46844
46845 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46846
46847         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46848         Define.
46849         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46850         LOAD_PIC_REG_STR.
46851
46852 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46853
46854         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46855         (SETUP_PIC_REG): Use GET_PC_THUNK.
46856         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46857         macro.
46858
46859 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46860
46861         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46862         for non-PIC compilation.
46863         (SETUP_PIC_REG): Add .p2align directive.
46864         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46865         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46866         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46867         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46868         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46869         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46870         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46871         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46872         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46873         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46874         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46875         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46876         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46877         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46878         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46879         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46880         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46881         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46882         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46883         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46884         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46885         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46886         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46887         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46888         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46889         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46890         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46891         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46892         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46893         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46894         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46895         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46896         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46897         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46898         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46899         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46900         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46901         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46902         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46903         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46904         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46905
46906 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46907
46908         * math/tst-CMPLX.c: Include <stdio.h>.
46909
46910 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46911
46912         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46913         float.
46914         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46915         * sysdeps/sparc/bits/mathdef.h: Likewise.
46916
46917 2012-01-31  Marek Polacek  <polacek@redhat.com>
46918
46919         * libio/libio.h: Don't define _PARAMS.
46920         * locale/programs/config.h: Don't define PARAMS.
46921         * stdlib/strtol_l.c: Likewise.
46922         (__strtol_l): Remove PARAMS from the prototype.
46923
46924 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46925
46926         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46927         names.  Just use the correct names.  Remove unnecessary wrapper
46928         functions.
46929         * malloc/arena.c: Likewise.
46930         * malloc/hooks.c: Likewise.
46931
46932         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46933         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46934         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46935
46936 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46937
46938         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46939         into tail calls.
46940         (update_get_addr): New function.
46941         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46942         GET_ADDR_MODULE parameter.
46943
46944 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46945
46946         * crypt/cert.c: Remove __STDC__ conditionals.
46947         * crypt/crypt-entry.c: Likewise.
46948         * crypt/crypt_util.c: Likewise.
46949         * libio/filedoalloc.c: Likewise.
46950         * libio/fileops.c: Likewise.
46951         * libio/genops.c: Likewise.
46952         * libio/iofclose.c: Likewise.
46953         * libio/iofdopen.c: Likewise.
46954         * libio/iofopen.c: Likewise.
46955         * libio/iofopen64.c: Likewise.
46956         * libio/iogetdelim.c: Likewise.
46957         * libio/iopopen.c: Likewise.
46958         * libio/obprintf.c: Likewise.
46959         * libio/oldfileops.c: Likewise.
46960         * libio/oldiofclose.c: Likewise.
46961         * libio/oldiofdopen.c: Likewise.
46962         * libio/oldiofopen.c: Likewise.
46963         * libio/oldiopopen.c: Likewise.
46964         * libio/wfiledoalloc.c: Likewise.
46965         * libio/wgenops.c: Likewise.
46966         * locale/programs/xmalloc.c: Likewise.
46967         * misc/syslog.c: Likewise.
46968         * stdio-common/xbug.c: Likewise.
46969         * string/memchr.c: Likewise.
46970         * string/memcmp.c: Likewise.
46971         * string/memrchr.c: Likewise.
46972         * string/rawmemchr.c: Likewise.
46973         * sysdeps/posix/getcwd.c: Likewise.
46974         * time/strftime_l.c: Likewise.
46975
46976 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46977
46978         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46979         * config.make.in (config-cflags-sse2avx): Define.
46980         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46981         Fix typo.
46982
46983 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46984
46985         * scripts/config.guess: Update from upstream config git repository.
46986         * scripts/config.sub: Likewise.
46987
46988 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46989
46990         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46991         (EM_NUM): Update.
46992         (R_TILEPRO_*, R_TILEGX_*): New macros.
46993
46994         * scripts/firstversions.awk: Fix bug in version range handling.
46995
46996         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46997
46998         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46999
47000         * include/sys/epoll.h: New file.
47001         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47002         libc_hidden_def.
47003
47004 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47005
47006         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47007         Avoid unnecessary __WORDSIZE == 64 test.
47008         (fmaxf): Use VEX format if possible.
47009         (fmax): Likewise.
47010         (fminf): Likewise.
47011         (fmin): Likewise.
47012
47013         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47014         * math/math_private.h: Remove libc_fegetround* and
47015         libc_fesetround*.
47016         * sysdeps/i386/configure.in: Check for -msse2avx.
47017         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47018         also if SSE2AVX is defined.
47019         Remove libc_fegetround* and libc_fesetround*.
47020         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47021         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47022         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47023         of HAS_YMM_USABLE.
47024         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47025         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47026         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47027         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47028         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47029
47030         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47031
47032 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47033
47034         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47035         size is not set.
47036         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47037
47038 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47039
47040         [BZ #13618]
47041         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47042         relocation.
47043         * Makeconfig (libm): Define.
47044         * elf/Makefile: Add rules to build and run tst-relsort1.
47045         * elf/tst-relsort1.c: New file.
47046         * elf/tst-relsort1mod1.c: New file.
47047         * elf/tst-relsort1mod2.c: New file.
47048
47049 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47050
47051         * math/s_ldexp.c: Remove __STDC__ conditionals.
47052         * math/s_ldexpf.c: Likewise.
47053         * math/s_ldexpl.c: Likewise.
47054         * math/s_nextafter.c: Likewise.
47055         * math/s_nexttowardf.c: Likewise.
47056         * math/s_significand.c: Likewise.
47057         * math/s_significandf.c: Likewise.
47058         * math/s_significandl.c: Likewise.
47059         * math/w_jnl.c: Likewise.
47060         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47061         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47062         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47063         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47064         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47065         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47066         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47067         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47068         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47069         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47070         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47071         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47072         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47073         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47074         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47075         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47076         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47077         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47078         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47079         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47080         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47081         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47082         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47083         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47084         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47085         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47086         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47087         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47088         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47089         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47090         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47091         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47092         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47093         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47094         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47095         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47096         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47097         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47098         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47099         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47100         * sysdeps/ieee754/k_standard.c: Likewise.
47101         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47104         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47105         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47106         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47107         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47108         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47110         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47111         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47112         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47113         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47114         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47115         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47116         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47117         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47118         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47119         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47120         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47121         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47122         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47123         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47124         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47125         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47126         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47127         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47128         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47129         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47130         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47131         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47132         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47133         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47134         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47135         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47136         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47137         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47138         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47139         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47140         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47141         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47142         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47143         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47144         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47145         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47146         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47147         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47148         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47149         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47150         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47151         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47152         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47153         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47154         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47155         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47156         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47157         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47158         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47159         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47160         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47161         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47162         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47163         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47164         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47165         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47166         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47167         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47168         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47169         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47170         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47171         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47172         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47173         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47174         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47175         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47176         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47177         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47178         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47179         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47180         * sysdeps/ieee754/s_matherr.c: Likewise.
47181         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47182         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47183         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47184         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47185
47186 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47187
47188         * crypt/md5.h: Remove __STDC__ conditionals.
47189         * libio/libioP.h: Likewise.
47190         * locale/programs/config.h: Likewise.
47191         * sysdeps/generic/sysdep.h: Likewise.
47192         * sysdeps/i386/asm-syntax.h: Likewise.
47193         * sysdeps/s390/asm-syntax.h: Likewise.
47194         * sysdeps/unix/sysdep.h: Likewise.
47195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47197
47198 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47199
47200         * libio/libio.h: Remove __STDC__ conditionals.
47201         * malloc/obstack.h: Likewise.
47202         * math/complex.h: Likewise.
47203         * math/math.h: Likewise.
47204         * sysdeps/generic/_G_config.h: Likewise.
47205         * sysdeps/gnu/_G_config.h: Likewise.
47206         * sysdeps/mach/hurd/_G_config.h: Likewise.
47207         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47208         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47209         * sysdeps/sparc/bits/mathdef.h: Likewise.
47210
47211 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47212
47213         [BZ #13583]
47214         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47215         Clean up HAS_* macros.
47216         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47217         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47218         possible.
47219         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47220         HAS_AVX.
47221         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47222         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47223         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47224         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47225         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47226
47227 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47228
47229         * elf/tst-unique3.cc (gets): Remove declaration.
47230         * elf/tst-unique3lib.cc (gets): Likewise.
47231         * elf/tst-unique3lib2.cc (gets): Likewise.
47232         * elf/tst-unique4.cc (gets): Likewise.
47233
47234 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47235
47236         * include/stdio.h: Add C++ protection.  Add gets declarations and
47237         definitions.
47238         * debug/tst-chk1.c: Don't declare gets here.
47239         * stdio-common/tst-gets.c: Likewise.
47240
47241 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47242
47243         * posix/glob: Remove directory.
47244
47245 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47246
47247         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47248
47249 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47250
47251         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47252         of the non-standard EPFNOSUPPORT.
47253
47254 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47255
47256         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47257         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47258         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47259
47260 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47261
47262         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47263
47264 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47265
47266         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47267         transient errors.
47268         * nscd/grpcache.c (cache_addgr): Likewise.
47269         * nscd/hstcache.c (cache_addhst): Likewise.
47270         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47271         * nscd/pwdcache.c (cache_addpw): Likewise.
47272         * nscd/servicescache.c (cache_addserv): Likewise.
47273
47274 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47275
47276         * malloc/malloc.c: Various cleanups.
47277         * malloc/hooks.c: Likewise.
47278
47279         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47280         * stdlib/bug-fmtmsg1.c: New file.
47281
47282         * stdlib/fmtmsg.c (init): Add missing unlock.
47283         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47284
47285 2012-01-12  Marek Polacek  <polacek@redhat.com>
47286
47287         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47288         and _GNU_SOURCE.
47289
47290 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47291
47292         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47293         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47294         macro to ensure uniqueness of label name.
47295         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47296         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47297
47298 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47299
47300         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47301
47302         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47303         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47304         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47305         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47306
47307 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47308
47309         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47310
47311         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47312         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47313         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47314
47315         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47316
47317         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47318         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47319         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47320         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47321
47322         * math/bits/math-finite.h: Add ldexp support.
47323
47324 2012-01-10  Marek Polacek  <polacek@redhat.com>
47325
47326         * locale/programs/localedef.h (show_archive_content): Add noreturn
47327         attribute.
47328
47329 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47330
47331         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47332
47333 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47334
47335         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47336
47337         * io/Makefile (headers): Add bits/poll2.h.
47338
47339 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47340
47341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47342         typo #include statement.
47343
47344 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47345
47346         * include/sys/cdefs.h: Define __attribute_alloc_size.
47347         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47348         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47349         * elf/pldd.c: Likewise.
47350         * iconv/iconv_charmap.c: Likewise.
47351         * iconv/iconvconfig.c: Likewise.
47352         * iconv/strtab.c: Likewise.
47353         * locale/programs/locale.c: Likewise.
47354         * locale/programs/localedef.h: Likewise.
47355         * locale/programs/simple-hash.c: Likewise.
47356         * nscd/nscd.h: Likewise.
47357         * nss/makedb.c: Likewise.
47358         * sysdeps/generic/ldconfig.h: Likewise.
47359         * locale/programs/localedef.c: Remove xmalloc prototype.
47360         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47361
47362 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47363
47364         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47365         appropriate.
47366
47367 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47368
47369         * math/Makefile (tests): Add tst-CMPLX.
47370         * math/tst-CMPLX.c: New file.
47371
47372         * math/complex.h (CMPLXL): Fix typo.
47373
47374         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47375         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47376         GLIBC_2.16.
47377         * debug/tst-chk1.c: Add poll and ppoll tests.
47378         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47379         * include/sys/poll.h: Add hidden proto for ppoll.
47380         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47381         * sysdeps/mach/hurd/ppoll.c: Likewise.
47382         * io/ppoll.c: Likewise.
47383         * debug/poll_chk.c: New file.
47384         * debug/ppoll_chk.c: New file.
47385         * include/bits/poll2.h: New file.
47386         * io/bits/poll2.h: New file.
47387
47388         [BZ #1350]
47389         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47390
47391         * configure.in: static is always set to yes.  Remove.
47392         * config.make.in: Don't set build-static.
47393         * Makeconfig: Remove use of build-static.
47394         * dlfcn/Makefile: Likewise.
47395         * elf/Makefile: Likewise.
47396         * math/Makefile: Likewise.
47397         * misc/Makefile: Likewise.
47398         * nptl/Makefile: Likewise.
47399         * sysdeps/mach/hurd/Makefile: Likewise.
47400
47401         * configure.in: PWD_P is not used anymore.
47402         * config.make.in: Remove PWD_P entry.
47403
47404         * configure.in: Remove last remnants of RANLIB.
47405         No need to check for signed size_t anymore.
47406         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47407         and IA-64.
47408         Remove __builtin_expect test because we require at least gcc 3.4.
47409         * aclocal.m4: Likewise.
47410
47411         * wcsmbs/mbrtoc16.c: Implement using towc function.
47412         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47413         * wcsmbs/wcsmbsload.c: Likewise.
47414         * iconv/gconv_simple.c: Likewise.
47415         * iconv/gconv_int.h: Likewise.
47416         * iconv/gconv_builtin.h: Likewise.
47417         * iconv/iconv_prog.c: Remove CHAR16 handling.
47418
47419         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47420
47421         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47422
47423         * configure.in: Remove --with-elf and --enable-bounded options.
47424         Dont set base_machine for ia64.  More non-ELF conditions removed.
47425         Remove testing and setting of leading underscore information.
47426         * config.make.in (build-bounded): Set to no.
47427         * config.h.in: Remove NO_UNDERSCORES entry.
47428         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47429         them.
47430         * csu/start.c: Remove !NO_UNDERSCORE code.
47431         * locale/localeinfo.h: Likewise.
47432         * sysdeps/generic/machine-gmon.h: Likewise.
47433         * sysdeps/generic/sysdep.h: Likewise.
47434         * sysdeps/i386/sysdep.h: Likewise.
47435         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47436         * sysdeps/mach/sysdep.h: Likewise.
47437         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47438         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47439         * sysdeps/sh/sysdep.h: Likewise.
47440         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47441         * sysdeps/unix/i386/sysdep.S: Likewise.
47442         * sysdeps/unix/sparc/start.c: Likewise.
47443         * sysdeps/unix/sparc/sysdep.S: Likewise.
47444         * sysdeps/unix/sparc/sysdep.h: Likewise.
47445         * sysdeps/unix/start.c: Likewise.
47446         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47447         * sysdeps/x86_64/sysdep.h: Likewise.
47448
47449 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47450
47451         [BZ #13553]
47452         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47453         for non-gcc.
47454         * argp/argp-fmtstream.h: Use const instead __const.
47455         * argp/argp.h: Likewise.
47456         * assert/assert.h: Likewise.
47457         * bits/fenv.h: Likewise.
47458         * bits/sched.h: Likewise.
47459         * bits/sigset.h: Likewise.
47460         * bits/sigthread.h: Likewise.
47461         * catgets/nl_types.h: Likewise.
47462         * conform/data/pthread.h-data: Likewise.
47463         * crypt/crypt-private.h: Likewise.
47464         * crypt/crypt.h: Likewise.
47465         * crypt/crypt_util.c: Likewise.
47466         * ctype/ctype.h: Likewise.
47467         * debug/execinfo.h: Likewise.
47468         * debug/mbsnrtowcs_chk.c: Likewise.
47469         * debug/mbsrtowcs_chk.c: Likewise.
47470         * debug/wcsnrtombs_chk.c: Likewise.
47471         * debug/wcsrtombs_chk.c: Likewise.
47472         * debug/wcstombs_chk.c: Likewise.
47473         * dirent/dirent.h: Likewise.
47474         * dlfcn/dlfcn.h: Likewise.
47475         * elf/neededtest4.c: Likewise.
47476         * grp/grp.h: Likewise.
47477         * gshadow/gshadow.h: Likewise.
47478         * iconv/gconv.h: Likewise.
47479         * iconv/gconv_int.h: Likewise.
47480         * iconv/gconv_simple.c: Likewise.
47481         * iconv/iconv.h: Likewise.
47482         * iconv/loop.c: Likewise.
47483         * iconv/skeleton.c: Likewise.
47484         * include/aio.h: Likewise.
47485         * include/aliases.h: Likewise.
47486         * include/argz.h: Likewise.
47487         * include/arpa/inet.h: Likewise.
47488         * include/assert.h: Likewise.
47489         * include/dirent.h: Likewise.
47490         * include/dlfcn.h: Likewise.
47491         * include/execinfo.h: Likewise.
47492         * include/fcntl.h: Likewise.
47493         * include/fenv.h: Likewise.
47494         * include/glob.h: Likewise.
47495         * include/grp.h: Likewise.
47496         * include/libintl.h: Likewise.
47497         * include/mntent.h: Likewise.
47498         * include/netdb.h: Likewise.
47499         * include/pwd.h: Likewise.
47500         * include/rpc/netdb.h: Likewise.
47501         * include/sched.h: Likewise.
47502         * include/search.h: Likewise.
47503         * include/shadow.h: Likewise.
47504         * include/signal.h: Likewise.
47505         * include/stdio.h: Likewise.
47506         * include/stdlib.h: Likewise.
47507         * include/string.h: Likewise.
47508         * include/sys/socket.h: Likewise.
47509         * include/sys/stat.h: Likewise.
47510         * include/sys/statfs.h: Likewise.
47511         * include/sys/statvfs.h: Likewise.
47512         * include/sys/syslog.h: Likewise.
47513         * include/sys/time.h: Likewise.
47514         * include/sys/uio.h: Likewise.
47515         * include/time.h: Likewise.
47516         * include/unistd.h: Likewise.
47517         * include/utmp.h: Likewise.
47518         * include/wchar.h: Likewise.
47519         * include/wctype.h: Likewise.
47520         * inet/aliases.h: Likewise.
47521         * inet/arpa/inet.h: Likewise.
47522         * inet/netinet/ether.h: Likewise.
47523         * inet/netinet/in.h: Likewise.
47524         * intl/libintl.h: Likewise.
47525         * io/bits/fcntl2.h: Likewise.
47526         * io/fcntl.h: Likewise.
47527         * io/ftw.h: Likewise.
47528         * io/sys/poll.h: Likewise.
47529         * io/sys/stat.h: Likewise.
47530         * io/sys/statfs.h: Likewise.
47531         * io/sys/statvfs.h: Likewise.
47532         * io/utime.h: Likewise.
47533         * libio/bits/stdio.h: Likewise.
47534         * libio/bits/stdio2.h: Likewise.
47535         * libio/libio.h: Likewise.
47536         * libio/libioP.h: Likewise.
47537         * libio/stdio.h: Likewise.
47538         * locale/lc-ctype.c: Likewise.
47539         * locale/locale.h: Likewise.
47540         * login/utmp.h: Likewise.
47541         * malloc/arena.c: Likewise.
47542         * malloc/malloc.c: Likewise.
47543         * malloc/malloc.h: Likewise.
47544         * malloc/mcheck.c: Likewise.
47545         * malloc/mtrace.c: Likewise.
47546         * math/bits/mathcalls.h: Likewise.
47547         * math/fenv.h: Likewise.
47548         * math/math_private.h: Likewise.
47549         * misc/bits/error.h: Likewise.
47550         * misc/bits/syslog.h: Likewise.
47551         * misc/err.h: Likewise.
47552         * misc/error.h: Likewise.
47553         * misc/fstab.h: Likewise.
47554         * misc/mntent.h: Likewise.
47555         * misc/regexp.h: Likewise.
47556         * misc/search.h: Likewise.
47557         * misc/sgtty.h: Likewise.
47558         * misc/sys/mman.h: Likewise.
47559         * misc/sys/syslog.h: Likewise.
47560         * misc/sys/uio.h: Likewise.
47561         * misc/sys/xattr.h: Likewise.
47562         * misc/ttyent.h: Likewise.
47563         * nis/rpcsvc/ypclnt.h: Likewise.
47564         * nss/nss.h: Likewise.
47565         * posix/bits/unistd.h: Likewise.
47566         * posix/fnmatch.h: Likewise.
47567         * posix/glob.h: Likewise.
47568         * posix/sched.h: Likewise.
47569         * posix/spawn.h: Likewise.
47570         * posix/sys/wait.h: Likewise.
47571         * posix/unistd.h: Likewise.
47572         * posix/wordexp.h: Likewise.
47573         * pwd/pwd.h: Likewise.
47574         * resolv/netdb.h: Likewise.
47575         * resource/sys/resource.h: Likewise.
47576         * rt/aio.h: Likewise.
47577         * rt/bits/mqueue2.h: Likewise.
47578         * rt/mqueue.h: Likewise.
47579         * shadow/shadow.h: Likewise.
47580         * signal/signal.h: Likewise.
47581         * socket/send.c: Likewise.
47582         * socket/sendto.c: Likewise.
47583         * socket/sys/socket.h: Likewise.
47584         * stdio-common/printf.h: Likewise.
47585         * stdlib/bits/stdlib.h: Likewise.
47586         * stdlib/fmtmsg.h: Likewise.
47587         * stdlib/monetary.h: Likewise.
47588         * stdlib/stdlib.h: Likewise.
47589         * stdlib/ucontext.h: Likewise.
47590         * streams/stropts.h: Likewise.
47591         * string/argz.h: Likewise.
47592         * string/bits/string2.h: Likewise.
47593         * string/string.h: Likewise.
47594         * string/strings.h: Likewise.
47595         * sunrpc/rpc/auth.h: Likewise.
47596         * sunrpc/rpc/auth_des.h: Likewise.
47597         * sunrpc/rpc/clnt.h: Likewise.
47598         * sunrpc/rpc/netdb.h: Likewise.
47599         * sunrpc/rpc/pmap_clnt.h: Likewise.
47600         * sunrpc/rpc/xdr.h: Likewise.
47601         * sysdeps/generic/inttypes.h: Likewise.
47602         * sysdeps/generic/net/if.h: Likewise.
47603         * sysdeps/generic/sys/swap.h: Likewise.
47604         * sysdeps/gnu/net/if.h: Likewise.
47605         * sysdeps/gnu/utmpx.h: Likewise.
47606         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47607         * sysdeps/i386/i486/bits/string.h: Likewise.
47608         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47609         * sysdeps/s390/bits/string.h: Likewise.
47610         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47611         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47612         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47613         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47614         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47615         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47616         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47617         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47618         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47619         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47620         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47621         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47622         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47623         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47624         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47625         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47626         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47627         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47628         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47629         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47630         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47631         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47632         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47633         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47634         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47635         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47636         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47637         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47638         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47639         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47640         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47641         * sysvipc/sys/ipc.h: Likewise.
47642         * sysvipc/sys/msg.h: Likewise.
47643         * sysvipc/sys/sem.h: Likewise.
47644         * sysvipc/sys/shm.h: Likewise.
47645         * termios/termios.h: Likewise.
47646         * time/sys/time.h: Likewise.
47647         * time/time.h: Likewise.
47648         * wcsmbs/bits/wchar2.h: Likewise.
47649         * wcsmbs/uchar.h: Likewise.
47650         * wcsmbs/wchar.h: Likewise.
47651         * wctype/wctype.h: Likewise.
47652
47653         [BZ #13551]
47654         * Makeconfig: Remove all but ELF support including AIX support.
47655         * Makerules: Likewise.
47656         * config.h.in: Likewise.
47657         * config.make.in: Likewise.
47658         * configure: Likewise.
47659         * configure.in: Likewise.
47660         * csu/Makefile: Likewise.
47661         * csu/version.c: Likewise.
47662         * debug/Makefile: Likewise.
47663         * dlfcn/Makefile: Likewise.
47664         * elf/Makefile: Likewise.
47665         * extra-lib.mk: Likewise.
47666         * iconv/Makefile: Likewise.
47667         * include/libc-symbols.h: Likewise.
47668         * include/shlib-compat.h: Likewise.
47669         * resolv/Makefile: Likewise.
47670         * resolv/res_libc.c: Likewise.
47671         * rt/Makefile: Likewise.
47672         * sysdeps/i386/asm-syntax.h: Likewise.
47673         * sysdeps/i386/sysdep.h: Likewise.
47674         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47675         * sysdeps/mach/sysdep.h: Likewise.
47676         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47677         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47678         * sysdeps/s390/asm-syntax.h: Likewise.
47679         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47680         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47681         * sysdeps/sh/sysdep.h: Likewise.
47682         * sysdeps/unix/sparc/sysdep.h: Likewise.
47683         * sysdeps/wordsize-32/divdi3.c: Likewise.
47684         * sysdeps/x86_64/sysdep.h: Likewise.
47685
47686         * argp/Versions: Remove _argp_unlock_xxx.
47687
47688         [BZ #13559]
47689         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47690         * abilist/libBrokenLocale.abilist: Likewise.
47691         * abilist/libanl.abilist: Likewise.
47692         * abilist/libc.abilist: Likewise.
47693         * abilist/libcrypt.abilist: Likewise.
47694         * abilist/libdl.abilist: Likewise.
47695         * abilist/libm.abilist: Likewise.
47696         * abilist/libnsl.abilist: Likewise.
47697         * abilist/libpthread.abilist: Likewise.
47698         * abilist/libresolv.abilist: Likewise.
47699         * abilist/librt.abilist: Likewise.
47700         * abilist/libthread_db.abilist: Likewise.
47701         * abilist/libutil.abilist: Likewise.
47702         * abilist/libnss_db.abilist: New file.
47703
47704         * scripts/abilist.awk: Add support for indirect functions.
47705
47706         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47707
47708         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47709
47710         * shlib-versions: Remove entries for ports architectures.
47711
47712         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47713         files in ports.
47714         * elf/stackguard-macros.h: Remove support for IA-64.
47715         * elf/tst-auditmod1.c: Likewise.
47716         * sysdeps/generic/ldsodefs.h: Likewise.
47717
47718         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47719         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47720         configure files.
47721
47722         [BZ #13552]
47723         * configure.in: Remove --enable-omitfp support.
47724         * FAQ.in: Adjust.
47725         * config.make.in: Likewise.
47726         * Makeconfig: Likewise.
47727         * manual/install.texi: Likewise.
47728
47729         In case anyone cares, the IA-64 architecture could move to ports.
47730         * sysdeps/ia64/*: Removed.
47731         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47732         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47733
47734         [BZ #13555]
47735         * configure.in: Remove entries for unsupported architectures.
47736
47737         [BZ #13533]
47738         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47739         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47740         routines.
47741         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47742         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47743         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47744         fall back to using wcrtomb.
47745         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47746         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47747         renaming.
47748         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47749         * wcsmbs/tst-c16c32-1.c: New file.
47750
47751         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47752         local variable.
47753
47754         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47755
47756         * elf/tst-unique3.cc: Add explicit declaration of gets.
47757         * elf/tst-unique3lib.cc: Likewise.
47758         * elf/tst-unique3lib2.cc: Likewise.
47759         * elf/tst-unique4.cc: Likewise.
47760
47761         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47762
47763 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47764
47765         [BZ #13566]
47766         * assert/assert.h (static_assert): Don't define for C++.
47767         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47768         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47769
47770 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47771
47772         * iconv/loop.c (single loop): Fix assertion in storing of
47773         remaining bytes.
47774
47775         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47776
47777 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47778
47779         * posix/getconf.c: Update copyright year.
47780         * nss/getent.c: Likewise.
47781         * nss/makedb.c: Likewise.
47782         * iconv/iconvconfig.c: Likewise.
47783         * iconv/iconv_prog.c: Likewise.
47784         * elf/ldconfig.c: Likewise.
47785         * elf/pldd.c: Likewise.
47786         * elf/sotruss.ksh: Likewise.
47787         * catgets/gencat.c: Likewise.
47788         * csu/version.c: Likewise.
47789         * elf/ldd.bash.in: Likewise.
47790         * elf/sprof.c (print_version): Likewise.
47791         * locale/programs/locale.c: Likewise.
47792         * locale/programs/localedef.c: Likewise.
47793         * login/programs/pt_chown.c: Likewise.
47794         * nscd/nscd.c (print_version): Likewise.
47795         * debug/xtrace.sh: Likewise.
47796         * malloc/memusage.sh: Likewise.
47797         * malloc/mtrace.pl: Likewise.
47798         * debug/catchsegv.sh: Likewise.
47799
47800 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47801
47802         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47803         pure attribute.
47804
47805 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47806
47807         [BZ #13533]
47808         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47809         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47810         transformations.
47811         * iconv/gconv_int.h: Likewise.
47812         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47813         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47814         from libc for GLIBC_2.16.
47815         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47816         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47817         * wcsmbs/uchar.h: Really define mbstate_t.
47818         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47819         * wcsmbs/c16rtomb.c: New file.
47820         * wcsmbs/mbrtoc16.c: New file.
47821         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47822         for C/POSIX locale.
47823         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47824         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47825
47826         * wcsmbs/wchar.h: Add missing __restrict.
47827
47828 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47829
47830         [BZ #13532]
47831         * time/Makefile (routines): Add timespec_get.
47832         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47833         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47834         timespec for ISO C11.
47835         * time/timespec_get.c: New file.
47836         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47837         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47838
47839         [BZ #13531]
47840         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47841         * stdlib/stdlib.h: Declare aligned_alloc.
47842         * Versions.def: Add GLIBC_2.16 for libc.
47843         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47844
47845         [BZ 13527]
47846         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47847         ISO C11.
47848
47849         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47850         code.
47851
47852         [BZ #13528]
47853         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47854
47855         [BZ #13529]
47856         * assert/assert.h (static_assert): Define.
47857
47858         * version.h: Update for 2.16 development version.
47859
47860         [BZ #13526]
47861         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47862         _ISOC11_SOURCE.
47863
47864         * version.h (RELEASE): Bump for 2.15 release.
47865         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47866
47867         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47868         Patch by Marek Polacek <mpolacek@redhat.com>.
47869
47870         * bits/byteswap.h: Protect long long constants with __extension__.
47871         * sysdeps/i386/bits/byteswap.h: Likewise.
47872         * sysdeps/ia64/bits/byteswap.h: Likewise.
47873         * sysdeps/s390/bits/byteswap.h: Likewise.
47874         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47875
47876 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47877
47878         [BZ #13540]
47879         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47880         destination buffer.
47881         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47882
47883 2011-12-23  Marek Polacek  <polacek@redhat.com>
47884
47885         * elf/dl-addr.c (determine_info): Add inline keyword.
47886         * elf/tst-auditmod4b.c (check_avx): Likewise.
47887         * elf/tst-auditmod6b.c (check_avx): Likewise.
47888         * elf/tst-auditmod6c.c (check_avx): Likewise.
47889         * elf/tst-auditmod7b.c (check_avx): Likewise.
47890
47891 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47892
47893         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47894         !__SSE_MATH__.
47895
47896 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47897
47898         [BZ #13540]
47899         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47900         processing for last bytes.
47901
47902 2011-08-06  Bruno Haible  <bruno@clisp.org>
47903
47904         [BZ #13061]
47905         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47906         U+0385, not to U+1FEE.
47907
47908         [BZ #13062]
47909         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47910         entry for U+00A5 U+0301.
47911
47912 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47913
47914         [BZ #13166]
47915         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47916         buffer for the output is too small.
47917
47918         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47919         optimization.
47920
47921         [BZ #13185]
47922         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47923         SSE flags if possible.
47924
47925 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47926
47927         [BZ #13540]
47928         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47929         processing for last bytes.
47930
47931 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47932
47933         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47934         (syscall-list-default-options, syscall-list-default-condition)
47935         (syscall-list-includes): Define.
47936         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47937         list of ABIs and options and #if conditions for each ABI.  Do not
47938         handle common syscalls between ABIs specially.
47939         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47940         Remove.
47941         (syscall-list-variants, syscall-list-32bit-options)
47942         (syscall-list-32bit-condition, syscall-list-64bit-options)
47943         (syscall-list-64bit-condition): Define.
47944         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47945         (syscall-list-variants, syscall-list-32bit-options)
47946         (syscall-list-32bit-condition, syscall-list-64bit-options)
47947         (syscall-list-64bit-condition): Define.
47948         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47949         Remove.
47950         (syscall-list-variants, syscall-list-32bit-options)
47951         (syscall-list-32bit-condition, syscall-list-64bit-options)
47952         (syscall-list-64bit-condition): Define.
47953         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47954         Remove.
47955         (syscall-list-variants, syscall-list-32bit-options)
47956         (syscall-list-32bit-condition, syscall-list-64bit-options)
47957         (syscall-list-64bit-condition): Define.
47958
47959 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47960
47961         * locale/iso-639.def: Add brx entry.
47962
47963         [BZ #13328]
47964         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47965         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47966
47967         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47968         __feraiseexcept_renamed.
47969
47970 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47971
47972         [BZ #13538]
47973         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47974         EPOLLET with unsigned values.
47975         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47976         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47977
47978         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47979         to large cancellation.
47980         * math/s_cacoshf.c: Likewise.
47981         * math/s_cacoshl.c: Likewise.
47982
47983 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47984
47985         [BZ #13305]
47986         [BZ #12786]
47987         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47988         * math/s_cacoshf.c: Likewise.
47989         * math/s_cacoshl.c: Likewise.
47990
47991 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47992
47993         [BZ #13439]
47994         * iconv/gconv.h: Define __GCONV_SWAP.
47995         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47996         * iconvdata/utf-16.c: Likewise.
47997         * iconvdata/utf-32.c: Likewise.
47998
47999 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48000
48001         [BZ #13524]
48002         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48003         numerator after shifting it by one limb.
48004
48005 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48006
48007         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48008         under [__USE_EXTERN_INLINES].
48009
48010 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48011
48012         [BZ #13446]
48013         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48014
48015 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48016
48017         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48018         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48019         optimized code.
48020         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48021         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48022         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48023         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48024         for strncasecmp/strncasecmp_l compilation.
48025         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48026         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48027
48028 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48029
48030         [BZ #13484]
48031         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48032         of __asm__.
48033
48034 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48035
48036         [BZ #13506]
48037         * time/tzfile.c (__tzfile_read): Check values from file header.
48038
48039 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48040
48041         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48042         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48043         * powerpc/powerpc32/dl-start.S: Likewise.
48044         * powerpc/powerpc32/elf/start.S: Likewise.
48045         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48046         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48047         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48048         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48049         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48050         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48051         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48052         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48053         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48054         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48055         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48056         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48057         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48058         * powerpc/powerpc32/memset.S: Likewise.
48059         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48060         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48061         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48062         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48063         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48064         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48065         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48066         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48067         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48068         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48069         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48070         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48071         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48072
48073 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48074
48075         * math/libm-test.inc: Added more nearbyint tests.
48076         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48077         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48078         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48079         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48080
48081 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48082
48083         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48084         FD_CLOEXEC.
48085
48086 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48087
48088         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48089         Add wcscpy-ssse3 wcscpy-c.
48090         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48091         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48092         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48093         * sysdeps/x86_64/wcschr.S: New file.
48094         * sysdeps/x86_64/wcsrchr.S: New file.
48095         * string/test-strcmp.c: Remove checking of wcscmp function for
48096         wrong alignments.
48097         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48098         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48099         wcsrchr-sse2 wcsrchr-c.
48100         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48101         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48102         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48103         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48104         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48105         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48106         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48107         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48108         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48109         * wcsmbc/wcschr.c (WCSCHR): New macro.
48110
48111 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48112
48113         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48114         * wcsmbs/test-wcsrchr.c: New file.
48115         * string/test-strrchr.c: Add wcsrchr support.
48116         (WIDE): New macro.
48117         * wcsmbs/test-wcscpy.c: New file.
48118         * string/test-strcpy.c: Add wcscpy support.
48119         (WIDE): New macro.
48120
48121 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48122
48123         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48124         the inner loop.
48125
48126 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48127
48128         [BZ #13472]
48129         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48130
48131 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48132
48133         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48134         Minor optimizations.
48135
48136         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48137         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48138         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48139
48140 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48141
48142         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48143         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48144         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48145         for gcc to avoid warnings.
48146         * inet/Makefile (tests): Add tst-checks.
48147         * inet/tst-checks.c: New file.
48148
48149         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48150         warning.
48151
48152         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48153         __wmemcmp_sse2.
48154
48155         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48156         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48157
48158         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48159
48160 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48161
48162         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48163         problem.
48164
48165         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48166
48167 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48168
48169         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48170         conditional on GCC version.
48171         (__arch_compare_and_exchange_val_8_acq)
48172         (__arch_compare_and_exchange_val_16_acq)
48173         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48174         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48175         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48176
48177 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48178
48179         * sysdeps/sh/backtrace.c: New file.
48180
48181 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48182
48183         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48184         parenthesis.
48185
48186 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48187
48188         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48189         falling back to utime.
48190
48191 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48192
48193         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48194         expectations for float.
48195
48196 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48197
48198         * locale/weight.h (findidx): Add parameter len.
48199         * locale/weightwc.h (findidx): Likewise.
48200         * posix/fnmatch_loop.c (FCT): Adjust caller.
48201         * posix/regcomp.c (build_equiv_class): Likewise.
48202         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48203         * posix/regexec.c (check_node_accept_bytes): Likewise.
48204         * string/strcoll_l.c (STRCOLL): Likewise.
48205         * string/strxfrm_l.c (STRXFRM): Likewise.
48206
48207 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48208
48209         * Makefile.in: Remove CVSOPT handling.
48210         * configure.in: Remove use of AC_REVISION.
48211         * iconvdata/Makefile (distribute): No need to filter out CVS.
48212         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48213         handling.
48214
48215 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48216
48217         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48218         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48219         [USE_AS_STRNCASECMP_L]: Likewise.
48220         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48221         NO_TLS_DIRECT_SEG_REFS.
48222         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48223         Fix argument offsets for non-PIC.
48224         [USE_AS_STRNCASECMP_L]: Likewise.
48225         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48226         NO_TLS_DIRECT_SEG_REFS.
48227
48228 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48229
48230         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48231         O_CLOEXEC.
48232         * locale/loadlocale.c (_nl_load_locale): Likewise.
48233
48234 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48235
48236         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48237         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48238         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48239         (SYSCALL_GETTIME): Set errno on error.
48240
48241         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48242         count references to noai6ai_cached.
48243
48244 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48245
48246         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48247
48248         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48249         FD_CLOEXEC for /proc/self/maps.
48250
48251         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48252         FD_CLOEXEC for /proc/meminfo.
48253
48254         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48255         gai.conf.
48256
48257         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48258         FD_CLOEXEC for given file.
48259
48260         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48261
48262         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48263         FD_CLOEXEC for /etc/hosts.
48264         (_gethtent): Likewise.
48265
48266         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48267
48268         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48269         cancellation and set FD_CLOEXEC for /etc/netgroup.
48270
48271         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48272         reading /etc/publickey.
48273
48274         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48275         allow cancellation when reading /etc/group.
48276
48277         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48278         cancellation.
48279         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48280
48281         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48282         when using data file.
48283
48284         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48285
48286         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48287         (write_nis_obj): Use "c" and "e" in fopen.
48288
48289         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48290
48291         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48292
48293         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48294
48295         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48296
48297         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48298         locale.alias.
48299
48300         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48301
48302         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48303
48304         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48305
48306         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48307         file parsing and set FD_CLOEXEC.
48308
48309 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48310
48311         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48312
48313 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48314
48315         * malloc/arena.c (arena_get2): Don't call reused_arena when
48316         _int_new_arena failed.
48317
48318 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48319
48320         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48321         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48322         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48323         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48324         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48325         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48326         to compile strcasecmp and strncasecmp.
48327         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48328         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48329
48330         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48331
48332 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48333
48334         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48335         locale-defines.sym to gen-as-const-headers.
48336         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48337         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48338         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48339         to compile strcasecmp and strncasecmp.
48340         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48341         strcasecmp_l and strncasecmp_l.
48342         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48343         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48344         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48345         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48346         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48347         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48348         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48349         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48350         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48351         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48352         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48353
48354 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48355
48356         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48357         result of SYSDEP_GETTIME_CPU to retval.
48358         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48359         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48360
48361         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48362         variable.
48363
48364         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48365         mantissa words.
48366         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48367
48368         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48369         from unused variable.
48370
48371         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48372         DWARF definitions.
48373         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48374         for assembling.
48375
48376         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48377         over namespaces.
48378
48379         * sunrpc/rpc_prot.c (rejected): Fix case value.
48380
48381         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48382         unsigned long long int to avoid warnings in shift.
48383
48384         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48385         of use of trans.
48386         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48387         variable tmp.
48388
48389         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48390         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48391         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48392
48393         * nis/nis_table.c (nis_list): Use variable of correct type for
48394         result of __follow_path call.
48395
48396 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48397
48398         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48399         of math functions ceil, trunc, floor, round, and sqrt, when
48400         avaliable on the platform.
48401         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48402         name clash.
48403         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48404         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48405         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48406
48407 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48408
48409         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48410         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48411
48412 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48413
48414         * include/unistd.h: Fix __readlink return type.
48415         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48416
48417 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48418
48419         * stdlib/ucontext.h: Undo last change for makecontext.
48420
48421 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48422
48423         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48424
48425         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48426         * setjmp/setjmp.h: Mark functions as non-leaf.
48427         * setjmp/bits/setjmp2.h: Likewise.
48428         * stdlib/ucontext.h: Likewise.
48429
48430 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48431
48432         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48433         (reused_arena): Don't check arena limit.
48434         (arena_get2): Atomically check arena limit.
48435
48436 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48437
48438         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48439         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48440
48441         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48442         instructions.
48443
48444 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48445
48446         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48447         handler when locking.
48448
48449         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48450         Fix size of allocated buffer.
48451
48452 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48453
48454         [BZ #10103]
48455         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48456         declarations for long double functions.
48457         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48458
48459         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48460
48461 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48462
48463         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48464         installed.
48465
48466         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48467         is disabled.
48468
48469 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48470
48471         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48472
48473 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48474
48475         * include/alloca.h (stackinfo_alloca_round): Define.
48476         (extend_alloca): Use it.
48477         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48478         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48479         here.
48480
48481         * scripts/check-local-headers.sh: Ignore libaudit.h.
48482
48483         * nscd/Makefile (extra-objs): Make recursively expanded.
48484
48485 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48486
48487         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48488         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48489
48490         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48491         * posix/tst-rfc3484-2.c: Likewise.
48492         * posix/tst-rfc3484-3.c: Likewise.
48493
48494         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48495         process_vm_writev.
48496         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48497         process_vm_writev.
48498         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48499         process_vm_writev from libc using GLIBC_2.15 version.
48500
48501         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48502
48503 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48504
48505         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48506         stack usage.
48507
48508 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48509
48510         [BZ #13367]
48511         * nss/getent.c (initgroups_keys): Show error message in case no group
48512         names are given.
48513
48514         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48515         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48516         __bump_nl_timestamp.
48517         * nscd/connections (nscd_init): When host database is served open
48518         netlink socket and request notification about configuration changes.
48519         (main_loop_poll): Track netlink file descriptor and bump timestamp
48520         in case data becomes available.
48521         (main_loop_epoll): Likewise.
48522         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48523         (database_pers_head): Add extra_data fileds.
48524         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48525         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48526         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48527         Adjust caller.
48528         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48529         in6ai data, call __free_in6ai.
48530         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48531         Add -DHAVE_NETLINK.
48532         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48533         interface information.  Reuse previous data if netlink timestamp
48534         is not changed.
48535         (__bump_nl_timestamp): New function.
48536         (__free_in6ai): New function.
48537
48538 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48539
48540         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48541         close_not_cancel_no_status here.
48542         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48543
48544 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48545
48546         [BZ #13276]
48547         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48548         return value.
48549
48550         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48551         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48552         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48553
48554 2011-07-03  Andreas Jaeger  <aj@suse.de>
48555
48556         [BZ #10709]
48557         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48558         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48559         * math/libm-test.inc (sin_test): Add test case.
48560
48561 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48562
48563         [BZ #13337]
48564         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48565         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48566
48567         * elf/chroot_canon.c (chroot_canon): Cleanups.
48568
48569         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48570
48571         [BZ #13335]
48572         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48573         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48574
48575         * string/test-strchr.c: Make usable for strchrnul testing.
48576         * string/test-strchrnul.c: New file.
48577         * string/Makefile (strop-tests): Add strchrnul.
48578
48579         * po/it.po: Update from translation team.
48580         * po/es.po: Likewise.
48581
48582 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48583
48584         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48585         the three constants needed as parameters.  Drop the others.
48586         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48587         __m128i_strloadu_tolower.
48588         Create and initialize variable zero and use it in all the places
48589         where _mm_setzero_si128 was used.
48590
48591         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48592         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48593         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48594         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48595         anymore.
48596         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48597         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48598         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48599         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48600         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48601         __mpranred, __mptan.
48602         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48603         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48604         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48605         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48606         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48607         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48608         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48609         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48610         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48611
48612 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48613
48614         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48615         redefine if SHARED.
48616         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48617
48618         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48619         wide char related routines to wcsmbs subdir.
48620
48621 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48622
48623         [BZ #13344]
48624         * misc/sys/cdefs.h (__THROWNL): Define.
48625         * posix/unistd.h: Use __THREADNL instead of __THREAD
48626         for memory synchronization functions.
48627
48628 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48629
48630         [BZ #13349]
48631         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48632         doesn't exist.
48633         * manual/stdio.texi (Obstack Streams): Node removed.
48634
48635 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48636
48637         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48638         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48639         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48640
48641         * math/math_private.h (math_force_eval): Allow non-addressable
48642         arguments.
48643         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48644
48645 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48646
48647         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48648         file is not needed.
48649
48650         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48651         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48652         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48653         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48654         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48655         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48656         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48657         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48658         Add AVX variants.
48659         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48660         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48661         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48662         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48663         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48664         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48665         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48666         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48667         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48668         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48669         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48670         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48671         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48672         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48673         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48674         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48675         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48676         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48677         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48678
48679         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48680         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48681
48682         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48683         place.  Use VEX encoding when compiling for AVX.
48684
48685 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48686
48687         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48688         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48689
48690         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48691
48692 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48693
48694         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48695         useless if() expression.
48696         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48699         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48701         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48702         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48703         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48704         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48705         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48706         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48707         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48708         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48709         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48710         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48711         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48712         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48714         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48715
48716         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48717
48718 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48719
48720         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48721         condition.
48722         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48723
48724 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48725
48726         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48727         .text section.  Avoid duplicate constants.
48728         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48729         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48730         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48731         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48732         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48733         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48734         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48735         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48736         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48737         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48738         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48739         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48740         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48741         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48742         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48743         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48744         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48745         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48747         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48748         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48749         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48750         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48751         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48752         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48753         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48754         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48755         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48756         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48757         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48758         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48759         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48760         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48761         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48762         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48763         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48764         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48765         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48766         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48767         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48768         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48769         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48770         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48771         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48772         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48773
48774 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48775
48776         * sysdeps/x86_64/dla.h: Move to ...
48777         * sysdeps/x86_64/fpu/dla.h: ...here.
48778         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48779         situations.  Use __builtin_fma only for gcc 4.6 and up.
48780
48781         * config.make.in: Add have-mfma4 entry.
48782         * configure.in: Substitute libc_cv_cc_fma4.
48783         * math/Makefile (dbl-only-routines): Add sincostab.
48784         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48785         Use __sincostab not sincos.
48786         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48787         name is a macro.
48788         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48790         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48791         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48792         using __copysign.
48793         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48794         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48795         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48796         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48797         and __inv.
48798         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48799         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48800         __copysign.
48801         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48802         define aliases when function name is a macro.
48803         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48804         sysdeps/ieee754/dbl-64/sincos.tbl.
48805         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48806         fma4-enabled routines.
48807         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48808         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48809         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48810         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48811         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48812         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48813         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48814         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48815         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48816         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48817         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48818         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48819         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48820         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48821         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48822         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48823         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48824         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48825         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48826         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48827         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48828         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48829         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48830         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48831         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48832         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48833         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48834         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48835         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48836         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48837
48838         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48839         rename.
48840         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48841         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48842         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48843         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48844         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48845         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48846         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48847         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48848
48849 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48850
48851         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48852
48853 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48854
48855         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48856
48857         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48858         prediction.
48859         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48860
48861         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48862         Remove unused variable magic_bits.
48863         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48864
48865         * string/strnlen.c: Define and use STRNLEN macro.
48866         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48867         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48868         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48869         * wcsmbs/wcslen.c: Define and use WCSLEN.
48870         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48871         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48872         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48873         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48874         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48875         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48876         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48877
48878 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48879
48880         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48881         strnlen-sse2-no-bsf.
48882         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48883         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48884         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48885         Add strnlen support.
48886         (USE_AS_STRNLEN): New macro.
48887         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48888         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48889         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48890         * sysdeps/x86_64/wcslen.S: New file.
48891
48892 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48893
48894         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48895         XMM-moves are used for copying on small sizes.
48896
48897 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48898
48899         * wcsmbs/Makefile (strop-tests): Add wcschr.
48900         * wcsmbs/test-wcschr.c: New file.
48901         * string/test-strchr.c: Update.
48902         Add wcschr support.
48903         (WIDE): New macro.
48904
48905 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48906
48907         * wcsmbs/Makefile (strop-tests): Add wcslen.
48908         * wcsmbs/test-wcslen.c: New file.
48909         * string/test-strlen.c: Update.
48910         Add wcslen support.
48911         (WIDE): New macro.
48912
48913 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48914
48915         * po/it.po: Update from translation team.
48916
48917 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48918
48919         * sysdeps/x86_64/wcscmp.S: Update.
48920         Fix wrong comparison semantics.
48921         wcscmp shall use signed comparison not unsigned.
48922         Don't use substraction to avoid overflow bug.
48923         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48924         * wcsmbc/wcscmp.c: Likewise.
48925         * string/test-strcmp.c: Likewise.
48926         Add new tests to check cases with negative values.
48927
48928 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48929
48930         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48931         * sysdeps/x86_64/dla.h: ...here.  New file.
48932         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48933         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48934         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48935         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48936         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48937         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48938         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48939         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48940         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48941
48942 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48943
48944         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48945         __ynl_finite aliases.
48946
48947 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48948
48949         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48950
48951         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48952         define DLA_FMA.
48953         [DLA_FMA] (EMULV): Use DLA_FMA.
48954         [DLA_FMA] (MUL12): Use EMULV.
48955         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48956         that are not needed.
48957         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48959         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48960         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48961         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48962         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48963         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48964
48965 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48966
48967         * math/s_nan.c: Undef __nan.
48968         * math/s_nanf.c: Undef __nanf.
48969         * math/s_nanl.c: Undef __nanl.
48970         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48971         "math_private.h".
48972
48973 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48974
48975         * math/s_catan.c: Add branch predictions.
48976         * math/s_catanf.c: Likewise.
48977         * math/s_catanh.c: Likewise.
48978         * math/s_catanhf.c: Likewise.
48979         * math/s_catanhl.c: Likewise.
48980         * math/s_catanl.c: Likewise.
48981         * math/s_cexp.c: Likewise.
48982         * math/s_cexpf.c: Likewise.
48983         * math/s_cexpl.c: Likewise.
48984         * math/s_clog.c: Likewise.
48985         * math/s_clog10.c: Likewise.
48986         * math/s_clog10f.c: Likewise.
48987         * math/s_clog10l.c: Likewise.
48988         * math/s_clogf.c: Likewise.
48989         * math/s_clogl.c: Likewise.
48990         * math/s_csqrt.c: Likewise.
48991         * math/s_csqrtf.c: Likewise.
48992         * math/s_csqrtl.c: Likewise.
48993         * math/s_ctanf.c: Likewise.
48994         * math/s_ctanh.c: Likewise.
48995         * math/s_ctanhf.c: Likewise.
48996         * math/s_ctanhl.c: Likewise.
48997         * math/s_ctanl.c: Likewise.
48998
48999         * math/math_private.h: Define __nan, __nanf, __nanl.
49000         * math/s_cacosh.c: Include <math_private.h>.
49001         * math/s_cacoshl.c: Likewise.
49002         * math/s_casinh.c: Likewise.
49003         * math/s_casinhf.c: Likewise.
49004         * math/s_casinhl.c: Likewise.
49005         * math/s_ccos.c: Rely entire on ccosh.
49006         * math/s_ccosf.c: Rely entire on ccoshf.
49007         * math/s_ccosl.c: Rely entirely on ccoshl.
49008         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49009         Remove tests for FE_INVALID.
49010         * math/s_ccoshf.c: Likewise.
49011         * math/s_ccoshl.c: Likewise.
49012         * math/s_csin.c: Likewise.
49013         * math/s_csinf.c: Likewise.
49014         * math/s_csinh.c Likewise.
49015         * math/s_csinhf.c: Likewise.
49016         * math/s_csinhl.c: Likewise.
49017         * math/s_csinl.c: Likewise.
49018         * math/s_ctan.c: Likewise.
49019         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49020         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49021         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49022
49023 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49024
49025         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49026         compilation problems.
49027
49028         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49029         __builtin_expect.
49030
49031 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49032
49033         * sysdeps/i386/configure.in: Test for -mfma4 option.
49034         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49035         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49036         COMMON_CPUID_INDEX_80000001.
49037         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49038         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49039         use it if FMA3 is not supported.
49040         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49041
49042         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49043         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49044
49045 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49046
49047         [BZ #12892]
49048         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49049         it would create a cycle with a link time dependency.
49050
49051 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49052
49053         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49054         instruction.
49055         * string/Makefile (strop-tests): Add rawmemchr.
49056         * string/test-rawmemchr.c: New file.
49057
49058         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49059         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49060         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49061         when compiling str{,n}casecmp and when AVX is available.  Hook up
49062         new optimized code in initializers.
49063
49064 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49065
49066         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49067         __feraiseexcept instead of feraiseexcept.
49068
49069 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49070
49071         * math/math_private.h: Define defaults for libc_fetestexcept and
49072         libc_feupdateenv.
49073         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49074         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49075         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49076         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49077         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49078         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49079         libc_fetestexcept and libc_feupdateenv.
49080
49081         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49082         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49083         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49084         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49085         libc_feholdexcept_setround.
49086
49087         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49088         Add s_nearbyint-c and s_nearbyintf-c.
49089         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49090         nearbyintf inlines.
49091         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49092         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49093         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49094         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49095
49096         * math/math_private.h: Define defaults for libc_fegetround,
49097         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49098         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49099         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49100         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49101         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49102         standard functions.
49103         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49104         Remove comments and hacks for old compiler versions.
49105         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49106         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49107         libc_feholdexceptl.
49108
49109 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49110
49111         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49112         (__feraiseexcept_renamed): Add __NTH.
49113         (feraiseexcept): Add __NTH.  Rename local variables to fix
49114         namespace violations.
49115
49116 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49117
49118         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49119
49120         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49121
49122         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49123         recently added interfaces.
49124         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49125
49126         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49127         about macro parameter expansion.
49128
49129         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49130         __NO_MATH_INLINES is defined.  Cleanups.
49131
49132         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49133         and __floorf is target has SSE4.1.
49134         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49135         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49136         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49137         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49138
49139         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49140         name.
49141         (floorf): Likewise.
49142
49143         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49144
49145 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49146
49147         * misc/sys/cdefs.h: Fix last change.
49148
49149         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49150         database lookup.
49151
49152 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49153
49154         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49155
49156         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49157         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49158         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49161         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49162         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49163         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49164         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49165         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49166         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49167         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49168         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49169         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49170         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49171         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49172         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49173         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49174         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49175         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49176         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49177         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49178
49179         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49180         ceil, ceilf, floor, floorf.
49181
49182         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49183         Perform IRELATIVE relocations last.
49184
49185         * elf/do-rel.h: Add another parameter nrelative, replacing the
49186         local variable with the same name.  Change name of the function
49187         to end in Rel or Rela (uppercase).
49188         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49189         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49190         elf_dynamic_do_##reloc function.
49191
49192 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49193
49194         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49195         is sufficient, at least on modern CPUs.
49196
49197         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49198
49199         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49200         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49201
49202         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49203         __expl_finite.
49204         * math/bits/math-finite.h: Add entries for exp.
49205         * math/e_expl.c: Add __*_finite alias.
49206         * sysdeps/i386/fpu/e_exp.S: Likewise.
49207         * sysdeps/i386/fpu/e_expf.S: Likewise.
49208         * sysdeps/i386/fpu/e_expl.c: Likewise.
49209         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49210         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49213         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49214         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49215         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49216
49217         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49218         is sufficient, at least on modern CPUs.
49219
49220         * ctype/ctype-info.c (__ctype_init): Define.
49221         * include/ctype.h (__ctype_init): Declare.
49222         (__ctype_b_loc): The variable is always initialized.
49223         (__ctype_toupper_loc): Likewise.
49224         (__ctype_tolower_loc): Likewise.
49225         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49226         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49227
49228 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49229
49230         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49231
49232         * configure.in: Also look in $cxxmachine/include for C++ system
49233         headers.
49234
49235 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49236
49237         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49238         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49239         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49240         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49241         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49242         (USE_AS_WMEMCMP): New macro.
49243         Fixing indents.
49244         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49245         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49246         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49247         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49248         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49249         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49250         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49251         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49252         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49253         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49254         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49255         (USE_AS_WMEMCMP): New macro.
49256         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49257         * sysdeps/string/test-memcmp.c: Update.
49258         Fix simple_wmemcmp.
49259         Add new tests.
49260         * wcsmbs/wmemcmp.c: Update.
49261         (WMEMCMP): New macro.
49262         Fix overflow bug.
49263
49264 2011-10-12  Andreas Jaeger  <aj@suse.de>
49265
49266         [BZ #13268]
49267         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49268
49269 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49270
49271         * libio/iofwide.c (do_length): Avoid warning.
49272
49273         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49274
49275 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49276
49277         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49278
49279         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49280         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49281         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49282         * sysdeps/i386/i686/fpu/e_log.S: New file.
49283         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49284         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49285
49286         * ctype/ctype.h: Add support for inlined isXXX functions when
49287         compiling C++ code.
49288
49289 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49290
49291         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49292
49293         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49294
49295 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49296
49297         [BZ #13291]
49298         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49299
49300 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49301
49302         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49303         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49304         feraiseexcept.
49305
49306         * sysdeps/x86_64/memrchr.S: Check for zero size.
49307
49308         * string/stratcliff.c: Add memrchr tests.
49309
49310 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49311
49312         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49313         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49314         rawmemchr-sse2 rawmemchr-sse2-bsf.
49315         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49316         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49317         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49318         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49319         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49320         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49321         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49322         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49323         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49324         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49325         * string/memrchr.c (MEMRCHR): New macro.
49326
49327 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49328
49329         Add integration with gcc's -ffinite-math-only and optimize wrapper
49330         functions in libm.
49331         * Versions.def: Define GLIBC_2.15 version for libm.
49332         * math/Makefile (headers): Add bits/math-finite.h.
49333         * math/bits/math-finite.h: New file.
49334         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49335         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49336         * math/e_acoshl.c: Add __*_finite alias.
49337         * math/e_acosl.c: Likewise.
49338         * math/e_asinl.c: Likewise.
49339         * math/e_atan2l.c: Likewise.
49340         * math/e_atanhl.c: Likewise.
49341         * math/e_coshl.c: Likewise.
49342         * math/e_exp10.c: Likewise.
49343         * math/e_exp10f.c: Likewise.
49344         * math/e_exp10l.c: Likewise.
49345         * math/e_exp2l.c: Likewise.
49346         * math/e_fmodl.c: Likewise.
49347         * math/e_gammal_r.c: Likewise.
49348         * math/e_hypotl.c: Likewise.
49349         * math/e_j0l.c: Likewise.
49350         * math/e_j1l.c: Likewise.
49351         * math/e_jnl.c: Likewise.
49352         * math/e_lgammal_r.c: Likewise.
49353         * math/e_log10l.c: Likewise.
49354         * math/e_log2l.c: Likewise.
49355         * math/e_logl.c: Likewise.
49356         * math/e_powl.c: Likewise.
49357         * math/e_sinhl.c: Likewise.
49358         * math/e_sqrtl.c: Likewise.
49359         * math/e_scalb.c: Completely rewritten and optimized.
49360         * math/e_scalbf.c: Likewise.
49361         * math/e_scalbl.c: Likewise.
49362         * math/w_acos.c: Likewise.
49363         * math/w_acosf.c: Likewise.
49364         * math/w_acosl.c: Likewise.
49365         * math/w_acosh.c: Likewise.
49366         * math/w_acoshf.c: Likewise.
49367         * math/w_acoshl.c: Likewise.
49368         * math/w_asin.c: Likewise.
49369         * math/w_asinf.c: Likewise.
49370         * math/w_asinl.c: Likewise.
49371         * math/w_atan2.c: Likewise.
49372         * math/w_atan2f.c: Likewise.
49373         * math/w_atan2l.c: Likewise.
49374         * math/w_atanh.c: Likewise.
49375         * math/w_atanhf.c: Likewise.
49376         * math/w_atanhl.c: Likewise.
49377         * math/w_exp10.c: Likewise.
49378         * math/w_exp10f.c: Likewise.
49379         * math/w_exp10l.c: Likewise.
49380         * math/w_fmod.c: Likewise.
49381         * math/w_fmodf.c: Likewise.
49382         * math/w_fmodl.c: Likewise.
49383         * math/w_j0.c: Likewise.
49384         * math/w_j0f.c: Likewise.
49385         * math/w_j0l.c: Likewise.
49386         * math/w_j1.c: Likewise.
49387         * math/w_j1f.c: Likewise.
49388         * math/w_j1l.c: Likewise.
49389         * math/w_jn.c: Likewise.
49390         * math/w_jnf.c: Likewise.
49391         * math/w_log.c: Likewise.
49392         * math/w_logf.c: Likewise.
49393         * math/w_logl.c: Likewise.
49394         * math/w_log10.c: Likewise.
49395         * math/w_log10f.c: Likewise.
49396         * math/w_log10l.c: Likewise.
49397         * math/w_log2.c: Likewise.
49398         * math/w_log2f.c: Likewise.
49399         * math/w_log2l.c: Likewise.
49400         * math/w_pow.c: Likewise.
49401         * math/w_powf.c: Likewise.
49402         * math/w_powl.c: Likewise.
49403         * math/w_remainder.c: Likewise.
49404         * math/w_remainderf.c: Likewise.
49405         * math/w_remainderl.c: Likewise.
49406         * math/w_scalb.c: Likewise.
49407         * math/w_scalbf.c: Likewise.
49408         * math/w_scalbl.c: Likewise.
49409         * math/w_sqrt.c: Likewise.
49410         * math/w_sqrtf.c: Likewise.
49411         * math/w_sqrtl.c: Likewise.
49412         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49413         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49414         used.
49415         * math/math_private.h: Declare __kernel_standard_f.
49416         * math/w_cosh.c: Remove cruft and optimize a bit.
49417         * math/w_coshf.c: Likewise.
49418         * math/w_coshl.c: Likewise.
49419         * math/w_exp2.c: Likewise.
49420         * math/w_exp2f.c: Likewise.
49421         * math/w_exp2l.c: Likewise.
49422         * math/w_hypot.c: Likewise.
49423         * math/w_hypotf.c: Likewise.
49424         * math/w_hypotl.c: Likewise.
49425         * math/w_lgamma.c: Likewise.
49426         * math/w_lgamma_r.c: Likewise.
49427         * math/w_lgammaf.c: Likewise.
49428         * math/w_lgammaf_r.c: Likewise.
49429         * math/w_lgammal.c: Likewise.
49430         * math/w_lgammal_r.c: Likewise.
49431         * math/w_sinh.c: Likewise.
49432         * math/w_sinhf.c: Likewise.
49433         * math/w_sinhl.c: Likewise.
49434         * math/w_tgamma.c: Likewise.
49435         * math/w_tgammaf.c: Likewise.
49436         * math/w_tgammal.c: Likewise.
49437         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49438         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49439         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49440         Minor optimizations.  Pretty printing.  Remove cruft.
49441         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49442         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49443         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49444         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49445         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49446         * sysdeps/i386/fpu/e_asin.S: Likewise.
49447         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49448         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49449         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49450         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49451         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49452         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49453         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49454         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49455         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49456         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49457         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49458         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49459         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49460         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49461         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49462         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49463         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49464         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49465         * sysdeps/i386/fpu/e_log.S: Likewise.
49466         * sysdeps/i386/fpu/e_log10.S: Likewise.
49467         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49468         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49469         * sysdeps/i386/fpu/e_log2.S: Likewise.
49470         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49471         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49472         * sysdeps/i386/fpu/e_logf.S: Likewise.
49473         * sysdeps/i386/fpu/e_logl.S: Likewise.
49474         * sysdeps/i386/fpu/e_pow.S: Likewise.
49475         * sysdeps/i386/fpu/e_powf.S: Likewise.
49476         * sysdeps/i386/fpu/e_powl.S: Likewise.
49477         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49478         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49479         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49480         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49481         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49482         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49483         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49484         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49485         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49486         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49487         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49488         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49489         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49490         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49491         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49492         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49493         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49494         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49495         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49496         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49497         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49498         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49499         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49500         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49501         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49502         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49503         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49504         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49505         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49506         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49507         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49508         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49509         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49510         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49511         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49512         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49513         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49514         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49515         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49516         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49517         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49518         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49519         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49520         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49521         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49522         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49523         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49524         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49525         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49526         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49527         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49528         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49529         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49530         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49531         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49532         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49533         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49534         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49535         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49536         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49537         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49538         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49539         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49540         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49541         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49542         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49543         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49544         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49545         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49546         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49547         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49548         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49549         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49550         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49551         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49552         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49553         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49554         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49555         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49556         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49557         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49558         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49559         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49560         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49561         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49562         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49563         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49564         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49565         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49566         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49567         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49568         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49569         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49570         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49571         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49572         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49573         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49574         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49575         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49576         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49577         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49578         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49579         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49580         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49581         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49582         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49583         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49584         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49585         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49586         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49587         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49588         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49589         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49590         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49591         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49592         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49593         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49594         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49595         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49596         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49597         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49598         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49599         (__isnanf): Likewise.
49600         (__isinf_ns): Likewise.
49601         (__isinf_nsf): Likewise.
49602         (__finite): Likewise.
49603         (__finitef): Likewise.
49604         (__ieee754_sqrt): Define as macro.
49605         (__ieee754_sqrtf): Define as macro.
49606         (__ieee754_sqrtl): Define as macro.
49607         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49608         inlined copy.
49609         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49610         __FINITE_MATH_ONLY__ consistent.
49611         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49612
49613 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49614
49615         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49616         of rawmemchr.
49617
49618         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49619
49620 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49621
49622         * po/ja.po: Update from translation team.
49623
49624 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49625
49626         * locale/programs/locarchive.c (prepare_address_space): New function.
49627         (create_archive, enlarge_archive, open_archive): Use it.
49628
49629         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49630         inside [SHARED], where it is used.
49631
49632         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49633
49634         * nss/getent.c (netgroup_keys): Remove unused variable.
49635         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49636
49637 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49638
49639         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49640         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49641         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49642         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49643         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49644         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49645         * math/Makefile (libm-calls): Add s_isinf_ns.
49646         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49647         * math/multc3.c: Likewise.
49648         * math/s_casin.c: Likewise.
49649         * math/s_casinf.c: Likewise.
49650         * math/s_casinl.c: Likewise.
49651         * math/s_ccos.c: Likewise.
49652         * math/s_ccosf.c: Likewise.
49653         * math/s_ccosl.c: Likewise.
49654         * math/s_ctan.c: Likewise.
49655         * math/s_ctanf.c: Likewise.
49656         * math/s_ctanh.c: Likewise.
49657         * math/s_ctanhf.c: Likewise.
49658         * math/s_ctanhl.c: Likewise.
49659         * math/s_ctanl.c: Likewise.
49660         * math/w_fmod.c: Likewise.
49661         * math/w_fmodf.c: Likewise.
49662         * math/w_fmodl.c: Likewise.
49663         * math/w_remainder.c: Likewise.
49664         * math/w_remainderf.c: Likewise.
49665         * math/w_remainderl.c: Likewise.
49666         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49667         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49668         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49669         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49670         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49671         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49672         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49673         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49674
49675         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49676         of the number.
49677         * stdio-common/printf_fphex.c: Likewise.
49678         * stdio-common/printf_size.c: Likewise.
49679
49680         * math/e_exp10.c: Include math_private.h using <...> not "...".
49681         * math/e_exp10f.c: Likewise.
49682         * math/e_exp10l.c: Likewise.
49683         * math/e_exp2l.c: Likewise.
49684         * math/e_j0l.c: Likewise.
49685         * math/e_j1l.c: Likewise.
49686         * math/e_jnl.c: Likewise.
49687         * math/e_lgammal_r.c: Likewise.
49688         * math/e_rem_pio2l.c: Likewise.
49689         * math/e_scalb.c: Likewise.
49690         * math/e_scalbf.c: Likewise.
49691         * math/e_scalbl.c: Likewise.
49692         * math/k_cosl.c: Likewise.
49693         * math/k_sinl.c: Likewise.
49694         * math/k_tanl.c: Likewise.
49695         * math/s_cacoshf.c: Likewise.
49696         * math/s_catan.c: Likewise.
49697         * math/s_catanf.c: Likewise.
49698         * math/s_catanh.c: Likewise.
49699         * math/s_catanhf.c: Likewise.
49700         * math/s_catanhl.c: Likewise.
49701         * math/s_catanl.c: Likewise.
49702         * math/s_ccosh.c: Likewise.
49703         * math/s_ccoshf.c: Likewise.
49704         * math/s_ccoshl.c: Likewise.
49705         * math/s_cexp.c: Likewise.
49706         * math/s_cexpf.c: Likewise.
49707         * math/s_cexpl.c: Likewise.
49708         * math/s_clog.c: Likewise.
49709         * math/s_clog10.c: Likewise.
49710         * math/s_clog10f.c: Likewise.
49711         * math/s_clog10l.c: Likewise.
49712         * math/s_clogf.c: Likewise.
49713         * math/s_clogl.c: Likewise.
49714         * math/s_csin.c: Likewise.
49715         * math/s_csinf.c: Likewise.
49716         * math/s_csinh.c: Likewise.
49717         * math/s_csinhf.c: Likewise.
49718         * math/s_csinhl.c: Likewise.
49719         * math/s_csinl.c: Likewise.
49720         * math/s_csqrt.c: Likewise.
49721         * math/s_csqrtf.c: Likewise.
49722         * math/s_csqrtl.c: Likewise.
49723         * math/s_ctan.c: Likewise.
49724         * math/s_ctanf.c: Likewise.
49725         * math/s_ctanh.c: Likewise.
49726         * math/s_ctanhf.c: Likewise.
49727         * math/s_ctanhl.c: Likewise.
49728         * math/s_ctanl.c: Likewise.
49729         * math/s_ldexp.c: Likewise.
49730         * math/s_ldexpf.c: Likewise.
49731         * math/s_ldexpl.c: Likewise.
49732         * math/s_significand.c: Likewise.
49733         * math/s_significandf.c: Likewise.
49734         * math/s_significandl.c: Likewise.
49735         * math/w_acos.c: Likewise.
49736         * math/w_acosf.c: Likewise.
49737         * math/w_acosh.c: Likewise.
49738         * math/w_acoshf.c: Likewise.
49739         * math/w_acoshl.c: Likewise.
49740         * math/w_acosl.c: Likewise.
49741         * math/w_asin.c: Likewise.
49742         * math/w_asinf.c: Likewise.
49743         * math/w_asinl.c: Likewise.
49744         * math/w_atan2.c: Likewise.
49745         * math/w_atan2f.c: Likewise.
49746         * math/w_atan2l.c: Likewise.
49747         * math/w_atanh.c: Likewise.
49748         * math/w_atanhf.c: Likewise.
49749         * math/w_atanhl.c: Likewise.
49750         * math/w_cosh.c: Likewise.
49751         * math/w_coshf.c: Likewise.
49752         * math/w_coshl.c: Likewise.
49753         * math/w_dremf.c: Likewise.
49754         * math/w_exp10.c: Likewise.
49755         * math/w_exp10f.c: Likewise.
49756         * math/w_exp10l.c: Likewise.
49757         * math/w_exp2.c: Likewise.
49758         * math/w_exp2f.c: Likewise.
49759         * math/w_fmod.c: Likewise.
49760         * math/w_fmodf.c: Likewise.
49761         * math/w_fmodl.c: Likewise.
49762         * math/w_hypot.c: Likewise.
49763         * math/w_hypotf.c: Likewise.
49764         * math/w_hypotl.c: Likewise.
49765         * math/w_j0.c: Likewise.
49766         * math/w_j0f.c: Likewise.
49767         * math/w_j0l.c: Likewise.
49768         * math/w_j1.c: Likewise.
49769         * math/w_j1f.c: Likewise.
49770         * math/w_j1l.c: Likewise.
49771         * math/w_jn.c: Likewise.
49772         * math/w_jnf.c: Likewise.
49773         * math/w_jnl.c: Likewise.
49774         * math/w_lgamma.c: Likewise.
49775         * math/w_lgamma_r.c: Likewise.
49776         * math/w_lgammaf.c: Likewise.
49777         * math/w_lgammaf_r.c: Likewise.
49778         * math/w_lgammal.c: Likewise.
49779         * math/w_lgammal_r.c: Likewise.
49780         * math/w_log.c: Likewise.
49781         * math/w_log10.c: Likewise.
49782         * math/w_log10f.c: Likewise.
49783         * math/w_log10l.c: Likewise.
49784         * math/w_log2.c: Likewise.
49785         * math/w_log2f.c: Likewise.
49786         * math/w_log2l.c: Likewise.
49787         * math/w_logf.c: Likewise.
49788         * math/w_logl.c: Likewise.
49789         * math/w_pow.c: Likewise.
49790         * math/w_powf.c: Likewise.
49791         * math/w_powl.c: Likewise.
49792         * math/w_remainder.c: Likewise.
49793         * math/w_remainderf.c: Likewise.
49794         * math/w_remainderl.c: Likewise.
49795         * math/w_scalb.c: Likewise.
49796         * math/w_scalbf.c: Likewise.
49797         * math/w_scalbl.c: Likewise.
49798         * math/w_sinh.c: Likewise.
49799         * math/w_sinhf.c: Likewise.
49800         * math/w_sinhl.c: Likewise.
49801         * math/w_sqrt.c: Likewise.
49802         * math/w_sqrtf.c: Likewise.
49803         * math/w_sqrtl.c: Likewise.
49804         * math/w_tgamma.c: Likewise.
49805         * math/w_tgammaf.c: Likewise.
49806         * math/w_tgammal.c: Likewise.
49807
49808         * po/ja.po: Update from translation team.
49809
49810 2011-09-29  Andreas Jaeger  <aj@suse.de>
49811
49812         [BZ #13179]
49813         * sunrpc/netname.c (netname2host): Fix logic.
49814
49815         [BZ #6779]
49816         [BZ #6783]
49817         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49818         correctly.
49819         * math/w_remainder.c (__remainder): Likewise.
49820         * math/w_remainderf.c (__remainderf): Likewise.
49821         * math/libm-test.inc (remainder_test): Add test cases.
49822
49823 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49824
49825         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49826         sdiv_qrnnd.
49827
49828 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49829
49830         * string/test-memcmp.c: Avoid unncessary #defines.
49831         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49832
49833 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49834
49835         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49836         Use new sse2 version for core i3 - i7 as it's faster
49837         than sse42 version.
49838         (bit_Prefer_PMINUB_for_stringop): New.
49839         * sysdeps/x86_64/rawmemchr.S: Update.
49840         Replace with faster SSE2 version.
49841         * sysdeps/x86_64/memrchr.S: New file.
49842         * sysdeps/x86_64/memchr.S: Update.
49843         Replace with faster SSE2 version.
49844
49845 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49846
49847         * elf/dl-load.c (lose): Add cast to avoid warning.
49848
49849 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49850
49851         * po/ca.po: Update from translation team.
49852
49853         * inet/getnetgrent_r.c: Hook up nscd.
49854         * nscd/Makefile (routines): Add nscd_netgroup.
49855         (nscd-modules): Add netgroupcache.
49856         (CFLAGS-netgroupcache.c): Define.
49857         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49858         (cache_search): Add const to second parameter.
49859         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49860         INNETGR.
49861         (dbs): Add netgrdb entry.
49862         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49863         (verify_persistent_db): Handle netgrdb.
49864         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49865         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49866         GETFDNETGR.
49867         (netgroup_response_header): Define.
49868         (innetgroup_response_header): Define.
49869         (datahead): Add netgroup_response_header and innetgroup_response_header
49870         elements.
49871         * nscd/nscd.conf: Add entries for netgroup cache.
49872         * nscd/nscd.h (dbtype): Add netgrdb.
49873         (_PATH_NSCD_NETGROUP_DB): Define.
49874         (netgroup_iov_disabled): Declare.
49875         (xmalloc, xcalloc, xrealloc): Move declarations here.
49876         (cache_search): Adjust prototype.
49877         Add netgroup-related prototypes.
49878         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49879         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49880         (__nscd_innetgr): Declare.
49881         * nscd/selinux.c (perms): Use access_vector_t as element type and
49882         add netgroup-related initializers.
49883         * nscd/netgroupcache.c: New file.
49884         * nscd/nscd_netgroup.c: New file.
49885         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49886         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49887         For four parameters use innetgr.
49888         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49889         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49890         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49891         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49892
49893         * nscd/connections.c (register_traced_file): Don't register file
49894         for disabled databases.
49895
49896 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49897
49898         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49899
49900         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49901         from tree and freeing node.
49902
49903 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49904
49905         * nss/nsswitch.c (__nss_database_lookup): Handle
49906         nss_parse_service_list out of memory case.
49907
49908 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49909
49910         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49911         out of memory case.
49912
49913 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49914
49915         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49916         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49917         pass it down.
49918         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49919         elf_machine_rela, elf_machine_lazy_rel.
49920         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49921         (ELF_DYNAMIC_DO_REL): Likewise.
49922         (ELF_DYNAMIC_DO_RELA): Likewise.
49923         (ELF_DYNAMIC_RELOCATE): Likewise.
49924         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49925         to ELF_DYNAMIC_DO_REL.
49926         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49927         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49928         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49929         elf_machine_rela.
49930         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49931         skip_ifunc, don't call ifunc function if non-zero.
49932         (elf_machine_rela): Likewise.
49933         (elf_machine_lazy_rel): Likewise.
49934         (elf_machine_lazy_rela): Likewise.
49935         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49936         (elf_machine_lazy_rel): Likewise.
49937         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49938         Likewise.
49939         (elf_machine_lazy_rel): Likewise.
49940         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49941         Likewise.
49942         (elf_machine_lazy_rel): Likewise.
49943         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49944         (elf_machine_lazy_rel): Likewise.
49945         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49946         (elf_machine_lazy_rel): Likewise.
49947         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49948         (elf_machine_lazy_rel): Likewise.
49949         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49950         (elf_machine_lazy_rel): Likewise.
49951         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49952         (elf_machine_lazy_rel): Likewise.
49953         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49954         (elf_machine_lazy_rel): Likewise.
49955
49956 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49957
49958         * nss/nss_files/files-init.c (_nss_files_init): Use static
49959         initialization for all the *_traced_file variables.
49960
49961 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49962
49963         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49964
49965 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49966
49967         [BZ #13226]
49968         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49969
49970 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49971
49972         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49973         Reread the line before reparsing it.
49974
49975 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49976
49977         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49978
49979 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49980             Maxim Kuvyrkov  <maxim@codesourcery.com>
49981             Joseph Myers  <joseph@codesourcery.com>
49982
49983         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49984         if needed for __stack_chk_guard.
49985
49986 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49987
49988         * sysdeps/posix/spawni.c (script_execute): Always define it.
49989         It will be optimized away if unused.
49990         (maybe_script_execute): New function.
49991         (__spawni): Call it.
49992
49993         * Makerules: Don't include tls.make.
49994         (config-tls): Always set to thread.
49995         * tls.make.c: File removed.
49996
49997 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49998
49999         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50000         * config.make.in (CPPFLAGS-config): New substituted variable.
50001
50002 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50003
50004         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50005
50006         [BZ #13192]
50007         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50008         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50009
50010 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50011
50012         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50013         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50014         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50015         (CALL_FAIL): Likewise.
50016         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50017         (CALL_FAIL): Macro removed.
50018         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50019
50020 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50021
50022         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50023         for __FINITE_MATH_ONLY__ == 1.
50024
50025 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50026
50027         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50028         __ieee754_sqrt instead of sqrt.
50029         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50030         __ieee754_sqrtf instead of sqrtf.
50031         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50032         __floorf instead of floorf.
50033         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50034         __floorf, __truncf instead of floorf, truncf.
50035
50036 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50037
50038         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50039
50040         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50041         __extern_always_inline.
50042         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50043         32-bit.
50044
50045 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50046
50047         * elf/rtld.c (dl_main): Also relocate in dependency order when
50048         doing symbol dependency testing.
50049
50050 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50051
50052         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50053         Always define `refsym'.
50054
50055 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50056
50057         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50058         (__FD_ELT): Renamed from __FDELT.
50059         * misc/bits/select2.h (__FD_ELT): Likewise.
50060         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50061         __FD_MASK instead of __FDELT, __FDMASK.
50062         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50063         Likewise.
50064         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50065         Likewise.
50066
50067         * elf/Makefile (gen-ldd): Fix pattern.
50068
50069         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50070         (init_tls): Likewise.
50071
50072 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50073
50074         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50075
50076 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50077
50078         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50079         `struct cmsghdr *' instead of `void *'.
50080         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50081         Likewise.
50082
50083 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50084
50085         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50086         if non-absolute.
50087         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50088         ldd_rewrite_script.
50089
50090 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50091
50092         * configure.in: Remove --with-tls option.
50093         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50094         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50095         out in case it is missing.
50096         * sysdeps/ia64/elf/configure.in: Likewise.
50097         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50098         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50099         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50100         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50101         * sysdeps/sh/elf/configure.in: Likewise.
50102         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50103         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50104         * sysdeps/x86_64/elf/configure.in: Likewise.
50105         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50106         * sysdeps/mach/hurd/tls.h: Likewise.
50107
50108         [BZ #13067]
50109         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50110
50111         [BZ #13090]
50112         * configure.in: Fix use of AC_INIT.
50113
50114         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50115
50116 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50117
50118         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50119         __set_errno.
50120         * malloc/hooks.c: Likewise.
50121
50122         [BZ #11929]
50123         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50124         variables statically.
50125         (narenas): Initialize.
50126         (list_lock): Initialize.
50127         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50128         initializtion of main_arena and list_lock.  Small cleanups.
50129         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50130         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50131         Add initializers to main_arena and mp_.
50132         (malloc_state): Remove pagesize member.  Change all users to use
50133         GLRO(dl_pagesize).
50134
50135         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50136         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50137         is always initialized.
50138
50139         * malloc/malloc.c: Removed unused configurations and dead code.
50140         * malloc/arena.c: Likewise.
50141         * malloc/hooks.c: Likewise.
50142         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50143
50144         * include/tls.h: Removed.  USE___THREAD must always be defined.
50145         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50146         * elf/dl-libc.c: Likewise.
50147         * elf/dl-tsd.c: Likewise.
50148         * include/errno.h: Likewise.
50149         * include/netdb.h: Likewise.
50150         * include/resolv.h: Likewise.
50151         * inet/herrno-loc.c: Likewise.
50152         * inet/herrno.c: Likewise.
50153         * malloc/arena.c: Likewise.
50154         * malloc/hooks.c: Likewise.
50155         * malloc/malloc.c: Likewise.
50156         * resolv/res-state.c: Likewise.
50157         * resolv/res_libc.c: Likewise.
50158         * sysdeps/i386/dl-machine.h: Likewise.
50159         * sysdeps/ia64/dl-machine.h: Likewise.
50160         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50161         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50162         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50163         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50164         * sysdeps/sh/dl-machine.h: Likewise.
50165         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50166         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50167         * sysdeps/unix/i386/sysdep.S: Likewise.
50168         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50169         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50170         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50171         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50172         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50173         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50174         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50175         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50176         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50177         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50178         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50179         * sysdeps/x86_64/dl-machine.h: Likewise.
50180         * tls.make.c: Likewise.
50181
50182         * configure.in: Remove --with-__thread option.  Make tests for
50183         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50184         tls_model attribute fail if no support is available.  Remove
50185         USE_IN_LIBIO.
50186         * Makeconfig: Adjust for dropped configure option.  All features are
50187         now mandatory.
50188         * Makerules: Likewise.
50189         * Versions.def: Likewise.
50190         * argp/argp-fmtstream.c: Likewise.
50191         * argp/argp-fmtstream.h: Likewise.
50192         * argp/argp-help.c: Likewise.
50193         * assert/assert.c: Likewise.
50194         * config.h.in: Likewise.
50195         * config.make.in: Likewise.
50196         * configure: Likewise.
50197         * configure.in: Likewise.
50198         * csu/Versions: Likewise.
50199         * csu/init.c: Likewise.
50200         * elf/tst-audit2.c: Likewise.
50201         * elf/tst-tls10.c: Likewise.
50202         * elf/tst-tls10.h: Likewise.
50203         * elf/tst-tls11.c: Likewise.
50204         * elf/tst-tls12.c: Likewise.
50205         * elf/tst-tls14.c: Likewise.
50206         * elf/tst-tlsmod11.c: Likewise.
50207         * elf/tst-tlsmod12.c: Likewise.
50208         * elf/tst-tlsmod13.c: Likewise.
50209         * elf/tst-tlsmod13a.c: Likewise.
50210         * elf/tst-tlsmod14a.c: Likewise.
50211         * elf/tst-tlsmod15b.c: Likewise.
50212         * elf/tst-tlsmod16a.c: Likewise.
50213         * elf/tst-tlsmod16b.c: Likewise.
50214         * elf/tst-tlsmod7.c: Likewise.
50215         * elf/tst-tlsmod8.c: Likewise.
50216         * elf/tst-tlsmod9.c: Likewise.
50217         * gmon/gmon.c: Likewise.
50218         * grp/fgetgrent_r.c: Likewise.
50219         * grp/putgrent.c: Likewise.
50220         * hurd/fopenport.c: Likewise.
50221         * include/libc-symbols.h: Likewise.
50222         * include/tls.h: Likewise.
50223         * intl/gettextP.h: Likewise.
50224         * intl/loadinfo.h: Likewise.
50225         * locale/global-locale.c: Likewise.
50226         * locale/localeinfo.h: Likewise.
50227         * mach/devstream.c: Likewise.
50228         * malloc/arena.c: Likewise.
50229         * malloc/set-freeres.c: Likewise.
50230         * misc/err.c: Likewise.
50231         * misc/getttyent.c: Likewise.
50232         * misc/mntent_r.c: Likewise.
50233         * posix/getopt.c: Likewise.
50234         * posix/wordexp.c: Likewise.
50235         * pwd/fgetpwent_r.c: Likewise.
50236         * resolv/Versions: Likewise.
50237         * resolv/res_hconf.c: Likewise.
50238         * shadow/fgetspent_r.c: Likewise.
50239         * shadow/putspent.c: Likewise.
50240         * stdio-common/printf_fphex.c: Likewise.
50241         * stdio-common/tmpfile.c: Likewise.
50242         * stdlib/abort.c: Likewise.
50243         * stdlib/fmtmsg.c: Likewise.
50244         * sunrpc/auth_unix.c: Likewise.
50245         * sunrpc/clnt_perr.c: Likewise.
50246         * sunrpc/clnt_tcp.c: Likewise.
50247         * sunrpc/clnt_udp.c: Likewise.
50248         * sunrpc/clnt_unix.c: Likewise.
50249         * sunrpc/openchild.c: Likewise.
50250         * sunrpc/svc_simple.c: Likewise.
50251         * sunrpc/svc_tcp.c: Likewise.
50252         * sunrpc/svc_udp.c: Likewise.
50253         * sunrpc/svc_unix.c: Likewise.
50254         * sunrpc/xdr.c: Likewise.
50255         * sunrpc/xdr_array.c: Likewise.
50256         * sunrpc/xdr_rec.c: Likewise.
50257         * sunrpc/xdr_ref.c: Likewise.
50258         * sunrpc/xdr_stdio.c: Likewise.
50259
50260 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50261
50262         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50263
50264 2011-07-03  Andreas Jaeger  <aj@suse.de>
50265
50266         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50267         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50268         regenerate with gen-libm-tests.pl.
50269
50270 2010-05-12  Petr Baudis  <pasky@suse.cz>
50271
50272         [BZ #11589]
50273         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50274         around j0() zero points by switching to j1().
50275         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50276         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50277         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50278         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50279
50280 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50281
50282         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50283         instead of 0.
50284         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50285         instead of 0.
50286         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50287         Patch in part by Pavel Roskin <proski@gnu.org>.
50288
50289         [BZ #13138]
50290         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50291         realloc.
50292         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50293         Free memory block if necessary.
50294
50295         [BZ #12847]
50296         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50297         be NULL.  Don't lock in this case.
50298
50299 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50300
50301         * elf/elf.h (ELFOSABI_GNU): New macro.
50302         (ELFOSABI_LINUX): Define to that.
50303
50304 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50305
50306         * string/strncat.c (strncat): Undef the symbol in case it has been
50307         defined in bits/string.h.
50308
50309 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50310
50311         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50312
50313         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50314         link map.
50315
50316 2011-08-17  Andreas Jaeger  <aj@suse.de>
50317
50318         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50319
50320 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50321             Ian Lance Taylor  <iant@google.com>
50322
50323         * math/libm-test.inc (lround_test): New testcase.
50324         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50325
50326 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50327
50328         * Makefile: Remove support for automatic cvs check-ins.
50329         * Makerules: Likewise.
50330         * config.make.in: Likewise.
50331         * configure.in: Likewise.
50332         * intl/Makefile: Likewise.
50333         * locale/Makefile: Likewise.
50334         * po/Makefile: Likewise.
50335         * posix/Makefile: Likewise.
50336         * sysdeps/gnu/Makefile: Likewise.
50337         * sysdeps/mach/hurd/Makefile: Likewise.
50338         * sysdeps/sparc/sparc32/Makefile: Likewise.
50339
50340         [BZ #13118]
50341         * posix/Makefile (bug-regex32-ENV): Define.
50342         Patch by John Stanley <jpsinthemix@verizon.net>.
50343
50344         * misc/Makefile (headers): Add bits/select2.h.
50345         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50346         * misc/bits/select2.h: New file.
50347         * include/bits/select2.h: New file.
50348         * debug/Makefile (routines): Add fdelt_chk.
50349         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50350         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50351         FD_ISSET.
50352         * debug/fdelt_chk.c: New file.
50353
50354         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50355         * wcsmbs/test-wmemcmp.c: Likewise.
50356         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50357         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50358
50359 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50360
50361         * string/Makefile (strop-tests): Add memcmp.
50362         * string/test-wmemcmp.c: New file.
50363         * string/test-memcmp.c: Add wmemcmp support.
50364
50365 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50366
50367         [BZ #13153]
50368         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50369         2011-07-19 change.
50370
50371         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50372         garbage value in a __mach_port_mod_refs call in the cases of the
50373         task-self and thread-self ports.
50374
50375 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50376
50377         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50378
50379 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50380
50381         * elf/dl-load.c (lose): Check for non-null L.
50382
50383 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50384
50385         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50386
50387         * elf/dl-libc.c (dlerror_run): Pass back error code from
50388         dl_catch_error.
50389
50390         [BZ #13123]
50391         * elf/dl-load.c (lose): Free l_origin if it is valid.
50392
50393         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50394         names.
50395         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50396         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50397         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50398         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50399         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50400         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50401
50402 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50403
50404         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50405         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50406         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50407         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50408         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50409         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50410         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50411         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50412         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50413         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50414
50415 2011-08-15  Alan Modra  <amodra@gmail.com>
50416
50417         [BZ #13092]
50418         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50419         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50420         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50421         ppc_mcount to static-only-routines.
50422         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50423         __mcount_internal.
50424         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50425         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50426
50427 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50428
50429         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50430         for finite and infinity parameters.
50431
50432 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50433
50434         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50435         and add nop instructions for throughput optimization.
50436         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50437
50438 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50439
50440         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50441         aligned copy for power7 with vector-scalar instructions.
50442         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50443
50444 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50445
50446         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50447         AVX check.
50448
50449 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50450
50451         [BZ #13144]
50452         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50453         last change.
50454
50455 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50456
50457         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50458         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50459         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50460         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50461         clock_gettime.
50462
50463 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50464
50465         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50466         Forgot to demangle the pointer.
50467
50468         * sysdeps/i386/sysdep.h: Define atom_text_section.
50469         * sysdeps/x86_64/sysdep.h: Likewise.
50470         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50471         section with atom_text_section.
50472         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50473         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50474         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50475         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50476         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50477
50478         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50479         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50480         already be defined.  Change to take two parameters and don't assign
50481         result to variable.  Adjust all users.
50482         Define INTERNAL_GETTIME if not already defined.
50483         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50484         call.
50485         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50486         HAVE_CLOCK_GETTIME_VSYSCALL.
50487         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50488
50489         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50490         gettimeofday vsyscall, just use time.
50491
50492 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50493
50494         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50495         <errno.h>.
50496
50497 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50498
50499         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50500         syscall on x86-64.
50501         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50502         syscall.
50503         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50504         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50505         syscall if possible.
50506
50507 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50508
50509         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50510         e_ident.  Don't pass to find_mapsXX.
50511         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50512
50513 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50514
50515         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50516         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50517         * sysdeps/x86_64/multiarch/strchr.S: Update.
50518         Check bit_slow_BSF bit.
50519         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50520         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50521         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50522
50523 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50524
50525         [BZ #13134]
50526         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50527         before glibc 2.15.
50528         (tryshell): Define.
50529         (__spawni): Change last parameter to be flag.  Test
50530         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50531         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50532         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50533         * posix/spawni.c: Likewise.
50534         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50535         * posix/spawnp.c: Likewise.  Change normal version to use
50536         SPAWN_XFLAGS_USE_PATH.
50537         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50538         SPAWN_XFLAGS_TRY_SHELL.
50539
50540         [BZ #13150]
50541         * posix/glob.h: Remove gcc 1.x support.
50542
50543         [BZ #13068]
50544         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50545
50546 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50547
50548         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50549         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50550         strrchr-sse2-bsf
50551         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50552         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50553         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50554         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50555         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50556         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50557
50558 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50559
50560         * sysdeps/x86_64/wcscmp.S: New file.
50561
50562         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50563         wcscmp-c wcscmp-sse2
50564         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50565         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50566         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50567         * wcsmbs/wcscmp.c: Allow renaming.
50568
50569 2011-09-05  David S. Miller  <davem@davemloft.net>
50570
50571         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50572         stack slot, rather than the struct return pointer slot.
50573         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50574         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50575         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50576         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50577
50578 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50579
50580         * po/ja.po: Update from translation team.
50581
50582         [BZ #13144]
50583         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50584         kernel in 64-bit binaries.
50585
50586 2011-09-01  David S. Miller  <davem@davemloft.net>
50587
50588         * elf/elf.h (HWCAP_SPARC_*): Move to..
50589         * sysdeps/sparc/sysdep.h: this new file and add new values.
50590         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50591         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50592         _DL_HWCAP_COUNT to 24.
50593         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50594         entries.
50595         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50596         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50597         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50598         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50599         instead of magic constants.
50600         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50601
50602 2011-08-31  David S. Miller  <davem@davemloft.net>
50603
50604         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50605         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50606         Reimplement to do errno handling inline.
50607         (SYSCALL_ERROR_HANDLER): New macro.
50608         (__SYSCALL_STRING): Do not do errno handling in asm.
50609         (__CLONE_SYSCALL_STRING): Delete.
50610         (__INTERNAL_SYSCALL_STRING): Delete.
50611         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50612         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50613         (PSEUDO): Reimplement to do errno handling inline.
50614         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50615         (SYSCALL_ERROR_HANDLER): New macro.
50616         (__SYSCALL_STRING): Do not do errno handling in asm.
50617         (__CLONE_SYSCALL_STRING): Delete.
50618         (__INTERNAL_SYSCALL_STRING): Delete.
50619         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50620         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50621         i386.
50622         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50623         (inline_syscall*): Add 'err' argument.
50624         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50625         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50626         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50627         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50628
50629         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50630         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50631
50632 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50633
50634         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50635
50636 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50637
50638         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50639         directive.
50640
50641 2011-08-24  David S. Miller  <davem@davemloft.net>
50642
50643         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50644
50645 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50646
50647         * elf/Makefile: Add rules to build and run unload8 test.
50648         * elf/unload8.c: New file.
50649         * elf/unload8mod1.c: New file.
50650         * elf/unload8mod1x.c: New file.
50651         * elf/unload8mod2.c: New file.
50652         * elf/unload8mod3.c: New file.
50653
50654         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50655         it wasn't used.
50656
50657 2011-08-23  David S. Miller  <davem@davemloft.net>
50658
50659         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50660         subtract stack bias.
50661         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50662         %sp not %fp in calculations.
50663         (_JMPBUF_UNWINDS_ADJ): Likewise.
50664
50665         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50666         (aio_suspend): Call it to force an exception region around the
50667         AIO_MISC_WAIT() invocation.
50668
50669 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50670
50671         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50672         backslash.
50673
50674 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50675
50676         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50677         protection macro.
50678         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50679         and <dl-machine.h>.
50680         (Elf64_FuncDesc): Remove.
50681
50682 2011-08-22  David S. Miller  <davem@davemloft.net>
50683
50684         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50685         sigaltstack check, add missing cfi directives.
50686         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50687         missing cfi directives, and sigaltstack handling.
50688
50689 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50690
50691         [BZ #11724]
50692         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50693         object is seen twice.
50694         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50695
50696         * elf/Makefile (distribute): Add tst-initorder2.c.
50697         (tests): Add tst-initorder2.
50698         (modules-names): Add tst-initorder2a tst-initorder2b
50699         tst-initorder2c tst-initorder2d.  Add rules to build them.
50700         ($(objpfx)tst-initorder2.out): New rule.
50701         * elf/tst-initorder2.c: New file.
50702         * elf/tst-initorder2.exp: New file.
50703
50704 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50705
50706         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50707
50708         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50709         dependencies back to end of function.
50710
50711         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50712         $(elfobjdir)/ld.so.
50713
50714 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50715
50716         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50717         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50718         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50719         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50720         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50721         of __vdso_gettimeofday.
50722         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50723         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50724         attribute_hidden.
50725         (_libc_vdso_platform_setup): Remove initialization of
50726         __vdso_gettimeofday and __vdso_time.
50727
50728 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50729
50730         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50731         and fgetc_unlocked.
50732         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50733         getc_unlocked.
50734
50735         * elf/dl-open.c (add_to_global): Report additions to the global scope
50736         for LD_DEBUG=scopes.
50737         (dl_open_worker): Also print scope of newly loaded dependencies.
50738         (_dl_show_scope): Indicate if there is no scope.
50739
50740         [BZ #13114]
50741         * stdio-common/Makefile (tests): Add bug24.
50742         * stdio-common/bug24.c: New file.
50743
50744 2011-08-19  Andreas Jaeger  <aj@suse.de>
50745
50746         [BZ #13114]
50747         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50748         non-existant file when using close-on-exec mode.
50749
50750 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50751
50752         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50753         the very first instruction.
50754
50755         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50756         the CFI state in the end.
50757         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50758         inclusion of dl-trampoline.h.
50759         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50760
50761 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50762
50763         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50764         expectations for long double.
50765
50766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50767         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50768
50769 2011-08-14  David S. Miller  <davem@davemloft.net>
50770
50771         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50772         artificual limit depends upon the system page size.
50773
50774 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50775
50776         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50777         * resolv/Makefile: Define CFLAGS-libresolv.
50778
50779 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50780
50781         * nss/makedb.c (compute_tables): Make variables used in nested
50782         function static.
50783
50784 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50785
50786         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50787         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50788         if buffer was too small.
50789
50790         * elf/pldd.c (main): Attach to all threads in the process.
50791         Rewrite /proc handling to use *at functions.
50792
50793 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50794
50795         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50796         specifies first scope to show.
50797         (dl_open_worker): Update callers.  Move printing scope of new
50798         object to before the relocation.
50799         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50800         * sysdeps/generic/ldsodefs.h: Update declaration.
50801
50802         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50803         string for the scope number.
50804
50805 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50806
50807         * nscd/servicescache.c (cache_addserv): Make sure written is always
50808         initialized.
50809
50810 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50811
50812         * sysdeps/i386/i486/bits/atomic.h
50813         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50814         statement expression, so as to suppress "set but not used" warning.
50815         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50816
50817         * string/strncat.c (STRNCAT): Use prototype definition.
50818
50819         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50820         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50821         -Iprograms here.
50822         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50823         (localedef-modules): Add localedef.
50824         (locale-modules): Add locale.
50825
50826         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50827         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50828         to avoid a warning.
50829
50830 2011-08-14  David S. Miller  <davem@davemloft.net>
50831
50832         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50833         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50834
50835 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50836
50837         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50838         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50839         * elf/rtld.c (dl_main): Set l_name of vDSO.
50840         Call _dl_show_scope when DL_DEBUG_SCOPES.
50841         (process_dl_debug): Recognize scopes flag and also set it for all.
50842         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50843         Declare _dl_show_scope.
50844
50845         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50846         (do_dlopen): Pass caller_dlopen to dl_open.
50847         (__libc_dlopen_mode): Initialize caller_dlopen.
50848
50849         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50850         of libc.  Make tolower call locale-independent.  Optimize a bit by
50851         using isdigit instead of isalnum.
50852         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50853
50854 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50855
50856         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50857         was a dependency or dynamically loaded.
50858
50859 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50860
50861         * intl/l10nflist.c: Allow architecture-specific pop function.
50862         * sysdeps/x86_64/l10nflist.c: New file.
50863
50864         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50865         classification.
50866
50867 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50868
50869         * include/dirent.h: Add libc_hidden_proto for scandirat and
50870         scandirat64.  Don't declare __scandirat64.
50871         * dirent/scandirat.c: Add libc_hidden_def.
50872         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50873         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50874
50875 2011-08-10  David S. Miller  <davem@davemloft.net>
50876
50877         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50878         enum.
50879         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50880         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50881         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50882
50883 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50884
50885         * Versions.def [libc]: Add GLIBC_2.15.
50886         * dirent/Makefile (routines): Add scandirat and scandirat64.
50887         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50888         GLIBC_2.15.
50889         * dirent/dirent.h: Declare scandirat and scandirat64.
50890         * dirent/scandirat.c: New file.
50891         * dirent/scandirat64.c: New file.
50892         * sysdeps/wordsize-64/scandirat.c: New file.
50893         * sysdeps/wordsize-64/scandirat64.c: New file.
50894         * dirent/opendir.c: Define opendirat.
50895         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50896         using scandirat.
50897         * dirent/scandir64.c: Adjust for scandir.c change.
50898         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50899         __scandirat64, and __scandir_cancel_handler.
50900         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50901         additional parameter and use openat instead of open (outside of ld.so).
50902         Add new __opendir as wrapper around __opendirat.
50903         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50904         here without requiring old scandirat implementation.
50905
50906 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50907
50908         * dirent/scandir.c (cancel_handler): Renamed to
50909         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50910         defined.  Adjust users.
50911         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50912         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50913
50914 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50915
50916         * string/test-string.h (IMPL): Use __STRING to expand name and then
50917         stringify it.
50918
50919         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50920         of cleanups.
50921
50922 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50923
50924         * string/Makefile: Update.
50925         (strop-tests): Append strncat.
50926         * string/test-wcscmp.c: New file.
50927         New comprehensive test for wcscmp.
50928         * string/test-strcmp.c: Update.
50929         (WIDE): New define.
50930
50931 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50932
50933         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50934         line.
50935
50936 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50937
50938         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50939         encoding to ACE if AI_IDN.
50940
50941 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50942
50943         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50944         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50945
50946 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50947
50948         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50949         Fix overflow bug in strncat.
50950         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50951
50952         * string/test-strncat.c: Update.
50953         Add new tests for checking overflow bugs.
50954
50955 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50956
50957         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50958         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50959         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50960         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50961         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50962         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50963         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50964         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50965         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50966
50967         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50968         (USE_AS_STRCAT): Define.
50969         Add strcat and strncat support.
50970         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50971
50972 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50973
50974         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50975         __n bigger than INT_MAX+1.
50976         (__strncmp_g): Likewise.
50977
50978 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50979
50980         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50981         * libio/stido.h: Likewise.
50982
50983         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50984         (AF_NFC): Define.
50985         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50986         (AF_NFC): Define.
50987
50988         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50989         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50990         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50991         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50992         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50993
50994         [BZ #13021]
50995         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50996         installed.
50997
50998         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50999         typo.
51000         (_dl_x86_64_save_sse): Likewise.
51001
51002 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51003
51004         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51005         OSXSAVE.
51006         (_dl_x86_64_save_sse): Likewise.
51007
51008         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51009
51010         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51011
51012 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51013
51014         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51015         change.
51016         (_dl_x86_64_save_sse): Use correct AVX check.
51017
51018 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51019
51020         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51021         bug in strncpy/strncat.
51022         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51023
51024 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51025
51026         * string/tester.c (test_strcat): Add tests for different alignments
51027         of source and destination.
51028         (test_strncat): Likewise.
51029
51030 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51031
51032         [BZ #12852]
51033         * posix/glob.c (glob): Check passed in values before using them in
51034         expressions to avoid some overflows.
51035         (glob_in_dir): Likewise.
51036
51037         [BZ #13007]
51038         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51039         check for AVX enablement so that we don't crash with old kernels and
51040         new hardware.
51041         * elf/tst-audit4.c: Add same checks here.
51042         * elf/tst-audit6.c: Likewise.
51043
51044         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51045
51046 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51047
51048         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51049
51050 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51051
51052         * po/cs.po: Update from translation team.
51053         * po/bg.po: Likewise.
51054
51055 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51056
51057         * misc/sys/cdefs.h: Add support for const attribute.
51058         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51059         to gnu_dev_{major,minor,makedev} functions.
51060
51061 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51062
51063         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51064
51065 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51066
51067         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51068         strlen results.
51069
51070 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51071
51072         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51073         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51074         register in order to avoid conflicts with the soft frame pointer
51075         being held in r11 when necessary.
51076         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51077         (INTERNAL_VSYSCALL_NCS): Likewise.
51078
51079 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51080
51081         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51082         * elf/dl-fini.c (_dl_fini): Adjust caller.
51083         * elf/dl-close.c (_dl_close_worker): Likewise.
51084         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51085
51086 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51087
51088         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51089         "aux_cache->nlibs < 0".
51090
51091         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51092         in the reload-count case.
51093
51094 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51095
51096         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51097         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51098         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51099         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51100         * sysdeps/x86_64/multiarch/strcat.S: New file.
51101         * sysdeps/x86_64/multiarch/strncat.S: New file.
51102         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51103         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51104         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51105         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51106         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51107         (USE_AS_STRCAT): Define.
51108         Add strcat and strncat support.
51109         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51110         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51111         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51112         * string/strncat.c: Update.
51113         (USE_AS_STRNCAT): Define.
51114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51115         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51116         and i7.
51117         * sysdeps/x86_64/multiarch/init-arch.h
51118         (bit_Prefer_PMINUB_for_stringop): New.
51119         (index_Prefer_PMINUB_for_stringop): Likewise.
51120         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51121         bit_Prefer_PMINUB_for_stringop.
51122
51123 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51124
51125         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51126         buffer64.
51127         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51128         of casting of buffer.
51129         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51130         buffer32 and buffer64.
51131         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51132         writes instead of casting of buffer.
51133         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51134         buffer32.
51135         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51136         casting of buffer.
51137
51138 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51139
51140         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51141
51142 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51143
51144         * nscd/nscd.c (termination_handler): Don't do anything for a database
51145         if it has not yet been initialized.
51146
51147 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51148
51149         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51150
51151 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51152
51153         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51154
51155 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51156
51157         * po/nl.po: Update from translation team.
51158         * po/sv.po: Likewise.
51159
51160 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51161
51162         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51163         now disallowed by GCC.
51164
51165         * configure.in (use-default-link): Default to yes if a test -shared
51166         link meets our qualifications.
51167         * configure: Regenerated.
51168
51169         * config.make.in (output-format): New variable.
51170         * configure.in: Check for ld --print-output-format support.
51171         * configure: Regenerated.
51172         * Makerules ($(common-objpfx)format.lds)
51173         [$(output-format) != unknown]: Just use $(output-format),
51174         instead of the linker-script munging.
51175
51176 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51177
51178         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51179         of $(common-objpfx)shlib.lds.
51180         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51181
51182         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51183         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51184
51185         * configure.in (-z relro check): Adjust test code to add a large
51186         writable data section after it.
51187         * configure: Regenerated.
51188
51189 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51190
51191         * configure.in (-z relro check): Fix test code to make the variable
51192         truly const.
51193         * configure: Regenerated.
51194
51195 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51196
51197         * nscd/nscd.h (struct traced_file): Define.
51198         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51199         elements.  Add traced_files.
51200         (inotify_fd): Declare.
51201         (register_traced_file): Declare.
51202         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51203         (inotify_fd): Export.
51204         (resolv_conf_descr): Remove.
51205         (nscd_init): Move inotify descriptor creation to main.
51206         Don't register files for notification here.
51207         (register_traced_file): New function.
51208         (invalidate_cache): Don't use reset_res to determine whether to call
51209         res_init, go through the list of registered files.
51210         (main_loop_poll): The inotify descriptors are now stored in the
51211         structures for the traced files.
51212         (main_loop_epoll): Likewise
51213         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51214         to __nss_disable_nscd.
51215         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51216         for a database anymore.  Check the records for all the registered
51217         files instead.
51218         * nss/Makefile (libnss_files-routines): Add files-init.
51219         (libnss_db-routines): Add db-init.
51220         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51221         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51222         * nss/nss_db/db-init.c: New file.
51223         * nss/nss_files/files-init.c: New file.
51224         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51225         __nss_lookup_function.
51226         (__nss_lookup_function): Call nss_load_library.
51227         (nss_load_all_libraries): New function.
51228         (__nss_disable_nscd): Take parameter with callback function for files
51229         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51230         used for the cached services.
51231         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51232         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51233         options for features to all the files in nscd.
51234
51235         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51236
51237 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51238
51239         * csu/elf-init.c (__libc_csu_init): Comment typo.
51240
51241 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51242
51243         * po/pl.po: Update from translation team.
51244         * po/ja.po: Likewise.
51245         * po/ru.po: Likewise.
51246         * po/ko.po: Likewise.
51247         * po/fr.po: Likewise.
51248
51249 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51250
51251         * configure.in (.ctors/.dtors header and trailer check):
51252         Use an empirical test on a built program.
51253         * configure: Regenerated.
51254
51255         * configure.in (-z relro check): Use an empirical test on a built DSO.
51256         Detect, but do not require, on ia64.
51257         * configure: Regenerated.
51258
51259         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51260         Update tests that use readelf to use $READELF instead.
51261         * configure: Regenerated.
51262
51263 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51264
51265         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51266         if the result is not used.
51267
51268 2011-07-05  Andreas Jaeger  <aj@suse.de>
51269
51270         [BZ#9696]
51271         * stdlib/tst-strtod.c: Add testcase.
51272
51273 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51274
51275         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51276         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51277         The latter has a higher limit.  Take additional parameter to pass to
51278         the new function.
51279         (__pathconf): Pass file to __statfs_link_max.
51280         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51281         __statfs_link_max.
51282         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51283         __statfs_link_max.
51284
51285         [BZ #12868]
51286         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51287         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51288         Handle Lustre.
51289         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51290         (__statfs_filesize_max): Likewise.
51291         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51292
51293 2011-07-05  Andreas Jaeger  <aj@suse.de>
51294
51295         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51296
51297 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51298
51299         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51300         `status' variable.
51301         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51302         Likewise.
51303
51304 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51305
51306         * Makefile (strop-tests): Add strncat.
51307         * string/test-strncat.c: New file.
51308
51309 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51310
51311         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51312
51313 2011-06-21  Andreas Jaeger  <aj@suse.de>
51314
51315         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51316         Copy rule from iconvdata/Makefile.
51317
51318 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51319
51320         [BZ #12922]
51321         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51322         but no long options are defined, just return 'W'.
51323
51324 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51325
51326         [BZ #9696]
51327         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51328
51329 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51330
51331         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51332         netgroups to read.
51333         (innetgr): Likewise.
51334
51335 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51336
51337         * config.make.in (install_root): Default to $(DESTDIR).
51338
51339 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51340
51341         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51342
51343 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51344
51345         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51346
51347         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51348         containing directory rather than embedding absolute directory names.
51349
51350         * scripts/check-local-headers.sh: Rewritten using awk.
51351         Match by word, not by line.  Print error messages for matches.
51352         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51353
51354         * Makerules [shlib-lds-flags empty]:
51355         ($(common-objpfx)libc_pic.opts): New target.
51356         ($(common-objpfx)libc_pic.os.clean): New target.
51357         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51358
51359         * config.make.in (OBJCOPY): New variable.
51360         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51361         * configure: Regenerated.
51362
51363         * config.make.in (use-default-link): New variable.
51364         * configure.in (use_default_link): Grok --with-default-link to set it.
51365         * configure: Regenerated.
51366         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51367         (shlib-lds, shlib-lds-flags): Define to empty.
51368
51369         * Makerules (shlib-lds): New variable.
51370         (shlib-lds-flags): New variable.
51371         (build-shlib, build-moduile, build-module-asneeded): Use it.
51372         ($(common-objpfx)libc.so): Use $(shlib-lds).
51373         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51374         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51375
51376         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51377         DT_FLAGS/DT_FLAGS_1 with zero flags.
51378
51379         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51380         linker script munging.
51381
51382 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51383
51384         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51385         as 128-bit value.
51386         * crypt/sha512.c (sha512_process_block): Perform total addition using
51387         128-bit if possible.
51388         (__sha512_finish_ctx): Likewise.
51389         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51390         as 64-bit value.
51391         * crypt/sha256.c (SWAP64): Define.
51392         (sha256_process_block): Perform total addition using 64-bit if
51393         possible.
51394         (__sha256_finish_ctx): Likewise.
51395
51396 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51397
51398         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51399         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51400         * nscd/hstcache.c (cache_addhst): Likewise.
51401         * nscd/grpcache.c (cache_addgr): Likewise.
51402         * nscd/aicache.c (addhstaiX): Likewise
51403         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51404
51405 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51406
51407         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51408         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51409         * nscd/hstcache.c (cache_addhst): Likewise.
51410         * nscd/grpcache.c (cache_addgr): Likewise.
51411         * nscd/aicache.c (addhstaiX): Likewise
51412
51413 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51414
51415         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51416         domain only when needed.
51417
51418 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51419
51420         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51421         is always restored.
51422
51423 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51424
51425         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51426         are re-adding the entry.
51427         * nscd/servicescache.c (cache_addserv): Likewise.
51428
51429 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51430
51431         * sysdeps/generic/dl-irel.h: fix protection against multiple
51432         inclusions.
51433         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51434
51435 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51436
51437         [BZ #12935]
51438         * malloc/memusage.sh: Fix quoting in message.
51439         * debug/xtrace.sh: Likewise.
51440
51441         * configure.in: Remove support for --experimental-malloc option, make
51442         it the default.
51443         * config.make.in: Likewise.
51444         * malloc/Makefile: Likewise.
51445
51446 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51447
51448         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51449         two-byte characters.
51450
51451 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51452
51453         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51454         AC_CACHE_CHECK invocation.
51455         * configure: Regenerated.
51456
51457         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51458
51459 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51460
51461         [BZ #12350]
51462         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51463         bit from old_res_options.
51464
51465         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51466
51467         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51468         value type for setfct.
51469
51470 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51471
51472         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51473         __gettimeofday instead of gettimeofday.
51474
51475 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51476
51477         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51478
51479 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51480
51481         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51482
51483         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51484         info.
51485
51486 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51487
51488         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51489         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51490         strcpy-sse2-unaligned strncpy-sse2-unaligned
51491         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51492         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51493         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51494         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51495         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51496         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51497         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51498         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51499         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51500         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51501         (STRCPY): Support SSE2 and SSSE3 versions.
51502
51503 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51504
51505         [BZ #12874]
51506         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51507         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51508         kernels which artificially limit size of requests.
51509
51510 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51511
51512         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51513         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51514         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51515         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51516         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51517         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51518         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51519         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51520         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51521         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51522         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51523         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51524         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51525         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51526         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51527         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51528         Enable unaligned load optimization for Intel Core i3, i5 and i7
51529         processors.
51530         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51531         Define.
51532         (index_Fast_Unaligned_Load): Define.
51533         (HAS_FAST_UNALIGNED_LOAD): Define.
51534
51535 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51536
51537         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51538
51539 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51540
51541         [BZ #12907]
51542         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51543         until it is clear that the information is realy needed.
51544         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51545
51546 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51547
51548         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51549
51550 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51551
51552         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51553         /sys/devices/system/cpu/online if it is usable.
51554
51555         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51556         reading the information from the /proc filesystem to once a second.
51557
51558 2011-06-21  Andreas Jaeger  <aj@suse.de>
51559
51560         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51561         NULL after inclusion of kernel headers.
51562
51563 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51564
51565         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51566         calls to internal_setent.
51567
51568         [BZ #12885]
51569         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51570         addresses using gethostbyname4_r ignore IPv4 addresses.
51571
51572         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51573         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51574
51575         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51576
51577 2011-06-20  David S. Miller  <davem@davemloft.net>
51578
51579         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51580         inclusions.
51581         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51582
51583         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51584         (elf_irel): Use it.
51585         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51586         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51587         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51588         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51589         * sysdeps/x86_64/dl-irel.h: Likewise.
51590
51591         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51592         * elf/dl-sym.c: Likewise.
51593
51594 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51595
51596         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51597         need to dereference resplen2.
51598
51599 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51600
51601         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51602
51603 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51604
51605         * Makeconfig: Define vardbdir and inst_vardbdir.
51606         * nss/Makefile: Add rules to install db-Makefile.
51607
51608         * nss/nss_db/db-XXX.c: Cleanup.
51609
51610         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51611         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51612         GLIBC_PRIVATE.
51613         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51614         * nss/makedb.c: Implement -g option to specify that value strings
51615         are generated and should not be added to table iterated over for
51616         get*ent calls.
51617         * nss/nss_db/db-initgroups.c: New file.
51618
51619         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51620         interface.
51621
51622         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51623         (internal_getgrouplist): Adjust to name change.
51624         Update use_initgroups_entry if this is not the first call.
51625         * nss/databases.def: Add initgroups entry.
51626
51627         * nss/makedb.c (compute_tables): Check result of multiple hash table
51628         sizes to minimize maximum chain length.
51629
51630 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51631
51632         * Versions.def: Add entry for libnss_db.
51633         * shlib-versions: Likewise.
51634         * nss/Makefile: Add rules to build libnss_db.
51635         * nss/Versions: Add libnss_db information.  Organize libnss_files
51636         entries better.
51637         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51638         makedb progra.  Some minor improvements to generate smaller files.
51639         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51640         here from...
51641         * nss/makedb.c: ...here.
51642         Improve database format to be smaller and require less memory at
51643         runtime.
51644         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51645         db anymore.
51646         * nss/nss_db/db-netgrp.c: Likewise.
51647         * nss/nss_db/db-open.c: Likewise.
51648         * nss/nss_files/flies-XXX.x: Adjust comments.
51649         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51650         * nss/nss_files/files-grp.c: Likewise.
51651         * nss/nss_files/files-hosts.c: Likewise.
51652         * nss/nss_files/files-network.c: Likewise.
51653         * nss/nss_files/files-proto.c: Likewise.
51654         * nss/nss_files/files-pwd.c: Likewise.
51655         * nss/nss_files/files-rpc.c: Likewise.
51656         * nss/nss_files/files-service.c: Likewise.
51657         * nss/nss_files/files-sgrp.c: Likewise.
51658         * nss/nss_files/files-spwd.c: Likewise.
51659         * nss/nss_db/db-alias.c: Removed.
51660         * nss/nss_db/dummy-db.h: Removed.
51661
51662 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51663
51664         * nss/makedb.c: Rewritten to not use database library.
51665         * nss/Makefile: Update to build new makedb program.
51666
51667 2011-06-14  Andreas Jaeger  <aj@suse.de>
51668
51669         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51670         memset declaration.
51671
51672 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51673
51674         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51675         tmpbuf.
51676
51677 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51678
51679         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51680         * elf/Makefile ($(objpfx)ld.so): Likewise.
51681
51682         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51683         Don't list ld.so twice in dependencies.
51684
51685         * posix/bug-regex31.c: Include <stdlib.h>.
51686
51687         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51688
51689         * nis/nss_compat/compat-spwd.c
51690         (getspent_next_nss_netgr): Remove unused variable.
51691         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51692
51693         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51694         nonmembers" output to use the right array.
51695
51696         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51697
51698         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51699
51700         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51701         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51702         * catgets/gencat.c (read_input_file): Likewise.
51703         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51704
51705         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51706         variable definition inside #if's controlling its use.
51707
51708         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51709
51710         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51711
51712         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51713
51714         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51715         unreachable code.
51716
51717         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51718
51719         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51720         * configure: Regenerated.
51721
51722         * Makerules: Revert last change.
51723         * elf/Makefile: Likewise.
51724
51725 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51726
51727         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51728         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51729         (reloc-link): Likewise.
51730
51731 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51732
51733         * elf/Makefile: Add rules to build pldd.
51734         * elf/pldd.c: New file.
51735         * elf/pldd-xx.c: New file.
51736
51737 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51738
51739         * version.h: Update for 2.15 development version.
51740
51741 2011-06-07  David S. Miller  <davem@davemloft.net>
51742
51743         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51744         ifuncs.
51745         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51746         elf_machine_lazy_rel): Likewise.
51747         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51748         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51749         elf_machine_lazy_rel): Likewise.
51750         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51751         dl_hwcap via passed in argument.
51752         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51753         Likewise.
51754
51755 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51756
51757         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51758
51759 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51760
51761         [BZ #12849]
51762         * manual/fdl-1.1.texi: New file, verbatim from:
51763         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51764         * manual/lgpl-2.1.texi: New file, verbatim from:
51765         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51766         * manual/Makefile (licenses): New variable, list those new file names.
51767         (texis): Use it.
51768         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51769
51770         * manual/fdl.texi: File removed.
51771         * manual/lesser.texi: File removed.
51772         * manual/libc.texinfo (Copying, Documentation License):
51773         Use new @include file names, put @appendix directive before @include.
51774
51775 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51776
51777         [BZ #12841]
51778         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51779         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51780         (mq_open): Add __NTH.
51781
51782 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51783
51784         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51785         Assume Intel Core i3/i5/i7 processor if AVX is available.
51786
51787 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51788
51789         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51790         typo.
51791
51792 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51793
51794         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51795         memory.  Use alloca_account.  Fix memory leak when retrying.
51796
51797 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51798
51799         * version.h (RELEASE): Bump for 2.14 release.
51800         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51801
51802         * config.make.in (RANLIB): Remove entry.
51803
51804 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51805
51806         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51807         (libc.pot): Work around missing support for .ksh extension in xgettext.
51808
51809         [BZ #12684]
51810         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51811         if both request failed.
51812         (send_dg): In case of server errors clear resplen or *resplen2.
51813
51814         [BZ #12454]
51815         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51816         when there are multiple maps.
51817         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51818         (_dl_fini): Remove test here.
51819
51820         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51821
51822 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51823
51824         [BZ #12350]
51825         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51826         bit from old_res_options.
51827         (gaih_inet): Likewise.
51828
51829         [BZ #11099]
51830         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51831         as signed.
51832
51833         * resolv/res_init.c (res_setoptions): Make the code more compact.
51834
51835         [BZ #11558]
51836         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51837         set RES_USEVC.
51838
51839         [BZ #11634]
51840         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51841
51842         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51843
51844         [BZ #11781]
51845         * malloc/malloc.h: Declare malloc hook variables as volatile.
51846
51847         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51848         in last patch.
51849
51850         [BZ #11799]
51851         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51852         raise in the comment.
51853         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51854         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51855         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51856
51857 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51858
51859         [BZ #12811]
51860         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51861         grow the buffers more if it already has to be sufficient.
51862         (build_wcs_upper_buffer): Likewise.
51863         * posix/regexec.c (check_matching): Likewise.
51864         (clean_state_log_if_needed): Likewise.
51865         (extend_buffers): Don't enlarge buffers beyond size of the input
51866         buffer.
51867         Patches mostly by Emil Wojak <emil@wojak.eu>.
51868         * posix/bug-regex32.c: New file.
51869         * posix/Makefile (tests): Add bug-regex32.
51870
51871         * locale/findlocale.c (_nl_find_locale): Return right away if
51872         _nl_explode_name failed.
51873         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51874
51875         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51876
51877         * debug/xtrace.sh: Unify messages.
51878         * malloc/memusage.sh: Likewise.
51879
51880         [BZ #12813]
51881         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51882         time symbol from vDSO.  Substitute with vsyscall if not available.
51883         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51884         __vdso_time.
51885
51886         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51887         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51888         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51889         Add sendmmsg and internal_sendmmsg.
51890         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51891         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51892         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51893
51894         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51895         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51896         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51897
51898 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51899
51900         [BZ #12813]
51901         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51902         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51903         available.
51904         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51905         __vdso_getcpu.
51906
51907         [BZ #12814]
51908         * iconvdata/Makefile (tests): Add bug-iconv9.
51909         * iconvdata/bug-iconv9.c: New file.
51910
51911 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51912
51913         [BZ #12814]
51914         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51915
51916 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51917
51918         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51919         (struct user_regs_struct): Change intcs field back to cs.
51920
51921 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51922
51923         * po/ja.po: Update from translation team.
51924
51925 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51926
51927         [BZ #12795]
51928         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51929         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51930
51931 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51932
51933         * stdlib/longlong.h: Update from GCC.
51934
51935 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51936
51937         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51938         parameter name.
51939         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51940         Add parameter name.
51941         (__sysconf): Pass it down.
51942
51943 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51944
51945         [BZ #12671]
51946         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51947         some situations.
51948         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51949         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51950         add in in __libc_use_alloca calls.  Adjust callers.
51951         (glob): Use malloc in some situations.
51952
51953         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51954         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51955         pltexit.
51956
51957 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51958
51959         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51960         and CLOCK_BOOTTIME_ALARM.
51961
51962         [BZ #12782]
51963         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51964         is returned.
51965
51966         * string/_strerror.c (__strerror_r): Print negative errors as signed
51967         numbers.
51968
51969         [BZ #12777]
51970         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51971         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51972         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51973
51974         * configure.in: Fix typo in redirection and correct removal of test
51975         files in two cases.
51976
51977         [BZ #12788]
51978         * locale/setlocale.c (new_composite_name): Fix test to check for
51979         identical name of all categories.
51980
51981         [BZ #12792]
51982         * libio/filedoalloc.c (local_isatty): New function.
51983         (_IO_file_doallocate): Use local_isatty.
51984         * stdio-common/perror.c (perror): In case a new stream is used
51985         forward the stream error.
51986         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51987         error flag.
51988
51989 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51990
51991         [BZ #11869]
51992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51993         alloca.
51994         * include/alloca.h (extend_alloca_account): Define.
51995
51996         [BZ #11857]
51997         * posix/regex.h: Fix comments with documentation of user-accessible
51998         fields after compilation and describe correct free'ing of pattern
51999         after re_compile_pattern.
52000         Patch by Reuben Thomas <rrt@sc3d.org>.
52001
52002 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52003
52004         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52005         and -mno-altivec to prevent the compiler from using Altivec and/or
52006         VSX instructions when the corresponding registers are not available.
52007
52008 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52009
52010         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52011
52012 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52013
52014         * libio/freopen.c (freopen): Use __dup2, not dup2.
52015         * libio/freopen64.c (freopen64): Likewise.
52016
52017 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52018
52019         [BZ #12775]
52020         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52021         * math/Makefile (tests): Add test-powl.
52022         (CFLAGS-test-powl.c): Define.
52023         * math/test-powl.c: New file.
52024
52025 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52026
52027         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52028
52029 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52030
52031         [BZ #11837]
52032         * iconvdata/gb18030.c: Update to GB18020-2005.
52033
52034 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52035
52036         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52037         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52038         Patch by Aharon Robbins <arnold@skeeve.com>.
52039
52040         [BZ #11892]
52041         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52042         on the stack.
52043
52044         [BZ #11895]
52045         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52046         through underflows.
52047
52048         [BZ #12766]
52049         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52050         point to strings before performing equality test for error_one_per_line
52051         mode.
52052
52053         [BZ #11697]
52054         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52055
52056         [BZ #11820]
52057         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52058         (struct user_fpregs_struct): Avoid __uint*_t types.
52059
52060         [BZ #6420]
52061         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52062         symbol info.  Use it instead of calling _dl_addr locally.
52063         (lock_and_info): New function.
52064         (tr_freehook): Call lock_and_info and pass symbol info as additional
52065         parameter to tr_where.
52066         (tr_mallochook): Likewise.
52067         (tr_reallochook): Likewise.
52068         (tr_memalignhook): Likewise.
52069
52070         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52071         used and couldn't be at all thread-safe.
52072
52073 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52074
52075         * libio/freopen.c (freopen): Don't close old file descriptor
52076         before the new one is opened.  Instead dup the new file descriptor
52077         to the old one after the new stream is created.
52078         * libio/freopen64.c (freopen64): Likewise.
52079         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52080         * libio/fileops.c (_IO_new_file_close_it): Handle new
52081         _IO_FLAGS2_NOCLOSE flag.
52082         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52083         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52084         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52085         _IO_FLAGS2_NOCLOSE flag.
52086         * include/unistd.h: Add hidden_proto for dup3.
52087         Define __have_dup3.
52088         * io/dup3.c: Define hidden symbol.
52089         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52090
52091         [BZ #7101]
52092         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52093         when an incomplete long option is used.
52094         * posix/tst-getopt_long1.c: New file.
52095         * posix/Makefile (tests): Add tst-getopt_long1.
52096
52097         [BZ #10138]
52098         * scripts/config.guess: Update from autoconf-2.68.
52099         * scripts/config.sub: Likewise.
52100
52101         [BZ #10157]
52102         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52103         tests into ...
52104         (has_cpuclock): ...this.  New function.
52105         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52106         macro here based on has_cpuclock code.
52107
52108         [BZ #10149]
52109         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52110         First byte (not low byte) is now always NUL.
52111         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52112
52113         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52114         Use non-cancelable interfaces.
52115
52116         [BZ #9809]
52117         * locale/iso-639.def: Add entry for Sorani.
52118
52119         [BZ #11901]
52120         * include/stdlib.h: Move include protection to the right place.
52121         Define abort_msg_s.  Declare __abort_msg with it.
52122         * stdlib/abort.c (__abort_msg): Adjust type.
52123         * assert/assert.c (__assert_fail_base): New function.  Majority
52124         of code from __assert_fail.  Allocate memory for __abort_msg with
52125         mmap.
52126         (__assert_fail): Now call __assert_fail_base.
52127         * assert/assert-perr.c: Remove bulk of implementation.  Use
52128         __assert_fail_base.
52129         * include/assert.hL Declare __assert_fail_base.
52130         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52131         mmap.
52132         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52133
52134 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52135
52136         [BZ #11952]
52137         [BZ #12453]
52138         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52139         until all modules are registered in the DTV.
52140         * elf/Makefile: Add rules to build and run tst-tls19.
52141         * elf/tst-tls19.c: New file.
52142         * elf/tst-tls19mod1.c: New file.
52143         * elf/tst-tls19mod2.c: New file.
52144         * elf/tst-tls19mod3.c: New file.
52145         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52146
52147         [BZ #12083]
52148         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52149         correctly.
52150
52151         [BZ #12601]
52152         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52153         two-byte sequence errors.
52154         * iconvdata/Makefile (tests): Add bug-iconv8.
52155         * iconvdata/bug-iconv8.c: New file.
52156
52157         [BZ #12626]
52158         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52159         buf2 definition.
52160
52161         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52162
52163         [BZ #12432]
52164         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52165         (dummy_getcfa): New function.
52166         (init): Get _Unwind_GetCFA address, use dummy if not found.
52167         (backtrace_helper): In recursion check, also check whether CFA changes.
52168         (__backtrace): Completely initialize arg.
52169
52170         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52171         storing incomplete byte sequence in state object.  Avoid testing for
52172         guaranteed too small input if we know there is enough data available.
52173
52174 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52175
52176         * Makeconfig (+link-pie): Indent.
52177         * Rules (binaries-pie): Define if $(have-fpie) and
52178         $(build-shared).
52179         (binaries-shared): Also filter out $(binaries-pie).
52180         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52181         * nscd/Makefile (others-pie): Add nscd.
52182         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52183         ($(objpfx)nscd): Remove command override.
52184         * login/Makefile (others-pie): Add pt_chown.
52185         ($(objpfx)pt_chown): Remove command override.
52186         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52187         remove command overrides.
52188
52189 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52190
52191         * libio/tst_putwc.c: Fix error messages.
52192
52193         [BZ #12724]
52194         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52195         currently writing and seek to current position when not.
52196         * libio/Makefile (tests): Add bug-fclose1.
52197         * libio/bug-fclose1.c: New file.
52198
52199 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52200
52201         [BZ #12511]
52202         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52203         don't set DF_1_NODELETE here.
52204         (do_lookup_x): When entering new entry test for copy relocation
52205         and if necessary set DF_1_NODELETE flag.
52206         * elf/tst-unique4.cc: New file.
52207         * elf/tst-unique4.h: New file.
52208         * elf/tst-unique4lib.cc: New file.
52209         * elf/Makefile: Add rules to build and run tst-unique4.
52210         Patch by Piotr Bury <pbury@goahead.com>.
52211
52212 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52213
52214         [BZ #12052]
52215         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52216
52217         [BZ #12625]
52218         * misc/mntent_r.c (addmntent): Flush the stream after the output
52219
52220         [BZ #12393]
52221         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52222         (is_trusted_path_normalize): Skip initial colon.  Append slash
52223         to empty buffer.  Duplicate is_trusted_path code but allow
52224         constructed patch to be prefix.
52225         (is_dst): Allow $ORIGIN followed by /.
52226         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52227         Correct testing of result of is_trusted_path_normalize
52228         (decompose_rpath): Fix warning.
52229
52230 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52231
52232         [BZ #11257]
52233         * grp/initgroups.c (internal_getgrouplist): When we found the service
52234         list through the initgroups entry in nsswitch.conf do not always
52235         continue on a successful lookup.  Don't always use the
52236         __nss_group_database value if it is set.
52237         * nss/nsswitch.conf (initgroups): Change action for successful db
52238         lookup to continue for compatibility.
52239
52240 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52241
52242         [BZ #11532]
52243         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52244         and CP774 modules.
52245         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52246         and CP774 modules.
52247         * iconvdata/tst-tables.sh: Likewise.
52248         * iconvdata/cp770.c: New file.
52249         * iconvdata/cp771.c: New file.
52250         * iconvdata/cp772.c: New file.
52251         * iconvdata/cp773.c: New file.
52252         * iconvdata/cp774.c: New file.
52253         * iconvdata/testdata/CP770: New file.
52254         * iconvdata/testdata/CP770..UTF8: New file.
52255         * iconvdata/testdata/CP771: New file.
52256         * iconvdata/testdata/CP771..UTF8: New file.
52257         * iconvdata/testdata/CP772: New file.
52258         * iconvdata/testdata/CP772..UTF8: New file.
52259         * iconvdata/testdata/CP773: New file.
52260         * iconvdata/testdata/CP773..UTF8: New file.
52261         * iconvdata/testdata/CP774: New file.
52262         * iconvdata/testdata/CP774..UTF8: New file.
52263
52264         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52265         END CHARMAP line.
52266         * iconvdata/gen-8bit-gap.sh: Likewise.
52267         * iconvdata/gen-8bit.sh: Likewise.
52268
52269         * locale/iso-639.def: Add ary entry.
52270
52271         [BZ #11258]
52272         * locale/C-translit.h.in: Add U20A1 transliteration.
52273
52274         [BZ #12178]
52275         * locale/iso-639.def: Add wae entry.
52276         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52277
52278         [BZ #12545]
52279         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52280         for n.
52281
52282         [BZ #12711]
52283         * locale/C-translit.h.in: Add entry for U20B9.
52284         Patch by pravin.d.s@gmail.com.
52285
52286 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52287
52288         [BZ #12713]
52289         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52290         ENAMETOOLONG use generic getcwd.
52291         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52292         in rtld.  Use *stat64.
52293         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52294         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52295         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52296         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52297         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52298         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52299         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52300         __fstatat64 macros.
52301         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52302         * dirent/rewinddir.c: Add libc_hidden_def.
52303         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52304         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52305
52306         * include/dirent.h (__alloc_dir): Add flags parameter.
52307         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52308         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52309         __alloc_dir.
52310         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52311         from fdopendir if O_CLOEXEC is already set.
52312
52313 2011-03-15  Alan Modra  <amodra@gmail.com>
52314
52315         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52316         l_tls_firstbyte_offset non-zero.  Save padding offset in
52317         l_tls_firstbyte_offset for later use.
52318         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52319         freeing static tls block.
52320
52321 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52322
52323         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52324         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52325         being defined by the kernel headers.
52326
52327 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52328
52329         [BZ #12734]
52330         * resolv/resolv.h: Define RES_NOTLDQUERY.
52331         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52332         no-tld-query and set RES_NOTLDQUERY.
52333         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52334         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52335         modern BIND to search name as TLD unless forbidden.
52336
52337 2011-05-07  Petr Baudis  <pasky@suse.cz>
52338             Ulrich Drepper  <drepper@gmail.com>
52339
52340         [BZ #12393]
52341         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52342         (is_trusted_path): ...to here.
52343         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52344         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52345         using is_trusted_path_normalize() in setuid scripts.
52346
52347 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52348
52349         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52350         __BEGIN/__END_DECLS.
52351
52352 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52353
52354         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52355         NSS_STATUS_NOTFOUND if no record was found.
52356
52357 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52358
52359         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52360         (headers-not-in-tirpc): Remove rpc/netdb.h
52361         * resolv/netdb.h: Revert last change.
52362
52363 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52364
52365         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52366         circular dependency between libgcc.a and libc.a.
52367
52368 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52369
52370         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52371         * nis/Makefile: Don't install rpcsvc/*.
52372         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52373         instead of <rpc/types.h>.
52374         (MAXHOSTNAMELEN): Define.
52375
52376 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52377
52378         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52379
52380 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52381
52382         [BZ #12714]
52383         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52384         gethostbyname4_r when IPv6 results are possible.
52385
52386 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52387
52388         [BZ #12723]
52389         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52390         _PC_PIPE_BUF handling.
52391
52392 2011-04-30  Bruno Haible  <bruno@clisp.org>
52393
52394         [BZ #12717]
52395         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52396         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52397         to 'int'.
52398         * inet/getnameinfo.c (getnameinfo): Likewise.
52399
52400 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52401
52402         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52403         to groups setting in database lookup.
52404         * nss/nsswitch.conf: Add initgroups entry.
52405
52406 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52407
52408         [BZ #12685]
52409         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52410         mode string.
52411         Patch by Eric Blake <eblake@redhat.com>.
52412
52413 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52414
52415         * sunrpc/Makefile (need-export-routines): Add svc_run.
52416         (routines): Remove svc_run.
52417         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52418         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52419         * sunrpc/svc_run.c (svc_run): Likewise.
52420         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52421
52422 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52423
52424         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52425         problem in reallocation in last patch.
52426
52427 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52428
52429         * sunrpc/Makefile: Move inclusion of Rules.
52430
52431 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52432
52433         * nss/nss_files/files-initgroups.c: New file.
52434         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52435         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52436         _nss_files_initgroups_dyn.
52437
52438 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52439
52440         * elf/elf.h (R_ARM_IRELATIVE): Define.
52441
52442 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52443
52444         * po/ru.po: Update from translation team.
52445
52446 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52447
52448         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52449         dependencies.
52450
52451 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52452
52453         [BZ #12653]
52454         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52455         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52456         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52457         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52458         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52459
52460 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52461
52462         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52463         differing bytes.
52464         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52465         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52466         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52467
52468 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52469
52470         [BZ #12420]
52471         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52472         storing it.
52473         * stdlib/bug-getcontext.c: New file.
52474         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52475
52476 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52477
52478         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52479         instructions into .machine "z9-109".
52480         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52481         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52482
52483 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52484
52485         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52486         between environment variables and auxiliary vector.
52487
52488 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52489
52490         * Makefile: Add rules to build linkobj/libc.so.
52491         * include/libc-symbols.h: Define libc_hidden_nolink.
52492         * include/rpc/auth.h: Mark functions which are to be hidden.
52493         * include/rpc/auth_des.h: Likewise.
52494         * include/rpc/auth_unix.h: Likewise.
52495         * include/rpc/clnt.h: Likewise.
52496         * include/rpc/des_crypt.h: Likewise.
52497         * include/rpc/key_prot.h: Likewise.
52498         * include/rpc/pmap_clnt.h: Likewise.
52499         * include/rpc/pmap_prot.h: Likewise.
52500         * include/rpc/pmap_rmt.h: Likewise.
52501         * include/rpc/rpc_msg.h: Likewise.
52502         * include/rpc/svc.h: Likewise.
52503         * include/rpc/svc_auth.h: Likewise.
52504         * include/rpc/xdr.h: Likewise.
52505         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52506         * nss/Makefile: Likewise.
52507         * sunrpc/Makefile: Don't install headers.  Build library with normal
52508         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52509         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52510         for the compat linking library.  Remove use of INTDEF/INTUSE.
52511         * sunrpc/auth_none.c: Likewise.
52512         * sunrpc/auth_unix.c: Likewise.
52513         * sunrpc/authdes_prot.c: Likewise.
52514         * sunrpc/authuxprot.c: Likewise.
52515         * sunrpc/clnt_gen.c: Likewise.
52516         * sunrpc/clnt_perr.c: Likewise.
52517         * sunrpc/clnt_raw.c: Likewise.
52518         * sunrpc/clnt_simp.c: Likewise.
52519         * sunrpc/clnt_tcp.c: Likewise.
52520         * sunrpc/clnt_udp.c: Likewise.
52521         * sunrpc/clnt_unix.c: Likewise.
52522         * sunrpc/des_crypt.c: Likewise.
52523         * sunrpc/des_soft.c: Likewise.
52524         * sunrpc/get_myaddr.c: Likewise.
52525         * sunrpc/key_call.c: Likewise.
52526         * sunrpc/key_prot.c: Likewise.
52527         * sunrpc/netname.c: Likewise.
52528         * sunrpc/pm_getmaps.c: Likewise.
52529         * sunrpc/pm_getport.c: Likewise.
52530         * sunrpc/pmap_clnt.c: Likewise.
52531         * sunrpc/pmap_prot.c: Likewise.
52532         * sunrpc/pmap_prot2.c: Likewise.
52533         * sunrpc/pmap_rmt.c: Likewise.
52534         * sunrpc/publickey.c: Likewise.
52535         * sunrpc/rpc_cmsg.c: Likewise.
52536         * sunrpc/rpc_common.c: Likewise.
52537         * sunrpc/rpc_dtable.c: Likewise.
52538         * sunrpc/rpc_prot.c: Likewise.
52539         * sunrpc/rpc_thread.c: Likewise.
52540         * sunrpc/rtime.c: Likewise.
52541         * sunrpc/svc.c: Likewise.
52542         * sunrpc/svc_auth.c: Likewise.
52543         * sunrpc/svc_authux.c: Likewise.
52544         * sunrpc/svc_raw.c: Likewise.
52545         * sunrpc/svc_run.c: Likewise.
52546         * sunrpc/svc_simple.c: Likewise.
52547         * sunrpc/svc_tcp.c: Likewise.
52548         * sunrpc/svc_udp.c: Likewise.
52549         * sunrpc/svc_unix.c: Likewise.
52550         * sunrpc/svcauth_des.c: Likewise.
52551         * sunrpc/xcrypt.c: Likewise.
52552         * sunrpc/xdr.c: Likewise.
52553         * sunrpc/xdr_array.c: Likewise.
52554         * sunrpc/xdr_float.c: Likewise.
52555         * sunrpc/xdr_intXX_t.c: Likewise.
52556         * sunrpc/xdr_mem.c: Likewise.
52557         * sunrpc/xdr_rec.c: Likewise.
52558         * sunrpc/xdr_ref.c: Likewise.
52559         * sunrpc/xdr_sizeof.c: Likewise.
52560         * sunrpc/xdr_stdio.c: Likewise.
52561
52562 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52563
52564         [BZ #12650]
52565         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52566         * sysdeps/ia64/dl-tls.h: Likewise.
52567         * sysdeps/powerpc/dl-tls.h: Likewise.
52568         * sysdeps/s390/dl-tls.h: Likewise.
52569         * sysdeps/sh/dl-tls.h: Likewise.
52570         * sysdeps/sparc/dl-tls.h: Likewise.
52571         * sysdeps/x86_64/dl-tls.h: Likewise.
52572         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52573
52574 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52575
52576         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52577         rpath element also skip the following colon.
52578         (expand_dynamic_string_token): Add is_path parameter and pass
52579         down to DL_DST_REQUIRED and _dl_dst_substitute.
52580         (decompose_rpath): Call expand_dynamic_string_token with
52581         non-zero is_path.  Ignore empty rpaths.
52582         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52583         with zero is_path.
52584
52585 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52586
52587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52588         Make cancelable.
52589
52590 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52591
52592         [BZ #12655]
52593         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52594         Patch by Filipe David Manana <fdmanana@apache.org>.
52595
52596 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52597
52598         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52599         Maintain aligned stack.
52600         (CHECK_RSP): Remove unused macro.
52601
52602 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52603
52604         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52605         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52606
52607 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52608
52609         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52610
52611         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52612
52613 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52614
52615         [BZ #12518]
52616         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52617         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52618         * sysdeps/x86_64/memmove.c: New file.
52619         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52620         (memcpy): Renamed to ...
52621         (__new_memcpy): This.
52622         (memcpy): Provide GLIBC_2_14 memcpy.
52623         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52624         (memcpy): Provide GLIBC_2_2_5 memcpy.
52625
52626 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52627
52628         [BZ #12631]
52629         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52630
52631 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52632
52633         * misc/syncfs.c: New file.
52634         * misc/Makefile (routines): Add syncfs.
52635         * posix/unistd.h: Declare syncfs.
52636         * sysdeps/unix/syscalls.list: Add syncfs.
52637
52638 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52639
52640         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52641         open_by_handle_at.
52642         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52643         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52644         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52645         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52646         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52647         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52648         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52649
52650 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52651
52652         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52653         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52654         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52655         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52656         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52657         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52658         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52659
52660         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52661         sync_file_range.c with -fexceptions.
52662         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52663         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52664         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52665         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52666         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52667         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52668         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52669         sync_file_range as cancellation point
52670         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52671         now a wrapper around __call_sync_file_range with cancellation handling.
52672         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52673         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52674         function name to __call_sync_file_range.
52675         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52676         Add call_sync_file_range.
52677
52678 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52679
52680         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52681         bits/timex.h.
52682
52683 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52684
52685         * iconv/iconv.h: Fix typo in comment.
52686         * io/fcntl.h: Likewise.
52687         * libio/stdio.h: Likewise.
52688         * posix/spawn.h: Likewise.
52689         * posix/unistd.h: Likewise.
52690         * stdlib/stdlib.h: Likewise.
52691         * time/time.h: Likewise.
52692         * wcsmbs/wchar.h: Likewise.
52693
52694         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52695         open_by_handle): Add.
52696         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52697         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52698         Augment a few comments.
52699         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52700         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52701         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52702         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52703         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52704         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52705         open_by_handle.
52706
52707         * io/fcntl.h (AT_EMPTY_PATH): Define.
52708
52709 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52710
52711         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52712         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52713         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52714         to...
52715         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52716         * Versions.def: Add GLIBC_2.14.
52717         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52718         Export.
52719
52720 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52721
52722         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52723         round counter.
52724         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52725
52726 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52727
52728         [BZ #12597]
52729         * string/test-strncmp.c (do_page_test): New function.
52730         (check2): Likewise.
52731         (test_main): Call check2.
52732         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52733
52734 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52735
52736         [BZ #12587]
52737         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52738         Handle cache information in CPU leaf 4.
52739         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52740
52741 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52742
52743         [BZ #12583]
52744         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52745         character representation.
52746         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52747
52748 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52749
52750         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52751         END(__isnan) to END(__isnanf) to match function entry point/label
52752         EALIGN(__isnanf,...).
52753
52754 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52755
52756         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52757
52758 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52759
52760         [BZ #12510]
52761         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52762         copy from the symbol referenced in the relocation to initialize the
52763         used variable.
52764         Patch by Piotr Bury <pbury@goahead.com>.
52765         * elf/Makefile: Add rules to build and tst-unique3.
52766         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52767         * elf/tst-unique3.cc: New file.
52768         * elf/tst-unique3.h: New file.
52769         * elf/tst-unique3lib.cc: New file.
52770         * elf/tst-unique3lib2.cc: New file.
52771
52772         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52773
52774 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52775
52776         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52777         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52778         to _start.
52779
52780 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52781
52782         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52783         to-be-loaded object along a path to loader is ld.so.
52784
52785 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52786             Ulrich Drepper  <drepper@gmail.com>
52787
52788         * sysdeps/x86_64/memset.S: After aligning destination, code
52789         branches to different locations depending on the value of
52790         misalignment, when multiarch is enabled. Fix this.
52791
52792 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52793
52794         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52795         Set _x86_64_preferred_memory_instruction for AMD processsors.
52796         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52797         Set bit_Prefer_SSE_for_memop for AMD processors.
52798
52799 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52800
52801         * libio/fmemopen.c (fmemopen): Optimize a bit.
52802
52803 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52804
52805         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52806
52807 2011-03-03  Roland McGrath  <roland@redhat.com>
52808
52809         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52810
52811 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52812
52813         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52814         __bzero_ultra1 instead of __memset_ultra1.
52815
52816 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52817             Ulrich Drepper  <drepper@gmail.com>
52818
52819         [BZ #12509]
52820         * include/link.h (struct link_map): Add l_orig_initfini.
52821         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52822         returning unsuccessfully.
52823         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52824         close of a file loaded at startup, restore the original l_initfini
52825         list.
52826         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52827         list, store the pointer.
52828         * elf/Makefile ($(objpfx)noload-mem): New rule.
52829         (noload-ENV): Define.
52830         (tests): Add $(objpfx)noload-mem.
52831         * elf/noload.c: Include <memcheck.h>.
52832         (main): Call mtrace.  Close all opened handles.
52833
52834 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52835
52836         [BZ #12454]
52837         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52838         dependencies are missing.
52839
52840 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52841
52842         Fix __if_freereq crash: Unlike the generic version which uses free,
52843         Hurd needs munmap.
52844         * sysdeps/mach/hurd/ifreq.h: New file.
52845
52846 2011-01-27  Petr Baudis  <pasky@suse.cz>
52847             Ulrich Drepper  <drepper@gmail.com>
52848
52849         [BZ 12445]#
52850         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52851         to extend_alloca().
52852         * stdio-common/bug23.c: New file.
52853         * stdio-common/Makefile (tests): Add bug23.
52854
52855 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52856             Ulrich Drepper  <drepper@gmail.com>
52857
52858         [BZ #12489]
52859         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52860         before performing relro protection.  At old place add assertion
52861         to make sure nothing changed.
52862
52863 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52864             Glauber de Oliveira Costa  <glommer@gmail.com>
52865
52866         * elf/elf.h: Add new ARM TLS relocs.
52867
52868 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52869
52870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52871         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52872         cast from r3.
52873         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52874         'tests' variable.
52875         * sysdeps/wordsize-64/tst-writev.c: New file.
52876
52877 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52878
52879         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52880         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52881         insns in _dl_start to prevent a TOC reference before relocs are
52882         resolved.
52883
52884 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52885
52886         [BZ #12469]
52887         * Makeconfig: Remove RANLIB definition.
52888         * Makerules: Don't use RANLIB.
52889         * aclocal.m4: Remove ranlib test.
52890         * configure.in: No need to check for ranlib.
52891         * elf/rtld-Rules: Don't use RANLIB.
52892
52893 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52894
52895         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52896         protection macro.
52897         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52898         inclusion protection macro.
52899
52900         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52901         SIGRTMIN and SIGRTMAX and print information in that case only when
52902         SIGRTMIN is defined.
52903
52904 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52905
52906         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52907         arginfo fn returning -1.
52908
52909         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52910         and thousands string is zero terminated.
52911
52912 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52913
52914         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52915         sysdeps/unix/sysv/linux/bits/socket.h.
52916
52917 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52918
52919         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52920         (__CPU_COUNT): Remove old macros.
52921         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52922         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52923         (__CPU_ALLOC, __CPU_FREE): Add macros.
52924         (__sched_cpualloc, __sched_cpufree): Add declarations.
52925
52926 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52927
52928         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52929         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52930         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52931         (readdhstai): Return value of addhstaiX call.
52932         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52933         (addgrbyX): Return value returned by cache_addgr.
52934         (readdgrbyname): Return value returned by addgrbyX.
52935         (readdgrbygid): Likewise.
52936         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52937         (addpwbyX): Return value returned by cache_addpw.
52938         (readdpwbyname): Return value returned by addhstbyX.
52939         (readdpwbyuid): Likewise.
52940         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52941         (addservbyX): Return value returned by cache_addserv.
52942         (readdservbyname): Return value returned by addservbyX:
52943         (readdservbyport): Likewise.
52944         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52945         (addhstbyX): Return value returned by cache_addhst.
52946         (readdhstbyname): Return value returned by addhstbyX.
52947         (readdhstbyaddr): Likewise.
52948         (readdhstbynamev6): Likewise.
52949         (readdhstbyaddrv6): Likewise.
52950         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52951         (readdinitgroups): Return value returned by addinitgroupsX.
52952         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52953         (prune_cache): Keep track of timeout value of re-added entries.
52954         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52955         * nscd/nscd.h: Adjust prototypes of readd* functions.
52956
52957 2011-02-04  Roland McGrath  <roland@redhat.com>
52958
52959         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52960         (nis_stats): Likewise.
52961         * nis/nis_modify.c (nis_modify): Likewise.
52962         * nis/nis_remove.c (nis_remove): Likewise.
52963         * nis/nis_add.c (nis_add): Likewise.
52964
52965         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52966
52967         * posix/fnmatch_loop.c: Add some consts.
52968
52969         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52970
52971 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52972
52973         [BZ #12460]
52974         * config.make.in (config-cflags-novzeroupper): Define.
52975         * configure.in: Substitute libc_cv_cc_novzeroupper.
52976         * elf/Makefile (AVX-CFLAGS): Define.
52977         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52978         (CFLAGS-tst-auditmod4a.c): Likewise.
52979         (CFLAGS-tst-auditmod4b.c): Likewise.
52980         (CFLAGS-tst-auditmod6b.c): Likewise.
52981         (CFLAGS-tst-auditmod6c.c): Likewise.
52982         (CFLAGS-tst-auditmod7b.c): Likewise.
52983         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52984
52985 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52986
52987         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52988         function to the callback.
52989         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52990
52991 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52992
52993         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52994         of errno.
52995
52996 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52997
52998         [BZ #11724]
52999         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53000         of constructors.
53001         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53002         of destructors.
53003         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53004
53005         [BZ #11724]
53006         * elf/Makefile: Add rules to build and run new test.
53007         * elf/tst-initorder.c: New file.
53008         * elf/tst-initorder.exp: New file.
53009         * elf/tst-initordera1.c: New file.
53010         * elf/tst-initordera2.c: New file.
53011         * elf/tst-initordera3.c: New file.
53012         * elf/tst-initordera4.c: New file.
53013         * elf/tst-initorderb1.c: New file.
53014         * elf/tst-initorderb2.c: New file.
53015         * elf/tst-order-a1.c: New file.
53016         * elf/tst-order-a2.c: New file.
53017         * elf/tst-order-a3.c: New file.
53018         * elf/tst-order-a4.c: New file.
53019         * elf/tst-order-b1.c: New file.
53020         * elf/tst-order-b2.c: New file.
53021         * elf/tst-order-main.c: New file.
53022         New test case by George Gensure <werkt0@gmail.com>.
53023
53024 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53025
53026         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53027         decoding ACE if AI_CANONIDN.
53028
53029 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53030
53031         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53032
53033 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53034
53035         * version.h (RELEASE): Bump for 2.13 release.
53036         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53037
53038         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53039
53040         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53041         MADV_NOHUGEPAGE.
53042         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53043         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53044         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53045         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53046         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53047         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53048
53049         * posix/getconf.c: Update copyright year.
53050         * catgets/gencat.c: Likewise.
53051         * csu/version.c: Likewise.
53052         * debug/catchsegv.sh: Likewise.
53053         * debug/xtrace.sh: Likewise.
53054         * elf/ldconfig.c: Likewise.
53055         * elf/ldd.bash.in: Likewise.
53056         * elf/sprof.c (print_version): Likewise.
53057         * iconv/iconv_prog.c: Likewise.
53058         * iconv/iconvconfig.c: Likewise.
53059         * locale/programs/locale.c: Likewise.
53060         * locale/programs/localedef.c: Likewise.
53061         * malloc/memusage.sh: Likewise.
53062         * malloc/mtrace.pl: Likewise.
53063         * nscd/nscd.c (print_version): Likewise.
53064         * nss/getent.c: Likewise.
53065
53066         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53067         PF_CAIF, and PF_ALG.
53068         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53069
53070 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53071
53072         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53073         (modules-names): Use them.
53074         (ifunc-test-modules, ifunc-pie-tests): Define.
53075         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53076         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53077         (test-extras): Likewise.
53078         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53079         $(compile-command.c).
53080         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53081         (all-built-dso): Define.
53082         (check-textrel.out, check-execstack.out): Depend on it.
53083
53084         * configure.in: Don't override --enable-multi-arch.
53085
53086 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53087
53088         [BZ #6812]
53089         * nscd/hstcache.c (tryagain): Define.
53090         (cache_addhst): Return tryagain not notfound for temporary errors.
53091         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53092         failed.
53093
53094 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53095
53096         [BZ #10563]
53097         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53098         to make the syscall.
53099         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53100
53101         [BZ #12378]
53102         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53103         and fall back to matching as normal character if the string ends before
53104         the matching ']' is found.  This is what POSIX requires.
53105         * posix/testfnm.c: Adjust test result.
53106         * posix/globtest.sh: Adjust test result.  Add new test.
53107         * posix/tst-fnmatch.input: Likewise.
53108         * posix/tst-fnmatch2.c: Add new test.
53109
53110 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53111
53112         * elf/Makefile (check-execstack): Revert last change.  Depend on
53113         check-execstack.h.
53114         (check-execstack.h): New target.
53115         (generated): Add check-execstack.h.
53116         * elf/check-execstack.c: Include "check-execstack.h".
53117         (main): Revert last change.
53118         (handle_file): Return zero if GNU_STACK is absent and
53119         DEFAULT_STACK_PERMS doesn't include PF_X.
53120
53121 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53122
53123         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53124         in child fails because the descriptor is already closed.
53125         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53126         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53127         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53128
53129         [BZ #12397]
53130         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53131         syscall.
53132
53133         [BZ #10484]
53134         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53135         temporary buffer used to handle multi lookups locally.
53136         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53137
53138 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53139
53140         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53141         loader is ld.so.
53142
53143 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53144
53145         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53146         alignment for SSE2.
53147
53148 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53149
53150         [BZ #12394]
53151         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53152         characters.  When rounding increased number of integer digits recompute
53153         number of groups.
53154         * stdio-common/tst-grouping.c: New file.
53155         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53156
53157 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53158
53159         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53160         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53161
53162         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53163         void.
53164         * bits/select.h: Likewise.
53165
53166 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53167
53168         * po/ja.po: Update from translation team.
53169
53170 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53171
53172         [BZ #11155]
53173         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53174         implementation just like for lxstat, fxstatat, et al.
53175
53176 2010-12-27  Jim Meyering  <meyering@redhat.com>
53177
53178         [BZ #12348]
53179         * posix/regexec.c (build_trtable): Return failure indication upon
53180         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53181
53182 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53183
53184         [BZ #12201]
53185         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53186         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53187         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53188         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53189
53190         [BZ #12207]
53191         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53192
53193         [BZ #12204]
53194         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53195         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53196
53197 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53198
53199         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53200         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53201         script has SORT_BY_INIT_PRIORITY.
53202         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53203         NO_CTORS_DTORS_SECTIONS is defined.
53204         * elf/soinit.c: Likewise.
53205         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53206         NO_CTORS_DTORS_SECTIONS is defined.
53207         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53208         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53209         * sysdeps/sh/init-first.c: Likewise.
53210         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53211
53212 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53213
53214         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53215         always use the slow path.
53216
53217 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53218
53219         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53220         similar rule which adds the sysdep directories to the header search in
53221         order to pick up the correct platform stackinfo.h.
53222         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53223         perform test if it is, otherwise return successfully without testing.
53224         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53225         DEFAULT_STACK_PERMS define in stackinfo.h.
53226         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53227         defined in stackinfo.h.
53228         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53229         DEFAULT_STACK_PERMS defined in stackinfo.h.
53230         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53231         * sysdeps/ia64/stackinfo.h: Likewise.
53232         * sysdeps/s390/stackinfo.h: Likewise.
53233         * sysdeps/sh/stackinfo.h: Likewise.
53234         * sysdeps/sparc/stackinfo.h: Likewise.
53235         * sysdeps/x86_64/stackinfo.h: Likewise.
53236         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53237         PF_X for powerpc64.  Retain PF_X for powerpc32.
53238
53239 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53240
53241         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53242         accurately.
53243         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53244         GETDENTS_64BIT_ALIGNED.
53245
53246 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53247
53248         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53249
53250 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53251
53252         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53253         _GNU_SOURCE.
53254
53255         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53256         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53257         Remove __restrict.
53258         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53259         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53260
53261 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53262
53263         [BZ #11655]
53264         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53265         are initialized.
53266
53267 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53268
53269         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53270
53271 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53272
53273         * po/it.po: Update from translation team.
53274
53275 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53276
53277         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53278         unused codes.
53279
53280 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53281
53282         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53283
53284 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53285
53286         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53287         specially.
53288         (gaih_getanswer_slice): Likewise.
53289
53290 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53291
53292         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53293
53294 2010-05-31  Petr Baudis  <pasky@suse.cz>
53295
53296         [BZ #11149]
53297         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53298         silently even in the chroot mode.
53299
53300 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53301
53302         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53303         last patch a bit.  Pretty printing
53304
53305 2010-05-31  Petr Baudis <pasky@suse.cz>
53306
53307         [BZ #10085]
53308         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53309         initialization of skip_initgroups_dyn.
53310
53311 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53312
53313         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53314         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53315
53316 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53317
53318         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53319
53320 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53321
53322         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53323         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53324         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53325         ($(objpfx)tst-fnmatch-mem): New rule.
53326         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53327         * posix/tst-fnmatch.c (main): Call mtrace.
53328
53329 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53330
53331         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53332         Support Intel processor model 6 and model 0x2c.
53333
53334 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53335
53336         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53337           signed comparison.
53338
53339 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53340
53341         [BZ #12205]
53342         * string/test-strncasecmp.c (check_result): New function.
53343         (do_one_test): Use it.
53344         (check1): New function.
53345         (test_main): Use it.
53346         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53347         Support strcasecmp and strncasecmp.
53348
53349 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53350
53351         [BZ #12194]
53352         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53353         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53354
53355 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53356
53357         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53358         IFUNC support.
53359         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53360         memset-x86-64.
53361         * sysdeps/x86_64/multiarch/bzero.S: New file.
53362         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53363         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53364         * sysdeps/x86_64/multiarch/memset.S: New file.
53365         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53366         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53367         Set bit_Prefer_SSE_for_memop for Intel processors.
53368         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53369         Define.
53370         (index_Prefer_SSE_for_memop): Define.
53371         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53372
53373 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53374
53375         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53376         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53377
53378 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53379
53380         [BZ #12191]
53381         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53382         (__x86_64_raw_data_cache_size_half): Likewise.
53383         (__x86_64_raw_shared_cache_size): Likewise.
53384         (__x86_64_raw_shared_cache_size_half): Likewise.
53385
53386         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53387         (__x86_64_raw_data_cache_size_half): Likewise.
53388         (__x86_64_raw_shared_cache_size): Likewise.
53389         (__x86_64_raw_shared_cache_size_half): Likewise.
53390         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53391         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53392         and __x86_64_raw_shared_cache_size_half.  Round
53393         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53394         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53395         to multiple of 256 bytes.
53396
53397 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53398
53399         [BZ #12167]
53400         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53401         of inacessible symlinks.  Verify result of symlink before returning it.
53402         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53403         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53404
53405 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53406
53407         * math/math.h (isinf): Fix typo in comment.
53408
53409 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53410
53411         * po/da.po: Update from translation team.
53412
53413 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53414
53415         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53416         is added to the list.
53417
53418 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53419             Ulrich Drepper  <drepper@gmail.com>
53420
53421         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53422         the global list here.  Move code to...
53423         (_dl_add_to_namespace_list): ...here.  New function.
53424         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53425         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53426         * elf/dl-load.c (lose): Don't remove the element from the list.
53427         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53428         (_dl_map_object): Likewise.
53429
53430 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53431
53432         [BZ #12159]
53433         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53434         into all bytes of SSE register.
53435         Patch by Richard Li <richardpku@gmail.com>.
53436
53437 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53438
53439         [BZ #12140]
53440         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53441         perturbing.
53442
53443 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53444
53445         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53446         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53447         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53448         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53450         submachine.
53451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53452
53453 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53454
53455         * include/dlfcn.h (__RTLD_SECURE): Define.
53456         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53457         mode & __RTLD_SECURE instead.
53458         (open_path): Rename preloaded parameter to secure.
53459         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53460         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53461         * elf/dl-deps.c (openaux): Likewise.
53462         * elf/rtld.c (struct map_args): Remove is_preloaded.
53463         (map_doit): Don't use it.
53464         (dl_main): Likewise.
53465         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53466         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53467
53468 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53469
53470         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53471         (sysd-rules-targets): Remove duplicates.
53472         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53473         rtld-%.$o dependency.
53474
53475 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53476
53477         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53478         _dl_map_object do it.
53479
53480 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53481
53482         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53483         fast fma builtins, define the macros in the C99 standard.
53484         (FP_FAST_FMAF): Likewise.
53485         (FP_FAST_FMAL): Likewise.
53486         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53487
53488         * bits/mathdef.h: Update copyright year.
53489         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53490
53491 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53492
53493         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53494         builtins, define the macros in the C99 standard.
53495         (FP_FAST_FMAF): Likewise.
53496         (FP_FAST_FMAL): Likewise.
53497         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53498         multiply/add.
53499         (FP_FAST_FMAF): Likewise.
53500
53501 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53502
53503         [BZ #3268]
53504         * math/libm-test.inc (fma_test): Some new testcases.
53505         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53506         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53507         y and infinite z.  Do multiplication by C already in long double.
53508         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53509         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53510         y and infinite z.  Do bitwise or of inexact bit into u.d.
53511         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53512         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53513         * sysdeps/i386/fpu/s_fma.S: Removed.
53514         * sysdeps/i386/fpu/s_fmal.S: Removed.
53515
53516 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53517
53518         [BZ #3268]
53519         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53520         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53521         computation is not scheduled after fetestexcept.  Fix value
53522         of minimum denormal long double.
53523
53524 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53525
53526         [BZ #3268]
53527         * math/libm-test.inc (fma_test): Add some more tests.
53528         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53529         correctly.
53530
53531 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53532
53533         * scripts/data/localplt-s390-linux-gnu.data: New file.
53534         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53535
53536 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53537
53538         [BZ #3268]
53539         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53540         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53541         instead of dbl-64.
53542         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53543         inlines.
53544         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53545         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53546         if one of x and y is very large and the other is subnormal.
53547         * sysdeps/s390/fpu/s_fmaf.c: New file.
53548         * sysdeps/s390/fpu/s_fma.c: New file.
53549         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53550         * sysdeps/powerpc/fpu/s_fma.S: New file.
53551         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53552         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53553         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53554
53555 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53556
53557         [BZ #3268]
53558         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53559         fma tests.
53560         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53561         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53562         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53563         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53564         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53565         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53566         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53567
53568 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53569
53570         [BZ #12078]
53571         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53572         * posix/bug-regex31.input: Add test case.
53573
53574 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53575
53576         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53577         * posix/bug-regex31.input: New file.
53578
53579         [BZ #12078]
53580         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53581         (parse_sub_exp): Fix last change, use postorder.
53582
53583         * posix/bug-regex31.c: New file.
53584         * posix/Makefile: Add rules to build and run bug-regex31.
53585
53586         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53587
53588         [BZ #12078]
53589         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53590
53591         [BZ #12108]
53592         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53593         to have entries in sys_siglist.
53594
53595         [BZ #12093]
53596         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53597         be NULL.
53598
53599 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53600
53601         [BZ #3268]
53602         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53603         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53604         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53605         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53606         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53607         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53608         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53609         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53610         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53611         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53612         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53613         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53614         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53615         * math/ftestexcept.c (fetestexcept): Likewise.
53616         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53617         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53618         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53619         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53620         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53621         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53622         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53623
53624 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53625
53626         [BZ #12107]
53627         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53628         newline.
53629
53630 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53631
53632         * string/bug-strstr1.c: New file.
53633         * string/Makefile: Add rules to build and run bug-strstr1.
53634
53635 2010-10-05  Eric Blake  <eblake@redhat.com>
53636
53637         [BZ #12092]
53638         * string/str-two-way.h (two_way_long_needle): Always clear memory
53639         when skipping input due to the shift table.
53640
53641 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53642
53643         [BZ #12005]
53644         * malloc/mcheck.c: Handle large requests.
53645
53646         [BZ #12077]
53647         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53648         for strncmp and strncasecmp.
53649         * string/stratcliff.c: Add tests for strcmp and strncmp.
53650         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53651
53652 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53653
53654         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53655         __set_fpscr.
53656
53657 2010-09-30  Andreas Jaeger  <aj@suse.de>
53658
53659         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53660         (CGROUP_SUPER_MAGIC): Define.
53661         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53662         Handle btrfs and cgroup file systems.
53663         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53664         Likewise.
53665
53666 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53667
53668         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53669         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53670
53671 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53672
53673         [BZ #12067]
53674         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53675         trying to locate the ELF header.
53676
53677 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53678
53679         [BZ #11611]
53680         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53681         Mask out sign-bit copies when constructing f_fsid.
53682
53683 2010-09-24  Petr Baudis <pasky@suse.cz>
53684
53685         * debug/stack_chk_fail_local.c: Add missing licence exception.
53686         * debug/warning-nop.c: Likewise.
53687
53688 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53689
53690         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53691         implementing getdents64 using getdents syscall, set d_type if
53692         __ASSUME_GETDENTS32_D_TYPE.
53693
53694 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53695
53696         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53697         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53698
53699 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53700
53701         [BZ #12037]
53702         * posix/unistd.h: Undo change of feature selection for ftruncate from
53703         2010-01-11.
53704
53705 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53706
53707         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53708         detection.
53709
53710 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53711
53712         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53713         fanotify_mark.
53714         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53715
53716 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53717
53718         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53719         variables after CHECK_SP call.
53720         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53721
53722 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53723             Ulrich Drepper  <drepper@redhat.com>
53724
53725         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53726         re-relocationg ld.so.
53727         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53728         _dl_init_paths call.
53729         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53730         here anymore.
53731
53732 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53733
53734         * resolv/res_init.c (__res_vinit): Count the default server we added.
53735
53736 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53737             Ulrich Drepper  <drepper@redhat.com>
53738
53739         [BZ #11968]
53740         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53741         (____longjmp_chk): Use %ebx for saving value across system call.
53742         Add unwind info.
53743
53744 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53745
53746         * manual/Makefile: Don't mix pattern rules with normal rules.
53747
53748 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53749
53750         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53751         operation.
53752         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53753         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53754         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53755         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53756         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53757         Likewise.
53758
53759 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53760
53761         [BZ #11979]
53762         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53763         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53764
53765 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53766
53767         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53768         * sysdeps/x86_64/addmul_1.S: Likewise.
53769         * sysdeps/x86_64/lshift.S: Likewise.
53770         * sysdeps/x86_64/mul_1.S: Likewise.
53771         * sysdeps/x86_64/rshift.S: Likewise.
53772         * sysdeps/x86_64/sub_n.S: Likewise.
53773         * sysdeps/x86_64/submul_1.S: Likewise.
53774
53775 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53776
53777         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53778         Define __sched_param instead of SCHED_* and sched_param when
53779         <bits/sched.h> is included with __need_schedparam defined.
53780         * bits/sched.h [__need_schedparam]
53781         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53782         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53783         (__defined_schedparam): Define to 1.
53784         (__sched_param): New structure, identical to sched_param.
53785         (__need_schedparam): Undefine.
53786
53787 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53788
53789         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53790         (epoll_create1): Declare.
53791
53792         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53793
53794 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53795
53796         [BZ #7066]
53797         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53798         shifting retval into place.
53799
53800 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53801
53802         * nis/rpcsvc/nis.h: Update copyright notice.
53803         * nis/rpcsvc/nis.x: Likewise.
53804         * nis/rpcsvc/nis_callback.h: Likewise.
53805         * nis/rpcsvc/nis_callback.x: Likewise.
53806         * nis/rpcsvc/nis_object.x: Likewise.
53807         * nis/rpcsvc/nis_tags.h: Likewise.
53808         * nis/rpcsvc/yp.h: Likewise.
53809         * nis/rpcsvc/yp.x: Likewise.
53810         * nis/rpcsvc/ypupd.h: Likewise.
53811         * nis/yp_xdr.c: Likewise.
53812         * nis/ypupdate_xdr.c: Likewise.
53813
53814         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53815         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53816         (pmap_getport): Use __libc_rpc_getport.
53817         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53818         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53819         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53820
53821 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53822
53823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53824         fanotify_mark.
53825
53826 2010-08-27  Roland McGrath  <roland@redhat.com>
53827
53828         * sysdeps/i386/i686/multiarch/Makefile
53829         (CFLAGS-varshift.c): New variable.
53830
53831 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53832
53833         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53834         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53835
53836         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53837
53838         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53839
53840 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53841
53842         * sysdeps/x86_64/strlen.S: Unroll the loop.
53843         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53844         strlen-sse2 strlen-sse2-bsf.
53845         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53846         __strlen_no_bsf if bit_Slow_BSF is set.
53847         (__strlen_sse42): Removed.
53848         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53849         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53850
53851 2010-08-25  Roland McGrath  <roland@redhat.com>
53852
53853         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53854         * sysdeps/x86_64/multiarch/varshift.c: New file.
53855         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53856         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53857         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53858         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53859
53860 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53861
53862         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53863         strlen-sse2 strlen-sse2-bsf.
53864         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53865         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53866         (__strlen_sse2): Removed.
53867         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53868         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53869         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53870         bit_Slow_BSF for Atom.
53871         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53872         (index_Slow_BSF): Define.
53873         (HAS_SLOW_BSF): Define.
53874
53875 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53876
53877         [BZ #10851]
53878         * resolv/res_init.c (__res_vinit): When no server address at all
53879         is given default to loopback.
53880
53881 2010-08-24  Roland McGrath  <roland@redhat.com>
53882
53883         * configure.in: Remove config-name.h generation.
53884         * configure: Regenerated.
53885         * config-name.in: File removed.
53886         * scripts/config-uname.sh: New file.
53887         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53888         ($(objdir)config-name.h): New target.
53889
53890         * sunrpc/rpc_parse.h: Avoid nested comment.
53891
53892 2010-08-24  Richard Henderson  <rth@redhat.com>
53893             Ulrich Drepper  <drepper@redhat.com>
53894             H.J. Lu  <hongjiu.lu@intel.com>
53895
53896         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53897         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53898         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53899         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53900         _mm_alignr_epi8 with _mm_loadu_si128.
53901         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53902         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53903         (__m128i_shift_right): Removed.
53904         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53905         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53906         * sysdeps/x86_64/multiarch/varshift.h: New file.
53907         * sysdeps/x86_64/multiarch/varshift.S: New file.
53908
53909 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53910
53911         * configure.in: Move assembler checks to before sysdep dir checking.
53912
53913 2010-08-20  Petr Baudis  <pasky@suse.cz>
53914
53915         * LICENSES: Sync the sunrpc license.
53916
53917 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53918
53919         * sunrpc/auth_des.c: Update copyright notice once again.
53920         * sunrpc/auth_none.c: Likewise.
53921         * sunrpc/auth_unix.c: Likewise.
53922         * sunrpc/authdes_prot.c: Likewise.
53923         * sunrpc/authuxprot.c: Likewise.
53924         * sunrpc/bindrsvprt.c: Likewise.
53925         * sunrpc/clnt_gen.c: Likewise.
53926         * sunrpc/clnt_perr.c: Likewise.
53927         * sunrpc/clnt_raw.c: Likewise.
53928         * sunrpc/clnt_simp.c: Likewise.
53929         * sunrpc/clnt_tcp.c: Likewise.
53930         * sunrpc/clnt_udp.c: Likewise.
53931         * sunrpc/clnt_unix.c: Likewise.
53932         * sunrpc/des_crypt.c: Likewise.
53933         * sunrpc/des_soft.c: Likewise.
53934         * sunrpc/get_myaddr.c: Likewise.
53935         * sunrpc/getrpcport.c: Likewise.
53936         * sunrpc/key_call.c: Likewise.
53937         * sunrpc/key_prot.c: Likewise.
53938         * sunrpc/openchild.c: Likewise.
53939         * sunrpc/pm_getmaps.c: Likewise.
53940         * sunrpc/pm_getport.c: Likewise.
53941         * sunrpc/pmap_clnt.c: Likewise.
53942         * sunrpc/pmap_prot.c: Likewise.
53943         * sunrpc/pmap_prot2.c: Likewise.
53944         * sunrpc/pmap_rmt.c: Likewise.
53945         * sunrpc/rpc/auth.h: Likewise.
53946         * sunrpc/rpc/auth_unix.h: Likewise.
53947         * sunrpc/rpc/clnt.h: Likewise.
53948         * sunrpc/rpc/des_crypt.h: Likewise.
53949         * sunrpc/rpc/key_prot.h: Likewise.
53950         * sunrpc/rpc/netdb.h: Likewise.
53951         * sunrpc/rpc/pmap_clnt.h: Likewise.
53952         * sunrpc/rpc/pmap_prot.h: Likewise.
53953         * sunrpc/rpc/pmap_rmt.h: Likewise.
53954         * sunrpc/rpc/rpc.h: Likewise.
53955         * sunrpc/rpc/rpc_des.h: Likewise.
53956         * sunrpc/rpc/rpc_msg.h: Likewise.
53957         * sunrpc/rpc/svc.h: Likewise.
53958         * sunrpc/rpc/svc_auth.h: Likewise.
53959         * sunrpc/rpc/types.h: Likewise.
53960         * sunrpc/rpc/xdr.h: Likewise.
53961         * sunrpc/rpc_clntout.c: Likewise.
53962         * sunrpc/rpc_cmsg.c: Likewise.
53963         * sunrpc/rpc_common.c: Likewise.
53964         * sunrpc/rpc_cout.c: Likewise.
53965         * sunrpc/rpc_dtable.c: Likewise.
53966         * sunrpc/rpc_hout.c: Likewise.
53967         * sunrpc/rpc_main.c: Likewise.
53968         * sunrpc/rpc_parse.c: Likewise.
53969         * sunrpc/rpc_parse.h: Likewise.
53970         * sunrpc/rpc_prot.c: Likewise.
53971         * sunrpc/rpc_sample.c: Likewise.
53972         * sunrpc/rpc_scan.c: Likewise.
53973         * sunrpc/rpc_scan.h: Likewise.
53974         * sunrpc/rpc_svcout.c: Likewise.
53975         * sunrpc/rpc_tblout.c: Likewise.
53976         * sunrpc/rpc_util.c: Likewise.
53977         * sunrpc/rpc_util.h: Likewise.
53978         * sunrpc/rpcinfo.c: Likewise.
53979         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53980         * sunrpc/rpcsvc/key_prot.x: Likewise.
53981         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53982         * sunrpc/rpcsvc/mount.x: Likewise.
53983         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53984         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53985         * sunrpc/rpcsvc/rex.x: Likewise.
53986         * sunrpc/rpcsvc/rstat.x: Likewise.
53987         * sunrpc/rpcsvc/rusers.x: Likewise.
53988         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53989         * sunrpc/rpcsvc/spray.x: Likewise.
53990         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53991         * sunrpc/rtime.c: Likewise.
53992         * sunrpc/svc.c: Likewise.
53993         * sunrpc/svc_auth.c: Likewise.
53994         * sunrpc/svc_authux.c: Likewise.
53995         * sunrpc/svc_raw.c: Likewise.
53996         * sunrpc/svc_run.c: Likewise.
53997         * sunrpc/svc_simple.c: Likewise.
53998         * sunrpc/svc_tcp.c: Likewise.
53999         * sunrpc/svc_udp.c: Likewise.
54000         * sunrpc/svc_unix.c: Likewise.
54001         * sunrpc/svcauth_des.c: Likewise.
54002         * sunrpc/xcrypt.c: Likewise.
54003         * sunrpc/xdr.c: Likewise.
54004         * sunrpc/xdr_array.c: Likewise.
54005         * sunrpc/xdr_float.c: Likewise.
54006         * sunrpc/xdr_mem.c: Likewise.
54007         * sunrpc/xdr_rec.c: Likewise.
54008         * sunrpc/xdr_ref.c: Likewise.
54009         * sunrpc/xdr_sizeof.c: Likewise.
54010         * sunrpc/xdr_stdio.c: Likewise.
54011
54012         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54013         handling.
54014
54015 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54016
54017         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54018
54019 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54020
54021         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54022         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54023         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54024         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54025         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54026         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54027         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54028         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54029         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54030         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54031         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54032         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54033         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54034         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54035
54036 2010-07-26  Anton Blanchard  <anton@samba.org>
54037
54038         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54039         * malloc/arena.c (heap_trim): Likewise.
54040
54041 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54042
54043         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54044         here.  Not...
54045         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54046         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54047
54048 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54049
54050         * sysdeps/i386/elf/Makefile: New file.
54051
54052 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54053
54054         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54055         from fanotify_init.
54056         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54057         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54058
54059 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54060
54061         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54062         of strncasecmp_l.
54063         * sysdeps/multiarch/strcmp.S: Likewise.
54064
54065 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54066
54067         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54068         strncase_l-nonascii.
54069         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54070         Add strncase_l-ssse3.
54071         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54072         * sysdeps/x86_64/strcmp.S: Likewise.
54073         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54074         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54075         * sysdeps/x86_64/strncase.S: New file.
54076         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54077         * sysdeps/x86_64/strncase_l.S: New file.
54078         * string/Makefile (strop-tests): Add strncasecmp.
54079         * string/test-strncasecmp.c: New file.
54080
54081         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54082         warning.
54083
54084         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54085         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54086
54087 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54088
54089         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54090
54091 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54092
54093         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54094         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54095         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54096
54097 2010-05-01  Alan Modra  <amodra@gmail.com>
54098
54099         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54100         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54101         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54102         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54103         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54104         tidying.  Don't tail-call __sigjmp_save for static lib.
54105         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54106         save location.
54107         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54108         (CALL_MCOUNT): Add eh info, and nop after bl.
54109         (TAIL_CALL_SYSCALL_ERROR): New macro.
54110         (PSEUDO_RET): Use it.
54111         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54112         Correct save location of integer regs and cr.
54113         (_dl_profile_resolve): Correct cr save location.  Delete nops
54114         after bl when SHARED.  Reduce cfi size a little by better
54115         placement of cfi directives.
54116         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54117         make a stack frame.  Instead use parm save area as a temp.
54118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54119         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54121         Don't make a stack frame for parent, use parm save area.
54122         Increase child stack frame to 112 bytes.  Don't save unused reg,
54123         and adjust reg usage.  Set up cfi on error recovery and
54124         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54126         (__makecontext): Add dummy nop after jump to exit.
54127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54128         Use correct parm save area and cr save, reduce stack frame.
54129         Correct cfi for possible PSEUDO_RET frame setup.
54130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54131         Branch to local label emitted by PSEUDO_RET rather than
54132         __syscall_error.
54133
54134 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54135
54136         [BZ #11904]
54137         * locale/programs/locale.c (print_assignment): New function.
54138         (show_locale_vars): Use it.
54139
54140 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54141
54142         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54143         field.
54144         (struct statfs64): Likewise.
54145         (_STATFS_F_FLAGS): Define.
54146         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54147         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54148         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54149         (ST_VALID): Define locally.
54150         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54151         __statvfs_getflags, use the provided value.
54152         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54153         __ASSUME_STATFS_F_FLAGS.
54154
54155         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54156
54157         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54158         Add sys/fanotify.h.
54159         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54160         fanotify_mask for GLIBC_2.13.
54161         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54162         fanotify_init and fanotify_mark.
54163         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54164         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54165
54166         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54167         Add prlimit.
54168         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54169         prlimit64 for GLIBC_2.13.
54170         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54171         prlimit64.
54172         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54173         syscall.
54174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54175         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54176         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54177         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54178         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54179         add prlimit alias.
54180         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54181
54182         [BZ #11903]
54183         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54184         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54185
54186         * nss/Makefile: Add rules to build and run tst-nss-test1.
54187         * shlib-versions: Add entry for libnss_test1.
54188         * nss/nss_test1.c: New file.
54189         * nss/tst-nss-test1.c: New file.
54190
54191         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54192         (__nss_configure_lookup): Set appropriate entry in
54193         __nss_configure_lookup to true.
54194         * nss/nsswitch.h: Define enum with indeces of databases in
54195         databases and __nss_database_custom arrays.  Declare
54196         __nss_database_custom.
54197         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54198         to avoid using nscd when custom rules are installed.
54199         * nss/getXXbyYY_r.c: Likewise.
54200         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54201
54202         * nss/nss_files/files-parse.c: Whitespace fixes.
54203
54204 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54205
54206         [BZ #11883]
54207         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54208         * posix/fnmatch_loop.c: Likewise.
54209
54210 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54211
54212         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54213         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54214         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54215         * Versions.def [GLIBC_2.13]: Add.
54216
54217 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54218
54219         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54220         Also fail if tpwd after pwuid call is NULL.
54221
54222 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54223
54224         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54225         when converting to ms.
54226
54227 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54228
54229         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54230         EOPNOTSUPP errors with ENOTTY.
54231         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54232         EOPNOTSUPP errors with ENOTTY.
54233
54234 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54235
54236         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54237         Add strcasecmp_l-ssse3.
54238         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54239         strcasecmp.
54240         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54241         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54242         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54243
54244 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54245
54246         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54247
54248         * string/Makefile (strop-tests): Add strcasecmp.
54249         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54250         strcasecmp_l-nonascii.
54251         (gen-as-const-headers): Add locale-defines.sym.
54252         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54253         * sysdeps/x86_64/strcasecmp.S: New file.
54254         * sysdeps/x86_64/strcasecmp_l.S: New file.
54255         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54256         * sysdeps/x86_64/locale-defines.sym: New file.
54257         * string/test-strcasecmp.c: New file.
54258
54259         * string/test-strcasestr.c: Test both ends of the range of characters.
54260         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54261
54262 2010-07-29  Roland McGrath  <roland@redhat.com>
54263
54264         [BZ #11856]
54265         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54266
54267 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54268
54269         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54270         for ld.so.
54271
54272 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54273
54274         * manual/memory.texi (Malloc Tunable Parameters): Document
54275         M_PERTURB.
54276
54277 2010-07-26  Roland McGrath  <roland@redhat.com>
54278
54279         [BZ #11840]
54280         * configure.in (-fgnu89-inline check): Set and substitute
54281         gnu89_inline, not libc_cv_gnu89_inline.
54282         * configure: Regenerated.
54283         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54284
54285 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54286
54287         * string/test-strnlen.c: New file.
54288         * string/Makefile (strop-tests): Add strnlen.
54289         * string/tester.c (test_strnlen): Add a few more test cases.
54290         * string/tst-strlen.c: Better error reporting.
54291
54292         * sysdeps/x86_64/strnlen.S: New file.
54293
54294 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54295
54296         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54297         lower-latency instructions.
54298
54299 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54300
54301         * string/test-strcasestr.c: New file.
54302         * string/test-strstr.c: New file.
54303         * string/Makefile (strop-tests): Add strstr and strcasestr.
54304         * string/str-two-way.h: Don't undefine MAX.
54305         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54306
54307 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54308
54309         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54310         strcasestr-nonascii.
54311         (CFLAGS-strcasestr-nonascii.c): Define.
54312         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54313         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54314         Remove unused attribute.
54315
54316 2010-07-20  Roland McGrath  <roland@redhat.com>
54317
54318         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54319         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54320         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54321         like LD_HWCAP_MASK can disable hwcaps.
54322
54323 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54324
54325         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54326
54327 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54328
54329         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54330         call in strcasestr.
54331         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54332         __strcasestr_sse42_nonascii.
54333         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54334         strcasestr-nonascii.c.
54335         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54336
54337 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54338
54339         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54340         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54341         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54342         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54343
54344 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54345
54346         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54347         fcntl.
54348
54349 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54350
54351         [BZ #11577]
54352         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54353         dl_signal_cerror.
54354
54355 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54356
54357         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54358         _PC_PIPE_BUF using F_GETPIPE_SZ.
54359
54360 2010-07-05  Roland McGrath  <roland@redhat.com>
54361
54362         * manual/arith.texi (Rounding Functions): Fix rint description
54363         implicit in round description.
54364
54365 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54366
54367         * elf/Makefile: Fix linking for a few tests to make recent linker
54368         happy.
54369
54370 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54371
54372         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54373         $(common-objpfx)libc_nonshared.a.
54374
54375 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54376
54377         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54378         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54379         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54380         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54381         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54382         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54383         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54384         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54399         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54400         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54401         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54402         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54403         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54404         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54405         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54406         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54407         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54408         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54409         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54410         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54425
54426 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54427
54428         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54429         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54430         * string/memmove.c (memmove): Renamed to ...
54431         (MEMMOVE): ...this.  Default to memmove.
54432         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54433         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54434         (END_CHK): Define.
54435         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54436         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54437         mempcpy-ssse3-back memmove-ssse3-back.
54438         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54439         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54440         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54441         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54442         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54443         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54444         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54445         * sysdeps/x86_64/multiarch/memmove.c: New file.
54446         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54447         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54448         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54449         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54450         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54451         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54452         Define.
54453         (index_Fast_Copy_Backward): Define.
54454         (HAS_ARCH_FEATURE): Define.
54455         (HAS_FAST_REP_STRING): Define.
54456         (HAS_FAST_COPY_BACKWARD): Define.
54457
54458 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54459
54460         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54461         Restore proper fallback handling.
54462
54463 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54464
54465         [BZ #11701]
54466         * posix/group_member.c (__group_member): Correct checking loop.
54467
54468         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54469         OOM in getpwuid_r correctly.  Return error number when the caller
54470         should return, otherwise -1.
54471         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54472         call returning > 0 value.
54473         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54474
54475 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54476
54477         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54478         libc_nonshared.a from targets in modules-names.
54479
54480 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54481
54482         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54483         requires it.
54484
54485 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54486
54487         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54488         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54489         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54490         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54491
54492 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54493
54494         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54495
54496 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54497
54498         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54499         and F_GETPIPE_SZ.
54500         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54501         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54502         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54503         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54504         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54505         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54506
54507 2010-06-14  Roland McGrath  <roland@redhat.com>
54508
54509         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54510
54511 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54512
54513         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54514         __REDIRECT followed by __THROW.
54515         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54516         * posix/getopt.h (getopt): Likewise.
54517
54518 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54519
54520         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54521         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54522         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54523         in AT_FLAGS.
54524         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54525         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54526
54527 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54528
54529         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54530
54531 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54532
54533         [BZ #11640]
54534         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54535         Properly check family and model.
54536
54537 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54538
54539         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54540
54541 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54542
54543         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54544
54545 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54546
54547         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54548         symbol reference.
54549
54550 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54551
54552         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54553         symbol reference.
54554
54555 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54556
54557         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54558         and internal_recvmmsg.
54559         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54560         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54561         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54562         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54563
54564         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54565         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54566         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54567
54568 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54569
54570         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54571
54572 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54573
54574         POWER7 optimizations.
54575         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54576         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54577
54578 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54579
54580         * version.h: Update for 2.13 development version.
54581
54582 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54583
54584         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54585         exceptions.  Return 0.
54586
54587 2010-05-07  Roland McGrath  <roland@redhat.com>
54588
54589         * elf/ldconfig.c (main): Add a const.
54590
54591 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54592
54593         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54594         (args_options): Add no-idn option.
54595         (ahosts_keys_int): Add idn_flags to ai_flags.
54596         (parse_option): Handle 'i' option to clear idn_flags.
54597
54598         * malloc/malloc.c (_int_free): Possible race in the most recently
54599         added check.  Only act on the data if no current modification
54600         happened.
54601
54602 See ChangeLog.17 for earlier changes.